aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fixed a grammatical error.Matt Kraai2000-09-061-1/+1
* Fixed for when BB_CP_MV is enabled.Eric Andersen2000-09-051-2/+2
* Add BB_SH to get_last_path_component()... Fix thanks toEric Andersen2000-09-051-1/+1
* Apply segfault on no-args fix from robotti@metconnect.comEric Andersen2000-09-052-2/+2
* Set environment variable to make ash happy. ash is a frequent enoughEric Andersen2000-09-052-0/+2
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen2000-09-0516-6/+1247
* Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixMatt Kraai2000-09-042-44/+38
* Forgot this part of wgetEric Andersen2000-09-042-0/+22
* Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.Eric Andersen2000-09-046-0/+537
* Allow selective extraction and listing of files. And fix an uncheckedMatt Kraai2000-09-042-8/+54
* Add in byldEric Andersen2000-09-011-0/+1
* Fix compile when BB_FEATURE_LINUXRC is definedEric Andersen2000-09-012-2/+2
* Fixed a stupid thinko preventing zcat from doing its job, thanksEric Andersen2000-09-012-0/+2
* Turned off ls file-sorting till it can be fixed.Eric Andersen2000-09-011-2/+2
* updated some usage info from a patch from robotti@metconnect.comEric Andersen2000-09-014-9/+23
* Argh. I *will* compile before checking in.Matt Kraai2000-09-012-2/+2
* Don't unlink files if we are extracting to stdout.Matt Kraai2000-09-012-6/+6
* Correct the stdin/stdout behavior when no args are provided.Eric Andersen2000-09-012-10/+10
* Sigh. Seems I screwed up last time. This fixed detectingEric Andersen2000-09-012-8/+6
* Add an extra sanity check in parse_modeEric Andersen2000-09-011-0/+3
* Fix a spelling errorEric Andersen2000-08-311-1/+1
* Fix spelling errorEric Andersen2000-08-312-2/+2