aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2000-06-22Pavel Roskin <proski@gnu.org> just found a nasty memoryEric Andersen
2000-06-21Document 'ln --'Eric Andersen
2000-06-19printf now compiles cleanly under both libc5 and libc6.Eric Andersen
2000-06-19Updates to a number of apps to remove warnings/compile errors under libc5.Eric Andersen
2000-06-18Check for 3 and more arguments was incorrectPavel Roskin
2000-06-15ln: fixed command line parser. Added support for "--"Pavel Roskin
2000-06-14Fixed "rm foo" that had been broken while implementing "rm -- foo"Pavel Roskin
2000-06-13Add new apps md5sum uudecode uuencode, fix some minor formatting things.Eric Andersen
2000-06-07* Fixed 'swapon -a' and 'swapoff -a', which were broken.Eric Andersen
2000-06-06Fix 'date -u'Eric Andersen
2000-06-06Fixed a bunch of stuff:Eric Andersen
2000-06-04Don't allow mkfifo to create files such as "--help"Eric Andersen
2000-06-02Fix touch so it behaves itself (it could segfault in some cases).Eric Andersen
2000-06-02This is a fix for chrootEric Andersen
2000-06-02Pavel fixed a segfault in yes.Eric Andersen
2000-06-02A number of additional fixed from Pavel Roskin, note some more bugs in theEric Andersen
2000-05-19More libc portability updates, add in the website (which has not beenErik Andersen
2000-05-17Some more portability updatesErik Andersen
2000-05-16Some updates for better portability.Erik Andersen
2000-05-13More doc updatesErik Andersen
2000-05-12Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELPErik Andersen
2000-05-10* cp -fa now works as expected for symlinks (it didn't before)Erik Andersen
2000-05-10Add suffix stripping support to basenameErik Andersen
2000-05-02More stuffErik Andersen
2000-05-01Due to the license change I can now use Minix code. Minix trErik Andersen
2000-05-01My little adventure of analyzing lib usage has already rooted outErik Andersen
2000-05-01Some accrued fixes/updates.Erik Andersen
2000-04-28Fix stupid bugs. update was segfaulting. mknod minor # was always 0Erik Andersen
2000-04-28Latest and greatest. Some effort at libc5 (aiming towards newlib)Erik Andersen
2000-04-21More Doc updates. cmdedit and more termio fixes.Erik Andersen
2000-04-17- grep -v ^\.PHONY < MakefileJohn Beppu
2000-04-17Bugfixes.Erik Andersen
2000-04-17More updates to the docs, and fixes to sync things with the docs.Erik Andersen
2000-04-17+ in the interest of robustness, I addedJohn Beppu
2000-04-15More documentation updates, and minor fixes to make things syncErik Andersen
2000-04-13More doc updates for BusyBox, with fixes to apps for bugs revealedErik Andersen
2000-04-13Upates to include copyright 2000 to everythingErik Andersen
2000-04-06Some more minor updates to better use some gcc attributes.Erik Andersen
2000-04-04Oops. Forgot the usleep.c file.Erik Andersen
2000-03-28Yet another installment in the ongoing tar sagaErik Andersen
2000-03-24The new tar for busybox is now done, and works just fineErik Andersen
2000-03-23My latest ramblings.Erik Andersen
2000-03-22Use the nice new find_real_root_device function to find theErik Andersen
2000-03-21* all mallocs now use xmalloc (and so are OOM error safe), andErik Andersen
2000-03-16Forgot these files...Erik Andersen
2000-03-08+ changed a static array (FileList) into a dynamically allocated oneJohn Beppu
2000-03-05Add in tr and dirnameErik Andersen
2000-03-04A few updates (including the cp fix the Craig has been looking for)Erik Andersen
2000-02-21Forgot to add basename. More fixes to du fromErik Andersen
2000-02-19Fixed du. Now behaves just like GNU du (only less so).Erik Andersen