aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* "exit NUMBER" should exit, not returnproski2000-09-153-3/+3
* For "askfirst" don't just read one char from stdin,proski2000-09-142-4/+2
* Add in a patch from robotti@metconnect.com and Chip Rosenthal to makeandersen2000-09-144-38/+134
* Note the syslogd bug fixandersen2000-09-141-0/+2
* Bug fix for wget, and proper attribution of Chip Rosenthal andandersen2000-09-144-16/+13
* Fix the halt/reboot/poweroff segfault when used from within an initrd...andersen2000-09-141-15/+3
* Backslashes shouldn't be treated as backticks.kraai2000-09-143-30/+33
* Copy the string terminator.kraai2000-09-143-3/+3
* Fix looping bug, use fullReadbug12000-09-132-4/+4
* Add in BasicLinux by requestandersen2000-09-131-0/+1
* Added _installproski2000-09-131-0/+1
* Ensure forked processes always are on a controlling tty, so theandersen2000-09-132-2/+4
* Make syslogd ignore SIGCLD only if SIGCLD is defined. This should fix SPARC.proski2000-09-132-0/+6
* List of signals updated from util-linux-2.10oproski2000-09-132-110/+152
* Don't fork for the . (source) command so that environment settings arekraai2000-09-133-3/+6
* Fix calls to {m,c,re}alloc so that they use x{m,c,re}alloc instead ofkraai2000-09-1325-108/+70
* Fix unchecked calls to {m,c,re}alloc so that they print an error andkraai2000-09-133-48/+45
* Typo fix: resolv -> resolveproski2000-09-122-2/+2
* Formatting cleanup patch from Bryan Rittmeyer <bryan@ixiacom.com>.andersen2000-09-122-14/+14
* Fix .deb unpack and experimental TAR supportbug12000-09-112-174/+356
* Extra defines for arbug12000-09-111-4/+4
* Simplify a few little things, and merge in a patch fromandersen2000-09-112-22/+22
* New dd behaviourbug12000-09-112-0/+2
* dd now truncates files at the end its write, this can be turned of bybug12000-09-112-6/+20
* MAke lsmod act just like modutils lsmod, by printing which modules useandersen2000-09-102-0/+40
* Make init handle current 2.4.x sysinfo behaviorandersen2000-09-102-24/+18
* Update free for current 2.4.x behavior...andersen2000-09-102-42/+26
* Remove some debugging codebug12000-09-102-4/+2
* Using seek=? used to cause part of the original file to be zero'ed, ibug12000-09-102-10/+8
* My previous attempt to make dd use fullRead, fullWrite was very broken,bug12000-09-102-26/+28
* remove some printf statements i forgot aboutbug12000-09-092-6/+0
* Updated to match new -R ar functionalitybug12000-09-092-2/+4
* Implemented new ar functionality unique to busybox ar (i think), the -Rbug12000-09-092-38/+30
* Changed getopt so that options can be grouped together, the sourcebug12000-09-094-30/+26
* Fix permisionsbug12000-09-092-2/+4
* Now supports GNU style long filenames.bug12000-09-092-170/+360
* New ls sorting patch, as written by Sterling Huxley, and then updatedandersen2000-09-076-980/+1394
* Stop leaking file handles.kraai2000-09-072-0/+2
* Fix more typos.kraai2000-09-061-1/+1
* Reset optind so that getopt works in busybox applets called directly by sh.kraai2000-09-063-51/+21
* Fixed a grammatical error.kraai2000-09-061-1/+1
* Fixed for when BB_CP_MV is enabled.andersen2000-09-051-2/+2
* Add BB_SH to get_last_path_component()... Fix thanks toandersen2000-09-051-1/+1
* Apply segfault on no-args fix from robotti@metconnect.comandersen2000-09-052-2/+2
* Set environment variable to make ash happy. ash is a frequent enoughandersen2000-09-052-0/+2
* Added expr, from Edward Betts <edward@debian.org>, with some fixupsandersen2000-09-0516-6/+1247
* Allow compilation when not using BB_FEATURE_TAR_EXCLUDE, and fixkraai2000-09-042-44/+38
* Forgot this part of wgetandersen2000-09-042-0/+22
* Initial implementation of wget, from Chip Rosenthal <chip@laserlink.net>.andersen2000-09-046-0/+537
* Allow selective extraction and listing of files. And fix an uncheckedkraai2000-09-042-8/+54