| Commit message (Expand) | Author | Files | Lines |
2000-09-18 | Simplify and remove dependence on PATH_MAX | bug1 | 2 | -62/+24 |
2000-09-15 | Updated stdin/stdout treatment to match that of gnu tar. | kraai | 2 | -18/+12 |
2000-09-15 | Reorganize listing code. | kraai | 2 | -92/+94 |
2000-09-15 | Allow non-verbose listing to work. | kraai | 2 | -10/+14 |
2000-09-15 | Updated to be in sync with the current sample inittab | proski | 2 | -15/+19 |
2000-09-15 | Fixed compliance with the DTD | proski | 1 | -12/+17 |
2000-09-15 | + credit markw@lineo.com for his contributions | beppu | 3 | -1/+12 |
2000-09-15 | Don't suppress output of umount and swapoff - it is both unwise | proski | 2 | -4/+4 |
2000-09-15 | Don't suppress output of umount and swapoff - it is both unwise | proski | 2 | -4/+4 |
2000-09-15 | "exit NUMBER" should exit, not return | proski | 3 | -3/+3 |
2000-09-14 | For "askfirst" don't just read one char from stdin, | proski | 2 | -4/+2 |
2000-09-14 | Add in a patch from robotti@metconnect.com and Chip Rosenthal to make | andersen | 4 | -38/+134 |
2000-09-14 | Note the syslogd bug fix | andersen | 1 | -0/+2 |
2000-09-14 | Bug fix for wget, and proper attribution of Chip Rosenthal and | andersen | 4 | -16/+13 |
2000-09-14 | Fix the halt/reboot/poweroff segfault when used from within an initrd... | andersen | 1 | -15/+3 |
2000-09-14 | Backslashes shouldn't be treated as backticks. | kraai | 3 | -30/+33 |
2000-09-14 | Copy the string terminator. | kraai | 3 | -3/+3 |
2000-09-13 | Fix looping bug, use fullRead | bug1 | 2 | -4/+4 |
2000-09-13 | Add in BasicLinux by request | andersen | 1 | -0/+1 |
2000-09-13 | Added _install | proski | 1 | -0/+1 |
2000-09-13 | Ensure forked processes always are on a controlling tty, so the | andersen | 2 | -2/+4 |
2000-09-13 | Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC. | proski | 2 | -0/+6 |
2000-09-13 | List of signals updated from util-linux-2.10o | proski | 2 | -110/+152 |
2000-09-13 | Don't fork for the . (source) command so that environment settings are | kraai | 3 | -3/+6 |
2000-09-13 | Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead of | kraai | 25 | -108/+70 |
2000-09-13 | Fix unchecked calls to {m,c,re}alloc so that they print an error and | kraai | 3 | -48/+45 |
2000-09-12 | Typo fix: resolv -> resolve | proski | 2 | -2/+2 |
2000-09-12 | Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>. | andersen | 2 | -14/+14 |
2000-09-11 | Fix .deb unpack and experimental TAR support | bug1 | 2 | -174/+356 |
2000-09-11 | Extra defines for ar | bug1 | 1 | -4/+4 |
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 |