Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05-01seedrng: remove redundant assignmentDenys Vlasenko
2022-05-01seedrng: 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
2022-04-20seedrng: avoid needless runtime strlen() callJason A. Donenfeld
2022-04-20seedrng: use predefined strings where possibleJason A. Donenfeld
2022-04-20seedrng: further reduce sizeJason A. Donenfeld
2022-04-20seedrng: remove some global variablesJason A. Donenfeld
2022-04-20seedrng: hoist bb_strtoul out of min/maxJason A. Donenfeld
2022-04-20seedrng: use libbb functionsJason A. Donenfeld
2022-04-20seedrng: import SeedRNG utility for kernel RNG seed filesJason A. Donenfeld
2022-03-01taskset: fix printf format mismatch in !FEATURE_TASKSET_FANCY config. closes ...Denys Vlasenko