aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix header file usage -- there were many unnecessary header files included inandersen2001-01-2737-7/+72
* Add in a patch to make busybox use the normal pwd.h and grp.handersen2001-01-274-5/+0
* Fix my braindamage -- remove termios and sighandling since they are notandersen2001-01-261-1/+1
* I am an idiot. Looking over my patch, ls doesn't need to do anythingandersen2001-01-261-51/+1
* Make cin be staticandersen2001-01-261-1/+1
* Make ls understand termios.andersen2001-01-261-1/+60
* Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch.andersen2001-01-251-4/+5
* Apply a patch from Brent Priddy <brent.priddy@adtran.com> to addandersen2001-01-251-6/+18
* more bugs fixed -- found doing regression testingandersen2001-01-241-2/+6
* Remove the warning messages. By consensus, netkit-tiny doesn'tandersen2001-01-241-4/+0
* Fix spelling. s/maintainence/maintenance/andersen2001-01-241-1/+1
* #define -> static const int. Also got rid of some big static buffers.markw2001-01-236-62/+79
* Fix silly typoandersen2001-01-221-1/+1
* Warn about apps that will be going away in release 0.50andersen2001-01-221-0/+4
* Add HUMAN_READABLE define for -m and -h support in du, df, and lsrjune2001-01-223-18/+107
* Eliminate calls of the form "fprintf(stdout,". Thanks for the idea tokraai2001-01-183-27/+27
* Complicate truncate behavior.kraai2001-01-171-7/+13
* Turned some #define constants into static const ints.markw2001-01-051-2/+2
* Rewrote tail.kraai2001-01-051-253/+203
* Changed email address to codepoet.org, updated list of applets / docs Imarkw2001-01-041-1/+1
* Improvements from Vladimir N. Oleynik.kraai2000-12-301-2/+2
* Use busybox error handling functions wherever possible.kraai2000-12-224-11/+7
* Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSEandersen2000-12-201-18/+14
* Fix a warning in sh.c. Remove use of getline() in md5sum sinceandersen2000-12-201-12/+3
* Rewrote.kraai2000-12-201-239/+37
* Rewrote dd.kraai2000-12-182-172/+119
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-189-22/+19
* Add missing newlines to error messages.kraai2000-12-182-5/+6
* Fix from Matt Kraai -- a better way to NULL terminate strings for theandersen2000-12-134-14/+8
* Patch from Matt Kraai to fix 'dirname /'andersen2000-12-121-5/+6
* du.c error msg cleanup from Kent Robottiandersen2000-12-121-2/+2
* Patch from kent robotti to fix a buglet whereandersen2000-12-111-3/+2
* Fix problem where 'du file_that_exists' doesn't work.andersen2000-12-091-2/+2
* Patch from Matt Kraai to implement uniq -[cdu]andersen2000-12-091-7/+38
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-0727-114/+114
* Get rid of redundant TRUE and FALSE definitions.kraai2000-12-071-7/+0
* Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'andersen2000-12-061-1/+1
* Must compile before committing.kraai2000-12-061-2/+2
* Fix exit status on failure.kraai2000-12-062-15/+17
* Use perrorMsg instead of perror and keep removing files if we encounterkraai2000-12-051-5/+6
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,andersen2000-12-011-40/+0
* Stop using TRUE and FALSE for exit status.kraai2000-12-0127-53/+54
* Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>andersen2000-11-291-29/+67
* Apply rev #2 of dd fix from Gennady Feldman.andersen2000-11-291-7/+21
* Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeandersen2000-11-291-62/+46
* Patch from Matt Kraai to fix an infinate loop with ls -aRandersen2000-11-291-6/+32
* Fix behavior when removal fails.kraai2000-11-221-3/+5
* Fixed user and group name listing.kraai2000-11-181-22/+13
* Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle themarkw2000-11-171-24/+37
* "I will always compile before I commit."andersen2000-11-171-21/+30