Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Patch from Russell Coker: | Eric Andersen | 2003-07-03 | 1 | -5/+29 |
| | | | | | I've attached my latest SE Linux patch for busybox against the latest CVS version of busybox. | ||||
* | Major coreutils update. | Manuel Novoa III | 2003-03-19 | 1 | -43/+33 |
| | |||||
* | Vodz' last_patch57: | Eric Andersen | 2002-09-30 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | Hi, Erik. my_getpw(uid/gid) and applets used it have problem: if username for uid not found, applets can`t detect it (but code pessent). Also "%8ld " format is bad: spaces not required (applets have self format or spec format (tar applet) and overflow for "id" applet...) This problem also pressent in stable version. Patch for unstable in attach. --w vodz | ||||
* | Change 'printf("%s\n", ...)' into 'puts(...)'. Noted and patched in hostname.c | Matt Kraai | 2001-05-16 | 1 | -2/+2 |
| | | | | by Larry Doolittle. | ||||
* | Patch from Vladimir N. Oleynik to save 128 bytes by moving error | Eric Andersen | 2001-02-27 | 1 | -3/+0 |
| | | | | checking for some my_* functions to utility.c | ||||
* | This patch, put together by Manuel Novoa III, is a merge of work | Eric Andersen | 2001-02-14 | 1 | -2/+2 |
| | | | | | | done by Evin Robertson (bug#1105) and work from Manuel to make usage messages occupy less space and simplify how usage messages are displayed. | ||||
* | Removed trailing \n from error_msg{,_and_die} messages. | Matt Kraai | 2001-01-31 | 1 | -1/+1 |
| | |||||
* | Fix header file usage -- there were many unnecessary header files included in | Eric Andersen | 2001-01-27 | 1 | -0/+1 |
| | | | | | | | 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 | 1 | -2/+0 |
| | | | | | | functions. Add in simple implementations of these functions, which can, optionally, be used instead of the system versions. -Erik | ||||
* | Apply a patch from Brent Priddy <brent.priddy@adtran.com> to add | Eric Andersen | 2001-01-25 | 1 | -6/+18 |
| | | | | | 'id -n' support. -Erik | ||||
* | Fix from Matt Kraai -- a better way to NULL terminate strings for the | Eric Andersen | 2000-12-13 | 1 | -8/+4 |
| | | | | | my_* passwd and group routines. I should have thought of doing it this way... | ||||
* | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 2000-12-07 | 1 | -1/+1 |
| | | | | compliant with the style guide. Everybody rebuild your tags file! | ||||
* | Renamed "internal.h" to the more sensible "busybox.h". | Eric Andersen | 2000-09-25 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Fix for a potential uninitialized variable, thx to | Eric Andersen | 2000-07-28 | 1 | -0/+1 |
| | | | | | Ken Chalmers <chalmers@norscan.com> -Erik | ||||
* | Some cleanups, based on a patch from Ken Chalmers | Eric Andersen | 2000-07-28 | 1 | -10/+13 |
| | | | | -Erik | ||||
* | Whoops. Forgot to #include <getopt.h>. | Mark Whitley | 2000-07-20 | 1 | -0/+1 |
| | |||||
* | Converted option parsing to getopt() and made some minor formatting changes. | Mark Whitley | 2000-07-19 | 1 | -18/+21 |
| | |||||
* | Extract usage information into a separate file. | Matt Kraai | 2000-07-16 | 1 | -11/+0 |
| | |||||
* | Updates to a number of apps to remove warnings/compile errors under libc5. | Eric Andersen | 2000-06-19 | 1 | -1/+1 |
| | | | | | Tested under both libc5 and libc6 and all seems well with these fixes. -Erik | ||||
* | Some more portability updates | Erik Andersen | 2000-05-17 | 1 | -4/+4 |
| | | | | -Erik | ||||
* | More doc updates | Erik Andersen | 2000-05-13 | 1 | -0/+1 |
| | | | | -Erik | ||||
* | Lots of updates. Finished implementing BB_FEATURE_TRIVIAL_HELP | Erik Andersen | 2000-05-12 | 1 | -3/+6 |
| | | | | | | | | which lets you compile out most of the "--help" output, saving up to 17k. Renamed mnc to nc. -Erik | ||||
* | Some accrued fixes/updates. | Erik Andersen | 2000-05-01 | 1 | -0/+92 |
* cp/mv now accepts (and ignores) the -f flag, since it always does force anyway * tail can now accept -<num> commands (e.g. -10) for better compatibility with the standard tail command * added a simple id implementation; doesn't support supp. groups yet |