aboutsummaryrefslogtreecommitdiff
path: root/applets
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-07 07:41:42 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-03-07 07:41:42 +0000
commit7eec702b2195f2572be33045b63022ee0555fcec (patch)
tree0b9f317c6b6fdebad4f90fbfde5565e195076ea4 /applets
parent915133b8e0f8838a046ed77fa65265473c0d8d76 (diff)
downloadbusybox-w32-7eec702b2195f2572be33045b63022ee0555fcec.tar.gz
busybox-w32-7eec702b2195f2572be33045b63022ee0555fcec.tar.bz2
busybox-w32-7eec702b2195f2572be33045b63022ee0555fcec.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 git-svn-id: svn://busybox.net/trunk/busybox@393 69ca8d6d-28ef-0310-b511-8ec308f3f277
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