aboutsummaryrefslogtreecommitdiff
path: root/applets (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-12libpwdgrp: do not require that /etc/passwd entries have nonempty home and shellDenys Vlasenko1-1/+1
2015-10-12randconfig fixesDenys Vlasenko1-2/+2
2015-10-12build system: remove special-casing for extra libsDenys Vlasenko2-22/+11
2015-10-11randconfig fixesDenys Vlasenko1-1/+1
2015-10-11hush: code shrinkDenys Vlasenko1-4/+1
2015-10-11randconfig fixDenys Vlasenko1-1/+2
2015-10-11randconfig fixesDenys Vlasenko4-10/+26
2015-10-10ash: shrink umask codeDenys Vlasenko1-9/+7
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko4-40/+18
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko5-16/+33
2015-10-09remove global "jmp_buf die_jmp" from !FEATURE_PREFER_APPLETS buildsDenys Vlasenko7-61/+61
2015-10-09ash: "you have mail" should ignore first change in mtimeDenys Vlasenko1-1/+2
2015-10-09ash: simplify "you have mail" codeDenys Vlasenko1-14/+11
2015-10-09ash: make dowait() a bit more readable. Logic is unchangedDenys Vlasenko1-31/+27
2015-10-08updated android_ndk_defconfigDenys Vlasenko1-69/+112
2015-10-08udhcpc: fix for some Android toolchain breakageDenys Vlasenko1-0/+14
2015-10-08iproute: more string reuseDenys Vlasenko1-6/+9
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson2-5/+14
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko1-10/+19
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko9-61/+37
2015-10-08join some common strings, -400 bytesDenys Vlasenko11-45/+45
2015-10-07build system: -fno-builtin-printfDenys Vlasenko24-124/+127
2015-10-07find: support "find . -delete" idiom - do not try rmdir(".")Denys Vlasenko1-1/+4
2015-10-07md5sum: code shrinkDenys Vlasenko1-10/+6
2015-10-07ash: use a more typical form of "print four octal digits" formatDenys Vlasenko1-1/+1
2015-10-07libbb: more compact API for bb_parse_mode()Denys Vlasenko10-22/+26
2015-10-07ash: shrink "umask -S" codeDenys Vlasenko1-17/+14
2015-10-07hush: fix umask: umask(022) was setting umask(755)Denys Vlasenko2-25/+21
2015-10-07ash: a bunch of trivial simplificationsDenys Vlasenko1-35/+37
2015-10-07wget: make it possible to have both SSL helpers configuredDenys Vlasenko1-23/+53
2015-10-07ifplugd: discovered why it needed net/ethernet.h: just for ETH_ALENDenys Vlasenko1-0/+4
2015-10-07ssl_helper: tweaks discovered while building 32-bit versionDenys Vlasenko3-4/+10
2015-10-07wget: make openssl/ssl_helper choice configurableDenys Vlasenko8-54/+623
2015-10-05qemu testing: extract_od_binary.sh: support huge files (and broken od)Denys Vlasenko1-1/+1
2015-10-05uudecode: tolerate text input with CR+LF line endsDenys Vlasenko2-13/+19
2015-10-05qemu testing: Do build brctl and ifplugd; force mips32 dialectDenys Vlasenko1-3/+8
2015-10-05qemu testing: fix hexdumping of binaryDenys Vlasenko1-1/+1
2015-10-05Aboriginal linux/musl build fixesDenys Vlasenko5-2/+81
2015-10-05Add qemu_multiarch_testing/Denys Vlasenko6-0/+193
2015-10-02awk: support "length" form of "length()". Closes 8371Denys Vlasenko2-48/+72
2015-10-01umount: always use umount2 syscall with specified flagsDenys Vlasenko1-4/+16
2015-09-21adduser: fix help textDenys Vlasenko1-1/+1
2015-09-21adduser: Add -k /path/to/skelBernhard Reutner-Fischer1-3/+8
2015-09-21i2c-tools: rename remaining definesBartosz Golaszewski1-23/+23
2015-09-21i2c-tools: remove duplicate definitionsBartosz Golaszewski1-100/+2
2015-09-19sort: fix -kN,M handling (was including last separator into the comparison)Denys Vlasenko2-4/+16
2015-09-15libbb: another unit test for is_suffixed_withTito Ragusa1-0/+1
2015-09-09modprobe: handle module arguments containing spacesPeter Korsgaard1-1/+33
2015-09-04ash: fix slash treatment in expmetaRon Yorston1-10/+13
2015-09-04hush: fix a nommu bug where a part of function body is lost if run in a pipeDenys Vlasenko3-10/+42