aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix problem where 'du file_that_exists' doesn't work.andersen2000-12-091-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1412 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to implement uniq -[cdu]andersen2000-12-091-7/+38
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1409 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed names of functions in utility.c and all affected files, to makemarkw2000-12-0727-114/+114
| | | | | | | compliant with the style guide. Everybody rebuild your tags file! git-svn-id: svn://busybox.net/trunk/busybox@1398 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Get rid of redundant TRUE and FALSE definitions.kraai2000-12-071-7/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1396 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "'andersen2000-12-061-1/+1
| | | | | | | so it properly outputs "1 2 3". git-svn-id: svn://busybox.net/trunk/busybox@1387 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Must compile before committing.kraai2000-12-061-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1384 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix exit status on failure.kraai2000-12-062-15/+17
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1383 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use perrorMsg instead of perror and keep removing files if we encounterkraai2000-12-051-5/+6
| | | | | | | an error. git-svn-id: svn://busybox.net/trunk/busybox@1377 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove #ifdef __STDC__ junk. We don't do K&R round these parts,andersen2000-12-011-40/+0
| | | | | | | so no point acting like we do. git-svn-id: svn://busybox.net/trunk/busybox@1361 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Stop using TRUE and FALSE for exit status.kraai2000-12-0127-53/+54
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1360 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com>andersen2000-11-291-29/+67
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1351 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply rev #2 of dd fix from Gennady Feldman.andersen2000-11-291-7/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1350 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to closeandersen2000-11-291-62/+46
| | | | | | | | | bug 1069. This shaves about 100 bytes from the executable, and about 200 bytes of heap usage. Also document the "-d" option in the usage message. git-svn-id: svn://busybox.net/trunk/busybox@1346 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fix an infinate loop with ls -aRandersen2000-11-291-6/+32
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1345 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix behavior when removal fails.kraai2000-11-221-3/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1338 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed user and group name listing.kraai2000-11-181-22/+13
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1334 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle themarkw2000-11-171-24/+37
| | | | | | | special-case of using newlines as field delimiters. git-svn-id: svn://busybox.net/trunk/busybox@1331 69ca8d6d-28ef-0310-b511-8ec308f3f277
* "I will always compile before I commit."andersen2000-11-171-21/+30
| | | | | | | | | "I will always compile before I commit." "I will always compile before I commit." -Erik git-svn-id: svn://busybox.net/trunk/busybox@1324 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Remove the BSD advertising clause, and replace it with a link to howandersen2000-11-143-67/+76
| | | | | | | the advertising clause has been retroactivly declared null and void. git-svn-id: svn://busybox.net/trunk/busybox@1303 69ca8d6d-28ef-0310-b511-8ec308f3f277
* This was redundantandersen2000-10-291-1/+0
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1269 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Make features independent.kraai2000-10-281-5/+21
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1265 69ca8d6d-28ef-0310-b511-8ec308f3f277
* We also need to declare info if the USERNAMES feature is enabled.kraai2000-10-281-2/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1264 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fixed error handling and TRUE/FALSE usage.kraai2000-10-251-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1242 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Cleaned up error handling and uses of TRUE/FALSE.kraai2000-10-251-3/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1236 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added a fatalPerror function to simplify error handling.kraai2000-10-251-4/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1234 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix for bug #1068 from Kent Robottibug12000-10-251-2/+4
| | | | | | | Call perror and exit instead of fatalError git-svn-id: svn://busybox.net/trunk/busybox@1230 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix error messages.kraai2000-10-231-3/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1222 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Piss people off by removing [+-][0-9]+ options from tail.kraai2000-10-191-23/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1205 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Consolidate stat(2) and lstat(2) calls and error handling.kraai2000-10-131-34/+25
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1189 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Exit with failure status if we are unable to list any files orkraai2000-10-131-1/+8
| | | | | | | directories. Patch thanks to Kent Robotti <robotti@metconnect.com>. git-svn-id: svn://busybox.net/trunk/busybox@1188 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Matt Kraai to fix buffer overrun and convert toandersen2000-10-121-19/+15
| | | | | | | | using synamically allocated storage. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1187 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added cmp and readlink applets from Matt Kraai.markw2000-10-091-0/+65
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1175 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai so wc will return a proper error codeandersen2000-10-091-4/+6
| | | | | | | | | when failing to open a file, and will not use file when it didn't open the file. -Erik git-svn-id: svn://busybox.net/trunk/busybox@1174 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Apply a patch from Matt Kraai:andersen2000-10-091-1/+11
| | | | | | | | | | "The -L option to ls doesn't behave correctly for files listed explicitly on the command line, only those in directories that are listed. The appended patch fixes this problem. Would someone please commit it?" -Erik git-svn-id: svn://busybox.net/trunk/busybox@1172 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai: "When it encounters a problem creating a link, lnandersen2000-10-041-2/+3
| | | | | | | | shouldn't give up entirely but instead continue processing the rest of its arguments. The attached patch does this." git-svn-id: svn://busybox.net/trunk/busybox@1148 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrite to use getopt and return instead of exit, a seperate function ↵bug12000-10-041-83/+69
| | | | | | (fs_link) does the actual work. git-svn-id: svn://busybox.net/trunk/busybox@1147 69ca8d6d-28ef-0310-b511-8ec308f3f277
* + shortened main() a little, and a few aesthetic cleanups here & there.beppu2000-09-281-21/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1139 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote head to perservere when it can't open a file, and share codekraai2000-09-271-50/+43
| | | | | | | with cat. git-svn-id: svn://busybox.net/trunk/busybox@1138 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Continue concatenating files even if we can't open one.kraai2000-09-271-4/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1137 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Consolidate handling of some fopen failures.kraai2000-09-271-6/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1136 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote uniq to be less than a third of the size, and fixed some otherkraai2000-09-271-143/+17
| | | | | | | minor problems. git-svn-id: svn://busybox.net/trunk/busybox@1135 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Renamed "internal.h" to the more sensible "busybox.h".andersen2000-09-2544-49/+49
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1119 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Start the great EXIT_{SUCCESS,FAILURE} migration.kraai2000-09-221-3/+4
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1095 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add support for the -L option to ls.kraai2000-09-221-0/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1093 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Handle 'cat -'andersen2000-09-211-4/+3
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1084 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Large file >2Gib support.andersen2000-09-211-0/+8
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1082 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Only remove directories when removing recursively.kraai2000-09-201-0/+5
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1077 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.andersen2000-09-201-0/+45
| | | | | | | -Erik git-svn-id: svn://busybox.net/trunk/busybox@1076 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix looping bug, use fullReadbug12000-09-131-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1046 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-134-19/+11
| | | | | | | segfaulting or handling errors the same way themselves. git-svn-id: svn://busybox.net/trunk/busybox@1039 69ca8d6d-28ef-0310-b511-8ec308f3f277