aboutsummaryrefslogtreecommitdiff
path: root/Changelog
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 /Changelog
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 'Changelog')
-rw-r--r--Changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index f0c5e2f69..fd560a82a 100644
--- a/Changelog
+++ b/Changelog
@@ -1,5 +1,5 @@
10.43 10.43
2 * Wrote basename, and uptime. 2 * Wrote basename, killall, and uptime.
3 * Added freeramdisk, which will free up all memory associated 3 * Added freeramdisk, which will free up all memory associated
4 with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> 4 with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it>
5 and then adjusted a bit by me. 5 and then adjusted a bit by me.
@@ -35,8 +35,8 @@
35 - Fixes to the makefile for handling "strip" 35 - Fixes to the makefile for handling "strip"
36 * An initial telnet implementation was added by 36 * An initial telnet implementation was added by
37 Randolph Chung <tausq@debian.org>. 37 Randolph Chung <tausq@debian.org>.
38 * Fixed a bug where "sed 's/foo/bar/g'" would go into an 38 * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e")
39 infinite loop. 39 would go into an infinite loop.
40 40
41 41
42 -Erik Andersen 42 -Erik Andersen