summaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Use perrorMsg instead of perror and keep removing files if we encounterMatt Kraai2000-12-051-5/+6
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,Eric Andersen2000-12-011-40/+0
* Stop using TRUE and FALSE for exit status.Matt Kraai2000-12-0127-53/+54
* Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>Eric Andersen2000-11-291-29/+67
* Apply rev #2 of dd fix from Gennady Feldman.Eric Andersen2000-11-291-7/+21
* Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeEric Andersen2000-11-291-62/+46
* Patch from Matt Kraai to fix an infinate loop with ls -aREric Andersen2000-11-291-6/+32
* Fix behavior when removal fails.Matt Kraai2000-11-221-3/+5
* Fixed user and group name listing.Matt Kraai2000-11-181-22/+13
* Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle theMark Whitley2000-11-171-24/+37
* "I will always compile before I commit."Eric Andersen2000-11-171-21/+30
* Remove the BSD advertising clause, and replace it with a link to howEric Andersen2000-11-143-67/+76
* This was redundantEric Andersen2000-10-291-1/+0
* Make features independent.Matt Kraai2000-10-281-5/+21
* We also need to declare info if the USERNAMES feature is enabled.Matt Kraai2000-10-281-2/+4
* Fixed error handling and TRUE/FALSE usage.Matt Kraai2000-10-251-3/+2
* Cleaned up error handling and uses of TRUE/FALSE.Matt Kraai2000-10-251-3/+2
* Added a fatalPerror function to simplify error handling.Matt Kraai2000-10-251-4/+2
* Fix for bug #1068 from Kent RobottiGlenn L McGrath2000-10-251-2/+4
* Fix error messages.Matt Kraai2000-10-231-3/+3
* Piss people off by removing [+-][0-9]+ options from tail.Matt Kraai2000-10-191-23/+3
* Consolidate stat(2) and lstat(2) calls and error handling.Matt Kraai2000-10-131-34/+25
* Exit with failure status if we are unable to list any files orMatt Kraai2000-10-131-1/+8
* Apply a patch from Matt Kraai to fix buffer overrun and convert toEric Andersen2000-10-121-19/+15
* Added cmp and readlink applets from Matt Kraai.Mark Whitley2000-10-091-0/+65
* Patch from Matt Kraai so wc will return a proper error codeEric Andersen2000-10-091-4/+6
* Apply a patch from Matt Kraai:Eric Andersen2000-10-091-1/+11
* Patch from Matt Kraai: "When it encounters a problem creating a link, lnEric Andersen2000-10-041-2/+3
* Rewrite to use getopt and return instead of exit, a seperate function (fs_lin...Glenn L McGrath2000-10-041-83/+69
* + shortened main() a little, and a few aesthetic cleanups here & there.John Beppu2000-09-281-21/+19
* Rewrote head to perservere when it can't open a file, and share codeMatt Kraai2000-09-271-50/+43
* Continue concatenating files even if we can't open one.Matt Kraai2000-09-271-4/+5
* Consolidate handling of some fopen failures.Matt Kraai2000-09-271-6/+3
* Rewrote uniq to be less than a third of the size, and fixed some otherMatt Kraai2000-09-271-143/+17
* Renamed "internal.h" to the more sensible "busybox.h".Eric Andersen2000-09-2544-49/+49
* Start the great EXIT_{SUCCESS,FAILURE} migration.Matt Kraai2000-09-221-3/+4
* Add support for the -L option to ls.Matt Kraai2000-09-221-0/+19
* Handle 'cat -'Eric Andersen2000-09-211-4/+3
* Large file >2Gib support.Eric Andersen2000-09-211-0/+8
* Only remove directories when removing recursively.Matt Kraai2000-09-201-0/+5
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.Eric Andersen2000-09-201-0/+45
* Fix looping bug, use fullReadGlenn L McGrath2000-09-131-2/+2
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-134-19/+11
* dd now truncates files at the end its write, this can be turned of byGlenn L McGrath2000-09-111-3/+10
* Remove some debugging codeGlenn L McGrath2000-09-101-2/+1
* Using seek=? used to cause part of the original file to be zero'ed, iGlenn L McGrath2000-09-101-5/+4
* My previous attempt to make dd use fullRead, fullWrite was very broken,Glenn L McGrath2000-09-101-13/+14
* New ls sorting patch, as written by Sterling Huxley, and then updatedEric Andersen2000-09-071-472/+642
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen2000-09-052-1/+532
* Rewritten by mistake.Matt Kraai2000-08-281-88/+32