Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-02 | Added Magnus Damm's tftp applet to Busybox. | Mark Whitley | |
2001-03-01 | Applied patch from David Douthitt to fix build error in df.c when | Mark Whitley | |
BB_FEATURE_HUMAN_READABLE was disabled. | |||
2001-02-27 | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen | |
checking for some my_* functions to utility.c | |||
2001-02-24 | The usage message for syslogd had stuff longer then 80 chars and wrapped. | Eric Andersen | |
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 | |
applied previously but apparently lost with some of the latest changes. | |||
2001-02-23 | space after \ make preprocessor sad | David Kimdon | |
2001-02-23 | Somewhere along the line, MAKE_LINKS got broken, thereby breaking | Eric Andersen | |
'make install'. Fix that. | |||
2001-02-23 | I should be more careful... | Eric Andersen | |
2001-02-22 | Turn off the printf attribute for the ?error_msg* functions, since it | Eric Andersen | |
is ok to pass them a NULL, unlike printf. This silences a pointless warning message. -Erik | |||
2001-02-22 | Add in kent robotti's updated dos2unix.c | 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 | |
<nitfol@my-deja.com>, which makes things just a little bit smaller, but makes usage.h more readable/maintainable IMHO. -Erik | |||
2001-02-17 | A bunch of usage clenups from kent robotti <robotti@metconnect.com> | Eric Andersen | |
-Erik | |||
2001-02-16 | Do usage messages the same way all other apps fo them. | Eric Andersen | |
Skip printing of available options (can't do this easily). Based on a patch by Larry Doolittle. -Erik | |||
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 | |
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 | |||
2001-02-14 | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | |
done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | |||
2001-02-14 | Commit Vladimir's latest version of stty.c. Nice work. | Eric Andersen | |
-Erik | |||
2001-02-14 | Add in ifconfig and route | Eric Andersen | |
2001-02-14 | Several cleanups from Manuel Novoa III. | Eric Andersen | |
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), | |||
2001-02-13 | Apply a patch from Evin Robertson -- new pivot_root applet. | Eric Andersen | |
-Erik | |||
2001-02-10 | New applet: dpkg | Glenn L McGrath | |
2001-02-05 | Make suffix_mult structures const. Thanks to Vladimir N. Oleynik. | Matt Kraai | |
2001-02-01 | Create find_applet_by_name function. Save 32 bytes. | Matt Kraai | |
2001-02-01 | Fix wget error message and add (and use) chomp library function. | Matt Kraai | |
2001-01-27 | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | |
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 | |||
2001-01-27 | Add in a patch to make busybox use the normal pwd.h and grp.h | Eric Andersen | |
functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | |||
2001-01-25 | Commit Larry Doolittle's buffers-on-stack/buffers-via-malloc patch. | Eric Andersen | |
-Erik | |||
2001-01-25 | Add in spoon's watchdog timer app. | Eric Andersen | |
-Erik | |||
2001-01-22 | Add HUMAN_READABLE define for -m and -h support in du, df, and ls | Richard June | |
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 | |||
2001-01-02 | add dpkg-deb command | Glenn L McGrath | |
2001-01-02 | Better dmalloc handling | Eric Andersen | |
2000-12-19 | Fix tar handling of absolute paths and excluded directories. | Matt Kraai | |
2000-12-18 | Rewrote dd. | Matt Kraai | |
2000-12-15 | Rewrite nc to be simpler, smaller, and to check syscalls for errors. | Matt Kraai | |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | |
compliant with the style guide. Everybody rebuild your tags file! | |||
2000-12-05 | Removed isBlank and isWildCard macros that were totally unused (should anyone | Mark Whitley | |
need isBlank, please use isblank() in ctype.h). Converted isDecimal and isOctal into inline functions. Compiled, tested, worked. | |||
2000-12-05 | Fixed the comments to match the code and renamed the function to a (hopefully) | Mark Whitley | |
more descriptive name, and as per the style guide. | |||
2000-12-04 | Flag day warning! | Eric Andersen | |
Change TRUE and FALSE defines to normal C style TRUE=1, FALSE=0. -Erik | |||
2000-12-02 | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | |
2000-12-01 | Remove #ifdef __STDC__ junk. We don't do K&R round these parts, | Eric Andersen | |
so no point acting like we do. | |||
2000-11-30 | Patch from Larry Doolittle (with minor touchups from me so everything compiles | Eric Andersen | |
and works) to use the applet definitions in applets.h to autogenerate the applet function and usage prototypes. | |||
2000-11-29 | Apply a patch fromkent robotti: | Eric Andersen | |
Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. Change undeb and unrpm scripts to work with the busybox tar and gunzip. | |||
2000-11-17 | "I will always compile before I commit." | Eric Andersen | |
"I will always compile before I commit." "I will always compile before I commit." -Erik | |||
2000-11-17 | Fix up builtin overrides, and hack in the binary search for finding | Eric Andersen | |
matching applets into the shell. | |||
2000-10-25 | Added a new perrorMsg function, cleanup up error handling, fixed TRUE/FALSE | Matt Kraai | |
uses, and other minor fixes. | |||
2000-10-25 | Added a fatalPerror function to simplify error handling. | Matt Kraai | |