summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
14 daysutil/nvmutil: reset errno in gbe_cat_bufLeah Rowe
14 daysutil/nvmutil: fix bad loop in command sanitizerLeah Rowe
14 daysutil/nvmutil: use set_err where appropriateLeah Rowe
14 daysutil/nvmutil: properly set errno everywhereLeah Rowe
14 daysutil/nvmutil: fix /dev/random fallbackLeah Rowe
14 daysRevert "util/nvmutil: fix check in command sanitizer"Leah Rowe
14 daysutil/nvmutil: don't use bad pointer cast in prwLeah Rowe
14 daysutil/nvmutil: fix check in command sanitizerLeah Rowe
14 daysutil/nvmutil: use EINVAL in command sanitizenLeah Rowe
14 daysutil/nvmutil: don't use xopen() for urandomLeah Rowe
14 daysutil/nvmutil: conservative use of errnoLeah Rowe
14 daysutil/nvmutil: re-try /dev/[u]random on EAGAINLeah Rowe
14 daysutil/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
2026-03-10util/nvmutil: more sensible errno initLeah Rowe
2026-03-10util/nvmutil: proper errno status on prw()Leah Rowe
2026-03-10util/nvmutil: reset errno if EINTR on lseekLeah Rowe
2026-03-10util/nvmutil: stricter errno on prw()Leah Rowe
2026-03-10util/nvmutil: fix printf c89/c90 specifiersLeah Rowe
2026-03-10util/nvmutil: reset part_validLeah Rowe
2026-03-10util/nvmutil: restore errno if lseek resets itLeah Rowe
2026-03-10util/nvmutil: fix another printf specifierLeah Rowe
2026-03-10util/nvmutil: fix bad print specifier (c90)Leah Rowe
2026-03-10util/nvmutil: only inc num_invalid on bad checksumLeah Rowe
2026-03-10util/nvmutil: restore errno on failed offset restoreLeah Rowe
2026-03-10util/nvmutil: don't leave part_valid untouchedLeah Rowe
2026-03-10util/nvmutil: remove unused st variableLeah Rowe
2026-03-10util/nvmutil: check whether a file is a fileLeah Rowe
2026-03-10util/nvmutil: preserve errno during i/oLeah Rowe
2026-03-10util/nvmutil prw: always restore original offsetLeah Rowe
2026-03-10util/nvmutil: err if file offset failsLeah Rowe
2026-03-10util/nvmutil: fix buffer overread in prw()Leah Rowe
2026-03-10util/nvmutil: fix rc overflow bug in rw_file_exactLeah Rowe
2026-03-10util/nvmutil: use C90 instead of C99Leah Rowe
2026-03-10util/nvmutil: define O_BINARY flagLeah Rowe
2026-03-10util/nvmutil: fix indent on ifdefsLeah Rowe
2026-03-10util/nvmutil: define SIZE_MAX if not definedLeah Rowe
2026-03-10util/nvmutil: remove arc4random for portabilityLeah Rowe
2026-03-10util/nvmutil: portable pread/pwriteLeah Rowe
2026-03-10wipLeah Rowe
2026-03-10util/nvmutil: more reliable stdint.h checkLeah Rowe
2026-03-10util/nvmutil: reset errno before run_cmdLeah Rowe
2026-03-10util/nvmutil: explicitly check cmd nullptrLeah Rowe
2026-03-10util/nvmutil: safer SSIZE_MAX defineLeah Rowe
2026-03-10util/nvmutil: fix a bad cast (or lack thereof)Leah Rowe