summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | modes, fixes a bug extracting hardlinks to symlinks.
* Invoke run-parts on /etc/network/if-*.d per the behavior ofEric Andersen2003-09-121-7/+4
| | | | the upstream ifupdown code...
* Teach rdate to timeout in 10 seconds to avoid blocking foreverEric Andersen2003-09-121-0/+10
| | | | with odd or broken networking setups
* config option CONFIG_FEATURE_SH_APPLETS_ALWAYS_WIN must dependEric Andersen2003-09-121-1/+1
| | | | on CONFIG_FEATURE_SH_STANDALONE_SHELL.
* Update changelog for releaseEric Andersen2003-09-121-568/+953
|
* Busybox CVS version ipcalc have problems:Glenn L McGrath2003-09-122-27/+32
| | | | | | | | | - Can`t use 255.255.255.255 address - typo: double check for valid ip address and uncheck for valid mask httpd unseted SERVER_PORT (my bug from last_patch111). last_patch_112 from Vladimir N. Oleynik
* Update definition of struct serial_struct, per linux-2.6.0-test5,Eric Andersen2003-09-111-14/+19
| | | | | | to avoid stack corruption problems on some 64bit architectures when sizeof(void*) != sizeof(int). Thanks to Atsushi Nemoto for finding this problem.
* Marc A. Lehmann writes:Eric Andersen2003-09-111-1/+1
| | | | | | | | | | | | | | | The tar -x command in busybox does not restore the file mode correctly. The reason is most probably this code in archival/libunarachive/data_extract_all.c: chmod(file_header->name, file_header->mode); chown(file_header->name, file_header->uid, file_header->gid); chown clears the set*id bits (on current versions of linux :). Flipping the order around fixes the problem. (tested with 1.00pre3 from cvs).
* Patch from Philip Blundell:Eric Andersen2003-09-111-2/+2
| | | | | | | | | | On Thu, 2003-09-11 at 01:09, Glenn McGrath wrote: > Applied Thanks. Unfortunately there was one small bug in that last patch. Could you apply this one as well? p.
* 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
| | | | | Remove tester.log on make clean Patch by Arthur Othieno
* 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
| | | | | | | | | | | | directory. From http://www.gnu.org/manual/tar/html_node/tar_123.html REGTYPE AREGTYPE These flags represent a regular file. In order to be compatible with older versions of tar, a typeflag value of AREGTYPE should be silently recognized as a regular file. New archives should be created using REGTYPE. Also, for backward compatibility, tar treats a regular file whose name ends with a slash as a directory.
* Update the config file by running it from menuconfig, get rid of someGlenn L McGrath2003-09-091-100/+195
| | | | unused entries.
* Patch from Jean WolterGlenn L McGrath2003-09-081-1/+1
| | | | expr currently always adds even if told to subtract
* Vodz, last_patch_110 Glenn L McGrath2003-09-081-24/+7
| | | | | no limit, no memory usage for env buffer, always call putenv(). remove small error for previous last_patch109.
* Preserve suid/sgid bitsGlenn L McGrath2003-09-081-0/+1
|
* last_patch_109 from Vladimir N. OleynikGlenn L McGrath2003-09-081-89/+198
| | | | | | | | | | | | | | | | | | | | | | | Busybox`s httpd have the defect (from born): ip 1.2.3.1 have true comparing also with 1.2.3.10-1.2.3.19 and 1.2.3.100-1.2.3.199. Last patch removed this bug and added feature: allow/deny rule can support network/netmask example: 1.2.3.0/255.255.255.128 or network/mask_bits example: 1.2.3.0/25 now; old format 1 1.2 1.2.3 1.2.3.4 too support and converted to 1/8 1.2/16 1.2.3/24 1.2.3.4/32 automaticaly. Also, current CVS have small problem: ignores A:IP, (loses 'A', 'a' only work). Corrected.
* Busybox modprobe has a couple of irritating quirks:Glenn L McGrath2003-09-081-4/+33
| | | | | | | | | | | | | - attempting to modprobe a module that is already loaded yields "Failed to load module", whereas modutils quietly ignores such a request. - if a module genuinely can't be loaded due to missing symbols or similar problems, modprobe doesn't produce any useful diagnostics because the output from insmod has been redirected to /dev/null. Here's a patch to address these issue Patch by Philip Blundell
* 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
| | | | | patch from Thomas Gleixner to init. Viodz last_patch_108
* To load GPLONLY symbols its is required that CHECK_TAINTED_MODULES beGlenn L McGrath2003-09-032-4/+8
| | | | enabled, if not GPLONLY symbols are ignored.
* adds the ability to use and calculate network prefix specifications insteadGlenn L McGrath2003-09-022-11/+80
| | | | | | of netmasks. It also fixes the parameters for network and netmask to match that of the official Red Hat version (-n for network and -m for netmask). Patch by Joshua Jackson
* move all "-/bin/sh" "/bin/sh" and "sh" to libbb/messages.c file as oneGlenn L McGrath2003-09-0214-37/+50
| | | | | constant. Vodz last_patch_107
* Fix compile error and reducing size for libbb/get_console.c to previous size.Glenn L McGrath2003-09-012-47/+29
| | | | Vodz last_patch106
* Allow one to detect and handle the case where no lease could be obtainedGlenn L McGrath2003-09-011-0/+1
| | | | | via DHCP. (Just add a section "failed" to your script.) Patch by Steven Scholz
* "insmod caches the symbolname in a variable before modifying it and usesGlenn L McGrath2003-08-311-3/+12
| | | | the cached value afterwards." - Jean Wolter
* save a couple of bytesGlenn L McGrath2003-08-301-1/+1
|
* The default behaviour for run-parts is corrected to continue if an errorGlenn L McGrath2003-08-301-2/+3
| | | | | is encountered in a script. Patch by Philip Blundell
* handle GPLONLY symbolsGlenn L McGrath2003-08-301-3/+21
|
* "Without this patch, udhcpcd output may be buffered and delayed forGlenn L McGrath2003-08-301-0/+2
| | | | for minutes if stdout is not a tty." -vda@
* Fix the substitution print subcommand, it should only print if itsGlenn L McGrath2003-08-301-2/+1
| | | | | | | own substitution matched, not previous ones. e.g echo fooba | sed -n 's/foo//;s/bar/found/p' shouldnt print anything
* Remove some unwanted code, patch from Holger Schurig, confirmed by vodzGlenn L McGrath2003-08-291-4/+0
|
* "Due to a wrong format parameter in a printf httpd does not work whenGlenn L McGrath2003-08-291-1/+8
| | | | | compiled for with CONFIG_LFS (large file support). The attached patch suggested by Vladimir fixes that." - Steven Scholz
* "A little patch for the strings applet of the busybox development treeGlenn L McGrath2003-08-291-6/+3
| | | | | that substitutes two lines of code with a libbb function saving a couple of bytes." - Tito
* Logic error, patch by Matteo CroceGlenn L McGrath2003-08-291-1/+1
|
* Remove stray '\n'Glenn L McGrath2003-08-292-3/+3
|
* Remove unused filesGlenn L McGrath2003-08-293-136/+0
|
* Help for date -I when CONFIG_FEATURE_DATE_ISOFMT is enabled.Glenn L McGrath2003-08-291-1/+11
| | | | Patch by Steven Scholz
* Change make to $(MAKE), patch by Hideki IWAMOTOGlenn L McGrath2003-08-291-3/+3
|
* Substitute busybox for uClibc, patch by Hideki IWAMOTOGlenn L McGrath2003-08-291-1/+1
|