aboutsummaryrefslogtreecommitdiff
path: root/arch (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-16iconv: more improvementsRon Yorston1-55/+19
2020-02-16win32: save bytes in fnmatchRon Yorston1-13/+55
2020-02-16win32: tidy up detection of device filesRon Yorston2-10/+4
2020-02-16win32: save a few bytes in statfsRon Yorston1-3/+5
2020-02-15win32: save space in statfsRon Yorston1-20/+5
2020-02-15win32: rework device file detectionRon Yorston1-6/+4
2020-02-14iconv: code shrink (2)Ron Yorston1-86/+34
2020-02-14iconv: code shrinkRon Yorston1-456/+457
2020-02-14fdisk: add HFS / HFS+ partition typeDenys Vlasenko1-6/+4
2020-02-14win32: turn off some unnecessary build optionsRon Yorston2-10/+10
2020-02-14ash: code shrinkRon Yorston1-4/+12
2020-02-13tftp: on download, open local file only when first bit of data arrivedDenys Vlasenko1-28/+33
2020-02-13tftp: fix thinko in code shrinkDenys Vlasenko1-1/+1
2020-02-13tftp: code shrinkDenys Vlasenko1-9/+4
2020-02-13tftpd: show requested file name in open error messageDenys Vlasenko1-2/+11
2020-02-13win32: code shrinkRon Yorston3-19/+15
2020-02-11date: code shrinkRon Yorston3-7/+27
2020-02-11ash: code shrinkRon Yorston1-3/+15
2020-02-10ash: fixes to trapRon Yorston1-3/+4
2020-02-08ash: don't compile dotrap()Ron Yorston1-0/+6
2020-02-08ash: fixes to handling of ctrl-C in read builtinRon Yorston2-2/+22
2020-02-08ash: catch EOF in read builtinRon Yorston1-2/+2
2020-02-07ash: process backspace in read builtinRon Yorston1-0/+10
2020-02-06winansi: fix alternate screen buffer in Windows 7Ron Yorston1-6/+10
2020-02-04ash: remove obsolete commentRon Yorston1-4/+1
2020-02-02awk: fix more "length" cases, closes 12486Denys Vlasenko2-5/+40
2020-01-29ash,hush: allow builtins to be tab-completed, closes 7532Ron Yorston4-4/+62
2020-01-29xargs: fix handling of quoted arguments, closes 11441Ron Yorston2-9/+27
2020-01-29vi: fixes to string search in colon commands, closes 10321Ron Yorston1-5/+8
2020-01-29ash: improve expandstr()Ron Yorston1-20/+21
2020-01-29syslogd: add config option to include milliseconds in timestampsPeter Korsgaard1-2/+22
2020-01-21ash: tidy up history_copy()Ron Yorston1-6/+6
2020-01-19mingw: fix off-by-one error in mingw_strftime()Ron Yorston1-1/+1
2020-01-19mingw: fix use after free in file_owner()Ron Yorston1-9/+6
2020-01-19ash: fix out of bounds read in tblentry_copy()Ron Yorston1-1/+1
2020-01-18ash: reduce size of forkshell relocation mapRon Yorston1-70/+77
2020-01-18ash: simplify MARK_PTR macroRon Yorston1-9/+16
2020-01-18ash: reorder SAVE_PTR macrosRon Yorston1-10/+8
2020-01-18ash: relocatesize may differ from forkshell block sizeRon Yorston1-9/+12
2020-01-16ash: rework how pointers are adjusted during forkshellRon Yorston1-229/+185
2020-01-14udhcpd: mangle hostnames starting with dash ("-option")Denys Vlasenko1-0/+2
2020-01-14ash: minor fixes to forkshell handlingRon Yorston1-4/+2
2020-01-08Build fixesFRP-3329-gcf0fa4d13Ron Yorston5-6/+18
2020-01-08winansi: code shrinkRon Yorston1-37/+31
2020-01-08Update copyright dateRon Yorston2-2/+2
2020-01-07winansi: restore correct attributes after lsRon Yorston1-1/+7
2020-01-06winansi: fix escape processing in Windows 10 release 1809Ron Yorston1-20/+20
2019-12-16ash: copy line editing history during forkshellRon Yorston1-10/+94
2019-12-15ash: copy alias table during forkshellRon Yorston1-1/+77
2019-12-03whois: limit total length of response to 32+2 kbDenys Vlasenko1-1/+3