1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-08 12:16:44 +03:00
Commit Graph

242 Commits

Author SHA1 Message Date
mbm
9c8c85d981 fix a null pointer deref in vi's search
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13073 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-29 13:46:28 +00:00
nbd
1084c92661 fix busybox http auth if the root user has an empty password
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12869 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-10-06 16:33:14 +00:00
nbd
584f54c224 busybox: remove the upstream-provided bugfix patch for line editing
it actually breaks the history functionality instead of fixing it

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12763 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-28 15:26:25 +00:00
nbd
b30d9f6216 fix multiple instances of busybox httpd (thx, Yanira)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-23 15:24:02 +00:00
nico
6a512f3055 upgrade busybox to v1.11.2 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12648 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-22 12:36:13 +00:00
nico
909de75f9c remove patch missed from [12498] only needed for ipkg support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12647 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-22 11:00:41 +00:00
nbd
843f6703a8 remove ipkg from busybox
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12498 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-02 11:28:38 +00:00
nbd
cc7df8cbce remove awx from busybox, refresh patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12497 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-02 11:18:47 +00:00
nbd
842f5cacc4 BusyBox httpd Accept Header Patch
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
2008-09-02 11:16:43 +00:00
agb
e56a83b19e [busybox] Use unsigned longs for bitwise operations in awk, thanks benoar.
- 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
2008-08-28 16:40:53 +00:00
nbd
41d62be633 add back busybox httpd password auth support - fixes x-wrt
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12422 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-28 12:58:59 +00:00
nbd
113ff08a1f fix busybox compile on mac os x
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12409 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-27 19:35:47 +00:00
nico
1b43b384d7 remove empty patches left over after [12348]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12350 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-20 15:20:19 +00:00
kaloz
ac2d02c3e0 upgrade busybox to v1.11.1 and add current upstream fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12348 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-20 14:00:34 +00:00
thepeople
d5dc9a9087 make opkg the default package manager, disable busybox ipkg from building by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12319 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-16 06:35:14 +00:00
florian
606962d071 Do not run telnet if either dropbear or openssh server are running (#3839)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12258 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-09 09:50:12 +00:00
thepeople
7c4fa97f62 Fix a wrong variable names (ifname, wan) and enhance httpd's init script by 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
2008-02-28 19:56:09 +00:00
blogic
6984409e76 only start crond if there are files in the crontab
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10292 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-28 17:23:22 +00:00
blogic
06536709c7 make busybox have hwclocjk tool enable by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10255 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 16:49:21 +00:00
nbd
35b652105b oops, applied the ipkg patch with the wrong patchlevel
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10253 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-25 16:46:26 +00:00
thepeople
7b2790f2c1 disable use of sendfile() for httpd
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10200 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-15 02:23:59 +00:00
nbd
b59f896089 don't call deconfig in udhcpc when entering the renew phase
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10136 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 19:26:33 +00:00
nbd
8f46721f9b save memory in ipkg while parsing package lists - there's no need to load the whole files into ram before parsing them
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10125 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-06 02:48:24 +00:00
nbd
8785e41158 remove memleak patch because of issues with premature freeing of memory - i 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
2008-01-06 01:03:53 +00:00
nbd
996064f4d4 restore old memleak fix
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10092 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-03 17:07:55 +00:00
nbd
a806f32c7a add updated ipkg conffiles patch by cdtdaddy
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10091 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-03 17:07:02 +00:00
nbd
5d9c91b9de fix ipkg segfault and add conffiles patch from #2946
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10090 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-01-03 02:25:16 +00:00
nbd
5360017798 fix a horrible memleak in ipkg (#2702)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10036 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-29 23:34:27 +00:00
florian
51abc9c865 Make ipkg depends on tar and gunzip (#2821)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9785 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-17 08:06:03 +00:00
nbd
5cc4ef352f remove a broken patch that should have been nuked with the busybox upgrade (#2809)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9720 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-13 05:01:08 +00:00
nbd
73471ac48a finally fix libintl issues on osx and potentially other platforms by disabling its use in busybox completely
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9663 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-12-06 14:01:23 +00:00
nbd
1884e029a4 Remove HOST_LOADLIBES fix from busybox, caused problems.
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
2007-12-06 12:59:38 +00:00
nbd
030c5d8f7e busybox: Fix build on OSX/BSD (fix needs to be cleaned up.)
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
2007-12-05 18:45:28 +00:00
thepeople
536ce44dff update busybox to 1.8.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9625 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-29 02:06:37 +00:00
nbd
3c4461ee1a add busybox gunzip/ipkg fix from #2691 (thanks, biblbroks)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9546 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-12 21:41:25 +00:00
nbd
6fa2f82203 disable a totally braindead optimization in busybox that causes various applets to crash on mips
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9532 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 22:56:55 +00:00
nbd
9fa7dc2498 upgrade busybox to 1.8.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9524 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-11-10 16:51:11 +00:00
pavlov
271fe72913 forgot to bump up the release version from the patches the other day
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9470 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-31 21:14:26 +00:00
pavlov
046898ae1c expose an environment variable (IPKG_UPGRADE) to the scripts executed during 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
2007-10-30 22:19:35 +00:00
pavlov
9145b66f67 add username/password options to ipkg, note this only works if you have a real wget implementation rather than the busybox limited wget
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9464 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-30 20:40:22 +00:00
pavlov
b0c94d7f56 refresh busybox patches
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9463 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-30 20:36:25 +00:00
nbd
3eb844672e fix absolute path to .ko files in insmod
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9428 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-24 16:43:25 +00:00
nbd
f5ea8f3192 fix insmod crash when the module is not found
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9194 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-08 20:31:17 +00:00
nbd
92b5c08568 enable nice
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9181 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-07 23:01:17 +00:00
nbd
b17d5ce329 fix segfault with insmod on 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9146 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 20:09:55 +00:00
nbd
714740033c fix compile error with 2.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9137 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 13:05:22 +00:00
nbd
b7502fe7f1 add upstream fixes for 1.7.2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9131 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-05 00:38:19 +00:00
nbd
e8b81c92e7 Upgrade busybox to 1.7.2
- 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
2007-10-05 00:27:49 +00:00
nico
3303115e2b fix busybox configuration submenu
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9103 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-10-03 06:07:28 +00:00
nbd
bcf744cef6 enable ps -w by default
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8946 3c298f89-4303-0410-b956-a3cf2f4a3e73
2007-09-22 13:41:28 +00:00