aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 3 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 4227a7822..9496d5fbb 100644
--- a/Changelog
+++ b/Changelog
@@ -10,18 +10,18 @@
10 provides. To enable this, turn on BB_FEATURE_USE_DEVPS_PATCH and 10 provides. To enable this, turn on BB_FEATURE_USE_DEVPS_PATCH and
11 patch your kernel with the devps patch in the kernel-patches/ 11 patch your kernel with the devps patch in the kernel-patches/
12 directory. 12 directory.
13 * Wrote basename, killall, and uptime. 13 * Wrote basename, dirname, killall, and uptime.
14 * tar has been completely rewritten by me. Both tar creation and 14 * tar has been completely rewritten by me. Both tar creation and
15 extraction are now well behaved. Costs 7.6k with all optional 15 extraction are now well behaved. Costs 7.6k with all optional
16 tar features enabled, and 5k for just tar extraction support. 16 tar features enabled, and 5k for just tar extraction support.
17 * Added freeramdisk, which will free up all memory associated 17 * Added freeramdisk, which will free up all memory associated
18 with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> 18 with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it>
19 and then adjusted a bit by me. 19 and then adjusted a bit by me.
20 * Added tr and dirname from John Lombardo <john@deltanet.com> 20 * Added tr from John Lombardo <john@deltanet.com>
21 * Added echo and test (from me). 21 * Added echo and test (from me).
22 * Added usleep contributed by Nicolas Pitre <nico@cam.org> 22 * Added usleep contributed by Nicolas Pitre <nico@cam.org>
23 * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: 23 * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>:
24 - When `tail' fails to open a file it now exits. 24 - When `tail' fails to open a file it now exits.
25 - When `syslogd' is given the `-n' option it should still use 25 - When `syslogd' is given the `-n' option it should still use
26 fork() for running klogd. 26 fork() for running klogd.
27 * nslookup types are now changed to u_int32_t (instead of uint32_t) 27 * nslookup types are now changed to u_int32_t (instead of uint32_t)