summaryrefslogtreecommitdiff
path: root/util-linux
Commit message (Expand)AuthorAgeFilesLines
* mkfs_vfat: do not generate same volume_id when run in rapid successionDenys Vlasenko2023-04-101-2/+3
* xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko2023-01-031-2/+2
* xxd: fix use of non-initialized dataDenys Vlasenko2023-01-021-1/+2
* more: accept and ignore -eNatanael Copa2022-12-141-1/+2
* xxd: fix typo in trivial usageBrandon Maier2022-12-081-1/+1
* Remove "select PLATFORM_LINUX"Denys Vlasenko2022-11-2924-28/+0
* Fix non-Linux buildsSamuel Thibault2022-11-2924-0/+28
* fbset: support setting pixel clock rateDario Binacchi2022-11-161-0/+3
* fbset: abort on not handled optionsDario Binacchi2022-11-161-0/+3
* xxd -r: handle offsetsDenys Vlasenko2022-08-221-8/+50
* xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko2022-08-221-17/+39
* seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko2022-05-021-239/+0
* seedrng: manually inline seed_rngBernhard Reutner-Fischer2022-05-011-21/+15
* seedrng: shorten --help, assorted small cleanupsDenys Vlasenko2022-05-011-11/+10
* seedrng: reduce MAX_SEED_LEN from 512 to 256Denys Vlasenko2022-05-011-1/+5
* seedrng: do not hash lengths, they are very predictableDenys Vlasenko2022-05-011-3/+5
* seedrng: code shrinkDenys Vlasenko2022-05-011-8/+10
* seedrng: explain why we need locking and fsync'ingDenys Vlasenko2022-05-011-8/+18
* seedrng: remove redundant assignmentDenys Vlasenko2022-04-301-3/+3
* seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko2022-04-301-1/+12
* seedrng: include fiel/dir names in error messagesDenys Vlasenko2022-04-301-3/+3
* seedrng: use more xfuncs where appropriateDenys Vlasenko2022-04-301-12/+12
* seedrng: code shrinkDenys Vlasenko2022-04-301-5/+5
* seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko2022-04-301-14/+17
* seedrng: prepare read_new_seed() to not need a "success" retvalDenys Vlasenko2022-04-301-10/+12
* seedrng: do not try to continue on unexpected errors (just exit)Denys Vlasenko2022-04-301-38/+16
* seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko2022-04-271-9/+9
* seedrng: shorten stringsDenys Vlasenko2022-04-271-11/+11
* seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko2022-04-271-8/+11
* seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko2022-04-271-5/+5
* seedrng: shrink --help textDenys Vlasenko2022-04-271-3/+3
* seedrng: prune header includesJason A. Donenfeld2022-04-241-14/+0
* seedrng: code-golf even smallerJason A. Donenfeld2022-04-241-28/+14
* seedrng: compress format strings with %s argumentsJason A. Donenfeld2022-04-201-12/+10
* seedrng: avoid needless runtime strlen() callJason A. Donenfeld2022-04-201-5/+3
* seedrng: use predefined strings where possibleJason A. Donenfeld2022-04-201-5/+5
* seedrng: further reduce sizeJason A. Donenfeld2022-04-201-55/+22
* seedrng: remove some global variablesJason A. Donenfeld2022-04-201-16/+16
* seedrng: hoist bb_strtoul out of min/maxJason A. Donenfeld2022-04-201-14/+32
* seedrng: use libbb functionsJason A. Donenfeld2022-04-201-89/+59
* seedrng: import SeedRNG utility for kernel RNG seed filesJason A. Donenfeld2022-04-201-0/+308
* taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...Denys Vlasenko2022-03-011-2/+1
* *: slap on a few ALIGN* where appropriateDenys Vlasenko2022-02-063-3/+3
* mkfs.vfat: fix volume label to be padded with spaceTimo Teräs2022-01-231-8/+17
* fdisk: recognize EBBR protective partitionsVincent Stehlé2022-01-061-0/+1
* libbb: code shrink: introduce and use [_]exit_SUCCESS()Denys Vlasenko2022-01-053-5/+5
* libbb: factor out fflush_stdout_and_exit(EXIT_SUCCESS)Denys Vlasenko2022-01-046-9/+9
* chrt: silence analyzer warningBernhard Reutner-Fischer2021-10-101-1/+1
* *: add more beneficial NOINLINEsDenys Vlasenko2021-10-101-1/+1
* *: add NOINLINEs where code noticeably shrinksDenys Vlasenko2021-10-101-1/+1