aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-31randomconfig fixesDenys Vlasenko
2017-12-26ntpd: do run the script at leat once in 11 minutesDenys Vlasenko
2017-12-25env: -u option fails due to typoRon Yorston
2017-11-13tar: code shrinkDenys Vlasenko
2017-11-13tar: code shrink, better help textDenys Vlasenko
2017-11-10tar: improve help textDenys Vlasenko
2017-11-09inetd: fix for running by non-rootDenys Vlasenko
2017-11-09unshare: -r should map root to user, not the other way aroundDenys Vlasenko
2017-11-09unshare: -r implies -U, not -uDenys Vlasenko
2017-11-09unzip: add missing -j to trivial usageEugene Rudoy
2017-11-09unzip: fix content listing and filtering when -j is usedEugene Rudoy
2017-11-08lineedit: get terminal width before printing promptDenys Vlasenko
2017-11-08lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko
2017-11-03ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko
2017-11-02init: reduce the window when init can lose reboot/poweroff signalsDenys Vlasenko
2017-11-02ash: retain envvars with bad names in initial environment. Closes 10231Denys Vlasenko
2017-10-31ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko
2017-10-31Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko
2017-10-31grep: skip grepping symlinks to directoriesJames Clarke
2017-10-31ntpd: mention in help text that -d can be repeatedDenys Vlasenko
2017-10-31ntpd: improve treatment of DNS resolution failuresDenys Vlasenko
2017-10-30udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke
2017-10-30df: Use statvfs instead of non-standard statfsJames Clarke
2017-10-30xfuncs: Handle missing non-POSIX termios constantsJames Clarke
2017-10-30blkdiscard: Only build on LinuxJames Clarke
2017-10-30networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke
2017-10-28ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko
2017-10-27iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy
2017-10-27time: fix build for toolchains without O_CLOEXECDenys Vlasenko
2017-10-27unlzma: fix SEGV, closes 10436Denys Vlasenko
2017-10-22bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko
2017-10-22hush: fix comment parsing in `cmd`, closes 10421Denys Vlasenko
2017-10-22lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devicesMarkus Gothe
2017-10-12whitespace fixesDenys Vlasenko
2017-10-12typo fixDenys Vlasenko
2017-10-12ash: survive failures in $PS1 expansion. Closes 10371Denys Vlasenko
2017-10-12lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi
2017-10-05sendmail allow "=" symbol in recipient, closes 10241Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05do not include <sys/stat.h> just before "libbb.h", it's there alreadyDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05free: no longer include common_bufsiz.hDenys Vlasenko
2017-10-05free: make it NOFORKDenys Vlasenko
2017-10-05date: maybe_set_utc only onceDenys Vlasenko
2017-10-05i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman
2017-09-29use %m printf specifier where appropriateDenys Vlasenko
2017-09-29udhcpc[6]: make log2 messages for chaddr field indented like the restDenys Vlasenko
2017-09-29udhcpc: paranoia when using kernel UDP mode for sending renew: server ID may ...Denys Vlasenko
2017-09-29udhcpc[6]: initialize entire sockaddr_llDenys Vlasenko