aboutsummaryrefslogtreecommitdiff
path: root/coreutils
AgeCommit message (Expand)Author
2003-07-14Update a bunch of docs. Run a script to update my email addr.Eric Andersen
2003-07-14Patch from Thomas Cameron:Eric Andersen
2003-07-14Michael Sternberg writes:Eric Andersen
2003-07-05Patch from Kent Robotti adding a bunch of needed docs!Eric Andersen
2003-07-03Patch from Russell Coker:Eric Andersen
2003-07-03Patch from Kent Robotti adding a bunch of menuconfig helpEric Andersen
2003-07-03As implemented, sha1sum would sometimes give the wrong answer.Eric Andersen
2003-06-26Make sure we end up with a unix2dos link to busyboxEric Andersen
2003-06-20Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aEric Andersen
2003-06-20Add prototype update missing from last_patch89. Fix screwyEric Andersen
2003-06-20last_patch89 from vodz:Eric Andersen
2003-06-08sha1sum option to compare checksumsGlenn L McGrath
2003-06-07Better error handlingGlenn L McGrath
2003-06-07Minor correctionGlenn L McGrath
2003-06-07Fix bug (wrong value computed) when reading file from stdin, implementGlenn L McGrath
2003-06-07Run through indentGlenn L McGrath
2003-05-26cleanup a bit to remove needless verify() functionEric Andersen
2003-05-26Vodz, last_patch_86Glenn L McGrath
2003-04-27Use bb_xgetlargGlenn L McGrath
2003-04-27New applet, foldGlenn L McGrath
2003-04-04Add more help textEric Andersen
2003-04-04Test that cvs commit messages are working properlyEric Andersen
2003-04-03Fix 'thinko'.Manuel Novoa III
2003-03-28trivial fix to make sure we have sufficient arguments beforeEric Andersen
2003-03-23Oops... had != but meant ==.Manuel Novoa III
2003-03-19Restrict octal perms to <= 07777. Cosmetic error message change.Manuel Novoa III
2003-03-19Things my compiler didn't catch...Manuel Novoa III
2003-03-19Major coreutils update.Manuel Novoa III
2003-02-17Fix for big endian machinesGlenn L McGrath
2003-02-17New applet sha1sumGlenn L McGrath
2003-02-15Merge fileutils, textutils and shellutils into coreuilsGlenn L McGrath
2003-02-08Patch from mathuria, compatability with solarisGlenn L McGrath
2003-01-14last_patch75_2 from vodz,Eric Andersen
2003-01-06Correct column width for tab completion and lsGlenn L McGrath
2002-12-23Support the obsolete '+' optionGlenn L McGrath
2002-12-11Add missing header file to squash a warningEric Andersen
2002-12-10Fix undefined behaviour and save some bytes as suggested by Manuel Novoa IIIGlenn L McGrath
2002-12-10Realpath appletGlenn L McGrath
2002-12-06Fixup buffer allocationEric Andersen
2002-11-28Change if(x)free(x); to free(x);Aaron Lehmann
2002-11-28StyleGlenn L McGrath
2002-11-28Woops, forgot they printout applet name as well....Glenn L McGrath
2002-11-28Use error_msg instead of fprintf(stderrGlenn L McGrath
2002-11-28Use printf instead of fprintf(stdoutGlenn L McGrath
2002-11-24When making parent directories set permissions based on the base parent tree ...Glenn L McGrath
2002-11-10Will the real od.c please stand up! (my previous commit was a mistake)Glenn L McGrath
2002-11-10Prevent a segfault if no argument, by Geoffrey Lee <glee@bluesat.unsw.edu.au>Glenn L McGrath
2002-10-10last_patch59 from vodz to cleanup chmod and correctly parse '-rwxgoa'Eric Andersen
2002-09-30Vodz' last_patch57:Eric Andersen
2002-09-28make_directory() will fail instantly so we dont need to test for failure hereGlenn L McGrath