aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2000-09-13Added _installPavel Roskin
2000-09-13Ensure forked processes always are on a controlling tty, so theEric Andersen
2000-09-13Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.Pavel Roskin
2000-09-13List of signals updated from util-linux-2.10oPavel Roskin
2000-09-13Don't fork for the . (source) command so that environment settings areMatt Kraai
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai
2000-09-13Fix unchecked calls to {m,c,re}alloc so that they print an error andMatt Kraai
2000-09-12Typo fix: resolv -> resolvePavel Roskin
2000-09-12Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.Eric Andersen
2000-09-11Fix .deb unpack and experimental TAR supportGlenn L McGrath
2000-09-11Extra defines for arGlenn L McGrath
2000-09-11Simplify a few little things, and merge in a patch fromEric Andersen
2000-09-11New dd behaviourGlenn L McGrath
2000-09-11dd now truncates files at the end its write, this can be turned of byGlenn L McGrath
2000-09-10MAke lsmod act just like modutils lsmod, by printing which modules useEric Andersen
2000-09-10Make init handle current 2.4.x sysinfo behaviorEric Andersen
2000-09-10Update free for current 2.4.x behavior...Eric Andersen
2000-09-10Remove some debugging codeGlenn L McGrath
2000-09-10Using seek=? used to cause part of the original file to be zero'ed, iGlenn L McGrath
2000-09-10My previous attempt to make dd use fullRead, fullWrite was very broken,Glenn L McGrath
2000-09-09remove some printf statements i forgot aboutGlenn L McGrath
2000-09-09Updated to match new -R ar functionalityGlenn L McGrath
2000-09-09Implemented new ar functionality unique to busybox ar (i think), the -RGlenn L McGrath
2000-09-09Changed getopt so that options can be grouped together, the sourceGlenn L McGrath
2000-09-09Fix permisionsGlenn L McGrath
2000-09-09Now supports GNU style long filenames.Glenn L McGrath
2000-09-07New ls sorting patch, as written by Sterling Huxley, and then updatedEric Andersen
2000-09-07Stop leaking file handles.Matt Kraai
2000-09-06Fix more typos.Matt Kraai
2000-09-06Reset optind so that getopt works in busybox applets called directly by sh.Matt Kraai
2000-09-06Fixed a grammatical error.Matt Kraai
2000-09-05Fixed for when BB_CP_MV is enabled.Eric Andersen
2000-09-05Add BB_SH to get_last_path_component()... Fix thanks toEric Andersen
2000-09-05Apply segfault on no-args fix from robotti@metconnect.comEric Andersen
2000-09-05Set environment variable to make ash happy. ash is a frequent enoughEric Andersen
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen
2000-09-04Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixMatt Kraai
2000-09-04Forgot this part of wgetEric Andersen
2000-09-04Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.Eric Andersen
2000-09-04Allow selective extraction and listing of files. And fix an uncheckedMatt Kraai
2000-09-01Add in byldEric Andersen
2000-09-01Fix compile when BB_FEATURE_LINUXRC is definedEric Andersen
2000-09-01Fixed a stupid thinko preventing zcat from doing its job, thanksEric Andersen
2000-09-01Turned off ls file-sorting till it can be fixed.Eric Andersen
2000-09-01updated some usage info from a patch from robotti@metconnect.comEric Andersen
2000-09-01Argh. I *will* compile before checking in.Matt Kraai
2000-09-01Don't unlink files if we are extracting to stdout.Matt Kraai
2000-09-01Correct the stdin/stdout behavior when no args are provided.Eric Andersen
2000-09-01Sigh. Seems I screwed up last time. This fixed detectingEric Andersen
2000-09-01Add an extra sanity check in parse_modeEric Andersen