Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/busybox: enable tar autodetect | Natanael Copa | 2016-02-25 | 2 | -6/+6 |
| | |||||
* | main/busybox: add /etc/securetty | Natanael Copa | 2015-12-16 | 1 | -1/+16 |
| | |||||
* | main/busybox: add unzip fixes from upstream | Natanael Copa | 2015-12-16 | 3 | -1/+255 |
| | |||||
* | main/busybox: add patch for /etc/securetty support in su | Natanael Copa | 2015-12-07 | 5 | -5/+268 |
| | | | | This makes it possible to have blank root passwords in container setups. | ||||
* | busybox: restore post-install+upgrade hooks | Michael Zuo | 2015-11-03 | 1 | -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 ash | Natanael Copa | 2015-10-29 | 2 | -1/+85 |
| | |||||
* | main/busybox: actually apply the ash fix | Natanael Copa | 2015-10-29 | 1 | -1/+6 |
| | |||||
* | main/busybox: fix issue with ash here documents | Natanael Copa | 2015-10-29 | 1 | -0/+165 |
| | |||||
* | main/busybox: fix comatibility with kmod | Natanael Copa | 2015-10-28 | 5 | -11/+1052 |
| | |||||
* | main/busybox: upgrade to 1.24.1 | Natanael Copa | 2015-10-28 | 5 | -147/+64 |
| | |||||
* | main/busybox: build fix | Natanael Copa | 2015-10-26 | 1 | -1/+0 |
| | | | | there is no busybox-suid trigger | ||||
* | main/busybox: split package into core and suid subpackages | Christian Kampka | 2015-10-26 | 2 | -7/+14 |
| | |||||
* | don't prefix GPL version number with a dash | Sören Tempel | 2015-10-03 | 1 | -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 applet | Sören Tempel | 2015-08-28 | 2 | -10/+14 |
| | |||||
* | main/busybox: bump pkgrel to rebuild the revert | Natanael Copa | 2015-08-20 | 1 | -1/+1 |
| | |||||
* | Revert "main/busybox: backport libkmod compatible depmod" | Natanael Copa | 2015-08-20 | 5 | -998/+5 |
| | | | | This reverts commit 0872509c4fa881ef7528e2b1302a1b42417edc1a. | ||||
* | main/busybox: backport libkmod compatible depmod | Natanael Copa | 2015-08-18 | 5 | -5/+998 |
| | |||||
* | main/busybox: add logrotate file for acpid | Sören Tempel | 2015-08-10 | 2 | -1/+16 |
| | |||||
* | main/busybox: enable support for syslog.conf | Sören Tempel | 2015-08-07 | 2 | -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/share | Natanael Copa | 2015-07-24 | 2 | -5/+5 |
| | | | | | | Patch from Bernd Lauert ref #4457 | ||||
* | main/busybox: enable loadfont and setfont utlities | Natanael Copa | 2015-07-23 | 2 | -13/+17 |
| | | | | ref #4457 | ||||
* | Revert "main/busybox: remove ping/traceroute commands from bbsuid" | William Pitcock | 2015-06-03 | 3 | -16/+8 |
| | | | | This reverts commit 86a7286025919cfee33eb599c1d12d7d187d761b. | ||||
* | main/busybox: remove ping/traceroute commands from bbsuid | William Pitcock | 2015-05-31 | 3 | -8/+16 |
| | |||||
* | main/busybox: upgrade to 1.23.2 | Łukasz Jendrysik | 2015-03-23 | 1 | -4/+5 |
| | |||||
* | main/busybox: upgrade to 1.23.1 | Natanael Copa | 2015-02-03 | 5 | -341/+5 |
| | |||||
* | main/busybox: fix modprobe | Natanael Copa | 2015-01-16 | 2 | -1/+38 |
| | |||||
* | main/busybox: replace with add patches from upstream | Natanael Copa | 2015-01-15 | 6 | -139/+300 |
| | |||||
* | main/busybox: fix coldplug with modprobe -a | Natanael Copa | 2014-12-26 | 2 | -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 segfault | Natanael Copa | 2014-12-25 | 2 | -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.23 | Natanael Copa | 2014-12-25 | 11 | -666/+52 |
| | |||||
* | main/busybox: fixes and minor new features to fbsplash | Timo Teräs | 2014-11-22 | 4 | -1/+416 |
| | |||||
* | main/busybox: build fix. allow suid root | Natanael Copa | 2014-11-04 | 1 | -0/+1 |
| | |||||
* | main/busybox: fix diff --no-dereference patch | Timo Teräs | 2014-08-23 | 2 | -5/+5 |
| | |||||
* | main/busybox: increase udhcpc's default discover retries | Natanael Copa | 2014-08-01 | 2 | -1/+18 |
| | | | | ref #3105 | ||||
* | main/busybox: fix the top patch | Natanael Copa | 2014-07-28 | 2 | -1/+19 |
| | | | | ref #3234 | ||||
* | main/busybox: enable diff's long opts for --no-dereference | Natanael Copa | 2014-07-28 | 2 | -5/+5 |
| | |||||
* | main/busybox: add support for --no-dereference in 'diff' | Natanael Copa | 2014-07-28 | 2 | -1/+68 |
| | | | | ref #2847 | ||||
* | main/busybox: fix top | Natanael Copa | 2014-07-28 | 2 | -1/+293 |
| | | | | ref #3234 | ||||
* | main/busybox: support to all unicode chars | Natanael Copa | 2014-06-25 | 2 | -5/+5 |
| | | | | | all unicode chars is 0x10fff (1114111 decimal). allow busybox print those. | ||||
* | main/busybox: enable seamless xz | Natanael Copa | 2014-06-24 | 2 | -5/+5 |
| | |||||
* | main/busybox: upstream patches for iplink and nc, enable locales | Natanael Copa | 2014-04-30 | 4 | -7/+49 |
| | |||||
* | main/busybox: use system pwd/grp/shadow instead of busybox | Natanael Copa | 2014-04-22 | 3 | -7/+80 |
| | | | | | | This reduces size of busybox and it should fix the group size limit. fixes #733 | ||||
* | main/busybox: align sendmail patches with upstream | Kaarle Ritvanen | 2014-02-09 | 4 | -62/+172 |
| | |||||
* | main/busybox: sendmail: do not require use of -f | Kaarle Ritvanen | 2014-01-22 | 2 | -1/+62 |
| | |||||
* | main/busybox: add patches from upstream for ash and date | Natanael Copa | 2014-01-22 | 3 | -1/+60 |
| | |||||
* | main/busybox: upgrade to 1.22.1 and re-enable widechars | Natanael Copa | 2014-01-22 | 2 | -10/+10 |
| | | | | should again fix #2268 | ||||
* | main/busybox: upgrade to 1.22.0 | Natanael Copa | 2014-01-02 | 4 | -166/+44 |
| | |||||
* | main/busybox: enable widechars | Natanael Copa | 2014-01-02 | 2 | -8/+8 |
| | | | | should fix #2268 | ||||
* | main/busybox: ifupdown: support 'link' address family | Kaarle Ritvanen | 2013-12-29 | 2 | -1/+58 |
| | |||||
* | main/busybox: fix sed performance issue on musl | Natanael Copa | 2013-12-20 | 2 | -1/+59 |
| | | | | http://comments.gmane.org/gmane.linux.busybox/37945 |