| Commit message (Expand) | Author | Files | Lines |
2017-01-18 | win32: implement nanosleep and enable float sleep by default | Ron Yorston | 4 | -2/+22 |
2017-01-08 | unzip: use data from local header rather than CDF | Ron Yorston | 1 | -1/+1 |
2017-01-07 | ash: fix open fds leaking in redirects. Closes 9561 | Denys Vlasenko | 5 | -4/+39 |
2017-01-06 | Automatically disable FEATURE_COMPRESS_USAGE for small builds. | Denys Vlasenko | 2 | -0/+29 |
2017-01-06 | ash: explicltly group ash options | Kang-Che Sung | 2 | -0/+11 |
2017-01-06 | ntpd: improve postponed hostname resolution | Natanael Copa | 1 | -39/+34 |
2017-01-05 | unzip: remove now-pointless lseek which returns current position | Cristian Ionescu-Idbohrn | 1 | -5/+0 |
2017-01-05 | typo fix in config help text | Denys Vlasenko | 1 | -1/+1 |
2017-01-05 | unzip: properly use CDF to find compressed files. Closes 9536 | Denys Vlasenko | 2 | -123/+168 |
2017-01-04 | modutils: remove special handling of uClibc | Waldemar Brodkorb | 2 | -12/+8 |
2017-01-04 | Update README.md | Ron Yorston | 1 | -0/+1 |
2017-01-04 | Update default configuration | Ron Yorston | 2 | -40/+36 |
2017-01-04 | shell: clarify help text of CONFIG_{SH,BASH}_IS_* options | Kang-Che Sung | 1 | -1/+22 |
2017-01-04 | udhcp: tweak config order and menu item names | Denys Vlasenko | 2 | -28/+28 |
2017-01-03 | Fix dependency for IFUPDOWN_UDHCPC_CMD_OPTIONS | Jörg Krause | 1 | -1/+1 |
2017-01-03 | README_distro_proposal.txt: typo fixes | Tito Ragusa | 1 | -7/+7 |
2017-01-03 | appletlib: avoid warning on unused function ingroup | Cristian Ionescu-Idbohrn | 1 | -0/+2 |
2017-01-03 | hush: correct exitcode for unterminated ')' - exitcode2.tests testcase | Denys Vlasenko | 1 | -2/+7 |
2017-01-03 | ash: fix error code regression | Ron Yorston | 5 | -2/+38 |
2017-01-02 | qemu_multiarch_testing: small improvements | Denys Vlasenko | 2 | -1/+19 |
2017-01-02 | tcpudp: define SO_ORIGINAL_DST directly, not via include | Denys Vlasenko | 1 | -3/+3 |
2017-01-01 | depmod: don't build it if MODPROBE_SMALL=y | Denys Vlasenko | 1 | -2/+2 |
2016-12-25 | Update to examples/var_service/README_distro_proposal.txt | Denys Vlasenko | 1 | -14/+21 |
2016-12-23 | make_single_applets.sh: SH_IS_HUSH needs special handling too | Denys Vlasenko | 1 | -4/+4 |
2016-12-23 | Make it possible to select "sh" and "bash" aliases without selecting ash or hush | Denys Vlasenko | 9 | -118/+120 |
2016-12-23 | Make RMMOD=y by default | Denys Vlasenko | 1 | -1/+1 |
2016-12-23 | Make INSMOD=y by default | Denys Vlasenko | 1 | -1/+1 |
2016-12-23 | Remove FEATURE_IFUPDOWN_IP_BUILTIN and FEATURE_IFUPDOWN_IFCONFIG_BUILTIN | Denys Vlasenko | 1 | -29/+7 |
2016-12-23 | modprobe-small: make applets individually selectable | Denys Vlasenko | 8 | -32/+41 |
2016-12-23 | Make DPKG=y and DPKG_DEB=y by default | Denys Vlasenko | 2 | -2/+2 |
2016-12-23 | Selinux complains about deprecated selinux/flask.h, stop including it | Denys Vlasenko | 2 | -2/+6 |
2016-12-23 | Make FEATURE_USERNAME_COMPLETION=y by default | Denys Vlasenko | 1 | -1/+1 |