aboutsummaryrefslogtreecommitdiff
path: root/util-linux (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-05-01seedrng: explain why we need locking and fsync'ingDenys Vlasenko1-8/+18
2022-04-30seedrng: remove redundant assignmentDenys Vlasenko1-3/+3
2022-04-30seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko1-1/+12
2022-04-30seedrng: include fiel/dir names in error messagesDenys Vlasenko1-3/+3
2022-04-30seedrng: use more xfuncs where appropriateDenys Vlasenko1-12/+12
2022-04-30seedrng: code shrinkDenys Vlasenko1-5/+5
2022-04-30seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko1-14/+17
2022-04-30seedrng: prepare read_new_seed() to not need a "success" retvalDenys Vlasenko1-10/+12
2022-04-30seedrng: do not try to continue on unexpected errors (just exit)Denys Vlasenko1-38/+16
2022-04-30ifplugd: split -a into -a and -A, latter disables upping in iface creationDenys Vlasenko1-5/+7
2022-04-27seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko1-9/+9
2022-04-27seedrng: shorten stringsDenys Vlasenko1-11/+11
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko1-8/+11
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko1-5/+5
2022-04-27seedrng: shrink --help textDenys Vlasenko1-3/+3
2022-04-27libbb: fix fallout from nth_string() robustification, closes 14726Denys Vlasenko1-1/+13