summaryrefslogtreecommitdiffstats
path: root/package/busybox
Commit message (Collapse)AuthorAgeFilesLines
* [busybox] At boot, the startup process is executed in a non-interactive ↵hcg2009-10-201-0/+12
| | | | | | shell. Default behavior for a non-interactive shell is that SIGINT is processeld locally by the shell (and typically ignored), this runtime environment is inherited by children, hence Ctrl-C has no effect within a telnet session. This patch enables the correct behavior git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18088 3c298f89-4303-0410-b956-a3cf2f4a3e73
* gcc: add llvm-gcc and llvm from trunk (does not successfully compile a ↵nbd2009-10-101-0/+4
| | | | | | target yet, but gets close) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18019 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove "default y" in the lock config item to fix nommu buildsnbd2009-10-051-2/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17925 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: support 64 bit math in shell tests. this does not seem to increase ↵nbd2009-10-031-2/+2
| | | | | | the binary size at all (tested on mips), fixes #2871 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17838 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: remove empty patchesnico2009-10-012-0/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17803 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: update to v1.14.4 (closes: #5619)nico2009-09-2836-227/+336
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17782 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: add support for union mounts (not included in the kernel yet)nbd2009-09-251-0/+29
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17724 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: adjust default config for nommu targetsnbd2009-08-211-0/+19
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17348 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix df -h output (closes: #5290)nico2009-07-071-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16723 3c298f89-4303-0410-b956-a3cf2f4a3e73
* udhcpc: add cidr routes support (patch from #5299)nbd2009-06-131-0/+18
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16433 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix watchdog util compilenbd2009-05-281-0/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16150 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: fix build error in insmod applet on 2.4 (closes: #5220)nico2009-05-271-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16107 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: update to v1.13.4 (closes: #4279)nico2009-05-2542-1017/+454
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16063 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: update to v1.12.4 (partially closes: #4279)nico2009-05-2540-472/+542
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16053 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: add possibility to set crond log level through ↵jow2009-04-292-2/+3
| | | | | | /etc/config/system and use level 5 by default which prevents unneeded debug messages on each job execution git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15481 3c298f89-4303-0410-b956-a3cf2f4a3e73
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)nbd2009-04-171-1/+0
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15242 3c298f89-4303-0410-b956-a3cf2f4a3e73
* rename our /bin/login script to /bin/login.sh to avoid collisions with ↵nbd2009-04-041-1/+1
| | | | | | busybox - we always use -l on telnetd anyway git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15097 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox: avoid infinite loop in lsmod (#4834)jow2009-03-292-1/+12
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15071 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: fix spurious rebuild issuenbd2009-03-221-4/+6
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14975 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: refresh busybox patcheshauke2009-02-2120-70/+70
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14590 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] fix incorrect quoting in busybox cron init scriptjow2009-02-172-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14540 3c298f89-4303-0410-b956-a3cf2f4a3e73
* remove IPKG_ARCH variable, unused anymore since ipkg support was removed ↵nico2009-01-211-2/+1
| | | | | | from busybox git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14142 3c298f89-4303-0410-b956-a3cf2f4a3e73
* [package] busybox brctl does not support showmacs or showstp (#4206)florian2009-01-181-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14093 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: Increment PKG_RELEASErwhitby2008-12-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13535 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: Enabled FEATURE_HTTPD_PROXY by default (cost is 580 bytes)rwhitby2008-12-071-1/+1
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13534 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix brctl on linux 2.4nico2008-11-131-0/+74
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13194 3c298f89-4303-0410-b956-a3cf2f4a3e73
* bridge (brctl) changes:nico2008-11-112-5/+5
| | | | | | | | | - enable brctl in busybox - disable bridge-utils - bumb busybox release number git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13180 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox brctl rejecting 0 as a valid value in time-related commands ↵nico2008-11-091-0/+13
| | | | | | (setageing, setfd, ...) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13163 3c298f89-4303-0410-b956-a3cf2f4a3e73
* upgrade busybox to 1.11.3nico2008-11-093-159/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13160 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add back the include() function to awk (extracted from the old awx patch)nbd2008-10-291-0/+212
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13081 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix a null pointer deref in vi's searchmbm2008-10-291-0/+35
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13073 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix busybox http auth if the root user has an empty passwordnbd2008-10-061-2/+2
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12869 3c298f89-4303-0410-b956-a3cf2f4a3e73
* busybox: remove the upstream-provided bugfix patch for line editingnbd2008-09-281-145/+0
| | | | | | 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
* 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