| Commit message (Expand) | Author | Files | Lines |
2000-12-09 | Fix problem where 'du file_that_exists' doesn't work. | Eric Andersen | 2 | -4/+4 |
2000-12-09 | More wget cleanups I've been working on... | Eric Andersen | 2 | -60/+106 |
2000-12-09 | Some little cleanups from Larry Doolittle | Eric Andersen | 4 | -4/+4 |
2000-12-09 | Patch from Matt Kraai to implement uniq -[cdu] | Eric Andersen | 6 | -15/+103 |
2000-12-09 | add quiet mode support. | Glenn L McGrath | 2 | -10/+20 |
2000-12-09 | Forget to set final argv entry to NULL, breaking sh.c amoung | Eric Andersen | 2 | -0/+2 |
2000-12-08 | Some updates. Wrong name was on a patch, plus a spelling fix. | Eric Andersen | 1 | -2/+3 |
2000-12-08 | Put in i to getopt, so i will work... | Eric Andersen | 3 | -3/+3 |
2000-12-08 | Update inittab docs | Eric Andersen | 2 | -17/+73 |
2000-12-08 | Make no local logging a runtime option for network logging... | Eric Andersen | 6 | -55/+69 |
2000-12-08 | Patch from Gennady Feldman <gfeldman@mail.com> to make syslogd not log | Eric Andersen | 3 | -8/+10 |
2000-12-08 | Patch from Matt Kraai to make logger log all arguments. | Eric Andersen | 3 | -6/+25 |
2000-12-08 | when invoked as 'busybox foo args' remove the "busybox" | Eric Andersen | 2 | -8/+50 |
2000-12-07 | Patch from Matt Kraai to enable proxy support. | Eric Andersen | 3 | -8/+30 |
2000-12-07 | Changed names of functions in utility.c and all affected files, to make | Mark Whitley | 155 | -1021/+1021 |
2000-12-07 | Fix by Tim Robbins <fyre@box3n.gumbynet.org> to prevent bad format | Matt Kraai | 2 | -2/+2 |
2000-12-07 | Get rid of redundant TRUE and FALSE definitions. | Matt Kraai | 2 | -14/+0 |
2000-12-07 | oops, didn't mean to commit that last one... reverting | Randolph Chung | 1 | -1/+1 |
2000-12-07 | Write progress meter to stderr instead of stdout | Randolph Chung | 3 | -5/+5 |
2000-12-07 | Fixed URL parsing bug | Randolph Chung | 2 | -16/+28 |
2000-12-07 | Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard | Eric Andersen | 5 | -10/+192 |
2000-12-07 | Add some more changlog stuff suggested by Larry Doolittle. | Eric Andersen | 1 | -2/+20 |
2000-12-06 | Bettwr document the hidden internal sh.c #defines, and which folks | Eric Andersen | 3 | -6/+30 |
2000-12-06 | Close but #1071... | Eric Andersen | 2 | -34/+28 |
2000-12-06 | Ignore the newdocs as well | Eric Andersen | 1 | -0/+5 |
2000-12-06 | Patch from Matt Kraai to fix 'echo "1 2 3" | tr -s " "' | Eric Andersen | 2 | -2/+2 |
2000-12-06 | patch from Larry Doolittle to rename BB_FEATURE_SH_BUILTINS_ALWAYS_WIN | Eric Andersen | 4 | -12/+12 |
2000-12-06 | Added insmod support for ARM, and lsmod support for older kernels, | Eric Andersen | 6 | -191/+498 |
2000-12-06 | Must compile before committing. | Matt Kraai | 2 | -4/+4 |
2000-12-06 | Fix exit status on failure. | Matt Kraai | 8 | -36/+42 |
2000-12-05 | Removed isBlank and isWildCard macros that were totally unused (should anyone | Mark Whitley | 2 | -10/+4 |
2000-12-05 | Changed some #define strings to static const char [] variables. Tested ls | Mark Whitley | 1 | -4/+4 |
2000-12-05 | Use perrorMsg and clean up exit status. | Matt Kraai | 2 | -10/+10 |
2000-12-05 | Fixed the comments to match the code and renamed the function to a (hopefully) | Mark Whitley | 5 | -15/+15 |
2000-12-05 | Applied patch from Matt Kraai to add v*error functions for handling vararg | Mark Whitley | 1 | -21/+21 |
2000-12-05 | Use perrorMsg instead of perror and keep removing files if we encounter | Matt Kraai | 3 | -15/+17 |
2000-12-04 | Changelog update | Eric Andersen | 1 | -0/+5 |
2000-12-04 | Flag day warning! | Eric Andersen | 2 | -4/+4 |
2000-12-04 | Patch to add in the -X option and fix the --exclude bug, originally by | Eric Andersen | 5 | -3/+61 |
2000-12-02 | Fix typo | Eric Andersen | 1 | -1/+2 |
2000-12-02 | Patch from Larry Doolittle so it will build the newdocs right. | Eric Andersen | 5 | -57/+49 |
2000-12-01 | Update for handling .udebs and building using a pristine source dir... | Eric Andersen | 5 | -88/+781 |
2000-12-01 | More doc handling updates | Eric Andersen | 1 | -7/+6 |
2000-12-01 | Update some descriptions | Eric Andersen | 1 | -2/+3 |
2000-12-01 | Fix yet another blunder. Create symlink correctly this time. | Eric Andersen | 1 | -1/+1 |
2000-12-01 | I forgot a "/". Oops. | Eric Andersen | 1 | -1/+1 |
2000-12-01 | More pristine source directory updates. It now works | Eric Andersen | 8 | -34/+116 |
2000-12-01 | More updates for the Makefile to do BB_SRC_DIR. This is | Eric Andersen | 1 | -15/+48 |
2000-12-01 | Make tar shutup on compile | Eric Andersen | 2 | -4/+4 |
2000-12-01 | Remove #ifdef __STDC__ junk. We don't do K&R round these parts, | Eric Andersen | 8 | -290/+6 |