Changeset f3d47c97 in mainline for uspace/app/bdsh/cmds/modules
- Timestamp:
- 2018-03-11T20:38:03Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a35a3d8
- Parents:
- 84239b1
- Location:
- uspace/app/bdsh/cmds/modules
- Files:
-
- 1 edited
- 17 moved
-
cat/cat_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/cat/cat_def.h )
-
cmp/cmp_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/cmp/cmp_def.h )
-
cp/cp_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/cp/cp_def.h )
-
echo/echo_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/echo/echo_def.h )
-
help/help_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/help/help_def.h )
-
kcon/kcon_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/kcon/kcon_def.h )
-
ls/ls_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/ls/ls_def.h )
-
mkdir/mkdir_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/mkdir/mkdir_def.h )
-
mkfile/mkfile_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/mkfile/mkfile_def.h )
-
modules.h (modified) (1 diff)
-
mount/mount_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/mount/mount_def.h )
-
mv/mv_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/mv/mv_def.h )
-
printf/printf_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/printf/printf_def.h )
-
pwd/pwd_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/pwd/pwd_def.h )
-
rm/rm_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/rm/rm_def.h )
-
sleep/sleep_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/sleep/sleep_def.h )
-
touch/touch_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/touch/touch_def.h )
-
unmount/unmount_def.inc (moved) (moved from uspace/app/bdsh/cmds/modules/unmount/unmount_def.h )
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/bdsh/cmds/modules/modules.h
r84239b1 rf3d47c97 69 69 70 70 module_t modules[] = { 71 #include "help/help_def. h"72 #include "mkdir/mkdir_def. h"73 #include "mkfile/mkfile_def. h"74 #include "rm/rm_def. h"75 #include "cat/cat_def. h"76 #include "touch/touch_def. h"77 #include "ls/ls_def. h"78 #include "pwd/pwd_def. h"79 #include "sleep/sleep_def. h"80 #include "cp/cp_def. h"81 #include "mv/mv_def. h"82 #include "mount/mount_def. h"83 #include "unmount/unmount_def. h"84 #include "kcon/kcon_def. h"85 #include "printf/printf_def. h"86 #include "echo/echo_def. h"87 #include "cmp/cmp_def. h"71 #include "help/help_def.inc" 72 #include "mkdir/mkdir_def.inc" 73 #include "mkfile/mkfile_def.inc" 74 #include "rm/rm_def.inc" 75 #include "cat/cat_def.inc" 76 #include "touch/touch_def.inc" 77 #include "ls/ls_def.inc" 78 #include "pwd/pwd_def.inc" 79 #include "sleep/sleep_def.inc" 80 #include "cp/cp_def.inc" 81 #include "mv/mv_def.inc" 82 #include "mount/mount_def.inc" 83 #include "unmount/unmount_def.inc" 84 #include "kcon/kcon_def.inc" 85 #include "printf/printf_def.inc" 86 #include "echo/echo_def.inc" 87 #include "cmp/cmp_def.inc" 88 88 89 89 {NULL, NULL, NULL, NULL}
Note:
See TracChangeset
for help on using the changeset viewer.
