aboutsummaryrefslogtreecommitdiff
path: root/win32 (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-12xxd: avoid use of uninitialised variableRon Yorston1-0/+4
2022-10-12Update default configurationRon Yorston2-2/+6
2022-09-27libarchive: alter handling of failure to create symlinksRon Yorston1-19/+8
2022-09-27win32: use xmalloc_follow_symlinks() in stat(2)Ron Yorston1-16/+9
2022-09-08tls: move definitions around, no code changesDenys Vlasenko1-22/+12
2022-09-08tls: include signature_algorithms extension in client hello messageDenys Vlasenko1-18/+73
2022-08-30libbb: mark stack in assembly files read-onlyLudwig Nussel6-0/+18
2022-08-30fix [ --help ] and [[ --help ]]Denys Vlasenko1-0/+3
2022-08-30*: style fixDenys Vlasenko13-52/+52
2022-08-28make: fix incorrect handling of escaped newlineRon Yorston1-5/+4
2022-08-27ash: optional sleep builtinShawn Landden4-0/+19
2022-08-26devmem: add 128-bit widthAaro Koskinen1-24/+44
2022-08-26tree: unicode tweak (use normal space char, 0x20)Denys Vlasenko1-1/+1
2022-08-26tree: make it unicode-awareDenys Vlasenko1-3/+16
2022-08-22xxd -r: handle offsetsDenys Vlasenko1-8/+50
2022-08-22xxd: add two more testcasesDenys Vlasenko1-2/+16
2022-08-22xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko2-17/+48
2022-08-22libbb: make '--help' handling more consistentRon Yorston1-3/+2
2022-08-18bc: hopefully fix bug 14956 (use-after-free)Denys Vlasenko1-0/+2
2022-08-02ash: fix use-after-free in bash pattern substitutionSören Tempel1-0/+7
2022-08-02udhcpc6: downgrade "opening listen socket" log level to 2Denys Vlasenko2-2/+2
2022-08-02udhcpc6: fix sending of renew messagesDenys Vlasenko1-2/+3
2022-08-02vi: add 'ZQ' quitting commandGrob Grobmann1-1/+7
2022-08-02ping: fix typo in --help textHenrique Rodrigues1-2/+2
2022-08-02ash: fix use-after-free in pattern substituon codeDenys Vlasenko1-2/+4
2022-08-02ash: fix ifs cleanup on error pathsDenys Vlasenko5-0/+22
2022-08-01make: new appletRon Yorston10-6/+3482
2022-07-29sort: fix sort -s -u, closes 14871Denys Vlasenko2-4/+15
2022-07-29sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko2-2/+13
2022-07-13udhcpc6: add missed big-endian conversionsDenys Vlasenko1-0/+2
2022-07-13tls: P256: remove NOP macro sp_256_norm_8()Denys Vlasenko1-30/+5
2022-07-11awk: fix use after free (CVE-2022-30065)Natanael Copa2-0/+9
2022-07-11shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko2-5/+18
2022-07-03lineedit: get PWD from ashRon Yorston1-0/+6
2022-06-30tree: new appletRoger Knecht3-0/+221
2022-06-26vi: handle autoindent in 'cc' commandRon Yorston1-24/+47
2022-06-26vi: fix regression in autoindent handlingRon Yorston1-1/+7
2022-06-26ash,hush: use HOME for tab completion and promptsRon Yorston4-16/+19
2022-06-26libbb: restore special handling of nomsg errorsRon Yorston2-4/+4
2022-06-25Workaround for incomplete junctions created by PowerShellRon Yorston1-12/+32
2022-06-23win32: bug fix in fnmatch(3)Ron Yorston1-2/+5
2022-05-23win32: changes to stat(2) implementationFRP-4716-g31467ddfcRon Yorston1-15/+22
2022-05-23win32: code shrink fstat(2)Ron Yorston1-11/+8
2022-05-22win32: let stat(2) return correct st_size for symlinkRon Yorston1-5/+8
2022-05-22win32: code shrink readlink(2)Ron Yorston1-32/+12
2022-05-22win32: code shrink directory testsRon Yorston1-15/+19
2022-05-20ash: code shrinkRon Yorston1-46/+50
2022-05-19chattr,lsattr: improve help messagesRon Yorston3-6/+26
2022-05-19lsattr: distinguish between junctions and symlinksRon Yorston3-3/+47
2022-05-19win32: return reparse tag in struct statRon Yorston2-6/+15