summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-11-16fbset: support setting pixel clock rateDario Binacchi
2022-11-16fbset: abort on not handled optionsDario Binacchi
2022-11-15loop: fix a race when a free loop device is snatchedXiaoming Ni
2022-10-14pkill: add -e to display the name and PID of the process being killedLouis Sautier
2022-09-08tls: move definitions around, no code changesDenys Vlasenko
2022-09-08tls: include signature_algorithms extension in client hello messageDenys Vlasenko
2022-08-30libbb: mark stack in assembly files read-onlyLudwig Nussel
2022-08-30fix [ --help ] and [[ --help ]]Denys Vlasenko
2022-08-30*: style fixDenys Vlasenko
2022-08-27ash: optional sleep builtinShawn Landden
2022-08-26devmem: add 128-bit widthAaro Koskinen
2022-08-26tree: unicode tweak (use normal space char, 0x20)Denys Vlasenko
2022-08-26tree: make it unicode-awareDenys Vlasenko
2022-08-22xxd -r: handle offsetsDenys Vlasenko
2022-08-22xxd: add two more testcasesDenys Vlasenko
2022-08-22xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko
2022-08-22libbb: make '--help' handling more consistentRon Yorston
2022-08-18bc: hopefully fix bug 14956 (use-after-free)Denys Vlasenko
2022-08-02ash: fix use-after-free in bash pattern substitutionSören Tempel
2022-08-02udhcpc6: downgrade "opening listen socket" log level to 2Denys Vlasenko
2022-08-02udhcpc6: fix sending of renew messagesDenys Vlasenko
2022-08-02vi: add 'ZQ' quitting commandGrob Grobmann
2022-08-02ping: fix typo in --help textHenrique Rodrigues
2022-08-02ash: fix use-after-free in pattern substituon codeDenys Vlasenko
2022-08-02ash: fix ifs cleanup on error pathsDenys Vlasenko
2022-07-29sort: fix sort -s -u, closes 14871Denys Vlasenko
2022-07-29sort: fix -k2M (wasn't skipping leading whitespace)Denys Vlasenko
2022-07-13udhcpc6: add missed big-endian conversionsDenys Vlasenko
2022-07-13tls: P256: remove NOP macro sp_256_norm_8()Denys Vlasenko
2022-07-11awk: fix use after free (CVE-2022-30065)Natanael Copa
2022-07-11shaNNNsum: accept one-space "HASH FILENAME" format for -c, closes 14866Denys Vlasenko
2022-07-03lineedit: get PWD from ashRon Yorston
2022-06-30tree: new appletRoger Knecht
2022-06-26vi: handle autoindent in 'cc' commandRon Yorston
2022-06-26vi: fix regression in autoindent handlingRon Yorston
2022-06-26ash,hush: use HOME for tab completion and promptsRon Yorston
2022-06-26libbb: restore special handling of nomsg errorsRon Yorston
2022-05-12top: improve large PID display in memory ('s') modeDenys Vlasenko
2022-05-12examples/var_service/dhcp_if: make helper scripts more talkativeDenys Vlasenko
2022-05-10top: code shrinkDenys Vlasenko
2022-05-10top: code shrinkDenys Vlasenko
2022-05-10top: fix display of large PID/PPIDDenys Vlasenko
2022-05-03seedrng: do not hash in a constant string, it's not adding entropyDenys Vlasenko
2022-05-02seedrng: restore error check on fsyncDenys Vlasenko
2022-05-02seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko
2022-05-02init: do not set HOMEDenys Vlasenko
2022-05-02tsort: new appletDavid Leonard
2022-05-02crond: implement support for setting PATH in crontab filesPaul Fox