- 6317c4b Applied patch from Gennady Feldman to split up syslogd.c into syslogd and by Mark Whitley · 24 years ago
- 22b889a Adjust ifconfig usage message for selected options and current functionality. by Manuel Novoa III · 24 years ago
- 39eea89 Per Vladimir's suggestion, force the locale to POSIX for all by Eric Andersen · 24 years ago
- 450736c Added Magnus Damm's tftp applet to Busybox. by Mark Whitley · 24 years ago
- 0167718 Changed exit code from -1 to 0 when busybox is invoked with no args. by Mark Whitley · 24 years ago
- dc12190 The usage message for syslogd had stuff longer then 80 chars and wrapped. by Eric Andersen · 24 years ago
- 3757f98 Another usage cleanup from kent robotti by Eric Andersen · 24 years ago
- 7a9cc2d More cleanups by Eric Andersen · 24 years ago
- ed0d958 Make HUMAN_READABLE be single argument like the others. by Eric Andersen · 24 years ago
- a0cfe94 More usage cleanups from kent robotti. I know some of these were by Eric Andersen · 24 years ago
- 56082dc space after \ make preprocessor sad by David Kimdon · 24 years ago
- 41492d6 I should be more careful... by Eric Andersen · 24 years ago
- 4b2e69a Commit a few updates to the usage messages. by Eric Andersen · 24 years ago
- 7e9276b Another update to the way usage messages are done by Evin Robertson by Eric Andersen · 24 years ago
- cbe31da It turns out that DODMALLOC was broken when I reorganized busybox.h by Eric Andersen · 24 years ago
- 3d20f77 A bunch of usage clenups from kent robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
- 19f8620 Update the build system for pristine source directory builds. This by Eric Andersen · 24 years ago
- 733c4ad Do usage messages the same way all other apps fo them. by Eric Andersen · 24 years ago
- c1c4311 Fins find message. by Eric Andersen · 24 years ago
- 3ec8ffb I forgot to add usage.h, so here it is, with a few extra cleanups. by Eric Andersen · 24 years ago
- 67991cf This patch, put together by Manuel Novoa III, is a merge of work by Eric Andersen · 24 years ago
- 98e599c Commit Vladimir's latest version of stty.c. Nice work. -Erik by Eric Andersen · 24 years ago
- ec45595 Add in ifconfig and route by Eric Andersen · 24 years ago
- 6fd8c66 Apply a patch from Evin Robertson -- new pivot_root applet. -Erik by Eric Andersen · 24 years ago
- dadf9c6 New dpkg-deb option, warning about dpkg usage by Glenn L McGrath · 24 years ago
- c30ab0f New applet: dpkg by Glenn L McGrath · 24 years ago
- 1d70267 Add listening support. by Matt Kraai · 24 years ago
- 096370d Reworked find with David Douthitt to support -type, -perm, -mtime, and by Matt Kraai · 24 years ago
- f2cc276 Create find_applet_by_name function. Save 32 bytes. by Matt Kraai · 24 years ago
- dd19c69 Removed trailing \n from error_msg{,_and_die} messages. by Matt Kraai · 24 years ago
- 90ca284 Fix some formatting by Eric Andersen · 24 years ago
- ed3ef50 Fix header file usage -- there were many unnecessary header files included in by Eric Andersen · 24 years ago
- a68b21a Cleanup patch from larry doolittle -Erik by Eric Andersen · 24 years ago
- ffde867 Add in spoon's watchdog timer app. -Erik by Eric Andersen · 24 years ago
- c1b8f12 Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add by Eric Andersen · 24 years ago
- f5d5e77 more bugs fixed -- found doing regression testing -Erik by Eric Andersen · 24 years ago
- 8c5cb31 Fix up insmod usage info to mention -L by Eric Andersen · 24 years ago
- 6d0921c Add HUMAN_READABLE define for -m and -h support in du, df, and ls by Richard June · 24 years ago
- 965fa32 Move \n to inside TRIVIAL_HELP, to save a few bytes for the default case. by Eric Andersen · 24 years ago
- 7541e3a add dpkg-deb command by Glenn L McGrath · 24 years ago
- 1944f54 Log stdin when no message given and use getopt. by Matt Kraai · 24 years ago
- e9e182e Fix lower casing for weird locales. by Matt Kraai · 24 years ago
- 24ac017 Rewrote dd. by Matt Kraai · 24 years ago
- 1fa1ade Change calls to error_msg.* and strerror to use perror_msg.*. by Matt Kraai · 24 years ago
- 8abc78a Rewrite argv munger. by Matt Kraai · 24 years ago
- d0fa0a1 Document gzip -d by Eric Andersen · 24 years ago
- a2d61e7 Some compile fixes found by Larry Doolittle by Eric Andersen · 24 years ago
- 20c2bdd Fix spelling error s/defaut/default/g by Eric Andersen · 24 years ago
- 70d09ed Reverse logic so when network logging, it by default does not log locally. by Eric Andersen · 24 years ago
- 5b5db38 Patch from Matt Kraai to implement uniq -[cdu] by Eric Andersen · 24 years ago
- 8c28fd7 Forget to set final argv entry to NULL, breaking sh.c amoung other things... by Eric Andersen · 24 years ago
- bf2b8ae Make no local logging a runtime option for network logging... by Eric Andersen · 24 years ago
- 5e09b6e when invoked as 'busybox foo args' remove the "busybox" by Eric Andersen · 24 years ago
- f57c944 Changed names of functions in utility.c and all affected files, to make by Mark Whitley · 24 years ago
- 3d957c8 Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard by Eric Andersen · 24 years ago
- 8cede00 Patch to add in the -X option and fix the --exclude bug, originally by by Eric Andersen · 24 years ago
- 868c057 Patch from Larry Doolittle so it will build the newdocs right. by Eric Andersen · 24 years ago
- e2f6e12 More pristine source directory updates. It now works by Eric Andersen · 24 years ago
- 8c725e6 Patch from Larry Doolittle (with minor touchups from me so everything compiles by Eric Andersen · 24 years ago
- ddea368 Apply rev #2 of dd fix from Gennady Feldman. by Eric Andersen · 24 years ago
- 7b5d594 Apply a patch from Larry Doolittle <ldoolitt@recycle.lbl.gov> to close by Eric Andersen · 24 years ago
- e500d20 Apply a patch fromkent robotti: by Eric Andersen · 24 years ago
- e5aef92 Fix up builtin overrides, and hack in the binary search for finding by Eric Andersen · 24 years ago
- cf32e23 Modified help string for xargs. Props to Kent Robotti <robotti@metconnect.com>. by Mark Whitley · 24 years ago
- 84bdc75 This was broken when applets moved to applets.h. Fix it. by Eric Andersen · 24 years ago
- 2dab174 Restore --help handling I mistakenly removed. by Matt Kraai · 24 years ago
- a0428ee Avoid reinventing the wheel (and thus save some space). by Matt Kraai · 24 years ago
- 130005c Applied patch from Gaute B Strokkenes <gs234@cam.ac.uk> to use a binary search by Mark Whitley · 24 years ago
- 6050618 Put getopt_usage where it belongs and added *_usage entries in busybox.[ch] by Mark Whitley · 24 years ago
- 69229a6 Piss people off by removing [+-][0-9]+ options from tail. by Matt Kraai · 24 years ago
- 0d5835a Apply patch from "Orion Poplawski" <OPoplawski@cqg.com> to make by Eric Andersen · 24 years ago
- 872138d Added cmp and readlink applets from Matt Kraai. by Mark Whitley · 24 years ago
- 3570a34 Renamed "internal.h" to the more sensible "busybox.h". -Erik by Eric Andersen · 24 years ago
- caffb6e Gratuitously changed the file "busybox.defs.h" to the more by Eric Andersen · 24 years ago
- c5949f6 Fix from Matt Kraai for the to the "busybox --install prints out on STDERR by Eric Andersen · 24 years ago
- 82e0614 update usage for xargs by Eric Andersen · 24 years ago
- 5b17693 Use minix xargs instead, and update docs accordingly -Erik by Eric Andersen · 24 years ago
- 92a61c1 Add in xargs by Eric Andersen · 24 years ago
- cff3fe3 Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. -Erik by Eric Andersen · 24 years ago
- 605a819 New dd behaviour by Glenn L McGrath · 24 years ago
- 1c6917d Updated to match new -R ar functionality by Glenn L McGrath · 24 years ago
- 437bf72 Changed getopt so that options can be grouped together, the source by Glenn L McGrath · 24 years ago
- 11c6552 New ls sorting patch, as written by Sterling Huxley, and then updated by Eric Andersen · 24 years ago
- 1b355eb Added expr, from Edward Betts <edward@debian.org>, with some fixups by Eric Andersen · 24 years ago
- 61a9d8d Forgot this part of wget by Eric Andersen · 24 years ago
- 9670083 Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. by Eric Andersen · 24 years ago
- cb91d69 Fix compile when BB_FEATURE_LINUXRC is defined -Erik by Eric Andersen · 24 years ago
- 18a1014 updated some usage info from a patch from robotti@metconnect.com -Erik by Eric Andersen · 24 years ago
- 06aeb6c ar.c now uses a linked list to process headers, uses getopt, new internal function extractAr(srcFD, dstFd, filename) to make it easily accessable to other busybox functions. by Glenn L McGrath · 24 years ago
- 4d5ac2f Fix tab stops for sed usage. by Eric Andersen · 24 years ago
- 918507e Added the 'rdate' command, thanks to Sterling Huxley <sterling@europa.com>. by Eric Andersen · 24 years ago
- a1f16bb Added getopt(1) from "Alfred M. Szmidt" <ams@trillian.itslinux.org> -Erik by Eric Andersen · 24 years ago
- fa405d0 Add in the "reset" command. -Erik by Eric Andersen · 24 years ago
- e89267c Minor fixups. -Erik by Eric Andersen · 24 years ago
- 8cbac44 Better 'mt' docs, thanks to Kent Robotti <robotti@metconnect.com> -Erik by Eric Andersen · 24 years ago
- 88f50b6 Some #include updates. -Erik by Eric Andersen · 24 years ago
- fdd5103 Merge in two patches from Dave Cinege: by Eric Andersen · 24 years ago
- d5fa3e3 Update to the tail rewrite by "Allen Soard" <esp-software@mail.hypermart.net> by Eric Andersen · 24 years ago
- 259972e Disabled debugging output by Pavel Roskin · 24 years ago
- 501c88b More sh updates (with related changes to everything else). Switched by Eric Andersen · 24 years ago