aboutsummaryrefslogtreecommitdiff
path: root/libbb (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-17traceroute: fix --help textDenys Vlasenko1-23/+25
2020-12-17traceroute: avoid collecting target local address if !VERBOSEDenys Vlasenko1-2/+32
2020-12-17mount: fix a race when a free loop device is snatched under us by another mount.Denys Vlasenko1-65/+73
2020-12-17mail: launch_helper(): flush stdio before vfork, set G.helper_pid only in parentDenys Vlasenko1-1/+3
2020-12-17mail: deobfuscate launch_helper()Denys Vlasenko1-29/+27
2020-12-17mail: commonalize send_r_n()Denys Vlasenko4-10/+12
2020-12-17mail: move "opts" from globalsDenys Vlasenko6-15/+15
2020-12-17shells: a fix for systems without RLIMIT_NICEDenys Vlasenko1-3/+16
2020-12-17Fixes for Hurd buildDenys Vlasenko2-0/+8
2020-12-16libbb: do not compile selinux_or_die() if !SELINUXDenys Vlasenko1-3/+3
2020-12-16build system: make -static-libgcc selectable in configDenys Vlasenko2-1/+10
2020-12-16libbb: introduce and use xsettimeofday()Denys Vlasenko6-22/+26
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