aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-22ash: fix BASE###nn bashism for bases 36..64Denys Vlasenko
2019-09-22ash: fix BASE###nn bashism to accept letter 'digits' for bases > 9Denys Vlasenko
2019-09-12bc: Add 'U' suffix in UINT_MAX preprocessor checkKang-Che Sung
2019-09-12wget: increase redirections limitDavid Demelier
2019-09-12examples/udhcp/simple.script: print the filename actually changedRolf Eike Beer
2019-09-12find: implement -emptyAaro Koskinen
2019-09-06gzip: code shrinkDenys Vlasenko
2019-09-05examples/udhcp/simple.script: up interface on deconfig eventDenys Vlasenko
2019-09-05ash: add a FIXME commentDenys Vlasenko
2019-09-05hush: fix "set -o INVALID" affecting -e flag stateDenys Vlasenko
2019-09-05gzip: code shrinkDenys Vlasenko
2019-09-05gzip: set default compression level to 6 when CONFIG_FEATURE_GZIP_LEVELS=nDaniel Edgecumbe
2019-09-05gzip: set compression flags correctly as per standardDaniel Edgecumbe
2019-09-05gzip: default level with ENABLE_FEATURE_GZIP_LEVELS should be 6Daniel Edgecumbe
2019-09-05dc: Parse error & fix out of bounds read in xc_program_printStringBrian Foley
2019-09-05dc: Fix segfault when executing strings generated using asciifyBrian Foley
2019-09-05dc: execute shouldn't pop if stack head is not a stringBrian Foley
2019-08-24udhcpc6: support stateless DHCPv6Eivind Versvik
2019-08-11top: do not use previous colleced data wheh "h" toggles threads displayDenys Vlasenko
2019-08-09udhcpc6: s/iphdr/ip6_hdr/Denys Vlasenko
2019-08-06nmeter: do not clamp down %Nc to minimum of 10 (think nmeter "%`nproc`c")Denys Vlasenko
2019-08-03stat: print nanosecond times, fix printing of empty linesDenys Vlasenko
2019-08-02ash: fix set -o to not show "nameless" optionsDenys Vlasenko
2019-08-02tar: change -a from meaning "lzma" to mean "autodetect by extension"Denys Vlasenko
2019-08-01tar: code shrinkDenys Vlasenko
2019-07-31ash: only catch unexpected exceptions in PS1 expansionRon Yorston
2019-07-23unicode: code shrink in character width determinationDenys Vlasenko
2019-07-16libbb: include <crypt.h> only if necessaryDenys Vlasenko
2019-07-02ntpd: add comment about mode6, no code changesDenys Vlasenko
2019-07-02ntpd: commonalize message stringsDenys Vlasenko
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-07-02ntpd: abort if argvs are (unexpectedly) givenDenys Vlasenko
2019-06-25free: include SReclaimable in cached valueLukas Rusak
2019-06-25libbb: deal with "declaration of 'link' shadows a global declaration" warningDenys Vlasenko
2019-06-15pidof: support "pidof /path/to/binary" caseDenys Vlasenko
2019-06-13readlink,realpath: fix a case with a symplink, closes 11021Denys Vlasenko
2019-06-13udhcpc: fix comment, no code changesDenys Vlasenko
2019-06-11udhcpc6: fix aliasing warningDenys Vlasenko
2019-06-11dhcpc.c: Added support for relay server parameter.Martin Lewis
2019-06-10Start 1.32.0 development cycleDenys Vlasenko
2019-06-10Bump version to 1.31.0Denys Vlasenko
2019-06-09mount,losetup: use /dev/loop-control is it existsDenys Vlasenko
2019-06-09start-stop-daemon: change priority before dropping privilegesAitor Esteve Alvarado
2019-06-09tftp: allow -lc and -cl optionsDenys Vlasenko
2019-06-09tftpd: revert erroneous changeDenys Vlasenko
2019-06-09tftp: optional tftp-hpa compatDenys Vlasenko
2019-06-09expand: add commented-out code to handle NULsDenys Vlasenko
2019-06-08expand,unexpand: drop broken test, add FIXME commentDenys Vlasenko
2019-06-08awk: fix testsuiteDenys Vlasenko
2019-06-08bc: placate compiler warningsDenys Vlasenko