aboutsummaryrefslogtreecommitdiff
path: root/util-linux (unfollow)
Commit message (Expand)AuthorFilesLines
2017-12-31scripts/randomtest: do not try building static libbysuboxDenys Vlasenko1-0/+2
2017-12-31chown: fix a mistake in opt_complementary changeDenys Vlasenko1-2/+2
2017-12-31randomconfig fixesDenys Vlasenko13-21/+42
2017-12-26ntpd: do run the script at leat once in 11 minutesDenys Vlasenko1-1/+3
2017-12-25env: -u option fails due to typoRon Yorston1-1/+1
2017-11-13tar: code shrinkDenys Vlasenko1-20/+19
2017-11-13tar: code shrink, better help textDenys Vlasenko1-62/+68
2017-11-10tar: improve help textDenys Vlasenko1-7/+8
2017-11-09inetd: fix for running by non-rootDenys Vlasenko1-1/+1
2017-11-09unshare: -r should map root to user, not the other way aroundDenys Vlasenko1-3/+3
2017-11-09unshare: -r implies -U, not -uDenys Vlasenko1-1/+1
2017-11-09unzip: add missing -j to trivial usageEugene Rudoy1-1/+1
2017-11-09unzip: fix content listing and filtering when -j is usedEugene Rudoy1-7/+8
2017-11-08lineedit: get terminal width before printing promptDenys Vlasenko1-2/+2
2017-11-08lineedit: do not tab-complete any strings which have control charactersDenys Vlasenko1-0/+12
2017-11-03ash: fix nofork bug where environment is not properly passed to a commandDenys Vlasenko5-5/+88
2017-11-02init: reduce the window when init can lose reboot/poweroff signalsDenys Vlasenko1-23/+8
2017-11-02ash: retain envvars with bad names in initial environment. Closes 10231Denys Vlasenko1-4/+22
2017-10-31ntpd: skip over setting next DNS resolution attempt if it is not neededDenys Vlasenko1-2/+7
2017-10-31Fix build failures if MAXHOSTNAMELEN or MAXPATHLEN is not definedDenys Vlasenko2-0/+6
2017-10-31grep: skip grepping symlinks to directoriesJames Clarke1-2/+19
2017-10-31ntpd: mention in help text that -d can be repeatedDenys Vlasenko1-1/+1
2017-10-31ntpd: improve treatment of DNS resolution failuresDenys Vlasenko1-15/+33
2017-10-30udp_io, traceroute: Standardise IPv6 PKTINFO handling to be portableJames Clarke2-7/+9
2017-10-30df: Use statvfs instead of non-standard statfsJames Clarke1-3/+3
2017-10-30xfuncs: Handle missing non-POSIX termios constantsJames Clarke1-0/+9
2017-10-30blkdiscard: Only build on LinuxJames Clarke1-0/+1
2017-10-30networking: Fall back on IPPROTO_RAW when SOL_RAW is not definedJames Clarke2-0/+16
2017-10-28ntpd: perform DNS resolution out of send/receive loop - closes 10466Denys Vlasenko1-4/+10
2017-10-27iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy2-9/+28
2017-10-27time: fix build for toolchains without O_CLOEXECDenys Vlasenko1-0/+5
2017-10-27unlzma: fix SEGV, closes 10436Denys Vlasenko1-1/+5
2017-10-22bunzip2: fix runCnt overflow from bug 10431Denys Vlasenko1-11/+19
2017-10-22hush: fix comment parsing in `cmd`, closes 10421Denys Vlasenko5-4/+47
2017-10-22lsscsi: fix xchdir("..") from symlink in /sys/bus/scsi/devicesMarkus Gothe1-2/+7
2017-10-12whitespace fixesDenys Vlasenko1-3/+3
2017-10-12typo fixDenys Vlasenko1-1/+1
2017-10-12ash: survive failures in $PS1 expansion. Closes 10371Denys Vlasenko1-1/+18
2017-10-12lineedit: improve multiline PS1 - redraw using last PS1 line. Closes 10381Avi Halachmi1-24/+64
2017-10-05sendmail allow "=" symbol in recipient, closes 10241Denys Vlasenko1-1/+7
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko15-18/+30
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko28-38/+22
2017-10-05do not include <sys/stat.h> just before "libbb.h", it's there alreadyDenys Vlasenko2-7/+0
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko129-241/+115
2017-10-05free: no longer include common_bufsiz.hDenys Vlasenko1-1/+0
2017-10-05free: make it NOFORKDenys Vlasenko2-29/+24
2017-10-05date: maybe_set_utc only onceDenys Vlasenko1-4/+3
2017-10-05i2cset: fix 'i' & 's' modes (3 extra bytes were sent)Avi Fishman1-13/+27
2017-09-29use %m printf specifier where appropriateDenys Vlasenko9-19/+25
2017-09-29udhcpc[6]: make log2 messages for chaddr field indented like the restDenys Vlasenko3-5/+10