aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
...
* replace gen_busybox_config.pl with a simple sed commandFelix Fietkau2007-04-041-1/+1
| | | | SVN-Revision: 6864
* patch for busybox httpd that adds an option for redirecting all requests to ↵Felix Fietkau2007-04-021-0/+91
| | | | | | a specific page (e.g. for making a splash screen) SVN-Revision: 6818
* check initseq->first in awx after running include()Felix Fietkau2007-03-291-1/+1
| | | | SVN-Revision: 6751
* fix an uninitialized variable in awx (does not fix random segfault yet, ↵Felix Fietkau2007-03-281-1/+2
| | | | | | still looking into it) SVN-Revision: 6750
* make busybox autorebuild on relevant config changesFelix Fietkau2007-03-231-0/+5
| | | | SVN-Revision: 6651
* add file type autodetection for the unpack command and nuke PKG_CAT:= in ↵Felix Fietkau2007-03-161-1/+0
| | | | | | lots of places SVN-Revision: 6582
* add a default for PKG_BUILD_DIR and PKG_INSTALL_DIR (will use ↵Felix Fietkau2007-03-161-2/+0
| | | | | | KERNEL_BUILD_DIR if kernel.mk is included, BUILD_DIR otherwise) SVN-Revision: 6580
* add -i <include file> and -f <ahtml file> options for awx interpreter ↵Felix Fietkau2007-03-141-70/+105
| | | | | | (requested by mbm) SVN-Revision: 6561
* fix the patchlevel of the busybox stty patchFelix Fietkau2007-03-131-2/+2
| | | | SVN-Revision: 6560
* Small bug fix to package/kernel/modules/other.mk stty broken in busybox ↵Hamish Guthrie2007-03-131-0/+26
| | | | | | 1.4.1, added patch with fixed code from BB SVN. This will need to be removed when 1.4.2 is released. SVN-Revision: 6559
* oops... forgot to remove lineFelix Fietkau2007-03-111-1/+0
| | | | SVN-Revision: 6555
* replace libcgi with some code extracted from haserl - libcgi is too ↵Felix Fietkau2007-03-112-28/+529
| | | | | | inflexible and breaks rrdtool SVN-Revision: 6554
* fix typo (#1454)Felix Fietkau2007-03-111-1/+1
| | | | SVN-Revision: 6550
* add awx (awk web extension) - experimental core for a new web interface ↵Felix Fietkau2007-03-113-2/+674
| | | | | | framework SVN-Revision: 6549
* enable httpd config option for running scripts through an interpreterFelix Fietkau2007-03-111-1/+1
| | | | SVN-Revision: 6547
* nuke mdev and replace it with hotplug2 :)Felix Fietkau2007-03-042-9/+2
| | | | SVN-Revision: 6512
* hopefully fix ping bugs introduced in [6443]Felix Fietkau2007-03-041-12/+1
| | | | SVN-Revision: 6505
* R.I.P. devfsImre Kaloz2007-03-034-3/+15
| | | | SVN-Revision: 6478
* Fix truncated pings results when packets are too small. Also check for ↵Florian Fainelli2007-02-281-0/+42
| | | | | | packet maximum size, so that busybox's ping could not be responsible for flooding hosts. SVN-Revision: 6443
* fix the issue of httpd no longer working when its root directory is replacedFelix Fietkau2007-02-281-0/+28
| | | | SVN-Revision: 6437
* Add macosx fix from #1407Florian Fainelli2007-02-261-0/+11
| | | | SVN-Revision: 6392
* fix memleak in uniq (#1354)Felix Fietkau2007-02-161-0/+12
| | | | SVN-Revision: 6313
* fix tar segfault (patch from busybox svn rev. 17772)Felix Fietkau2007-02-131-0/+77
| | | | SVN-Revision: 6298
* add some more busybox patches from upstreamFelix Fietkau2007-02-122-0/+85
| | | | SVN-Revision: 6290
* fix for multiple lock/unlock operations in 'lock' command (found by framer99)Felix Fietkau2007-02-121-2/+1
| | | | SVN-Revision: 6286
* oops... accidentally merged a broken patchFelix Fietkau2007-02-111-14/+14
| | | | SVN-Revision: 6283
* fix a bug that breaks some cgi scripts on busybox (patch from x-wrt)Felix Fietkau2007-02-111-0/+17
| | | | SVN-Revision: 6282
* revert httpd header handling code to the one from busybox 1.3.1 - fixes ↵Felix Fietkau2007-02-101-1/+15
| | | | | | problems with cgis and custom headers SVN-Revision: 6281
* upgrade to busybox 1.4.1Felix Fietkau2007-02-042-13/+2
| | | | SVN-Revision: 6261
* unbreak cgis with custom headers on busybox httpdFelix Fietkau2007-02-011-0/+11
| | | | SVN-Revision: 6238
* enable httpd sighup config reload by defaultFelix Fietkau2007-01-311-1/+1
| | | | SVN-Revision: 6235
* fix stupid busybox bin2hex bugFelix Fietkau2007-01-271-0/+14
| | | | SVN-Revision: 6223
* really fix busybox wget command line parsingFelix Fietkau2007-01-271-10/+12
| | | | SVN-Revision: 6218
* fix wget --passive-ftpFelix Fietkau2007-01-261-0/+11
| | | | SVN-Revision: 6211
* another fix for the awk command line parsing - should finally work properly nowFelix Fietkau2007-01-261-8/+14
| | | | SVN-Revision: 6210
* upgrade busybox to 1.4.0Felix Fietkau2007-01-2522-1384/+576
| | | | SVN-Revision: 6204
* rename patch to avoid duplicate patch numberFelix Fietkau2007-01-251-0/+0
| | | | SVN-Revision: 6201
* fix syslogd output to /dev/console (patch from #1170)Felix Fietkau2007-01-191-0/+14
| | | | SVN-Revision: 6131
* enable pretty lsmod output for linux 2.6Felix Fietkau2007-01-101-1/+1
| | | | SVN-Revision: 6064
* add some more checks to the telnet init scriptFelix Fietkau2007-01-081-1/+6
| | | | SVN-Revision: 6042
* more use of the INSTALL_DIR variableNicolas Thill2007-01-081-1/+1
| | | | SVN-Revision: 6023
* busybox: remove the bogus SIZEOF_LONG check (#1127)Felix Fietkau2007-01-071-0/+12
| | | | SVN-Revision: 6012
* drop -Werror from busybox - prevents compile errors like #1130Felix Fietkau2007-01-061-0/+12
| | | | SVN-Revision: 6009
* Add an OSX specific patch to compile busybox with Darwin, possible fix for ↵Florian Fainelli2007-01-051-0/+45
| | | | | | BSDs as well SVN-Revision: 5982
* replace our no_shadow fix with a better patch from upstream (#1118)Felix Fietkau2007-01-011-7/+225
| | | | SVN-Revision: 5961
* make telnetd standaloneFelix Fietkau2007-01-011-1/+1
| | | | SVN-Revision: 5959
* revert to previous awk getopt behavior - the new one seems crappier and ↵Felix Fietkau2007-01-011-0/+81
| | | | | | breaks a few things, like multiple -f arguments SVN-Revision: 5958
* fix busybox linking when /bin/sh is not bash (closes: #1115)Nicolas Thill2007-01-011-0/+9
| | | | SVN-Revision: 5954
* update busybox menuconfig for the latest versionFelix Fietkau2007-01-0116-112/+349
| | | | SVN-Revision: 5953
* Fix the lock warning (#1111), also add another download sourceFlorian Fainelli2006-12-312-2/+4
| | | | SVN-Revision: 5944