aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2015-09-04Makefile.flags: survive a build system which has no pthreadDenys Vlasenko
2015-09-04ash,hush: add a test which fails for ash since commit 549deabDenys Vlasenko
2015-09-04ash: add tests adapted from hush glob tests. glob2.tests currently failsDenys Vlasenko
2015-08-25libbb: make is_suffixed_with() return pointer inside string, not key.Denys Vlasenko
2015-08-25libbb: add is_suffixed_with() functionBartosz Golaszewski
2015-08-25ping: fix recently introduced build breakage for non-optimizing buildsDenys Vlasenko
2015-08-25libbb: add a comment describing the way is_prefixed_with() worksBartosz Golaszewski
2015-08-25libbb: add unit tests for is_prefixed_with()Bartosz Golaszewski
2015-08-24login: don't print motd if .hushlogin exists in users homeSören Tempel
2015-08-24dmesg: add -r option to print raw format even when FEATURE_DMESG_PRETTY is en...Peter Korsgaard
2015-08-24ifupdown: 'prio' should have been 'metric' in static_up and static_up6Alex Dowad
2015-08-24libbb: add setsockopt_foo helpersDenys Vlasenko
2015-08-24Merge setsockopt error messagesDenys Vlasenko
2015-08-24traceroute: fix help textDenys Vlasenko
2015-08-17Makefile: add missing libraries to LDLIBSBartosz Golaszewski
2015-08-17unit-tests: remove code depending on WANT_TIMINGBartosz Golaszewski
2015-08-17unit-tests: remove unnecesary field from struct bbunit_listelemBartosz Golaszewski
2015-08-16arping: make help text clearerDenys Vlasenko
2015-08-16less: fix botched attempt to use last columnRon Yorston
2015-08-15ipcalc: fix trivial usage messageRon Yorston
2015-08-04zcip: tweak comments and make unsigned division more obviousDenys Vlasenko