summaryrefslogtreecommitdiff
path: root/util/nvmutil
AgeCommit message (Expand)Author
14 daysutil/nvmutil: add jitter to fallback_rand entropyLeah Rowe
14 daysutil/nvmutil: improved entropy in fallback_randLeah Rowe
14 daysutil/nvmutil: remove /dev/random fallbackLeah Rowe
14 daysutil/nvmutil: include time.h after types.hLeah Rowe
14 daysutil/nvmutil: mitigate fast calls to randLeah Rowe
14 daysutil/nvmutil: fallback randomiserLeah Rowe
14 daysutil/nvmutil: correct install usageLeah Rowe
14 daysutil/nvmutil: fix makefileLeah Rowe
14 daysutil/nvmutil: remove errno externLeah Rowe
14 daysutil/nvmutil: use install -d instead of mkdir -pLeah Rowe
14 daysutil/nvmutil: fix commentLeah Rowe
14 daysutil/nvmutil: use chmod instead, in MakefileLeah Rowe
14 daysutil/nvmutil: add -m to install on MakefileLeah Rowe
14 daysutil/nvmutil: simplify flags on urandomLeah Rowe
14 daysutil/nvmutil: fix mistake in random checkLeah Rowe
14 daysutil/nvmutil: portable errnoLeah Rowe
14 daysutil/nvmutil: fix non-portable variable declarationLeah Rowe
14 daysutil/nvmutil: disable urandom if not foundLeah Rowe
14 daysutil/nvmutil: use ECANCELED on checksum errLeah Rowe
14 daysutil/nvmutil: don't use errno for program stateLeah Rowe
2026-03-10util/nvmutil: re-use do_rw() from prw()Leah Rowe
2026-03-10util/nvmutil: add missing sanitization testsLeah Rowe
2026-03-10util/nvmutil: properly use rc in rw_File_exactLeah Rowe
2026-03-10util/nvmutil: tidy up gbe_cat_buf()Leah Rowe
2026-03-10util/nvmutil: split up rw_file_exact()Leah Rowe
2026-03-10util/nvmutil: update some commentsLeah Rowe
2026-03-10util/nvmutil: re-add EINTR loop check on rwLeah Rowe
2026-03-10util/nvmutil: rename set_err for code clarityLeah Rowe
2026-03-10util/nvmutil: skip errno check in mainLeah Rowe
2026-03-10util/nvmutil: don't reset errno in rw_file_exactLeah Rowe
2026-03-10util/nvmutil: reset errno in gbe_catLeah Rowe
2026-03-10util/nvmutil: reset errno in gbe_cat_bufLeah Rowe
2026-03-10util/nvmutil: fix bad loop in command sanitizerLeah Rowe
2026-03-10util/nvmutil: use set_err where appropriateLeah Rowe
2026-03-10util/nvmutil: properly set errno everywhereLeah Rowe
2026-03-10util/nvmutil: fix /dev/random fallbackLeah Rowe
2026-03-10Revert "util/nvmutil: fix check in command sanitizer"Leah Rowe
2026-03-10util/nvmutil: don't use bad pointer cast in prwLeah Rowe
2026-03-10util/nvmutil: fix check in command sanitizerLeah Rowe
2026-03-10util/nvmutil: use EINVAL in command sanitizenLeah Rowe
2026-03-10util/nvmutil: don't use xopen() for urandomLeah Rowe
2026-03-10util/nvmutil: conservative use of errnoLeah Rowe
2026-03-10util/nvmutil: re-try /dev/[u]random on EAGAINLeah Rowe
2026-03-10util/nvmutil: Make rw_file_exact an ssize_tLeah Rowe
2026-03-10util/nvmutil: use O_NONBLOCK on /dev/[u]randomLeah Rowe
2026-03-10util/nvmutil: fix possible overflow: gbe_x_offsetLeah Rowe
2026-03-10util/nvmutil: reset rw_file_exact errno on EINTRLeah Rowe
2026-03-10util/nvmutil: comment prw()Leah Rowe
2026-03-10util/nvmutil: better SSIZE_MAX defineLeah Rowe
2026-03-10util/nvmutil: define EXIT_FAILURE/SUCCESSLeah Rowe