Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2022-05-01style fixDenys Vlasenko
2022-05-01seedrng: manually inline seed_rngBernhard Reutner-Fischer
2022-05-01seedrng: shorten --help, assorted small cleanupsDenys Vlasenko
2022-05-01seedrng: reduce MAX_SEED_LEN from 512 to 256Denys Vlasenko
2022-05-01seedrng: do not hash lengths, they are very predictableDenys Vlasenko
2022-05-01seedrng: code shrinkDenys Vlasenko
2022-05-01seedrng: explain why we need locking and fsync'ingDenys Vlasenko
2022-05-01seedrng: remove redundant assignmentDenys Vlasenko
2022-05-01seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko