Changeset e095644 in mainline for uspace/app
- Timestamp:
- 2010-01-24T17:32:20Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 50fda24
- Parents:
- fea0ce6 (diff), ae75e2e3 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- uspace/app/bdsh
- Files:
-
- 4 added
- 3 edited
-
Makefile (modified) (1 diff)
-
cmds/modules/module_aliases.h (modified) (1 diff)
-
cmds/modules/modules.h (modified) (2 diffs)
-
cmds/modules/unmount/entry.h (added)
-
cmds/modules/unmount/unmount.c (added)
-
cmds/modules/unmount/unmount.h (added)
-
cmds/modules/unmount/unmount_def.h (added)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/Makefile
rfea0ce6 re095644 48 48 cmds/modules/mv/mv.c \ 49 49 cmds/modules/mount/mount.c \ 50 cmds/modules/unmount/unmount.c \ 50 51 cmds/modules/kcon/kcon.c \ 51 52 cmds/builtins/exit/exit.c \ -
uspace/app/bdsh/cmds/modules/module_aliases.h
rfea0ce6 re095644 14 14 char *mod_aliases[] = { 15 15 "ren", "mv", 16 "umount", "unmount", 16 17 NULL, NULL 17 18 }; -
uspace/app/bdsh/cmds/modules/modules.h
rfea0ce6 re095644 31 31 #include "mv/entry.h" 32 32 #include "mount/entry.h" 33 #include "unmount/entry.h" 33 34 #include "kcon/entry.h" 34 35 … … 51 52 #include "mv/mv_def.h" 52 53 #include "mount/mount_def.h" 54 #include "unmount/unmount_def.h" 53 55 #include "kcon/kcon_def.h" 54 56
Note:
See TracChangeset
for help on using the changeset viewer.
