aboutsummaryrefslogtreecommitdiff
path: root/id.c (unfollow)
Commit message (Expand)AuthorFilesLines
2000-09-15"exit NUMBER" should exit, not returnPavel Roskin3-3/+3
2000-09-14For "askfirst" don't just read one char from stdin,Pavel Roskin2-4/+2
2000-09-14Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeEric Andersen4-38/+134
2000-09-14Note the syslogd bug fixEric Andersen1-0/+2
2000-09-14Bug fix for wget, and proper attribution of Chip Rosenthal andEric Andersen4-16/+13
2000-09-14Fix the halt/reboot/poweroff segfault when used from within an initrd...Eric Andersen1-15/+3
2000-09-14Backslashes shouldn't be treated as backticks.Matt Kraai3-30/+33
2000-09-14Copy the string terminator.Matt Kraai3-3/+3
2000-09-13Fix looping bug, use fullReadGlenn L McGrath2-4/+4
2000-09-13Add in BasicLinux by requestEric Andersen1-0/+1
2000-09-13Added _installPavel Roskin1-0/+1
2000-09-13Ensure forked processes always are on a controlling tty, so theEric Andersen2-2/+4
2000-09-13Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.Pavel Roskin2-0/+6
2000-09-13List of signals updated from util-linux-2.10oPavel Roskin2-110/+152
2000-09-13Don't fork for the . (source) command so that environment settings areMatt Kraai3-3/+6
2000-09-13Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofMatt Kraai25-108/+70
2000-09-13Fix unchecked calls to {m,c,re}alloc so that they print an error andMatt Kraai3-48/+45
2000-09-12Typo fix: resolv -> resolvePavel Roskin2-2/+2
2000-09-12Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.Eric Andersen2-14/+14
2000-09-11Fix .deb unpack and experimental TAR supportGlenn L McGrath2-174/+356
2000-09-11Extra defines for arGlenn L McGrath1-4/+4
2000-09-11Simplify a few little things, and merge in a patch fromEric Andersen2-22/+22
2000-09-11New dd behaviourGlenn L McGrath2-0/+2
2000-09-11dd now truncates files at the end its write, this can be turned of byGlenn L McGrath2-6/+20
2000-09-10MAke lsmod act just like modutils lsmod, by printing which modules useEric Andersen2-0/+40
2000-09-10Make init handle current 2.4.x sysinfo behaviorEric Andersen2-24/+18
2000-09-10Update free for current 2.4.x behavior...Eric Andersen2-42/+26
2000-09-10Remove some debugging codeGlenn L McGrath2-4/+2
2000-09-10Using seek=? used to cause part of the original file to be zero'ed, iGlenn L McGrath2-10/+8
2000-09-10My previous attempt to make dd use fullRead, fullWrite was very broken,Glenn L McGrath2-26/+28
2000-09-09remove some printf statements i forgot aboutGlenn L McGrath2-6/+0
2000-09-09Updated to match new -R ar functionalityGlenn L McGrath2-2/+4
2000-09-09Implemented new ar functionality unique to busybox ar (i think), the -RGlenn L McGrath2-38/+30
2000-09-09Changed getopt so that options can be grouped together, the sourceGlenn L McGrath4-30/+26
2000-09-09Fix permisionsGlenn L McGrath2-2/+4
2000-09-09Now supports GNU style long filenames.Glenn L McGrath2-170/+360
2000-09-07New ls sorting patch, as written by Sterling Huxley, and then updatedEric Andersen6-980/+1394
2000-09-07Stop leaking file handles.Matt Kraai2-0/+2
2000-09-06Fix more typos.Matt Kraai1-1/+1
2000-09-06Reset optind so that getopt works in busybox applets called directly by sh.Matt Kraai3-51/+21
2000-09-06Fixed a grammatical error.Matt Kraai1-1/+1
2000-09-05Fixed for when BB_CP_MV is enabled.Eric Andersen1-2/+2
2000-09-05Add BB_SH to get_last_path_component()... Fix thanks toEric Andersen1-1/+1
2000-09-05Apply segfault on no-args fix from robotti@metconnect.comEric Andersen2-2/+2
2000-09-05Set environment variable to make ash happy. ash is a frequent enoughEric Andersen2-0/+2
2000-09-05Added expr, from Edward Betts <edward@debian.org>, with some fixupsEric Andersen16-6/+1247
2000-09-04Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixMatt Kraai2-44/+38
2000-09-04Forgot this part of wgetEric Andersen2-0/+22
2000-09-04Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.Eric Andersen6-0/+537
2000-09-04Allow selective extraction and listing of files. And fix an uncheckedMatt Kraai2-8/+54