aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Andreas Mohr writes:andersen2003-10-221-9/+9
* Patch from Steven Scholz, fix some warningsbug12003-10-091-1/+0
* Add the -d optionbug12003-09-241-1/+31
* Add the "install" applet, move get_ug_id to libbb as its used by chown,bug12003-09-245-17/+110
* Be entirely consistant when using ioctl(0, TIOCGWINSZ, &winsize)andersen2003-09-151-10/+5
* Patch from Jean Wolterbug12003-09-081-1/+1
* Preserve suid/sgid bitsbug12003-09-081-0/+1
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as onebug12003-09-021-1/+1
* vodz, last patch 103bug12003-08-291-72/+69
* Woops, depend on SHA1 not the optionbug12003-08-261-1/+1
* SHA1 options depend on SHA1bug12003-08-261-0/+1
* Typobug12003-08-191-1/+1
* Remove unnecessary pointer dereference.mjn32003-08-131-1/+1
* Adjust Erik's change, as I don't claim copyright of the applet.mjn32003-08-091-2/+0
* Remove unnecessary defamatory commentandersen2003-08-081-12/+1
* Fix a stupid bug I introduced several months agoandersen2003-08-081-2/+2
* last_patch98 from vodz:andersen2003-07-281-12/+41
* There should be only one instance of CONFIG_FEATURE_AUTOWIDTHandersen2003-07-261-3/+7
* Set the tm_isdst flag to -1 before calling mktime(). Otherwise, the currentmjn32003-07-231-0/+1
* eliminate DOSTATIC, DODEBUG, etc and name them sensiblyandersen2003-07-221-1/+1
* Remove remaining libc5 support codeandersen2003-07-222-2/+2
* Update a bunch of docs. Run a script to update my email addr.andersen2003-07-1418-29/+18
* Patch from Thomas Cameron:andersen2003-07-141-100/+100
* Michael Sternberg writes:andersen2003-07-141-0/+4
* Patch from Kent Robotti adding a bunch of needed docs!andersen2003-07-051-1/+2
* Patch from Russell Coker:andersen2003-07-032-18/+110
* Patch from Kent Robotti adding a bunch of menuconfig helpandersen2003-07-031-76/+107
* As implemented, sha1sum would sometimes give the wrong answer.andersen2003-07-031-109/+298
* Make sure we end up with a unix2dos link to busyboxandersen2003-06-261-0/+5
* Somewhere in the 2.4.x kernel series, /proc/mounts was changed to display aandersen2003-06-201-1/+3
* Add prototype update missing from last_patch89. Fix screwyandersen2003-06-201-3/+4
* last_patch89 from vodz:andersen2003-06-2011-241/+199
* sha1sum option to compare checksumsbug12003-06-082-46/+123
* Better error handlingbug12003-06-071-9/+16
* Minor correctionbug12003-06-071-1/+1
* Fix bug (wrong value computed) when reading file from stdin, implementbug12003-06-071-39/+41
* Run through indentbug12003-06-071-780/+808
* cleanup a bit to remove needless verify() functionandersen2003-05-261-39/+36
* Vodz, last_patch_86bug12003-05-261-3/+2
* Use bb_xgetlargbug12003-04-271-9/+1
* New applet, foldbug12003-04-273-0/+209
* Add more help textandersen2003-04-041-1/+2
* Test that cvs commit messages are working properlyandersen2003-04-041-1/+3
* Fix 'thinko'.mjn32003-04-031-1/+1
* trivial fix to make sure we have sufficient arguments beforeandersen2003-03-281-4/+3
* Oops... had != but meant ==.mjn32003-03-231-1/+1
* Restrict octal perms to <= 07777. Cosmetic error message change.mjn32003-03-191-1/+1
* Things my compiler didn't catch...mjn32003-03-193-4/+4
* Major coreutils update.mjn32003-03-1967-2783/+3275
* Fix for big endian machinesbug12003-02-171-2/+2