summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-06-12 23:11:16 +0000
committerEric Andersen <andersen@codepoet.org>2000-06-12 23:11:16 +0000
commit9f16d614083a96b521cbbca6d5c0b33da91991c4 (patch)
tree6ec4c6b71fc1728eb66011093f8ea3a2b8de5845 /Changelog
parent44760d058cda8cdea96b02f2594797d2b43b01eb (diff)
downloadbusybox-w32-9f16d614083a96b521cbbca6d5c0b33da91991c4.tar.gz
busybox-w32-9f16d614083a96b521cbbca6d5c0b33da91991c4.tar.bz2
busybox-w32-9f16d614083a96b521cbbca6d5c0b33da91991c4.zip
Added a slightly modified version of Ron Alder's insmod patch.
Very cool stuff. -Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 7 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index 483aa0d0c..29f95a6b1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,12 +1,17 @@
10.44 10.44
2 * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the 2 * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the
3 help messages (i.e --help). Saves 17k over a full compile. 3 help messages (i.e --help). Saves 17k over a full compile.
4 * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org>
5 * Added setkeycodes, for those that have wierd keyboard buttons.
6 * Added cut and tr from minix, since due to the license change, 4 * Added cut and tr from minix, since due to the license change,
7 we can now use minix code. Minix tr saves 4k. 5 we can now use minix code. Minix tr saves 4k.
6 * insmod now works. It costs 29k, but imagine an initrd with a
7 staticly linked busybox containing only insmod and sh, a few /dev
8 entries, and a kernel module or two... It doesn't get smaller
9 then this folks (I pity the fool that writes insmod in asm ;-).
10 Many kudos go to Ron Alder <alder@lineo.com> for finishing this off!!!
8 * Added a mini ar archive utility, especially written for BusyBox by 11 * Added a mini ar archive utility, especially written for BusyBox by
9 Glenn McGrath <bug1@netconnect.com.au> 12 Glenn McGrath <bug1@netconnect.com.au>
13 * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org>
14 * Added setkeycodes, for those that have wierd keyboard buttons.
10 * Added 'grep -v' option (inverted search) and updated 15 * Added 'grep -v' option (inverted search) and updated
11 docs accordingly. -beppu 16 docs accordingly. -beppu
12 * Wrote which 17 * Wrote which