| Commit message (Expand) | Author | Age | Files | Lines |
* | win32: code shrink | Ron Yorston | 2020-02-13 | 3 | -19/+15 |
* | date: code shrink | Ron Yorston | 2020-02-11 | 3 | -7/+27 |
* | ash: code shrink | Ron Yorston | 2020-02-11 | 1 | -3/+15 |
* | ash: fixes to trap | Ron Yorston | 2020-02-10 | 1 | -3/+4 |
* | ash: don't compile dotrap() | Ron Yorston | 2020-02-08 | 1 | -0/+6 |
* | ash: fixes to handling of ctrl-C in read builtin | Ron Yorston | 2020-02-08 | 2 | -2/+22 |
* | ash: catch EOF in read builtin | Ron Yorston | 2020-02-08 | 1 | -2/+2 |
* | ash: process backspace in read builtin | Ron Yorston | 2020-02-07 | 1 | -0/+10 |
* | winansi: fix alternate screen buffer in Windows 7 | Ron Yorston | 2020-02-06 | 1 | -6/+10 |
* | ash: remove obsolete comment | Ron Yorston | 2020-02-04 | 1 | -4/+1 |
* | ash: tidy up history_copy() | Ron Yorston | 2020-01-21 | 1 | -6/+6 |
* | mingw: fix off-by-one error in mingw_strftime() | Ron Yorston | 2020-01-19 | 1 | -1/+1 |
* | mingw: fix use after free in file_owner() | Ron Yorston | 2020-01-19 | 1 | -9/+6 |
* | ash: fix out of bounds read in tblentry_copy() | Ron Yorston | 2020-01-19 | 1 | -1/+1 |
* | ash: reduce size of forkshell relocation map | Ron Yorston | 2020-01-18 | 1 | -70/+77 |
* | ash: simplify MARK_PTR macro | Ron Yorston | 2020-01-18 | 1 | -9/+16 |
* | ash: reorder SAVE_PTR macros | Ron Yorston | 2020-01-18 | 1 | -10/+8 |
* | ash: relocatesize may differ from forkshell block size | Ron Yorston | 2020-01-18 | 1 | -9/+12 |
* | ash: rework how pointers are adjusted during forkshell | Ron Yorston | 2020-01-16 | 1 | -229/+185 |
* | ash: minor fixes to forkshell handling | Ron Yorston | 2020-01-14 | 1 | -4/+2 |
* | Build fixesFRP-3329-gcf0fa4d13 | Ron Yorston | 2020-01-08 | 5 | -6/+18 |
* | Merge branch 'busybox' into merge | Ron Yorston | 2020-01-08 | 65 | -716/+1523 |
|\ |
|
| * | whois: limit total length of response to 32+2 kb | Denys Vlasenko | 2019-12-03 | 1 | -1/+3 |
| * | init: improve handling of signals racing with each other | Denys Vlasenko | 2019-12-03 | 1 | -159/+119 |
| * | init: if tcgetattr() fails, don't even try to tcsetattr() | Denys Vlasenko | 2019-12-02 | 1 | -9/+8 |
| * | hush: fix preprocessor directives indentation | Denys Vlasenko | 2019-11-28 | 1 | -32/+32 |
| * | grep: add -R | Tomi Leppanen | 2019-11-27 | 1 | -3/+7 |
| * | bc: fix comparison bug, closes 12336 | Denys Vlasenko | 2019-11-23 | 2 | -1/+9 |
| * | Remove stime() function calls | Alistair Francis | 2019-11-19 | 3 | -11/+11 |
| * | Updated inittab example documentation | Denys Vlasenko | 2019-11-17 | 1 | -17/+30 |
| * | chgrp: correct the usage for non-desktop chgrp calls | Liu, Shuang (ADITG/ESM) | 2019-11-17 | 1 | -2/+2 |
| * | taskset: tighten the check for stride values | Denys Vlasenko | 2019-11-09 | 1 | -2/+2 |
| * | taskset: implement stride argument | Denys Vlasenko | 2019-11-09 | 1 | -5/+10 |
| * | unxz: show -t in --help | Denys Vlasenko | 2019-11-08 | 1 | -0/+2 |
| * | taskset: update comment | Denys Vlasenko | 2019-11-08 | 1 | -2/+8 |
| * | taskset: add support for taking/printing CPU list (-c option) | Denys Vlasenko | 2019-11-01 | 1 | -11/+118 |
| * | hush: restore redirected stdin | Denys Vlasenko | 2019-11-01 | 5 | -7/+42 |
| * | ntpd: decrease MIN_FREQHOLD by 2, increase "penalty" for largish offset x2 | Denys Vlasenko | 2019-10-30 | 1 | -5/+5 |
| * | nslookup: implement support for SRV records | Jo-Philipp Wich | 2019-10-27 | 1 | -0/+20 |
| * | nslookup: handle replies without RRs | Jo-Philipp Wich | 2019-10-27 | 1 | -1/+7 |
| * | gunzip: fix incorrect decoding of "fixed" inflate blocks | Denys Vlasenko | 2019-10-26 | 1 | -10/+20 |
| * | hdparm: placate "warning: taking the absolute value of unsigned type" | Denys Vlasenko | 2019-10-25 | 1 | -1/+1 |
| * | vi: placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko | 2019-10-25 | 1 | -1/+1 |
| * | read_key(): placate "warning: shifting a negative signed value is undefined" | Denys Vlasenko | 2019-10-25 | 1 | -1/+2 |
| * | ntpd: abs(tmx.offset) was truncating a "long" typed value | Denys Vlasenko | 2019-10-25 | 1 | -2/+4 |
| * | tc: array address is never NULL | Denys Vlasenko | 2019-10-25 | 1 | -2/+0 |
| * | traceroute: fix gcc-ism | Denys Vlasenko | 2019-10-25 | 1 | -5/+5 |
| * | suppress a few "unused function" warnings | Denys Vlasenko | 2019-10-25 | 4 | -5/+6 |
| * | netstat: suppress a warning (conversion from 'int' to 'smallint' changes value) | Denys Vlasenko | 2019-10-25 | 1 | -1/+1 |
| * | Makefile.flags: suppress some clang-9 warnings | Denys Vlasenko | 2019-10-25 | 1 | -3/+22 |