summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* fix multiple instances of busybox httpd (thx, Yanira)nbd2008-09-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade busybox to v1.11.2 and add current upstream fixesnico2008-09-2210-277/+336
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12648 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove patch missed from [12498] only needed for ipkg supportnico2008-09-221-185/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12647 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove ipkg from busyboxnbd2008-09-028-14073/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove awx from busybox, refresh patchesnbd2008-09-027-1629/+8
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12497 3c298f89-4303-0410-b956-a3cf2f4a3e73
* BusyBox httpd Accept Header Patchnbd2008-09-021-0/+42
| | | | | | | | | | | | | | With this patch the BusyBox httpd pass the "Accept:" and "Accept-Language:" header by the environment variables to the CGI-Script, so this can make Content Negotiation to deliver the page in the language, which was selected by the user in the browser settings, and/or serve the XHTML page with the right MIME-Type application/xhtml+xml to user agents which support it und text/html which don't. Signed-off-by: Alina Friedrichsen <x-alina@gmx.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12496 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [busybox] Use unsigned longs for bitwise operations in awk, thanks benoar.agb2008-08-281-0/+36
| | | | | | | - Resolves the ipcalc.sh bug on some arches, closes #3012, #3946 - Submitted upstream as busybox bug #4774 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12427 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add back busybox httpd password auth support - fixes x-wrtnbd2008-08-281-0/+41
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12422 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox compile on mac os xnbd2008-08-271-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12409 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove empty patches left over after [12348]nico2008-08-205-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12350 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade busybox to v1.11.1 and add current upstream fixeskaloz2008-08-2058-1231/+2194
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make opkg the default package manager, disable busybox ipkg from building by ↵thepeople2008-08-161-1/+1
| | | | | | default git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12319 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Do not run telnet if either dropbear or openssh server are running (#3839)florian2008-08-091-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12258 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix a wrong variable names (ifname, wan) and enhance httpd's init script by ↵thepeople2008-02-281-4/+44
| | | | | | more configurable options. Signed-off-by: Lubos Stanek (lubek) <lubek@lubek.name> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10536 3c298f89-4303-0410-b956-a3cf2f4a3e73
* only start crond if there are files in the crontabblogic2008-01-281-0/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* make busybox have hwclocjk tool enable by defaultblogic2008-01-251-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10255 3c298f89-4303-0410-b956-a3cf2f4a3e73
* oops, applied the ipkg patch with the wrong patchlevelnbd2008-01-251-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10253 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable use of sendfile() for httpdthepeople2008-01-151-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10200 3c298f89-4303-0410-b956-a3cf2f4a3e73
* don't call deconfig in udhcpc when entering the renew phasenbd2008-01-061-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10136 3c298f89-4303-0410-b956-a3cf2f4a3e73
* save memory in ipkg while parsing package lists - there's no need to load ↵nbd2008-01-061-0/+249
| | | | | | the whole files into ram before parsing them git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10125 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove memleak patch because of issues with premature freeing of memory - i ↵nbd2008-01-061-24/+0
| | | | | | will try to reduce the memory usage in a different way git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10122 3c298f89-4303-0410-b956-a3cf2f4a3e73
* restore old memleak fixnbd2008-01-031-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10092 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add updated ipkg conffiles patch by cdtdaddynbd2008-01-031-6/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10091 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix ipkg segfault and add conffiles patch from #2946nbd2008-01-032-12/+21
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10090 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a horrible memleak in ipkg (#2702)nbd2007-12-291-0/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10036 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Make ipkg depends on tar and gunzip (#2821)florian2007-12-171-0/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9785 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove a broken patch that should have been nuked with the busybox upgrade ↵nbd2007-12-131-12/+0
| | | | | | (#2809) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9720 3c298f89-4303-0410-b956-a3cf2f4a3e73
* finally fix libintl issues on osx and potentially other platforms by ↵nbd2007-12-061-0/+2
| | | | | | disabling its use in busybox completely git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9663 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Remove HOST_LOADLIBES fix from busybox, caused problems.nbd2007-12-061-1/+0
| | | | | | | | | OS X 10.5 compilation is rebroken for now. Fixes for this issue will need to be tested in more detail. Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9662 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)nbd2007-12-051-1/+2
| | | | | | | Signed-off-by: Andy Boyett <agb-openwrt@padded-cell.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9660 3c298f89-4303-0410-b956-a3cf2f4a3e73
* update busybox to 1.8.2thepeople2007-11-292-14/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9625 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)nbd2007-11-121-0/+11
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9546 3c298f89-4303-0410-b956-a3cf2f4a3e73
* disable a totally braindead optimization in busybox that causes various ↵nbd2007-11-101-0/+40
| | | | | | applets to crash on mips git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9532 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade busybox to 1.8.1nbd2007-11-1017-495/+549
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9524 3c298f89-4303-0410-b956-a3cf2f4a3e73
* forgot to bump up the release version from the patches the other daypavlov2007-10-311-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9470 3c298f89-4303-0410-b956-a3cf2f4a3e73
* expose an environment variable (IPKG_UPGRADE) to the scripts executed during ↵pavlov2007-10-301-0/+41
| | | | | | a package upgrade so that they can intelligently determine what to do inside the ipk git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9465 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add username/password options to ipkg, note this only works if you have a ↵pavlov2007-10-301-0/+56
| | | | | | real wget implementation rather than the busybox limited wget git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9464 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh busybox patchespavlov2007-10-3027-224/+226
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9463 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix absolute path to .ko files in insmodnbd2007-10-241-12/+16
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9428 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix insmod crash when the module is not foundnbd2007-10-081-21/+24
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable nicenbd2007-10-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9181 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix segfault with insmod on 2.4nbd2007-10-051-20/+27
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9146 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix compile error with 2.4nbd2007-10-051-13/+14
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9137 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add upstream fixes for 1.7.2nbd2007-10-052-0/+66
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9131 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Upgrade busybox to 1.7.2nbd2007-10-0548-1303/+1965
| | | | | | | | | | | - clean up insmod crap - add some lineno/programname fixes for awx - clean up awk getopt stuff - remove unnecessary patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9130 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox configuration submenunico2007-10-031-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9103 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable ps -w by defaultnbd2007-09-221-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8946 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move package description to a separate definition, remove it when ↵nico2007-09-071-2/+2
| | | | | | DESCRIPTION=TITLE git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8659 3c298f89-4303-0410-b956-a3cf2f4a3e73
* enable start-stop-daemon by default, i want to use this to clean up a few ↵nbd2007-09-061-1/+1
| | | | | | init scripts soon git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8652 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix the CONFIG_LFS option (#2276)florian2007-08-281-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8512 3c298f89-4303-0410-b956-a3cf2f4a3e73