More linux kernel header file removal.
[oweals/busybox.git] / coreutils /
2000-07-10 Eric AndersenRemove yet more kernel header dependancies.
2000-07-10 Eric AndersenRemove unused variable.
2000-07-10 Eric AndersenFrom Matt Kraai <kraai@alumni.carnegiemellon.edu>:
2000-07-10 Eric AndersenPatch from Matt Kraai <kraai@alumni.carnegiemellon...
2000-07-09 Eric AndersenMore portability updates. Now compiles cleanly vs...
2000-07-08 Eric AndersenUpdate files to reduce dependance on kernel version...
2000-07-06 Eric AndersenRemove MAXNAMLEN and use BUFSIZ instead.
2000-07-05 Eric AndersenRemove misguided klude around for 2.4.x-test* brokennes...
2000-07-05 Eric Andersen* Fix to tr so it recognizes standard escape sequences...
2000-07-03 Eric AndersenAdded support for ignoring '-g' per GNU ls, thanks...
2000-06-28 Mark WhitleyYanked out the cstring_alloc() and cstring_lineFromFile...
2000-06-26 Eric AndersenFixed segfault with 'cut -f 1 -d:' and added 'cut ...
2000-06-26 Eric AndersenUpdates to handle Linux 2.4.0 kernels (kludged around...
2000-06-22 Eric AndersenPavel Roskin <proski@gnu.org> just found a nasty memory
2000-06-21 Eric AndersenDocument 'ln --'
2000-06-19 Eric Andersenprintf now compiles cleanly under both libc5 and libc6.
2000-06-19 Eric AndersenUpdates to a number of apps to remove warnings/compile...
2000-06-18 Pavel RoskinCheck for 3 and more arguments was incorrect
2000-06-15 Pavel Roskinln: fixed command line parser. Added support for "--"
2000-06-14 Pavel RoskinFixed "rm foo" that had been broken while implementing...
2000-06-13 Eric AndersenAdd new apps md5sum uudecode uuencode, fix some minor...
2000-06-07 Eric Andersen* Fixed 'swapon -a' and 'swapoff -a', which were broken.
2000-06-06 Eric AndersenFix 'date -u'
2000-06-06 Eric AndersenFixed a bunch of stuff:
2000-06-04 Eric AndersenDon't allow mkfifo to create files such as "--help"
2000-06-02 Eric AndersenFix touch so it behaves itself (it could segfault in...
2000-06-02 Eric AndersenThis is a fix for chroot
2000-06-02 Eric AndersenPavel fixed a segfault in yes.
2000-06-02 Eric AndersenA number of additional fixed from Pavel Roskin, note...
2000-05-19 Erik AndersenMore libc portability updates, add in the website ...
2000-05-17 Erik AndersenSome more portability updates
2000-05-16 Erik AndersenSome updates for better portability.
2000-05-13 Erik AndersenMore doc updates
2000-05-12 Erik AndersenLots of updates. Finished implementing BB_FEATURE_TRIV...
2000-05-10 Erik Andersen* cp -fa now works as expected for symlinks (it didn...
2000-05-10 Erik AndersenAdd suffix stripping support to basename
2000-05-02 Erik AndersenMore stuff
2000-05-01 Erik AndersenDue to the license change I can now use Minix code...
2000-05-01 Erik AndersenMy little adventure of analyzing lib usage has already...
2000-05-01 Erik AndersenSome accrued fixes/updates.
2000-04-28 Erik AndersenFix stupid bugs. update was segfaulting. mknod minor...
2000-04-28 Erik AndersenLatest and greatest. Some effort at libc5 (aiming...
2000-04-21 Erik AndersenMore Doc updates. cmdedit and more termio fixes.
2000-04-17 John Beppu- grep -v ^\.PHONY < Makefile
2000-04-17 Erik AndersenBugfixes.
2000-04-17 Erik AndersenMore updates to the docs, and fixes to sync things...
2000-04-17 John Beppu+ in the interest of robustness, I added
2000-04-15 Erik AndersenMore documentation updates, and minor fixes to make...
2000-04-13 Erik AndersenMore doc updates for BusyBox, with fixes to apps for...
2000-04-13 Erik AndersenUpates to include copyright 2000 to everything
2000-04-06 Erik AndersenSome more minor updates to better use some gcc attributes.
2000-04-04 Erik AndersenOops. Forgot the usleep.c file.
2000-03-28 Erik AndersenYet another installment in the ongoing tar saga
2000-03-24 Erik AndersenThe new tar for busybox is now done, and works just...
2000-03-23 Erik AndersenMy latest ramblings.
2000-03-22 Erik AndersenUse the nice new find_real_root_device function to...
2000-03-21 Erik Andersen* all mallocs now use xmalloc (and so are OOM error...
2000-03-16 Erik AndersenForgot these files...
2000-03-08 John Beppu+ changed a static array (FileList) into a dynamically...
2000-03-05 Erik AndersenAdd in tr and dirname
2000-03-04 Erik AndersenA few updates (including the cp fix the Craig has been...
2000-02-21 Erik AndersenForgot to add basename. More fixes to du from
2000-02-19 Erik AndersenFixed du. Now behaves just like GNU du (only less...
2000-02-18 Erik AndersenSome updates for the day,
2000-02-13 John Beppu- I suspect the problem has something to do w/ symlinks.
2000-02-11 Erik AndersenUpdates
2000-02-08 Erik AndersenSome formatting updates (ran the code through indent)
2000-02-07 Erik AndersenA few minor updates. ;-)
2000-01-29 Erik AndersenClear up some ambiguity with old style assignments.
2000-01-27 Erik AndersenFixed ls formatting for 8 char user names.
2000-01-25 Erik AndersenSome busybox updates. See the changelog for details...
2000-01-23 Erik Andersen* added (and documented) "-n" option for head -
2000-01-15 Erik AndersenSync up busybox with the latest and greatest. This...
2000-01-13 Erik AndersenBug fixes.
2000-01-08 Erik AndersenFix cp and mv so 'cp foo/README bar' where foo and...
2000-01-07 Erik AndersenMore minor fixes.
2000-01-07 John Beppuadded uniq_usage message
2000-01-06 John Beppudid tedious stuff
2000-01-06 Erik AndersenCool. Beppu is doing uniq.
2000-01-06 John Beppui am busybox of borg. unix will be assimilated.
2000-01-05 Erik AndersenThe latest and greatest. init basically works, though...
2000-01-04 Erik AndersenBunches of fixes. Typos, bugs, etc.
1999-12-29 Erik Andersen* sed now supports addresses (numeric or regexp, with...
1999-12-29 Erik AndersenFixed mv so it now does the right thing (same method...
1999-12-29 Erik AndersenFixed cp so it works as God intended it to.
1999-12-23 John Beppu sort is good to go.
1999-12-23 John Beppu implemented numeric sort (sort -g)
1999-12-22 John Beppu oops.. qsort(2) misunderstanding on my part.
1999-12-22 John Beppuplaying w/ $Log$
1999-12-22 John Beppu the base is nearly done.
1999-12-22 John Beppu added hooks for sort
1999-12-22 John Beppu work in progress...
1999-12-21 John Beppu this is my work in progress.
1999-12-17 Erik AndersenMake head --version do the right thing. Update TODO...
1999-12-17 Erik AndersenReworked the source so it will compile and run under...
1999-12-16 John Beppu killed an elusive bug in du -s.
1999-12-15 John Beppu fixed an embarrasing segfault (head w/ no args
1999-12-15 John Beppu Implemented du -s
1999-12-11 Eric AndersenOk, so this is reallt 0.38...
1999-12-10 John Beppu Removed a redundant call du(); Save cpu cycles.
next