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