aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* iconv: code shrink (2)Ron Yorston2020-02-141-86/+34
* iconv: code shrinkRon Yorston2020-02-141-456/+457
* win32: turn off some unnecessary build optionsRon Yorston2020-02-142-10/+10
* ash: code shrinkRon Yorston2020-02-141-4/+12
* win32: code shrinkRon Yorston2020-02-133-19/+15
* date: code shrinkRon Yorston2020-02-113-7/+27
* ash: code shrinkRon Yorston2020-02-111-3/+15
* ash: fixes to trapRon Yorston2020-02-101-3/+4
* ash: don't compile dotrap()Ron Yorston2020-02-081-0/+6
* ash: fixes to handling of ctrl-C in read builtinRon Yorston2020-02-082-2/+22
* ash: catch EOF in read builtinRon Yorston2020-02-081-2/+2
* ash: process backspace in read builtinRon Yorston2020-02-071-0/+10
* winansi: fix alternate screen buffer in Windows 7Ron Yorston2020-02-061-6/+10
* ash: remove obsolete commentRon Yorston2020-02-041-4/+1
* ash: tidy up history_copy()Ron Yorston2020-01-211-6/+6
* mingw: fix off-by-one error in mingw_strftime()Ron Yorston2020-01-191-1/+1
* mingw: fix use after free in file_owner()Ron Yorston2020-01-191-9/+6
* ash: fix out of bounds read in tblentry_copy()Ron Yorston2020-01-191-1/+1
* ash: reduce size of forkshell relocation mapRon Yorston2020-01-181-70/+77
* ash: simplify MARK_PTR macroRon Yorston2020-01-181-9/+16
* ash: reorder SAVE_PTR macrosRon Yorston2020-01-181-10/+8
* ash: relocatesize may differ from forkshell block sizeRon Yorston2020-01-181-9/+12
* ash: rework how pointers are adjusted during forkshellRon Yorston2020-01-161-229/+185
* ash: minor fixes to forkshell handlingRon Yorston2020-01-141-4/+2
* Build fixesFRP-3329-gcf0fa4d13Ron Yorston2020-01-085-6/+18
* Merge branch 'busybox' into mergeRon Yorston2020-01-0865-716/+1523
|\
| * 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