aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko2020-02-161-1/+5
* ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko2020-02-161-1/+1
* ash: builtin: Mark more regular built-insDenys Vlasenko2020-02-161-4/+4
* ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko2020-02-161-8/+7
* ash: output: Fix fmtstr return valueDenys Vlasenko2020-02-161-1/+1
* ash: main: Only set savestatus in exitcmdDenys Vlasenko2020-02-161-7/+2
* ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko2020-02-163-13/+38
* ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko2020-02-161-2/+8
* ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko2020-02-161-6/+6
* fdisk: add HFS / HFS+ partition typeDenys Vlasenko2020-02-141-6/+4
* tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko2020-02-131-28/+33
* tftp: fix thinko in code shrinkDenys Vlasenko2020-02-131-1/+1
* tftp: code shrinkDenys Vlasenko2020-02-131-9/+4
* tftpd: show requested file name in open error messageDenys Vlasenko2020-02-131-2/+11
* awk: fix more "length" cases, closes 12486Denys Vlasenko2020-02-022-5/+40
* ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-294-4/+62
* xargs: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-292-9/+27
* vi: fixes to string search in colon commands, closes 10321Ron Yorston2020-01-291-5/+8
* ash: improve expandstr()Ron Yorston2020-01-291-20/+21
* syslogd: add config option to include milliseconds in timestampsPeter Korsgaard2020-01-291-2/+22
* udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko2020-01-141-0/+2
* whois: limit total length of response to 32+2 kbDenys Vlasenko2019-12-031-1/+3
* init: improve handling of signals racing with each otherDenys Vlasenko2019-12-031-159/+119
* init: if tcgetattr() fails, don't even try to tcsetattr()Denys Vlasenko2019-12-021-9/+8
* hush: fix preprocessor directives indentationDenys Vlasenko2019-11-281-32/+32
* grep: add -RTomi Leppanen2019-11-271-3/+7
* 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