summaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-03-07 07:41:42 +0000
committerErik Andersen <andersen@codepoet.org>2000-03-07 07:41:42 +0000
commit246cc6dddd3df2164e8a925ebd8e9a7bba379253 (patch)
tree0b9f317c6b6fdebad4f90fbfde5565e195076ea4 /applets
parente916d24805b4a191bc08d2ee31c9247a30f9bc1e (diff)
downloadbusybox-w32-246cc6dddd3df2164e8a925ebd8e9a7bba379253.tar.gz
busybox-w32-246cc6dddd3df2164e8a925ebd8e9a7bba379253.tar.bz2
busybox-w32-246cc6dddd3df2164e8a925ebd8e9a7bba379253.zip
Wrote killall.
Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
Diffstat (limited to 'applets')
-rw-r--r--applets/busybox.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/applets/busybox.c b/applets/busybox.c
index 36cf0a05c..cea191cb3 100644
--- a/applets/busybox.c
+++ b/applets/busybox.c
@@ -139,6 +139,9 @@ static const struct Applet applets[] = {
139#ifdef BB_KILL //bin 139#ifdef BB_KILL //bin
140 {"kill", kill_main}, 140 {"kill", kill_main},
141#endif 141#endif
142#ifdef BB_KILLALL //usr/bin
143 {"killall", kill_main},
144#endif
142#ifdef BB_LENGTH //usr/bin 145#ifdef BB_LENGTH //usr/bin
143 {"length", length_main}, 146 {"length", length_main},
144#endif 147#endif