aboutsummaryrefslogtreecommitdiff
path: root/util-linux (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'busybox' into mergeRon Yorston2024-10-081-3/+8
|\
| * hexdump: accept hex numbers in -n, closes 16195Denys Vlasenko2024-10-081-3/+8
* | Merge branch 'busybox' into mergeRon Yorston2024-09-281-1/+1
|\|
| * wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko2024-09-261-1/+1
* | Merge branch 'busybox' into mergeRon Yorston2024-06-231-23/+1
|\|
| * nproc: prepare for arbitrarily large CPU masksDenys Vlasenko2024-05-311-23/+1
* | Merge branch 'busybox' into mergeRon Yorston2024-01-051-1/+27
|\|
| * util-linux/lsusb.c: print manufacturer/product strings if availablePeter Korsgaard2023-12-131-1/+27
* | Merge branch 'busybox' into mergeRon Yorston2023-08-104-44/+45
|\|
| * introduce and use exitcode_tDenys Vlasenko2023-07-173-3/+3
| * hwclock: force LONG_OPTS, stop accepting non-compatible -tDenys Vlasenko2023-07-141-41/+42
* | Merge branch 'busybox' into mergeRon Yorston2023-07-1354-66/+144
|\|
| * hwclock: add get/set parameters optionAndrej Picej2023-07-121-5/+82
| * Update applet size estimatesDenys Vlasenko2023-07-1053-58/+58
| * libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko2023-06-152-3/+4
* | Merge branch 'busybox' into mergeRon Yorston2023-06-162-14/+18
|\|
| * hexdump: code shrinkDenys Vlasenko2023-05-261-10/+14
| * hexdump, xxd: shrink stringsDenys Vlasenko2023-05-262-11/+11
* | 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