diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-15 22:28:50 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-15 22:28:50 +0000 |
commit | 3163821967821518cfa4c4315f775ec5301bb023 (patch) | |
tree | fe0c764cb41cc3ea86c3dcd270e48fa6a1abebcd /busybox.def.h | |
parent | b7cc49d992ed9a5a59261096012e0b4a811bb7f4 (diff) | |
download | busybox-w32-3163821967821518cfa4c4315f775ec5301bb023.tar.gz busybox-w32-3163821967821518cfa4c4315f775ec5301bb023.tar.bz2 busybox-w32-3163821967821518cfa4c4315f775ec5301bb023.zip |
Sync up busybox with the latest and greatest. This is not stuff for
the Embedix release.
-Erik
Diffstat (limited to 'busybox.def.h')
-rw-r--r-- | busybox.def.h | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/busybox.def.h b/busybox.def.h index 099eba96c..b8d7b9730 100644 --- a/busybox.def.h +++ b/busybox.def.h | |||
@@ -10,10 +10,12 @@ | |||
10 | #define BB_CAT | 10 | #define BB_CAT |
11 | #define BB_CHMOD_CHOWN_CHGRP | 11 | #define BB_CHMOD_CHOWN_CHGRP |
12 | #define BB_CHROOT | 12 | #define BB_CHROOT |
13 | #define BB_CHVT | ||
13 | #define BB_CLEAR | 14 | #define BB_CLEAR |
14 | #define BB_CP | 15 | #define BB_CP |
15 | #define BB_DATE | 16 | #define BB_DATE |
16 | #define BB_DD | 17 | #define BB_DD |
18 | #define BB_DEALLOCVT | ||
17 | #define BB_DF | 19 | #define BB_DF |
18 | #define BB_DMESG | 20 | #define BB_DMESG |
19 | //#define BB_DUTMP | 21 | //#define BB_DUTMP |
@@ -23,12 +25,12 @@ | |||
23 | #define BB_FIND | 25 | #define BB_FIND |
24 | #define BB_FREE | 26 | #define BB_FREE |
25 | #define BB_FSCK_MINIX | 27 | #define BB_FSCK_MINIX |
26 | #define BB_MKFS_MINIX | ||
27 | #define BB_CHVT | ||
28 | #define BB_DEALLOCVT | ||
29 | #define BB_GREP | 28 | #define BB_GREP |
29 | #define BB_GUNZIP | ||
30 | #define BB_GZIP | ||
30 | //#define BB_HALT | 31 | //#define BB_HALT |
31 | #define BB_HEAD | 32 | #define BB_HEAD |
33 | //#define BB_HOSTID | ||
32 | #define BB_HOSTNAME | 34 | #define BB_HOSTNAME |
33 | #define BB_INIT | 35 | #define BB_INIT |
34 | // Don't turn BB_INSMOD on. It doesn't work. | 36 | // Don't turn BB_INSMOD on. It doesn't work. |
@@ -41,9 +43,11 @@ | |||
41 | //#define BB_LOADFONT | 43 | //#define BB_LOADFONT |
42 | //#define BB_LOADKMAP | 44 | //#define BB_LOADKMAP |
43 | //#define BB_LOGGER | 45 | //#define BB_LOGGER |
46 | #define BB_LOGNAME | ||
44 | #define BB_LS | 47 | #define BB_LS |
45 | #define BB_LSMOD | 48 | #define BB_LSMOD |
46 | //#define BB_MAKEDEVS | 49 | //#define BB_MAKEDEVS |
50 | #define BB_MKFS_MINIX | ||
47 | //#define BB_MATH | 51 | //#define BB_MATH |
48 | #define BB_MKDIR | 52 | #define BB_MKDIR |
49 | //#define BB_MKFIFO | 53 | //#define BB_MKFIFO |
@@ -61,13 +65,13 @@ | |||
61 | //#define BB_PRINTF | 65 | //#define BB_PRINTF |
62 | #define BB_PS | 66 | #define BB_PS |
63 | #define BB_PWD | 67 | #define BB_PWD |
64 | #define BB_REGEXP | ||
65 | #define BB_REBOOT | 68 | #define BB_REBOOT |
69 | #define BB_REGEXP | ||
66 | #define BB_RM | 70 | #define BB_RM |
67 | #define BB_RMDIR | 71 | #define BB_RMDIR |
68 | //#define BB_RMMOD | 72 | //#define BB_RMMOD |
69 | //#define BB_SFDISK | ||
70 | #define BB_SED | 73 | #define BB_SED |
74 | //#define BB_SFDISK | ||
71 | #define BB_SLEEP | 75 | #define BB_SLEEP |
72 | #define BB_SORT | 76 | #define BB_SORT |
73 | #define BB_SWAPONOFF | 77 | #define BB_SWAPONOFF |
@@ -78,13 +82,14 @@ | |||
78 | #define BB_TEE | 82 | #define BB_TEE |
79 | #define BB_TOUCH | 83 | #define BB_TOUCH |
80 | #define BB_TRUE_FALSE | 84 | #define BB_TRUE_FALSE |
85 | #define BB_TTY | ||
81 | #define BB_WC | 86 | #define BB_WC |
87 | #define BB_WHOAMI | ||
82 | #define BB_UMOUNT | 88 | #define BB_UMOUNT |
83 | #define BB_UNIQ | 89 | #define BB_UNIQ |
84 | #define BB_UPDATE | ||
85 | #define BB_UNAME | 90 | #define BB_UNAME |
86 | #define BB_GZIP | 91 | #define BB_UPDATE |
87 | #define BB_GUNZIP | 92 | #define BB_YES |
88 | // End of Applications List | 93 | // End of Applications List |
89 | // | 94 | // |
90 | // | 95 | // |