aboutsummaryrefslogtreecommitdiff
path: root/archival (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-29ash: improve expandstr()Ron Yorston1-20/+21
2020-01-29syslogd: add config option to include milliseconds in timestampsPeter Korsgaard1-2/+22
2020-01-14udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko1-0/+2
2019-12-03whois: limit total length of response to 32+2 kbDenys Vlasenko1-1/+3
2019-12-03init: improve handling of signals racing with each otherDenys Vlasenko1-159/+119
2019-12-02init: if tcgetattr() fails, don't even try to tcsetattr()Denys Vlasenko1-9/+8
2019-11-28hush: fix preprocessor directives indentationDenys Vlasenko1-32/+32
2019-11-27grep: add -RTomi Leppanen1-3/+7
2019-11-23bc: fix comparison bug, closes 12336Denys Vlasenko2-1/+9
2019-11-19Remove stime() function callsAlistair Francis3-11/+11
2019-11-17Updated inittab example documentationDenys Vlasenko1-17/+30
2019-11-17chgrp: correct the usage for non-desktop chgrp callsLiu, Shuang (ADITG/ESM)1-2/+2
2019-11-09taskset: tighten the check for stride valuesDenys Vlasenko1-2/+2
2019-11-09taskset: implement stride argumentDenys Vlasenko1-5/+10
2019-11-08unxz: show -t in --helpDenys Vlasenko1-0/+2
2019-11-08taskset: update commentDenys Vlasenko1-2/+8
2019-11-01taskset: add support for taking/printing CPU list (-c option)Denys Vlasenko1-11/+118
2019-11-01hush: restore redirected stdinDenys Vlasenko5-7/+42
2019-10-30ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2Denys Vlasenko1-5/+5
2019-10-27nslookup: implement support for SRV recordsJo-Philipp Wich1-0/+20
2019-10-27nslookup: handle replies without RRsJo-Philipp Wich1-1/+7
2019-10-26gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko1-10/+20
2019-10-25hdparm: placate "warning: taking the absolute value of unsigned type"Denys Vlasenko1-1/+1
2019-10-25vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko1-1/+1
2019-10-25read_key(): placate "warning: shifting a negative signed value is undefined"Denys Vlasenko1-1/+2
2019-10-25ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko1-2/+4
2019-10-25tc: array address is never NULLDenys Vlasenko1-2/+0
2019-10-25traceroute: fix gcc-ismDenys Vlasenko1-5/+5
2019-10-25suppress a few "unused function" warningsDenys Vlasenko4-5/+6
2019-10-25netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)Denys Vlasenko1-1/+1
2019-10-25Makefile.flags: suppress some clang-9 warningsDenys Vlasenko1-3/+22
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko5-7/+27
2019-10-25tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko1-1/+1
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko4-35/+9
2019-10-22shell: better comments in BASE#nn codeDenys Vlasenko1-10/+14
2019-10-21shell/ulimit: code shrinkDenys Vlasenko1-18/+59
2019-10-20gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko1-1/+2
2019-10-19gzip: code shrinkDenys Vlasenko1-29/+26
2019-10-19gzip: code shrinkDenys Vlasenko1-27/+26
2019-10-18telnet: add disabled code to emit EC and IPDenys Vlasenko1-0/+12
2019-10-15brctl: code shrinkDenys Vlasenko1-3/+4
2019-10-14config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMESJames Byrne1-2/+3
2019-10-12brctl: tweak help text, fix commentsDenys Vlasenko1-5/+5
2019-10-12brctl: fold show_bridge_ports_ into its callerDenys Vlasenko1-165/+153
2019-10-12brctl: code shrinkDenys Vlasenko1-32/+28
2019-10-11brctl: add support for showstp commandMartin Lewis1-3/+215
2019-10-11dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko3-7/+28
2019-10-09replace: count_strstr - Handle an edge case where sub is emptyMartin Lewis1-0/+4
2019-10-09libbb: Converted safe_read to safe_write formatMartin Lewis1-2/+10
2019-10-08runsv: Use 64 prefix syscall if we have toAlistair Francis1-0/+7