aboutsummaryrefslogtreecommitdiff
path: root/applets (unfollow)
Commit message (Expand)AuthorFilesLines
2022-10-25win32: fix warning in timegm(3)Ron Yorston1-1/+0
2022-10-25win32: revise creation of resourcesRon Yorston2-3/+5
2022-10-21make: add a comment, no functional changeRon Yorston1-3/+8
2022-10-20make: $+ should support D/F modifiersRon Yorston1-0/+1
2022-10-19make: .NOTPARALLEL and .WAIT are special targetsRon Yorston2-2/+16
2022-10-18make: shell assignment is a POSIX 202X featureRon Yorston2-16/+16
2022-10-18make: support $+ and $^ as POSIX 202X featuresRon Yorston2-14/+31
2022-10-16make: clarify output of testsRon Yorston1-31/+31
2022-10-14pkill: add -e to display the name and PID of the process being killedLouis Sautier1-4/+11
2022-10-13ash: disable the 'sleep' builtin in the default configurationRon Yorston2-2/+2
2022-10-13ash: enable 'read -t N.NNN'Ron Yorston2-2/+2
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