Age | Commit message (Expand) | Author |
2001-02-23 | Another usage cleanup from kent robotti | Eric Andersen |
2001-02-23 | More cleanups | Eric Andersen |
2001-02-23 | Make HUMAN_READABLE be single argument like the others. | Eric Andersen |
2001-02-23 | More usage cleanups from kent robotti. I know some of these were | Eric Andersen |
2001-02-23 | space after \ make preprocessor sad | David Kimdon |
2001-02-23 | I should be more careful... | Eric Andersen |
2001-02-22 | Commit a few updates to the usage messages. | Eric Andersen |
2001-02-22 | Another update to the way usage messages are done by Evin Robertson | Eric Andersen |
2001-02-20 | It turns out that DODMALLOC was broken when I reorganized busybox.h | Eric Andersen |
2001-02-17 | A bunch of usage clenups from kent robotti <robotti@metconnect.com> | Eric Andersen |
2001-02-17 | Update the build system for pristine source directory builds. This | Eric Andersen |
2001-02-16 | Do usage messages the same way all other apps fo them. | Eric Andersen |
2001-02-14 | Fins find message. | Eric Andersen |
2001-02-14 | I forgot to add usage.h, so here it is, with a few extra cleanups. | Eric Andersen |
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen |
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen |
2001-02-14 | Add in ifconfig and route | Eric Andersen |
2001-02-13 | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen |
2001-02-12 | New dpkg-deb option, warning about dpkg usage | Glenn L McGrath |
2001-02-10 | New applet: dpkg | Glenn L McGrath |
2001-02-07 | Add listening support. | Matt Kraai |
2001-02-07 | Reworked find with David Douthitt to support -type, -perm, -mtime, and | Matt Kraai |
2001-02-01 | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai |
2001-01-31 | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai |
2001-01-27 | Fix some formatting | Eric Andersen |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen |
2001-01-26 | Cleanup patch from larry doolittle | Eric Andersen |
2001-01-25 | Add in spoon's watchdog timer app. | Eric Andersen |
2001-01-25 | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen |
2001-01-24 | more bugs fixed -- found doing regression testing | Eric Andersen |
2001-01-24 | Fix up insmod usage info to mention -L | Eric Andersen |
2001-01-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June |
2001-01-20 | Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case. | Eric Andersen |
2001-01-02 | add dpkg-deb command | Glenn L McGrath |
2001-01-02 | Log stdin when no message given and use getopt. | Matt Kraai |
2000-12-26 | Fix lower casing for weird locales. | 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-15 | Rewrite argv munger. | Matt Kraai |
2000-12-13 | Document gzip -d | Eric Andersen |
2000-12-12 | Some compile fixes found by Larry Doolittle | Eric Andersen |
2000-12-11 | Fix spelling error s/defaut/default/g | Eric Andersen |
2000-12-11 | Reverse logic so when network logging, it by default does not log locally. | Eric Andersen |
2000-12-09 | Patch from Matt Kraai to implement uniq -[cdu] | Eric Andersen |
2000-12-09 | Forget to set final argv entry to NULL, breaking sh.c amoung | Eric Andersen |
2000-12-08 | Make no local logging a runtime option for network logging... | Eric Andersen |
2000-12-08 | when invoked as 'busybox foo args' remove the "busybox" | Eric Andersen |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley |
2000-12-07 | Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard | Eric Andersen |
2000-12-04 | Patch to add in the -X option and fix the --exclude bug, originally by | Eric Andersen |