aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* bc: fix comparison bug, closes 12336Denys Vlasenko2019-11-232-1/+9
* Remove stime() function callsAlistair Francis2019-11-193-11/+11
* Updated inittab example documentationDenys Vlasenko2019-11-171-17/+30
* chgrp: correct the usage for non-desktop chgrp callsLiu, Shuang (ADITG/ESM)2019-11-171-2/+2
* taskset: tighten the check for stride valuesDenys Vlasenko2019-11-091-2/+2
* taskset: implement stride argumentDenys Vlasenko2019-11-091-5/+10
* unxz: show -t in --helpDenys Vlasenko2019-11-081-0/+2
* taskset: update commentDenys Vlasenko2019-11-081-2/+8
* taskset: add support for taking/printing CPU list (-c option)Denys Vlasenko2019-11-011-11/+118
* hush: restore redirected stdinDenys Vlasenko2019-11-015-7/+42
* ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2Denys Vlasenko2019-10-301-5/+5
* nslookup: implement support for SRV recordsJo-Philipp Wich2019-10-271-0/+20
* nslookup: handle replies without RRsJo-Philipp Wich2019-10-271-1/+7
* gunzip: fix incorrect decoding of "fixed" inflate blocksDenys Vlasenko2019-10-261-10/+20
* hdparm: placate "warning: taking the absolute value of unsigned type"Denys Vlasenko2019-10-251-1/+1
* vi: placate "warning: shifting a negative signed value is undefined"Denys Vlasenko2019-10-251-1/+1
* read_key(): placate "warning: shifting a negative signed value is undefined"Denys Vlasenko2019-10-251-1/+2
* ntpd: abs(tmx.offset) was truncating a "long" typed valueDenys Vlasenko2019-10-251-2/+4
* tc: array address is never NULLDenys Vlasenko2019-10-251-2/+0
* traceroute: fix gcc-ismDenys Vlasenko2019-10-251-5/+5
* suppress a few "unused function" warningsDenys Vlasenko2019-10-254-5/+6
* netstat: suppress a warning (conversion from 'int' to 'smallint' changes value)Denys Vlasenko2019-10-251-1/+1
* Makefile.flags: suppress some clang-9 warningsDenys Vlasenko2019-10-251-3/+22
* clang/llvm 9 fix - do not eliminate a store to a fake "const"Denys Vlasenko2019-10-255-7/+27
* tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext...Denys Vlasenko2019-10-251-1/+1
* Remove syscall wrappers around clock_gettime, closes 12091Denys Vlasenko2019-10-244-35/+9
* shell: better comments in BASE#nn codeDenys Vlasenko2019-10-221-10/+14
* shell/ulimit: code shrinkDenys Vlasenko2019-10-211-18/+59
* gunzip: code shrink by using int-, not short-sized struct memberDenys Vlasenko2019-10-201-1/+2
* gzip: code shrinkDenys Vlasenko2019-10-191-29/+26
* gzip: code shrinkDenys Vlasenko2019-10-191-27/+26
* telnet: add disabled code to emit EC and IPDenys Vlasenko2019-10-181-0/+12
* brctl: code shrinkDenys Vlasenko2019-10-151-3/+4
* config: PID_FILE_PATH required for FEATURE_CROND_SPECIAL_TIMESJames Byrne2019-10-141-2/+3
* brctl: tweak help text, fix commentsDenys Vlasenko2019-10-121-5/+5
* brctl: fold show_bridge_ports_ into its callerDenys Vlasenko2019-10-121-165/+153
* brctl: code shrinkDenys Vlasenko2019-10-121-32/+28
* brctl: add support for showstp commandMartin Lewis2019-10-111-3/+215
* dpkg-deb: work around bogus error message when working with XZ compressed pac...Denys Vlasenko2019-10-113-7/+28
* replace: count_strstr - Handle an edge case where sub is emptyMartin Lewis2019-10-091-0/+4
* libbb: Converted safe_read to safe_write formatMartin Lewis2019-10-091-2/+10
* runsv: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-0/+7
* time: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-0/+7
* date: Use 64 prefix syscall if we have toAlistair Francis2019-10-081-2/+9
* udhcpc: fix segmentation fault on empty bin optMichal Kazior2019-10-081-1/+1
* brctl: add support for showmacs commandMartin Lewis2019-10-081-19/+92
* ln: --no-target-directory implies --no-dereferenceKaarle Ritvanen2019-10-081-4/+21
* route: fix output of "route -n -A inet6"Tomas Paukrt2019-10-081-0/+1
* tee: do not intercept SIGPIPEDenys Vlasenko2019-10-071-4/+20
* fdisk_aix: fix aliasing warning, comment out unused global variablesDenys Vlasenko2019-10-042-23/+23