aboutsummaryrefslogtreecommitdiff
path: root/coreutils (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Turned some #define constants into static const ints.markw2001-01-051-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1540 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote tail.kraai2001-01-051-253/+203
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1539 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Changed email address to codepoet.org, updated list of applets / docs Imarkw2001-01-041-1/+1
| | | | | | | maintain in AUTHORS. git-svn-id: svn://busybox.net/trunk/busybox@1537 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Improvements from Vladimir N. Oleynik.kraai2000-12-301-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1507 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Use busybox error handling functions wherever possible.kraai2000-12-224-11/+7
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1489 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSEandersen2000-12-201-18/+14
| | | | | | | | and wasnever updated when TRUE and FALSE were fixed. So kludge it by doing an #undef TRUE, then define it backwards... git-svn-id: svn://busybox.net/trunk/busybox@1483 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix a warning in sh.c. Remove use of getline() in md5sum sinceandersen2000-12-201-12/+3
| | | | | | | nobody else uses it and it is a GNU extension anyways... git-svn-id: svn://busybox.net/trunk/busybox@1482 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote.kraai2000-12-201-239/+37
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1478 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Rewrote dd.kraai2000-12-182-172/+119
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1469 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Change calls to error_msg.* and strerror to use perror_msg.*.kraai2000-12-189-22/+19
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1466 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Add missing newlines to error messages.kraai2000-12-182-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1465 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Fix from Matt Kraai -- a better way to NULL terminate strings for theandersen2000-12-134-14/+8
| | | | | | | | my_* passwd and group routines. I should have thought of doing it this way... git-svn-id: svn://busybox.net/trunk/busybox@1443 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from Matt Kraai to fix 'dirname /'andersen2000-12-121-5/+6
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1440 69ca8d6d-28ef-0310-b511-8ec308f3f277
* du.c error msg cleanup from Kent Robottiandersen2000-12-121-2/+2
| | | | git-svn-id: svn://busybox.net/trunk/busybox@1436 69ca8d6d-28ef-0310-b511-8ec308f3f277
* Patch from kent robotti to fix a buglet whereandersen2000-12-111-3/+2
| | | | | | | | | | # du doesn't_exist du: doesn't_exist: No such file or directory 0 doesn't_exist which was on course wrong. I simplified it a bit... git-svn-id: svn://busybox.net/trunk/busybox@1421 69ca8d6d-28ef-0310-b511-8ec308f3f277
* 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