aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update Matteo Croce's email addressGlenn L McGrath2003-09-151-1/+1
* Memory cleanups and fix for `echo "foo" | sed 's/foo/bar/;H;q'`Glenn L McGrath2003-09-141-6/+20
* Cleanup memory usageGlenn L McGrath2003-09-141-17/+32
* Update sed branch testsGlenn L McGrath2003-09-143-15/+17
* Add two new tests, sed-recurses-properly should always workGlenn L McGrath2003-09-143-1/+16
* The previous fix for 's/a/1/;s/b/2/;t one;p;:one;p' broke the case ofGlenn L McGrath2003-09-141-3/+2
* Preserve substitution flag value within the current line.Glenn L McGrath2003-09-141-1/+1
* Fix branching commands.Glenn L McGrath2003-09-141-13/+18
* Patch from Rob Landley Glenn L McGrath2003-09-141-60/+47
* Stupid typoGlenn L McGrath2003-09-141-1/+1
* Fix some memory allocation problemsGlenn L McGrath2003-09-141-2/+7
* Fix the following testcase by disabling global substitution if the regexGlenn L McGrath2003-09-131-3/+5
* Fix the following testcase by storing the state of the adress match withGlenn L McGrath2003-09-131-6/+8
* Fix compile error, Vodz, last_path_113Glenn L McGrath2003-09-121-4/+8
* Typo.Glenn L McGrath2003-09-121-1/+1
* As vodz just pointed out, I screwup up the call to bb_xasprintf!1_00_pre3Eric Andersen2003-09-121-2/+2
* Remove final \nEric Andersen2003-09-121-1/+1
* Fix obligitory typosEric Andersen2003-09-121-2/+2
* Final changelog updateEric Andersen2003-09-121-0/+102
* Remove version #Eric Andersen2003-09-121-2/+1
* I suppose it is now Sept 12...Eric Andersen2003-09-121-1/+1
* Update webpage a bitEric Andersen2003-09-123-31/+88
* Fix handling of hardlinks when OLDGNU and GNU extensions arent enabled.Glenn L McGrath2003-09-121-3/+0
* Use the typeflag to identify if its a hardlink on OLD and GNU posixGlenn L McGrath2003-09-121-6/+6
* Invoke run-parts on /etc/network/if-*.d per the behavior ofEric Andersen2003-09-121-7/+4
* Teach rdate to timeout in 10 seconds to avoid blocking foreverEric Andersen2003-09-121-0/+10
* config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must dependEric Andersen2003-09-121-1/+1
* Update changelog for releaseEric Andersen2003-09-121-568/+953
* Busybox CVS version ipcalc have problems:Glenn L McGrath2003-09-122-27/+32
* Update definition of struct serial_struct, per linux-2.6.0-test5,Eric Andersen2003-09-111-14/+19
* Marc A. Lehmann writes:Eric Andersen2003-09-111-1/+1
* Patch from Philip Blundell:Eric Andersen2003-09-111-2/+2
* add ipv6 literal support to wgetGlenn L McGrath2003-09-102-4/+33
* Fix a bug where make clean complained about having both : and :: entries.Glenn L McGrath2003-09-101-1/+2
* Vodz, last_patch_104Glenn L McGrath2003-09-102-5/+18
* If a tar entry is a regualr file ending in a '/' then its really aGlenn L McGrath2003-09-091-5/+5
* Update the config file by running it from menuconfig, get rid of someGlenn L McGrath2003-09-091-100/+195
* Patch from Jean WolterGlenn L McGrath2003-09-081-1/+1
* Vodz, last_patch_110 Glenn L McGrath2003-09-081-24/+7
* Preserve suid/sgid bitsGlenn L McGrath2003-09-081-0/+1
* last_patch_109 from Vladimir N. OleynikGlenn L McGrath2003-09-081-89/+198
* Busybox modprobe has a couple of irritating quirks:Glenn L McGrath2003-09-081-4/+33
* Small bug in silent optionGlenn L McGrath2003-09-051-1/+1
* Set the default password to md5, patch by Joshua JacksonGlenn L McGrath2003-09-041-1/+1
* more crond+crontab integrating with loginutil libbb functions and deletedGlenn L McGrath2003-09-035-51/+21
* To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES beGlenn L McGrath2003-09-032-4/+8
* adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath2003-09-022-11/+80
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-0214-37/+50
* Fix compile error and reducing size for libbb/get_console.c to previous size.Glenn L McGrath2003-09-012-47/+29
* Allow one to detect and handle the case where no lease could be obtainedGlenn L McGrath2003-09-011-0/+1