summaryrefslogtreecommitdiffstats
path: root/main/busybox
Commit message (Collapse)AuthorAgeFilesLines
* Revert "main/busybox: remove ping/traceroute commands from bbsuid"William Pitcock2015-06-033-16/+8
| | | | This reverts commit 86a7286025919cfee33eb599c1d12d7d187d761b.
* main/busybox: remove ping/traceroute commands from bbsuidWilliam Pitcock2015-05-313-8/+16
|
* main/busybox: upgrade to 1.23.2Łukasz Jendrysik2015-03-231-4/+5
|
* main/busybox: upgrade to 1.23.1Natanael Copa2015-02-035-341/+5
|
* main/busybox: fix modprobeNatanael Copa2015-01-162-1/+38
|
* main/busybox: replace with add patches from upstreamNatanael Copa2015-01-156-139/+300
|
* main/busybox: fix coldplug with modprobe -aNatanael Copa2014-12-262-1/+57
| | | | | | | | | | | We call 'modprobe -a <alias> ...' from initramfs init for coldplugging. The upstream commit 4e314faa0a (modprobe,rmmod: reject module names with slashes) introduce a check for slashes in the modprobe name. This broke loading of module aliases with slashes which are often found in dmi modalias. We fix this by allowing slashes when -a option is given.
* main/busybox: fix ash segfaultNatanael Copa2014-12-252-1/+83
| | | | | | | | | The upstream commit e9ab07c2 (ash: make ${#var} unicode-aware, 2014-08-13) introduced a regression that makes ash segfault. revert it til upstream has fixed it. http://lists.busybox.net/pipermail/busybox/2014-December/082129.html
* main/busybox: upgrade to 1.23Natanael Copa2014-12-2511-666/+52
|
* main/busybox: fixes and minor new features to fbsplashTimo Teräs2014-11-224-1/+416
|
* main/busybox: build fix. allow suid rootNatanael Copa2014-11-041-0/+1
|
* main/busybox: fix diff --no-dereference patchTimo Teräs2014-08-232-5/+5
|
* main/busybox: increase udhcpc's default discover retriesNatanael Copa2014-08-012-1/+18
| | | | ref #3105
* main/busybox: fix the top patchNatanael Copa2014-07-282-1/+19
| | | | ref #3234
* main/busybox: enable diff's long opts for --no-dereferenceNatanael Copa2014-07-282-5/+5
|
* main/busybox: add support for --no-dereference in 'diff'Natanael Copa2014-07-282-1/+68
| | | | ref #2847
* main/busybox: fix topNatanael Copa2014-07-282-1/+293
| | | | ref #3234
* main/busybox: support to all unicode charsNatanael Copa2014-06-252-5/+5
| | | | | all unicode chars is 0x10fff (1114111 decimal). allow busybox print those.
* main/busybox: enable seamless xzNatanael Copa2014-06-242-5/+5
|
* main/busybox: upstream patches for iplink and nc, enable localesNatanael Copa2014-04-304-7/+49
|
* main/busybox: use system pwd/grp/shadow instead of busyboxNatanael Copa2014-04-223-7/+80
| | | | | | This reduces size of busybox and it should fix the group size limit. fixes #733
* main/busybox: align sendmail patches with upstreamKaarle Ritvanen2014-02-094-62/+172
|
* main/busybox: sendmail: do not require use of -fKaarle Ritvanen2014-01-222-1/+62
|
* main/busybox: add patches from upstream for ash and dateNatanael Copa2014-01-223-1/+60
|
* main/busybox: upgrade to 1.22.1 and re-enable widecharsNatanael Copa2014-01-222-10/+10
| | | | should again fix #2268
* main/busybox: upgrade to 1.22.0Natanael Copa2014-01-024-166/+44
|
* main/busybox: enable widecharsNatanael Copa2014-01-022-8/+8
| | | | should fix #2268
* main/busybox: ifupdown: support 'link' address familyKaarle Ritvanen2013-12-292-1/+58
|
* main/busybox: fix sed performance issue on muslNatanael Copa2013-12-202-1/+59
| | | | http://comments.gmane.org/gmane.linux.busybox/37945
* main/busybox: use CLIBCTimo Teräs2013-09-201-2/+2
|
* main/busybox: fix CROSS_COMPILE usage when CC is not definedTimo Teräs2013-07-271-1/+1
|
* main/busybox: honor CPPFLAGS for bbsuid compilingTimo Teräs2013-07-111-1/+1
| | | | | does not affect current builds, so pkgrel not bumped. will help with arm port.
* main/busybox: crosscompile and musl supportTimo Teräs2013-07-032-1/+76
|
* main/busybox: upgrade to 1.21.1Natanael Copa2013-06-301-17/+4
|
* main/busybox: update to 1.21.0Natanael Copa2013-03-115-214/+61
|
* main/busybox: apply patches from upstreamNatanael Copa2013-01-211-1/+7
| | | | fix for ntpd
* main/busybox: fix build on eglibcCarlo Landmeter2013-01-042-3/+25
|
* main/busybox: use -x hostname:NAME with udhcpNatanael Copa2012-09-192-1/+41
| | | | should fix warning when booting alpine with dhcp
* main/busybox: ifupdown: pass interface device name for ipv6 route cmdNatanael Copa2012-09-042-1/+51
|
* main/busybox: apply fix from upstreamNatanael Copa2012-08-161-1/+3
|
* main/busybox: upgrade to 1.20.2Natanael Copa2012-07-041-14/+3
|
* main/busybox: enable uudecodeNatanael Copa2012-06-172-3/+3
| | | | requested on alpine-devel
* main/busybox: upgrade to 1.20.1Natanael Copa2012-06-131-17/+13
|
* main/busybox: ping6 needs suid rootNatanael Copa2012-06-132-2/+3
|
* main/busybox: create needed dirs for ifupdownNatanael Copa2012-06-131-1/+11
|
* main/busybox: upgrade to 1.20.0Natanael Copa2012-05-239-436/+63
|
* main/busybox: backport ifupdown metric supportNatanael Copa2012-05-112-1/+67
|
* main/busybox: unzip: ignore chmod errorsNatanael Copa2012-05-012-1/+70
| | | | so we can unzip on FAT
* main/busybox: backport tar --no-recursionNatanael Copa2012-04-272-1/+115
|
* main/busybox: backport grep -x supportNatanael Copa2012-02-292-1/+71
| | | | util-vserver needs it