diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -11,16 +11,15 @@ | |||
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, killall, and uptime. |
14 | * tar has been completely rewritten by me. Both tar creation and | ||
15 | extraction are now well behaved. Costs 7.6k with all optional | ||
16 | tar features enabled, and 5k for just tar extraction support. | ||
14 | * Added freeramdisk, which will free up all memory associated | 17 | * Added freeramdisk, which will free up all memory associated |
15 | with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> | 18 | with a ram disk. Contributed by Emanuele Caratti <wiz@iol.it> |
16 | and then adjusted a bit by me. | 19 | and then adjusted a bit by me. |
17 | * Added tr and dirname from John Lombardo <john@deltanet.com> | 20 | * Added tr and dirname from John Lombardo <john@deltanet.com> |
18 | * Added echo and test (from me). | 21 | * Added echo and test (from me). |
19 | * Added usleep contributed by Nicolas Pitre <nico@cam.org> | 22 | * Added usleep contributed by Nicolas Pitre <nico@cam.org> |
20 | * tar wouldn't create directory entries that don't end in '/', | ||
21 | now it does (thanks to Avery Pennarun <apenwarr@worldvisions.ca>) | ||
22 | * tar has been completely rewritten, and tar creation and extraction | ||
23 | is now much better behaved. | ||
24 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: | 23 | * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: |
25 | - When `tail' fails to open a file it now exits. | 24 | - When `tail' fails to open a file it now exits. |
26 | - When `syslogd' is given the `-n' option it should still use | 25 | - When `syslogd' is given the `-n' option it should still use |