| Commit message (Expand) | Author | Files | Lines |
2000-09-11 | Simplify a few little things, and merge in a patch from | andersen | 2 | -22/+22 |
2000-09-11 | New dd behaviour | bug1 | 2 | -0/+2 |
2000-09-11 | dd now truncates files at the end its write, this can be turned of by | bug1 | 2 | -6/+20 |
2000-09-10 | MAke lsmod act just like modutils lsmod, by printing which modules use | andersen | 2 | -0/+40 |
2000-09-10 | Make init handle current 2.4.x sysinfo behavior | andersen | 2 | -24/+18 |
2000-09-10 | Update free for current 2.4.x behavior... | andersen | 2 | -42/+26 |
2000-09-10 | Remove some debugging code | bug1 | 2 | -4/+2 |
2000-09-10 | Using seek=? used to cause part of the original file to be zero'ed, i | bug1 | 2 | -10/+8 |
2000-09-10 | My previous attempt to make dd use fullRead, fullWrite was very broken, | bug1 | 2 | -26/+28 |
2000-09-09 | remove some printf statements i forgot about | bug1 | 2 | -6/+0 |
2000-09-09 | Updated to match new -R ar functionality | bug1 | 2 | -2/+4 |
2000-09-09 | Implemented new ar functionality unique to busybox ar (i think), the -R | bug1 | 2 | -38/+30 |
2000-09-09 | Changed getopt so that options can be grouped together, the source | bug1 | 4 | -30/+26 |
2000-09-09 | Fix permisions | bug1 | 2 | -2/+4 |
2000-09-09 | Now supports GNU style long filenames. | bug1 | 2 | -170/+360 |
2000-09-07 | New ls sorting patch, as written by Sterling Huxley, and then updated | andersen | 6 | -980/+1394 |
2000-09-07 | Stop leaking file handles. | kraai | 2 | -0/+2 |
2000-09-06 | Fix more typos. | kraai | 1 | -1/+1 |
2000-09-06 | Reset optind so that getopt works in busybox applets called directly by sh. | kraai | 3 | -51/+21 |
2000-09-06 | Fixed a grammatical error. | kraai | 1 | -1/+1 |
2000-09-05 | Fixed for when BB_CP_MV is enabled. | andersen | 1 | -2/+2 |
2000-09-05 | Add BB_SH to get_last_path_component()... Fix thanks to | andersen | 1 | -1/+1 |
2000-09-05 | Apply segfault on no-args fix from robotti@metconnect.com | andersen | 2 | -2/+2 |
2000-09-05 | Set environment variable to make ash happy. ash is a frequent enough | andersen | 2 | -0/+2 |
2000-09-05 | Added expr, from Edward Betts <edward@debian.org>, with some fixups | andersen | 16 | -6/+1247 |
2000-09-04 | Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fix | kraai | 2 | -44/+38 |
2000-09-04 | Forgot this part of wget | andersen | 2 | -0/+22 |
2000-09-04 | Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>. | andersen | 6 | -0/+537 |
2000-09-04 | Allow selective extraction and listing of files. And fix an unchecked | kraai | 2 | -8/+54 |
2000-09-01 | Add in byld | andersen | 1 | -0/+1 |
2000-09-01 | Fix compile when BB_FEATURE_LINUXRC is defined | andersen | 2 | -2/+2 |
2000-09-01 | Fixed a stupid thinko preventing zcat from doing its job, thanks | andersen | 2 | -0/+2 |
2000-09-01 | Turned off ls file-sorting till it can be fixed. | andersen | 1 | -2/+2 |
2000-09-01 | updated some usage info from a patch from robotti@metconnect.com | andersen | 4 | -9/+23 |
2000-09-01 | Argh. I *will* compile before checking in. | kraai | 2 | -2/+2 |
2000-09-01 | Don't unlink files if we are extracting to stdout. | kraai | 2 | -6/+6 |
2000-09-01 | Correct the stdin/stdout behavior when no args are provided. | andersen | 2 | -10/+10 |
2000-09-01 | Sigh. Seems I screwed up last time. This fixed detecting | andersen | 2 | -8/+6 |
2000-09-01 | Add an extra sanity check in parse_mode | andersen | 1 | -0/+3 |
2000-08-31 | Fix a spelling error | andersen | 1 | -1/+1 |
2000-08-31 | Fix spelling error | andersen | 2 | -2/+2 |
2000-08-28 | Rewritten by mistake. | kraai | 2 | -176/+64 |
2000-08-28 | Removed dead regular expression code. | kraai | 2 | -86/+0 |
2000-08-26 | Compile xstrdup and xstrndup iff they are needed. | kraai | 1 | -1/+3 |
2000-08-25 | ar.c now uses a linked list to process headers, uses getopt, new internal fun... | bug1 | 8 | -585/+335 |
2000-08-25 | Fix tab stops for sed usage. | andersen | 2 | -4/+4 |
2000-08-22 | Fixed a warning about a label not being used | proski | 2 | -8/+8 |
2000-08-22 | Fixed misuse of type "char" | proski | 2 | -2/+2 |
2000-08-22 | From Ken Chalmers <chalmers@norscan.com>: | proski | 2 | -2/+4 |
2000-08-22 | Fix a unterminated string. | andersen | 2 | -6/+6 |