aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Path count was out by one, fixed itGlenn L McGrath2000-09-182-2/+2
* Simplify and remove dependence on PATH_MAXGlenn L McGrath2000-09-182-62/+24
* Updated stdin/stdout treatment to match that of gnu tar.Matt Kraai2000-09-152-18/+12
* Reorganize listing code.Matt Kraai2000-09-152-92/+94
* Allow non-verbose listing to work.Matt Kraai2000-09-152-10/+14
* Updated to be in sync with the current sample inittabPavel Roskin2000-09-152-15/+19
* Fixed compliance with the DTDPavel Roskin2000-09-151-12/+17
* + credit markw@lineo.com for his contributionsJohn Beppu2000-09-153-1/+12
* Don't suppress output of umount and swapoff - it is both unwisePavel Roskin2000-09-152-4/+4
* Don't suppress output of umount and swapoff - it is both unwisePavel Roskin2000-09-152-4/+4
* "exit NUMBER" should exit, not returnPavel Roskin2000-09-153-3/+3
* For "askfirst" don't just read one char from stdin,Pavel Roskin2000-09-142-4/+2
* Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeEric Andersen2000-09-144-38/+134
* Note the syslogd bug fixEric Andersen2000-09-141-0/+2
* Bug fix for wget, and proper attribution of Chip Rosenthal andEric Andersen2000-09-144-16/+13
* Fix the halt/reboot/poweroff segfault when used from within an initrd...Eric Andersen2000-09-141-15/+3
* Backslashes shouldn't be treated as backticks.Matt Kraai2000-09-143-30/+33
* Copy the string terminator.Matt Kraai2000-09-143-3/+3
* Fix looping bug, use fullReadGlenn L McGrath2000-09-132-4/+4
* Add in BasicLinux by requestEric Andersen2000-09-131-0/+1
* Added _installPavel Roskin2000-09-131-0/+1
* Ensure forked processes always are on a controlling tty, so theEric Andersen2000-09-132-2/+4
* Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.Pavel Roskin2000-09-132-0/+6
* List of signals updated from util-linux-2.10oPavel Roskin2000-09-132-110/+152
* Don't fork for the . (source) command so that environment settings areMatt Kraai2000-09-133-3/+6
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai2000-09-1325-108/+70
* Fix unchecked calls to {m,c,re}alloc so that they print an error andMatt Kraai2000-09-133-48/+45
* Typo fix: resolv -> resolvePavel Roskin2000-09-122-2/+2
* Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.Eric Andersen2000-09-122-14/+14
* Fix .deb unpack and experimental TAR supportGlenn L McGrath2000-09-112-174/+356
* Extra defines for arGlenn L McGrath2000-09-111-4/+4
* Simplify a few little things, and merge in a patch fromEric Andersen2000-09-112-22/+22
* New dd behaviourGlenn L McGrath2000-09-112-0/+2
* dd now truncates files at the end its write, this can be turned of byGlenn L McGrath2000-09-112-6/+20
* MAke lsmod act just like modutils lsmod, by printing which modules useEric Andersen2000-09-102-0/+40
* Make init handle current 2.4.x sysinfo behaviorEric Andersen2000-09-102-24/+18
* Update free for current 2.4.x behavior...Eric Andersen2000-09-102-42/+26
* Remove some debugging codeGlenn L McGrath2000-09-102-4/+2
* Using seek=? used to cause part of the original file to be zero'ed, iGlenn L McGrath2000-09-102-10/+8
* My previous attempt to make dd use fullRead, fullWrite was very broken,Glenn L McGrath2000-09-102-26/+28
* remove some printf statements i forgot aboutGlenn L McGrath2000-09-092-6/+0
* Updated to match new -R ar functionalityGlenn L McGrath2000-09-092-2/+4
* Implemented new ar functionality unique to busybox ar (i think), the -RGlenn L McGrath2000-09-092-38/+30
* Changed getopt so that options can be grouped together, the sourceGlenn L McGrath2000-09-094-30/+26
* Fix permisionsGlenn L McGrath2000-09-092-2/+4
* Now supports GNU style long filenames.Glenn L McGrath2000-09-092-170/+360
* New ls sorting patch, as written by Sterling Huxley, and then updatedEric Andersen2000-09-076-980/+1394
* Stop leaking file handles.Matt Kraai2000-09-072-0/+2
* Fix more typos.Matt Kraai2000-09-061-1/+1
* Reset optind so that getopt works in busybox applets called directly by sh.Matt Kraai2000-09-063-51/+21