summaryrefslogtreecommitdiffstats
path: root/package/busybox/patches
Commit message (Collapse)AuthorAgeFilesLines
...
* 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-027-14064/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12498 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove awx from busybox, refresh patchesnbd2008-09-026-1622/+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-2037-970/+1075
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12348 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
* 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
* 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
* update busybox to 1.8.2thepeople2007-11-291-11/+0
| | | | 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-108-434/+348
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9524 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
* 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-0527-1026/+1104
| | | | | | | | | | | - 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 a socket leak in udhcpc (patch by Eric L. Chen)nbd2007-07-201-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8069 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add fix for running udhcpc on bridges (patch by Eric L. Chen)nbd2007-07-181-0/+17
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8025 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add busybox printf patch from #2021nbd2007-07-091-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7895 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox --help problems on rebuildmbm2007-07-071-4/+3
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7887 3c298f89-4303-0410-b956-a3cf2f4a3e73
* massively reduce the number of forks that busybox ash has to do while ↵nbd2007-07-011-0/+30
| | | | | | | | | processing our scripts this is accomplished simply by changing the order in which it looks for builtins and applets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7815 3c298f89-4303-0410-b956-a3cf2f4a3e73
* check for + in the broadcast address before attempting a dns lookupnbd2007-06-291-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7767 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix cgi-bin directory handling (#1764)nbd2007-06-211-0/+15
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7688 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix awk segfaultnbd2007-06-151-5/+5
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7640 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix insmod search when 2.4 module support is disabledkaloz2007-06-081-0/+196
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7528 3c298f89-4303-0410-b956-a3cf2f4a3e73
* refresh all package patches in the buildroot using quiltnbd2007-06-0425-402/+530
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7490 3c298f89-4303-0410-b956-a3cf2f4a3e73
* awx: fix translationnbd2007-05-231-8/+9
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7316 3c298f89-4303-0410-b956-a3cf2f4a3e73
* awx: fix a typonbd2007-05-231-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7314 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix awx segfaultsnbd2007-05-231-40/+44
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7311 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix the patch filenbd2007-05-201-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7296 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Fix malformed patchrwhitby2007-05-201-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7295 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove debug crap accidentally left in the patchnbd2007-05-201-3/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7292 3c298f89-4303-0410-b956-a3cf2f4a3e73
* awx: improve memory allocation handlingnbd2007-05-201-27/+32
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7291 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rewritten template parser for awx - uses @for, @if, @else, @end for basic ↵nbd2007-05-201-67/+466
| | | | | | flow control git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7276 3c298f89-4303-0410-b956-a3cf2f4a3e73
* awx: variable initialization fixnbd2007-05-151-1/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7243 3c298f89-4303-0410-b956-a3cf2f4a3e73