Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | There was an unwanted extra newline, which prevented building0_50 | Eric Andersen | 2001-03-16 | 1 | -1/+1 | |
| | | | | | uudecode. How did this sneak through the testing until now? -Erik | |||||
* | Fix egrep | Eric Andersen | 2001-03-15 | 1 | -1/+1 | |
| | ||||||
* | One tinly, little, missing newline that confused Pod. | Mark Whitley | 2001-03-15 | 1 | -0/+1 | |
| | ||||||
* | Fix linuxrc define | Eric Andersen | 2001-03-15 | 1 | -1/+1 | |
| | ||||||
* | Update the documentation so examples are autoincluded in the output text. | Eric Andersen | 2001-03-15 | 2 | -13/+522 | |
| | | | | | Fix up docs/busybox.pod with the latest autogenerated output. -Erik | |||||
* | Applied patch from Christophe Boyanique to add an egrep alias for grep. | Mark Whitley | 2001-03-14 | 2 | -0/+6 | |
| | ||||||
* | Amazing the difference between an "and" and an "or". | Eric Andersen | 2001-03-14 | 1 | -1/+2 | |
| | ||||||
* | Some updates for libc5 | Eric Andersen | 2001-03-14 | 1 | -0/+8 | |
| | ||||||
* | Applied patch from Christophe Boyanique to add -i support to rm. | Mark Whitley | 2001-03-13 | 2 | -0/+10 | |
| | ||||||
* | Applied patch from Gennady Feldman to split up syslogd.c into syslogd and | Mark Whitley | 2001-03-12 | 3 | -8/+26 | |
| | | | | klogd (as it should be). | |||||
* | Adjust ifconfig usage message for selected options and current functionality. | Manuel Novoa III | 2001-03-12 | 1 | -6/+23 | |
| | ||||||
* | Add in 'trim' routine. Fix up sh.c so it works when wordexp | Eric Andersen | 2001-03-08 | 1 | -0/+1 | |
| | | | | | is not available. -Erik | |||||
* | Changed KILOBYTE, MEGABYTE, and GIGABYTE from #define to enum. | Mark Whitley | 2001-03-07 | 1 | -3/+5 | |
| | ||||||
* | Some minor cleanups to df.c. Also, with Erik's blessing, changed name of | Mark Whitley | 2001-03-07 | 1 | -1/+1 | |
| | | | | 'format' function to 'make_human_readable_str'. | |||||
* | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | 2001-03-02 | 2 | -0/+27 | |
| | ||||||
* | Applied patch from David Douthitt to fix build error in df.c when | Mark Whitley | 2001-03-01 | 1 | -1/+1 | |
| | | | | BB_FEATURE_HUMAN_READABLE was disabled. | |||||
* | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen | 2001-02-27 | 1 | -3/+3 | |
| | | | | checking for some my_* functions to utility.c | |||||
* | The usage message for syslogd had stuff longer then 80 chars and wrapped. | Eric Andersen | 2001-02-24 | 1 | -2/+2 | |
| | ||||||
* | Another usage cleanup from kent robotti | Eric Andersen | 2001-02-23 | 1 | -8/+10 | |
| | ||||||
* | More cleanups | Eric Andersen | 2001-02-23 | 1 | -17/+19 | |
| | ||||||
* | Make HUMAN_READABLE be single argument like the others. | Eric Andersen | 2001-02-23 | 1 | -9/+10 | |
| | ||||||
* | More usage cleanups from kent robotti. I know some of these were | Eric Andersen | 2001-02-23 | 1 | -39/+39 | |
| | | | | applied previously but apparently lost with some of the latest changes. | |||||
* | space after \ make preprocessor sad | David Kimdon | 2001-02-23 | 1 | -1/+1 | |
| | ||||||
* | Somewhere along the line, MAKE_LINKS got broken, thereby breaking | Eric Andersen | 2001-02-23 | 1 | -0/+4 | |
| | | | | 'make install'. Fix that. | |||||
* | I should be more careful... | Eric Andersen | 2001-02-23 | 1 | -1/+1 | |
| | ||||||
* | Turn off the printf attribute for the ?error_msg* functions, since it | Eric Andersen | 2001-02-22 | 1 | -4/+4 | |
| | | | | | | is ok to pass them a NULL, unlike printf. This silences a pointless warning message. -Erik | |||||
* | Add in kent robotti's updated dos2unix.c | Eric Andersen | 2001-02-22 | 1 | -1/+1 | |
| | ||||||
* | Commit a few updates to the usage messages. | Eric Andersen | 2001-02-22 | 1 | -94/+73 | |
| | ||||||
* | Another update to the way usage messages are done by Evin Robertson | Eric Andersen | 2001-02-22 | 3 | -1772/+881 | |
| | | | | | | <nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik | |||||
* | A bunch of usage clenups from kent robotti <robotti@metconnect.com> | Eric Andersen | 2001-02-17 | 1 | -22/+21 | |
| | | | | -Erik | |||||
* | Do usage messages the same way all other apps fo them. | Eric Andersen | 2001-02-16 | 1 | -0/+12 | |
| | | | | | | Skip printing of available options (can't do this easily). Based on a patch by Larry Doolittle. -Erik | |||||
* | Fins find message. | Eric Andersen | 2001-02-14 | 1 | -2/+2 | |
| | ||||||
* | I forgot to add usage.h, so here it is, with a few extra cleanups. | Eric Andersen | 2001-02-14 | 1 | -0/+2038 | |
| | | | | | | | Also update show_usage to handle the updated usage.h. Again, nearly all the work to get usage.h into shape was done by Manuel Novoa III. -Erik | |||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 2 | -138/+159 | |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||||
* | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | 2001-02-14 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | Add in ifconfig and route | Eric Andersen | 2001-02-14 | 2 | -0/+7 | |
| | ||||||
* | Several cleanups from Manuel Novoa III. | Eric Andersen | 2001-02-14 | 1 | -1/+1 | |
| | | | | | | | | | | | | get_kernel_revision -- size reduction NOTE: may want to combine with get_kernel_version in insmod??? parse_mode -- size reduction, multiple settings with "," now work correctly, sticky-bit setting now implemented process_escape_sequence -- size reduction, octal code to big for char bug fixed format -- size reduction, val > LONG_MAX and hr = 1 printing bug fixed (was %ld), | |||||
* | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | 2001-02-13 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | New applet: dpkg | Glenn L McGrath | 2001-02-10 | 1 | -0/+3 | |
| | ||||||
* | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | 2001-02-05 | 1 | -1/+2 | |
| | ||||||
* | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai | 2001-02-01 | 1 | -1/+1 | |
| | ||||||
* | Fix wget error message and add (and use) chomp library function. | Matt Kraai | 2001-02-01 | 1 | -0/+1 | |
| | ||||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 3 | -70/+19 | |
| | | | | | | | busybox.h which slowed compiles. I left only what was needed and then fixed up all the apps to include their own header files. I also fixed naming for pwd.h and grp.h functions. Tested to compile and run with libc5, glibc, and uClibc. -Erik | |||||
* | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | 2001-01-27 | 2 | -0/+98 | |
| | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | |||||
* | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | 2001-01-25 | 1 | -0/+8 | |
| | | | | -Erik | |||||
* | Add in spoon's watchdog timer app. | Eric Andersen | 2001-01-25 | 1 | -0/+3 | |
| | | | | -Erik | |||||
* | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | 2001-01-22 | 1 | -0/+7 | |
| | | | | | Add support for -k in du, df, and ls(no define, it's for compatibliity with the GNU utils as bb does -k by default) Fix bug #1084 | |||||
* | add dpkg-deb command | Glenn L McGrath | 2001-01-02 | 1 | -0/+3 | |
| | ||||||
* | Better dmalloc handling | Eric Andersen | 2001-01-02 | 1 | -5/+5 | |
| | ||||||
* | Fix tar handling of absolute paths and excluded directories. | Matt Kraai | 2000-12-19 | 1 | -0/+1 | |
| |