aboutsummaryrefslogtreecommitdiff
path: root/LICENSE (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-05-12top: improve large PID display in memory ('s') modeDenys Vlasenko1-1/+4
2022-05-12examples/var_service/dhcp_if: make helper scripts more talkativeDenys Vlasenko4-10/+16
2022-05-10top: code shrinkDenys Vlasenko1-11/+9
2022-05-10top: code shrinkDenys Vlasenko1-11/+14
2022-05-10top: fix display of large PID/PPIDDenys Vlasenko1-2/+28
2022-05-03seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko1-8/+8
2022-05-02seedrng: restore error check on fsyncDenys Vlasenko1-9/+12
2022-05-02seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko1-0/+0
2022-05-02init: do not set HOMEDenys Vlasenko1-1/+5
2022-05-02tsort: new appletDavid Leonard3-1/+299
2022-05-02crond: implement support for setting PATH in crontab filesPaul Fox1-7/+16
2022-05-01style fixDenys Vlasenko7-9/+9
2022-05-01seedrng: manually inline seed_rngBernhard Reutner-Fischer1-21/+15
2022-05-01seedrng: shorten --help, assorted small cleanupsDenys Vlasenko1-11/+10
2022-05-01seedrng: reduce MAX_SEED_LEN from 512 to 256Denys Vlasenko1-1/+5
2022-05-01seedrng: do not hash lengths, they are very predictableDenys Vlasenko1-3/+5
2022-05-01seedrng: code shrinkDenys Vlasenko1-8/+10