aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2023-04-171-2/+3
|\
| * mkfs_vfat: do not generate same volume_id when run in rapid successionDenys Vlasenko2023-04-101-2/+3
* | runuser,drop: drop runuser, tweak dropRon Yorston2023-03-191-164/+0
* | runuser,drop: code shrinkRon Yorston2023-03-191-13/+7
* | runuser: add 'drop' as an alias for runuserRon Yorston2023-03-161-22/+75
* | runuser: new appletRon Yorston2023-03-131-0/+117
* | win32: add support for virtual terminal inputRon Yorston2023-03-051-4/+7
* | Merge branch 'busybox' into mergeRon Yorston2023-01-053-9/+13
|\|
| * 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
* | getopt: use name supplied with '-n' to report errorRon Yorston2022-11-241-0/+5
* | xxd: avoid use of uninitialised variableRon Yorston2022-10-121-0/+4
* | Merge branch 'busybox' into mergeRon Yorston2022-10-121-25/+89
|\|
| * 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