aboutsummaryrefslogtreecommitdiffstats
path: root/main/busybox
Commit message (Collapse)AuthorAgeFilesLines
...
* main/busybox: fix ping applet when upgradingNatanael Copa2016-05-312-1/+6
|
* main/busybox: enable unix socket supportNatanael Copa2016-05-272-5/+5
|
* main/busybox: cherry-pick ntpd fixes from master and mailing listTimo Teräs2016-05-278-1/+569
|
* main/busybox: increase LAST_ID to 256000Natanael Copa2016-05-232-7/+7
|
* main/busybox: better fix for touch -tNatanael Copa2016-05-192-25/+15
|
* main/busybox: fix busybox touch -tNatanael Copa2016-05-192-1/+46
| | | | https://bugs.busybox.net/show_bug.cgi?id=8951
* main/busybox: fix ping without root permissionsNatanael Copa2016-03-293-8/+207
| | | | | | using SOCK_DGRAM requested by docker inc.
* main/busybox: make traceroute6 an suid binarySören Tempel2016-03-242-4/+5
|
* main/busybox: upgrade to 1.24.2, fix CVE-2016-2147,CVE-2016-2148Natanael Copa2016-03-225-258/+140
|
* main/busybox: make vlock an suid binarySören Tempel2016-03-202-7/+7
|
* main/busybox: enable tar autodetectNatanael Copa2016-02-252-6/+6
|
* main/busybox: add /etc/securettyNatanael Copa2015-12-161-1/+16
|
* main/busybox: add unzip fixes from upstreamNatanael Copa2015-12-163-1/+255
|
* main/busybox: add patch for /etc/securetty support in suNatanael Copa2015-12-075-5/+268
| | | | This makes it possible to have blank root passwords in container setups.
* busybox: restore post-install+upgrade hooksMichael Zuo2015-11-031-1/+2
| | | | | was breaking other post-install hooks because the links didn't get installed until the trigger. we still need the links early.
* main/busybox: fix heredocs in ashNatanael Copa2015-10-292-1/+85
|
* main/busybox: actually apply the ash fixNatanael Copa2015-10-291-1/+6
|
* main/busybox: fix issue with ash here documentsNatanael Copa2015-10-291-0/+165
|
* main/busybox: fix comatibility with kmodNatanael Copa2015-10-285-11/+1052
|
* main/busybox: upgrade to 1.24.1Natanael Copa2015-10-285-147/+64
|
* main/busybox: build fixNatanael Copa2015-10-261-1/+0
| | | | there is no busybox-suid trigger
* main/busybox: split package into core and suid subpackagesChristian Kampka2015-10-262-7/+14
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-1/+1
| | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
* main/busybox: enable the udhcpd appletSören Tempel2015-08-282-10/+14
|
* main/busybox: bump pkgrel to rebuild the revertNatanael Copa2015-08-201-1/+1
|
* Revert "main/busybox: backport libkmod compatible depmod"Natanael Copa2015-08-205-998/+5
| | | | This reverts commit 0872509c4fa881ef7528e2b1302a1b42417edc1a.
* main/busybox: backport libkmod compatible depmodNatanael Copa2015-08-185-5/+998
|
* main/busybox: add logrotate file for acpidSören Tempel2015-08-102-1/+16
|
* main/busybox: enable support for syslog.confSören Tempel2015-08-072-7/+7
| | | | | | | | | | | | The feature is pretty useful for users (like me) who would like to organize their logs by using facilities and since it doesn't increase the size of the syslog binary significantly I thought that it is worth it to enable it by default. For users who don't want to use this feature nothing changes since the feature is only used when /etc/syslog.conf exists. Busybox doesn't complain when that file doesn't exist so I decided not to create it by default.
* main/busybox: set default fontdir to /usr/shareNatanael Copa2015-07-242-5/+5
| | | | | | Patch from Bernd Lauert ref #4457
* main/busybox: enable loadfont and setfont utlitiesNatanael Copa2015-07-232-13/+17
| | | | ref #4457
* 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
|