aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-02awk: fix more "length" cases, closes 12486Denys Vlasenko
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston
2020-01-29vi: fixes to string search in colon commands, closes 10321Ron Yorston
2020-01-29ash: improve expandstr()Ron Yorston
2020-01-29syslogd: add config option to include milliseconds in timestampsPeter Korsgaard
2020-01-14udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko
2019-12-03whois: limit total length of response to 32+2 kbDenys Vlasenko
2019-12-03init: improve handling of signals racing with each otherDenys Vlasenko
2019-12-02init: if tcgetattr() fails, don't even try to tcsetattr()Denys Vlasenko
2019-11-28hush: fix preprocessor directives indentationDenys Vlasenko
2019-11-27grep: add -RTomi Leppanen
2019-11-23bc: fix comparison bug, closes 12336Denys Vlasenko
2019-11-19Remove stime() function callsAlistair Francis
2019-11-17Updated inittab example documentationDenys Vlasenko
2019-11-17chgrp: correct the usage for non-desktop chgrp callsLiu, Shuang (ADITG/ESM)
2019-11-09taskset: tighten the check for stride valuesDenys Vlasenko
2019-11-09taskset: implement stride argumentDenys Vlasenko
2019-11-08unxz: show -t in --helpDenys Vlasenko
2019-11-08taskset: update commentDenys Vlasenko
2019-11-01taskset: add support for taking/printing CPU list (-c option)Denys Vlasenko
2019-11-01hush: restore redirected stdinDenys Vlasenko
2019-10-30ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2Denys Vlasenko
2019-10-27nslookup: implement support for SRV recordsJo-Philipp Wich
2019-10-27nslookup: handle replies without RRsJo-Philipp Wich
2019-10-26gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko
2019-10-25hdparm: placate "warning: taking the absolute value of unsigned type"Denys Vlasenko
2019-10-25vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko
2019-10-25read_key(): placate "warning: shifting a negative signed value is undefined"Denys Vlasenko
2019-10-25ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko
2019-10-25tc: array address is never NULLDenys Vlasenko
2019-10-25traceroute: fix gcc-ismDenys Vlasenko
2019-10-25suppress a few "unused function" warningsDenys Vlasenko
2019-10-25netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)Denys Vlasenko
2019-10-25Makefile.flags: suppress some clang-9 warningsDenys Vlasenko
2019-10-25clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko
2019-10-25tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko
2019-10-24Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko
2019-10-22shell: better comments in BASE#nn codeDenys Vlasenko
2019-10-21shell/ulimit: code shrinkDenys Vlasenko
2019-10-20gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko
2019-10-19gzip: code shrinkDenys Vlasenko
2019-10-19gzip: code shrinkDenys Vlasenko
2019-10-18telnet: add disabled code to emit EC and IPDenys Vlasenko
2019-10-15brctl: code shrinkDenys Vlasenko
2019-10-14config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMESJames Byrne
2019-10-12brctl: tweak help text, fix commentsDenys Vlasenko
2019-10-12brctl: fold show_bridge_ports_ into its callerDenys Vlasenko
2019-10-12brctl: code shrinkDenys Vlasenko
2019-10-11brctl: add support for showstp commandMartin Lewis