| Commit message (Expand) | Author | Files | Lines |
2020-01-19 | mingw: fix use after free in file_owner() | Ron Yorston | 1 | -9/+6 |
2020-01-19 | ash: fix out of bounds read in tblentry_copy() | Ron Yorston | 1 | -1/+1 |
2020-01-18 | ash: reduce size of forkshell relocation map | Ron Yorston | 1 | -70/+77 |
2020-01-18 | ash: simplify MARK_PTR macro | Ron Yorston | 1 | -9/+16 |
2020-01-18 | ash: reorder SAVE_PTR macros | Ron Yorston | 1 | -10/+8 |
2020-01-18 | ash: relocatesize may differ from forkshell block size | Ron Yorston | 1 | -9/+12 |
2020-01-16 | ash: rework how pointers are adjusted during forkshell | Ron Yorston | 1 | -229/+185 |
2020-01-14 | udhcpd: mangle hostnames starting with dash ("-option") | Denys Vlasenko | 1 | -0/+2 |
2020-01-14 | ash: minor fixes to forkshell handling | Ron Yorston | 1 | -4/+2 |
2020-01-08 | Build fixesFRP-3329-gcf0fa4d13 | Ron Yorston | 5 | -6/+18 |
2020-01-08 | winansi: code shrink | Ron Yorston | 1 | -37/+31 |
2020-01-08 | Update copyright date | Ron Yorston | 2 | -2/+2 |
2020-01-07 | winansi: restore correct attributes after ls | Ron Yorston | 1 | -1/+7 |
2020-01-06 | winansi: fix escape processing in Windows 10 release 1809 | Ron Yorston | 1 | -20/+20 |
2019-12-16 | ash: copy line editing history during forkshell | Ron Yorston | 1 | -10/+94 |
2019-12-15 | ash: copy alias table during forkshell | Ron Yorston | 1 | -1/+77 |
2019-12-03 | whois: limit total length of response to 32+2 kb | Denys Vlasenko | 1 | -1/+3 |
2019-12-03 | init: improve handling of signals racing with each other | Denys Vlasenko | 1 | -159/+119 |
2019-12-02 | init: if tcgetattr() fails, don't even try to tcsetattr() | Denys Vlasenko | 1 | -9/+8 |
2019-12-01 | Update README.md | Ross Smith II | 1 | -1/+1 |
2019-11-28 | hush: fix preprocessor directives indentation | Denys Vlasenko | 1 | -32/+32 |
2019-11-27 | grep: add -R | Tomi Leppanen | 1 | -3/+7 |
2019-11-23 | bc: fix comparison bug, closes 12336 | Denys Vlasenko | 2 | -1/+9 |
2019-11-19 | Remove stime() function calls | Alistair Francis | 3 | -11/+11 |
2019-11-17 | Updated inittab example documentation | Denys Vlasenko | 1 | -17/+30 |
2019-11-17 | chgrp: correct the usage for non-desktop chgrp calls | Liu, Shuang (ADITG/ESM) | 1 | -2/+2 |
2019-11-09 | taskset: tighten the check for stride values | Denys Vlasenko | 1 | -2/+2 |
2019-11-09 | taskset: implement stride argument | Denys Vlasenko | 1 | -5/+10 |
2019-11-08 | unxz: show -t in --help | Denys Vlasenko | 1 | -0/+2 |
2019-11-08 | taskset: update comment | Denys Vlasenko | 1 | -2/+8 |
2019-11-01 | taskset: add support for taking/printing CPU list (-c option) | Denys Vlasenko | 1 | -11/+118 |
2019-11-01 | hush: restore redirected stdin | Denys Vlasenko | 5 | -7/+42 |
2019-10-30 | ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 | Denys Vlasenko | 1 | -5/+5 |
2019-10-27 | nslookup: implement support for SRV records | Jo-Philipp Wich | 1 | -0/+20 |
2019-10-27 | nslookup: handle replies without RRs | Jo-Philipp Wich | 1 | -1/+7 |
2019-10-26 | gunzip: fix incorrect decoding of "fixed" inflate blocks | Denys Vlasenko | 1 | -10/+20 |
2019-10-25 | hdparm: placate "warning: taking the absolute value of unsigned type" | Denys Vlasenko | 1 | -1/+1 |
2019-10-25 | vi: placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko | 1 | -1/+1 |
2019-10-25 | read_key(): placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko | 1 | -1/+2 |
2019-10-25 | ntpd: abs(tmx.offset) was truncating a "long" typed value | Denys Vlasenko | 1 | -2/+4 |
2019-10-25 | tc: array address is never NULL | Denys Vlasenko | 1 | -2/+0 |
2019-10-25 | traceroute: fix gcc-ism | Denys Vlasenko | 1 | -5/+5 |
2019-10-25 | suppress a few "unused function" warnings | Denys Vlasenko | 4 | -5/+6 |
2019-10-25 | netstat: suppress a warning (conversion from 'int' to 'smallint' changes value) | Denys Vlasenko | 1 | -1/+1 |
2019-10-25 | Makefile.flags: suppress some clang-9 warnings | Denys Vlasenko | 1 | -3/+22 |
2019-10-25 | clang/llvm 9 fix - do not eliminate a store to a fake "const" | Denys Vlasenko | 5 | -7/+27 |
2019-10-25 | tar: fix fallout of: change -a from meaning "lzma" to mean "autodetect by ext... | Denys Vlasenko | 1 | -1/+1 |
2019-10-24 | Remove syscall wrappers around clock_gettime, closes 12091 | Denys Vlasenko | 4 | -35/+9 |
2019-10-22 | shell: better comments in BASE#nn code | Denys Vlasenko | 1 | -10/+14 |
2019-10-21 | shell/ulimit: code shrink | Denys Vlasenko | 1 | -18/+59 |