aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-17ash: exec: Stricter pathopt parsingDenys Vlasenko
2020-02-17ash: exec: Do not allocate stack string in padvanceDenys Vlasenko
2020-02-17ash: memalloc: Add growstackto helperDenys Vlasenko
2020-02-17ash: parser: Save/restore here-documents in command substitutionDenys Vlasenko
2020-02-17ash: mkinit: Split reset into exitreset and resetDenys Vlasenko
2020-02-17ash: expand: Fix trailing newlines processing in backquote expandingDenys Vlasenko
2020-02-17ash: parser: Only accept single-digit parameter expansion outside of bracesDenys Vlasenko
2020-02-16ash: shell: Fix clang warnings about "string plus integer"Denys Vlasenko
2020-02-16ash: eval: Use the correct expansion mode for fd redirectionDenys Vlasenko
2020-02-16ash: expand: Fix skipping of command substitution when trimming in evalvarDenys Vlasenko
2020-02-16ash: main: Print \n upon EOF (CTRL-D) when run interactivelyDenys Vlasenko
2020-02-16ash: expand: Use HOME in tilde expansion when it is emptyDenys Vlasenko
2020-02-16ash: builtin: Mark more regular built-insDenys Vlasenko
2020-02-16ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpyDenys Vlasenko
2020-02-16ash: output: Fix fmtstr return valueDenys Vlasenko
2020-02-16ash: main: Only set savestatus in exitcmdDenys Vlasenko
2020-02-16ash: [BUILTIN] Exit without arguments in a trap should use status outside trapsDenys Vlasenko
2020-02-16ash: parser: Fix incorrect eating of backslash newlinesDenys Vlasenko
2020-02-16ash: use pgetc_eatbnl() in more places, take 2Denys Vlasenko
2020-02-14fdisk: add HFS / HFS+ partition typeDenys Vlasenko
2020-02-13tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko
2020-02-13tftp: fix thinko in code shrinkDenys Vlasenko
2020-02-13tftp: code shrinkDenys Vlasenko
2020-02-13tftpd: show requested file name in open error messageDenys Vlasenko
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