| Commit message (Expand) | Author | Files | Lines |
2020-12-16 | hwclock: improve --help (-l is a compatible shortcut for --localtime) | Denys Vlasenko | 1 | -19/+50 |
2020-12-16 | hwclock: fix musl breakage of settimeofday(tz) | Denys Vlasenko | 1 | -53/+75 |
2020-12-16 | lineedit: disable completion and fancy prompts if no shells are selected | Denys Vlasenko | 1 | -13/+16 |
2020-12-16 | lineedit: use strncmp instead of is_prefixed_with (we know the length) | Denys Vlasenko | 1 | -22/+25 |
2020-12-16 | lineedit: remove ->path_lookup if ash is not configured | Denys Vlasenko | 2 | -5/+13 |
2020-12-16 | lineedit: match local directories when searching PATH | Ron Yorston | 1 | -1/+8 |
2020-12-16 | lineedit: omit directories when tab-completing from PATH | Ron Yorston | 1 | -0/+3 |
2020-12-16 | tweak help texts | Denys Vlasenko | 5 | -39/+16 |
2020-12-15 | ntpd: allow non-root to run it (e.g. with -w option) | Denys Vlasenko | 1 | -3/+0 |
2020-12-15 | libbb: make pw_encrypt() die if supplied salt is bad (e.g. emply) | Denys Vlasenko | 2 | -17/+19 |
2020-12-15 | udhcpc6: code shrink - sending functions do not need ifindex parameter | Denys Vlasenko | 3 | -25/+19 |
2020-12-15 | udhcp: bind to device even for ucast packets | Michal Kazior | 4 | -4/+23 |
2020-12-15 | libbb: enable fixed 4k pagesize for 32bit ARM | Denys Vlasenko | 1 | -0/+5 |
2020-12-15 | tls: code shrink in AES code | Denys Vlasenko | 1 | -3/+3 |