Age | Commit message (Expand) | Author |
2020-02-16 | ash: jobs: Replace some uses of fmtstr with stpcpy/stpncpy | Denys Vlasenko |
2020-02-16 | ash: output: Fix fmtstr return value | Denys Vlasenko |
2020-02-16 | ash: main: Only set savestatus in exitcmd | Denys Vlasenko |
2020-02-16 | ash: [BUILTIN] Exit without arguments in a trap should use status outside traps | Denys Vlasenko |
2020-02-16 | ash: parser: Fix incorrect eating of backslash newlines | Denys Vlasenko |
2020-02-16 | ash: use pgetc_eatbnl() in more places, take 2 | Denys Vlasenko |
2020-02-14 | fdisk: add HFS / HFS+ partition type | Denys Vlasenko |
2020-02-13 | tftp: on download, open local file only when first bit of data arrived | Denys Vlasenko |
2020-02-13 | tftp: fix thinko in code shrink | Denys Vlasenko |
2020-02-13 | tftp: code shrink | Denys Vlasenko |
2020-02-13 | tftpd: show requested file name in open error message | Denys Vlasenko |
2020-02-02 | awk: fix more "length" cases, closes 12486 | Denys Vlasenko |
2020-01-29 | ash,hush: allow builtins to be tab-completed, closes 7532 | Ron Yorston |
2020-01-29 | xargs: fix handling of quoted arguments, closes 11441 | Ron Yorston |
2020-01-29 | vi: fixes to string search in colon commands, closes 10321 | Ron Yorston |
2020-01-29 | ash: improve expandstr() | Ron Yorston |
2020-01-29 | syslogd: add config option to include milliseconds in timestamps | Peter Korsgaard |
2020-01-14 | udhcpd: mangle hostnames starting with dash ("-option") | Denys Vlasenko |
2019-12-03 | whois: limit total length of response to 32+2 kb | Denys Vlasenko |
2019-12-03 | init: improve handling of signals racing with each other | Denys Vlasenko |
2019-12-02 | init: if tcgetattr() fails, don't even try to tcsetattr() | Denys Vlasenko |
2019-11-28 | hush: fix preprocessor directives indentation | Denys Vlasenko |
2019-11-27 | grep: add -R | Tomi Leppanen |
2019-11-23 | bc: fix comparison bug, closes 12336 | Denys Vlasenko |
2019-11-19 | Remove stime() function calls | Alistair Francis |
2019-11-17 | Updated inittab example documentation | Denys Vlasenko |
2019-11-17 | chgrp: correct the usage for non-desktop chgrp calls | Liu, Shuang (ADITG/ESM) |
2019-11-09 | taskset: tighten the check for stride values | Denys Vlasenko |
2019-11-09 | taskset: implement stride argument | Denys Vlasenko |
2019-11-08 | unxz: show -t in --help | Denys Vlasenko |
2019-11-08 | taskset: update comment | Denys Vlasenko |
2019-11-01 | taskset: add support for taking/printing CPU list (-c option) | Denys Vlasenko |
2019-11-01 | hush: restore redirected stdin | Denys Vlasenko |
2019-10-30 | ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 | Denys Vlasenko |
2019-10-27 | nslookup: implement support for SRV records | Jo-Philipp Wich |
2019-10-27 | nslookup: handle replies without RRs | Jo-Philipp Wich |
2019-10-26 | gunzip: fix incorrect decoding of "fixed" inflate blocks | Denys Vlasenko |
2019-10-25 | hdparm: placate "warning: taking the absolute value of unsigned type" | Denys Vlasenko |
2019-10-25 | vi: placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko |
2019-10-25 | read_key(): placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko |
2019-10-25 | ntpd: abs(tmx.offset) was truncating a "long" typed value | Denys Vlasenko |
2019-10-25 | tc: array address is never NULL | Denys Vlasenko |
2019-10-25 | traceroute: fix gcc-ism | Denys Vlasenko |
2019-10-25 | suppress a few "unused function" warnings | Denys Vlasenko |
2019-10-25 | netstat: suppress a warning (conversion from 'int' to 'smallint' changes value) | Denys Vlasenko |
2019-10-25 | Makefile.flags: suppress some clang-9 warnings | Denys Vlasenko |
2019-10-25 | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko |
2019-10-25 | tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext... | Denys Vlasenko |
2019-10-24 | Remove syscall wrappers around clock_gettime, closes 12091 | Denys Vlasenko |
2019-10-22 | shell: better comments in BASE#nn code | Denys Vlasenko |