aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Merge branch 'busybox'Ron Yorston2022-04-071-2/+1
|\|
| * taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...Denys Vlasenko2022-03-011-2/+1
* | Merge busybox into mergeRon Yorston2022-02-094-11/+20
|\|
| * *: 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
* | Merge busybox into mergeRon Yorston2022-01-131-0/+1
|\|
| * fdisk: recognize EBBR protective partitionsVincent Stehlé2022-01-061-0/+1
* | Merge busybox into mergeRon Yorston2022-01-069-14/+14
|\|
| * 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
* | Merge branch 'busybox' into mergeRon Yorston2021-10-136-29/+59
|\|
| * 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
| * xxd: fix -p -r, closes 13881Denys Vlasenko2021-10-081-13/+38
| * mdev: tweak --helpDenys Vlasenko2021-10-081-5/+5
| * mount: "mount -o rw ...." should not fall back to RO mountDenys Vlasenko2021-10-081-8/+13
* | Merge branch 'busybox' into mergeRon Yorston2021-09-211-13/+25
|\|
| * cal: implement -mRon Yorston2021-09-211-13/+25
* | Merge branch 'busybox' into mergeRon Yorston2021-09-171-36/+28
|\|
| * getopt: code shrinkRon Yorston2021-09-161-36/+28
* | Merge branch 'busybox' into mergeRon Yorston2021-09-101-5/+8
|\|
| * blkdiscard: accept -f (force) as no-opDenys Vlasenko2021-09-101-5/+8
* | Merge branch 'busybox' into mergeRon Yorston2021-08-301-11/+19
|\|
| * mount: code shrinkDenys Vlasenko2021-08-231-4/+4
| * mount: with -w, do not fall back to read-only mountsDenys Vlasenko2021-08-231-7/+15
* | Merge branch 'busybox' into mergeRon Yorston2021-08-221-0/+1
|\|
| * rev: correct output for long input linesRon Yorston2021-08-221-0/+1
* | Merge branch 'busybox' into mergeRon Yorston2021-08-172-6/+6
|\|
| * fdisk: indentation fixDenys Vlasenko2021-08-161-4/+4
| * taskset: disallow "taskset -p 0"Denys Vlasenko2021-08-151-2/+2