aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Expand)AuthorAgeFilesLines
...
* fix tar segfault (patch from busybox svn rev. 17772)Felix Fietkau2007-02-131-0/+77
* add some more busybox patches from upstreamFelix Fietkau2007-02-122-0/+85
* fix for multiple lock/unlock operations in 'lock' command (found by framer99)Felix Fietkau2007-02-121-2/+1
* oops... accidentally merged a broken patchFelix Fietkau2007-02-111-14/+14
* fix a bug that breaks some cgi scripts on busybox (patch from x-wrt)Felix Fietkau2007-02-111-0/+17
* revert httpd header handling code to the one from busybox 1.3.1 - fixes probl...Felix Fietkau2007-02-101-1/+15
* upgrade to busybox 1.4.1Felix Fietkau2007-02-042-13/+2
* unbreak cgis with custom headers on busybox httpdFelix Fietkau2007-02-011-0/+11
* enable httpd sighup config reload by defaultFelix Fietkau2007-01-311-1/+1
* fix stupid busybox bin2hex bugFelix Fietkau2007-01-271-0/+14
* really fix busybox wget command line parsingFelix Fietkau2007-01-271-10/+12
* fix wget --passive-ftpFelix Fietkau2007-01-261-0/+11
* another fix for the awk command line parsing - should finally work properly nowFelix Fietkau2007-01-261-8/+14
* upgrade busybox to 1.4.0Felix Fietkau2007-01-2522-1384/+576
* rename patch to avoid duplicate patch numberFelix Fietkau2007-01-251-0/+0
* fix syslogd output to /dev/console (patch from #1170)Felix Fietkau2007-01-191-0/+14
* enable pretty lsmod output for linux 2.6Felix Fietkau2007-01-101-1/+1
* add some more checks to the telnet init scriptFelix Fietkau2007-01-081-1/+6
* more use of the INSTALL_DIR variableNicolas Thill2007-01-081-1/+1
* busybox: remove the bogus SIZEOF_LONG check (#1127)Felix Fietkau2007-01-071-0/+12
* drop -Werror from busybox - prevents compile errors like #1130Felix Fietkau2007-01-061-0/+12
* Add an OSX specific patch to compile busybox with Darwin, possible fix for BS...Florian Fainelli2007-01-051-0/+45
* replace our no_shadow fix with a better patch from upstream (#1118)Felix Fietkau2007-01-011-7/+225
* make telnetd standaloneFelix Fietkau2007-01-011-1/+1
* revert to previous awk getopt behavior - the new one seems crappier and break...Felix Fietkau2007-01-011-0/+81
* fix busybox linking when /bin/sh is not bash (closes: #1115)Nicolas Thill2007-01-011-0/+9
* update busybox menuconfig for the latest versionFelix Fietkau2007-01-0116-112/+349
* Fix the lock warning (#1111), also add another download sourceFlorian Fainelli2006-12-312-2/+4
* update busybox to v1.3.1, i was too lazy to update patch 320, feel free to do soNicolas Thill2006-12-3022-1196/+593
* move busybox init scripts from base-files into the busybox package and make t...Felix Fietkau2006-11-224-0/+44
* add "export -n" to ashMike Baker2006-11-221-0/+35
* fix oversized packets in udhcpc (closes: #962), bump busybox release number i...Nicolas Thill2006-11-191-0/+85
* implement target profiles in menuconfigFelix Fietkau2006-11-121-1/+0
* add support for -t 0 (infinite retry) in busybox udhcpc and use it in the net...Felix Fietkau2006-11-091-0/+21
* reduce the possibility of race conditions when using the lock utilityFelix Fietkau2006-10-261-4/+6
* enable busybox taint checking to support gplonly kernel exportsFelix Fietkau2006-10-121-1/+1
* add support for Package/<pkgname>/description - old format still supported, b...Felix Fietkau2006-10-101-3/+5
* add support for a common shell include file, which is evaluated for every mak...Felix Fietkau2006-10-101-4/+6
* fix unknown arch in ipkg: use our ARCH instead of busybox's TARGET_ARCH (clos...Nicolas Thill2006-10-082-11/+17
* really fix webif password access patch for busyboxFelix Fietkau2006-10-061-2/+4
* fix for the password check (checked the wrong variable)Felix Fietkau2006-10-021-2/+2
* port last commit to -ngFelix Fietkau2006-10-021-1/+3
* fix grep's -C optionMike Baker2006-09-251-0/+12
* new (last?) attempt at standardizing MakefilesNicolas Thill2006-09-241-14/+22
* change more to lessMike Baker2006-09-072-2/+2
* enable mknod by default (#490) - some drivers don't register with devfs properlyFelix Fietkau2006-08-221-1/+1
* revert [4599], the bug was fixed elsewhereFelix Fietkau2006-08-211-2/+7
* don't try to use gnu wget specific options in ipkgFelix Fietkau2006-08-181-7/+2
* fix wget long options bug (closes: #682)Nicolas Thill2006-08-181-0/+22
* update busybox to v1.2.1Nicolas Thill2006-08-0828-1306/+1605