aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2020-02-1513-90/+234
|\
| * fdisk: add HFS / HFS+ partition typeDenys Vlasenko2020-02-141-6/+4
| * tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko2020-02-131-28/+33
| * tftp: fix thinko in code shrinkDenys Vlasenko2020-02-131-1/+1
| * tftp: code shrinkDenys Vlasenko2020-02-131-9/+4
| * tftpd: show requested file name in open error messageDenys Vlasenko2020-02-131-2/+11
| * awk: fix more "length" cases, closes 12486Denys Vlasenko2020-02-022-5/+40
| * ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston2020-01-294-4/+62
| * xargs: fix handling of quoted arguments, closes 11441Ron Yorston2020-01-292-9/+27
| * vi: fixes to string search in colon commands, closes 10321Ron Yorston2020-01-291-5/+8
| * ash: improve expandstr()Ron Yorston2020-01-291-20/+21
| * syslogd: add config option to include milliseconds in timestampsPeter Korsgaard2020-01-291-2/+22
| * udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko2020-01-141-0/+2
* | win32: save space in statfsRon Yorston2020-02-151-20/+5
* | win32: rework device file detectionRon Yorston2020-02-151-6/+4
* | 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