aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-10-12libpwdgrp: do not require that /etc/passwd entries have nonempty home and shellDenys Vlasenko
2015-10-12randconfig fixesDenys Vlasenko
2015-10-12build system: remove special-casing for extra libsDenys Vlasenko
2015-10-11randconfig fixesDenys Vlasenko
2015-10-11hush: code shrinkDenys Vlasenko
2015-10-11randconfig fixDenys Vlasenko
2015-10-11randconfig fixesDenys Vlasenko
2015-10-10ash: shrink umask codeDenys Vlasenko
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko
2015-10-09ash: "you have mail" should ignore first change in mtimeDenys Vlasenko
2015-10-09ash: simplify "you have mail" codeDenys Vlasenko
2015-10-09ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko
2015-10-08updated android_ndk_defconfigDenys Vlasenko
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko
2015-10-08iproute: more string reuseDenys Vlasenko
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2015-10-08join some common strings, -400 bytesDenys Vlasenko
2015-10-07build system: -fno-builtin-printfDenys Vlasenko
2015-10-07find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko
2015-10-07md5sum: code shrinkDenys Vlasenko
2015-10-07ash: use a more typical form of "print four octal digits" formatDenys Vlasenko
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko
2015-10-07ash: shrink "umask -S" codeDenys Vlasenko
2015-10-07hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko
2015-10-07ash: a bunch of trivial simplificationsDenys Vlasenko
2015-10-07wget: make it possible to have both SSL helpers configuredDenys Vlasenko
2015-10-07ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko
2015-10-07ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko
2015-10-05qemu testing: extract_od_binary.sh: support huge files (and broken od)Denys Vlasenko
2015-10-05uudecode: tolerate text input with CR+LF line endsDenys Vlasenko
2015-10-05qemu testing: Do build brctl and ifplugd; force mips32 dialectDenys Vlasenko
2015-10-05qemu testing: fix hexdumping of binaryDenys Vlasenko
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko
2015-10-05Add qemu_multiarch_testing/Denys Vlasenko
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko
2015-10-01umount: always use umount2 syscall with specified flagsDenys Vlasenko
2015-09-21adduser: fix help textDenys Vlasenko
2015-09-21adduser: Add -k /path/to/skelBernhard Reutner-Fischer
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa
2015-09-09modprobe: handle module arguments containing spacesPeter Korsgaard
2015-09-04ash: fix slash treatment in expmetaRon Yorston
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko