Age | Commit message (Expand) | Author |
2000-12-30 | Improvements from Vladimir N. Oleynik. | Matt Kraai |
2000-12-22 | Use busybox error handling functions wherever possible. | Matt Kraai |
2000-12-20 | Turns out, md5sum was broken anyways. It uses backwards TRUE/FALSE | Eric Andersen |
2000-12-20 | Fix a warning in sh.c. Remove use of getline() in md5sum since | Eric Andersen |
2000-12-20 | Rewrote. | Matt Kraai |
2000-12-18 | Rewrote dd. | Matt Kraai |
2000-12-18 | Change calls to error_msg.* and strerror to use perror_msg.*. | Matt Kraai |
2000-12-18 | Add missing newlines to error messages. | Matt Kraai |
2000-12-13 | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen |
2000-12-12 | Patch from Matt Kraai to fix 'dirname /' | Eric Andersen |
2000-12-12 | du.c error msg cleanup from Kent Robotti | Eric Andersen |
2000-12-11 | Patch from kent robotti to fix a buglet where | Eric Andersen |
2000-12-09 | Fix problem where 'du file_that_exists' doesn't work. | Eric Andersen |
2000-12-09 | Patch from Matt Kraai to implement uniq -[cdu] | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-07 | Get rid of redundant TRUE and FALSE definitions. | Matt Kraai |
2000-12-06 | Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "' | Eric Andersen |
2000-12-06 | Must compile before committing. | Matt Kraai |
2000-12-06 | Fix exit status on failure. | Matt Kraai |
2000-12-05 | Use perrorMsg instead of perror and keep removing files if we encounter | Matt Kraai |
2000-12-01 | Remove #ifdef __STDC__ junk. We don't do K&R round these parts, | Eric Andersen |
2000-12-01 | Stop using TRUE and FALSE for exit status. | Matt Kraai |
2000-11-29 | Apply the BSD echo version submitted by Jonas Holmberg <jonas.holmberg@axis.com> | Eric Andersen |
2000-11-29 | Apply rev #2 of dd fix from Gennady Feldman. | Eric Andersen |
2000-11-29 | Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close | Eric Andersen |
2000-11-29 | Patch from Matt Kraai to fix an infinate loop with ls -aR | Eric Andersen |
2000-11-22 | Fix behavior when removal fails. | Matt Kraai |
2000-11-18 | Fixed user and group name listing. | Matt Kraai |
2000-11-17 | Applied patch from Brent Priddy <brent.priddy@adtran.com> to handle the | Mark Whitley |
2000-11-17 | "I will always compile before I commit." | Eric Andersen |
2000-11-14 | Remove the BSD advertising clause, and replace it with a link to how | Eric Andersen |
2000-10-29 | This was redundant | Eric Andersen |
2000-10-28 | Make features independent. | Matt Kraai |
2000-10-28 | We also need to declare info if the USERNAMES feature is enabled. | Matt Kraai |
2000-10-25 | Fixed error handling and TRUE/FALSE usage. | Matt Kraai |
2000-10-25 | Cleaned up error handling and uses of TRUE/FALSE. | Matt Kraai |
2000-10-25 | Added a fatalPerror function to simplify error handling. | Matt Kraai |
2000-10-25 | Fix for bug #1068 from Kent Robotti | Glenn L McGrath |
2000-10-23 | Fix error messages. | Matt Kraai |
2000-10-19 | Piss people off by removing [+-][0-9]+ options from tail. | Matt Kraai |
2000-10-13 | Consolidate stat(2) and lstat(2) calls and error handling. | Matt Kraai |
2000-10-13 | Exit with failure status if we are unable to list any files or | Matt Kraai |
2000-10-12 | Apply a patch from Matt Kraai to fix buffer overrun and convert to | Eric Andersen |
2000-10-09 | Added cmp and readlink applets from Matt Kraai. | Mark Whitley |
2000-10-09 | Patch from Matt Kraai so wc will return a proper error code | Eric Andersen |
2000-10-09 | Apply a patch from Matt Kraai: | Eric Andersen |
2000-10-04 | Patch from Matt Kraai: "When it encounters a problem creating a link, ln | Eric Andersen |
2000-10-04 | Rewrite to use getopt and return instead of exit, a seperate function (fs_lin... | Glenn L McGrath |
2000-09-28 | + shortened main() a little, and a few aesthetic cleanups here & there. | John Beppu |
2000-09-27 | Rewrote head to perservere when it can't open a file, and share code | Matt Kraai |