aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 5 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 0cd58ef31..54ec8d62e 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,8 @@
3 updated docs/busybox.pod accordingly. -beppu 3 updated docs/busybox.pod accordingly. -beppu
4 * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org> 4 * Added mktemp, contributed by Daniel Jacobowitz <dan@debian.org>
5 * Added setkeycodes, for those that have wierd keyboard buttons. 5 * Added setkeycodes, for those that have wierd keyboard buttons.
6 * Added cut and tr from minix, since due to the license change,
7 we can now use minix code. Minix tr saves 4k.
6 * Fix for ping warnings from Sascha Ziemann <szi@aibon.ping.de> 8 * Fix for ping warnings from Sascha Ziemann <szi@aibon.ping.de>
7 * Fixed update segfault 9 * Fixed update segfault
8 * Fixed mknod -- minor number was always 0 10 * Fixed mknod -- minor number was always 0
@@ -18,9 +20,6 @@
18 * added a simple id implementation; doesn't support sup. groups yet 20 * added a simple id implementation; doesn't support sup. groups yet
19 * logname used getlogin(3) which uses utmp. Now it doesn't. 21 * logname used getlogin(3) which uses utmp. Now it doesn't.
20 * whoami used getpwuid(3) which uses libc NSS. Now it behaves. 22 * whoami used getpwuid(3) which uses libc NSS. Now it behaves.
21 * Due to the license change, I can now use minix code. Minux tr
22 replaces the BSD derived tr, saving 4k and eliminating bsearch(3)
23 from the list of used Libc symbols.
24 * Add support for "noatime" and "nodiratime" mount flags to mount. 23 * Add support for "noatime" and "nodiratime" mount flags to mount.
25 * Changed 'umount -f' to mean force, and actually use umount2. 24 * Changed 'umount -f' to mean force, and actually use umount2.
26 * Changed 'umount -l' to mean "Do not free loop device". 25 * Changed 'umount -l' to mean "Do not free loop device".
@@ -29,6 +28,9 @@
29 * More doc updates 28 * More doc updates
30 * cp -fa now works as expected for symlinks (it didn't before) 29 * cp -fa now works as expected for symlinks (it didn't before)
31 * zcat now works (wasn't working since option parsing was broken) 30 * zcat now works (wasn't working since option parsing was broken)
31 * Renamed "mnc" to the more correct "nc".
32 * Added BB_FEATURE_TRIVIAL_HELP which compiles out most all of the
33 help messages (i.e --help). Saves 17k over a full compile.
32 34
33 35
34 -Erik 36 -Erik