summaryrefslogtreecommitdiff
path: root/util-linux
AgeCommit message (Expand)Author
2025-11-08eject: fix missing -s option in trivial usageHEADmasterDenys Vlasenko
2025-11-08last: fix ignoring the first login entryDenys Vlasenko
2025-10-08nsenter,unshare: don't use xvfork_parent_waits_and_exits(), it SEGVs on ppc64leDenys Vlasenko
2025-10-07chrt: support passing `-p 0` to operate on selfDenys Vlasenko
2025-08-04libbb: much faster concat_path_file()Denys Vlasenko
2024-10-08hexdump: accept hex numbers in -n, closes 16195Denys Vlasenko
2024-09-26wget: fix compile warnings when WGET_FTP is not selectedDenys Vlasenko
2024-05-31nproc: prepare for arbitrarily large CPU masksDenys Vlasenko
2023-12-13util-linux/lsusb.c: print manufacturer/product strings if availablePeter Korsgaard
2023-07-17introduce and use exitcode_tDenys Vlasenko
2023-07-14hwclock: force LONG_OPTS, stop accepting non-compatible -tDenys Vlasenko
2023-07-12hwclock: add get/set parameters optionAndrej Picej
2023-07-10Update applet size estimatesDenys Vlasenko
2023-06-15libbb: code shrink: introduce and use [_]exit_FAILURE()Denys Vlasenko
2023-05-26hexdump: code shrinkDenys Vlasenko
2023-05-26hexdump, xxd: shrink stringsDenys Vlasenko
2023-04-10mkfs_vfat: do not generate same volume_id when run in rapid successionDenys Vlasenko
2023-01-03xxd: use bb_simple_perror_msg... where appropriateDenys Vlasenko
2023-01-02xxd: fix use of non-initialized dataDenys Vlasenko
2022-12-14more: accept and ignore -eNatanael Copa
2022-12-08xxd: fix typo in trivial usageBrandon Maier
2022-11-29Remove "select PLATFORM_LINUX"Denys Vlasenko
2022-11-29Fix non-Linux buildsSamuel Thibault
2022-11-16fbset: support setting pixel clock rateDario Binacchi
2022-11-16fbset: abort on not handled optionsDario Binacchi
2022-08-22xxd -r: handle offsetsDenys Vlasenko
2022-08-22xxd -r: without -p, stop at more than one whitespace, closes 14786Denys Vlasenko
2022-05-02seedrng: it's not a part of util-linux, move to miscutilsDenys Vlasenko
2022-05-01seedrng: manually inline seed_rngBernhard Reutner-Fischer
2022-05-01seedrng: shorten --help, assorted small cleanupsDenys Vlasenko
2022-05-01seedrng: reduce MAX_SEED_LEN from 512 to 256Denys Vlasenko
2022-05-01seedrng: do not hash lengths, they are very predictableDenys Vlasenko
2022-05-01seedrng: code shrinkDenys Vlasenko
2022-05-01seedrng: explain why we need locking and fsync'ingDenys Vlasenko
2022-04-30seedrng: remove redundant assignmentDenys Vlasenko
2022-04-30seedrng: re-add fsync after unlink, and explain its purposeDenys Vlasenko
2022-04-30seedrng: include fiel/dir names in error messagesDenys Vlasenko
2022-04-30seedrng: use more xfuncs where appropriateDenys Vlasenko
2022-04-30seedrng: code shrinkDenys Vlasenko
2022-04-30seedrng: simplify read_new_seed() to not have error returnDenys Vlasenko
2022-04-30seedrng: prepare read_new_seed() to not need a "success" retvalDenys Vlasenko
2022-04-30seedrng: do not try to continue on unexpected errors (just exit)Denys Vlasenko
2022-04-27seedrng: chdir to the SEED_DIRECTORY - avoid concat_path_file'sDenys Vlasenko
2022-04-27seedrng: shorten stringsDenys Vlasenko
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko
2022-04-27seedrng: remove unnecessary zero-filling of local variablesDenys Vlasenko
2022-04-27seedrng: shrink --help textDenys Vlasenko
2022-04-24seedrng: prune header includesJason A. Donenfeld
2022-04-24seedrng: code-golf even smallerJason A. Donenfeld
2022-04-20seedrng: compress format strings with %s argumentsJason A. Donenfeld