aboutsummaryrefslogtreecommitdiff
path: root/coreutils (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-16hwclock: improve --help (-l is a compatible shortcut for --localtime)Denys Vlasenko1-19/+50
2020-12-16hwclock: fix musl breakage of settimeofday(tz)Denys Vlasenko1-53/+75
2020-12-16lineedit: disable completion and fancy prompts if no shells are selectedDenys Vlasenko1-13/+16
2020-12-16lineedit: use strncmp instead of is_prefixed_with (we know the length)Denys Vlasenko1-22/+25
2020-12-16lineedit: remove ->path_lookup if ash is not configuredDenys Vlasenko2-5/+13
2020-12-16lineedit: match local directories when searching PATHRon Yorston1-1/+8
2020-12-16lineedit: omit directories when tab-completing from PATHRon Yorston1-0/+3
2020-12-16tweak help textsDenys Vlasenko5-39/+16
2020-12-15ntpd: allow non-root to run it (e.g. with -w option)Denys Vlasenko1-3/+0
2020-12-15libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply)Denys Vlasenko2-17/+19
2020-12-15udhcpc6: code shrink - sending functions do not need ifindex parameterDenys Vlasenko3-25/+19
2020-12-15udhcp: bind to device even for ucast packetsMichal Kazior4-4/+23
2020-12-15libbb: enable fixed 4k pagesize for 32bit ARMDenys Vlasenko1-0/+5
2020-12-15tls: code shrink in AES codeDenys Vlasenko1-3/+3