summaryrefslogtreecommitdiff
path: root/util/nvmutil
AgeCommit message (Expand)Author
2026-03-14util/nvmutil: add flock to pledge promisesLeah Rowe
2026-03-14util/nvmutil: tidy up io_argsLeah Rowe
2026-03-14util/nvmutil: tidy up err()Leah Rowe
2026-03-14util/nvmutil: re-add io_args()Leah Rowe
2026-03-14util/nvmutil: rw_file_exact: check inputs alsoLeah Rowe
2026-03-14util/nvmutil: rw_over_nrw: err if nrw is zeroLeah Rowe
2026-03-14util/nvmutil: rw: safer bound checkLeah Rowe
2026-03-14util/nvmutil rw: make off_reset a toggleLeah Rowe
2026-03-14util/nvmutil: rw_file_exact: explicit castsLeah Rowe
2026-03-14util/nvmutil: fix potential overflow in rwLeah Rowe
2026-03-14util/nvmutil: rw file: guard rc before additionLeah Rowe
2026-03-14nvmutil: toggle for fd thread-safety err stateLeah Rowe
2026-03-14util/nvmutil: clean up pwrite/pread caseLeah Rowe
2026-03-14util/nvmutil: partially mitigate fd offset raceLeah Rowe
2026-03-14util/nvmutil: tidy up rw_file_exactLeah Rowe
2026-03-14commentLeah Rowe
2026-03-14util/nvmutil: cleanupLeah Rowe
2026-03-14nope, use size_tLeah Rowe
2026-03-14util/nvmutil: use ulong on ptr castsLeah Rowe
2026-03-14util/nvmutil: remove rw_file_onceLeah Rowe
2026-03-14util/nvmutil: move looping logic to rw_file_exactLeah Rowe
2026-03-14nvmutil: move increment logic to rw_file_exactLeah Rowe
2026-03-14nvmutil: fix redundant checkLeah Rowe
2026-03-14util/nvmutil: cast gbe file size on ptr cmpLeah Rowe
2026-03-14util/nvmutil: even safer pointer comparisonLeah Rowe
2026-03-14util/nvmutil: safer pointer comparisonLeah Rowe
2026-03-14util/nvmutil: enable arc4random on linuxLeah Rowe
2026-03-14util/nvmutil: re-add arc4randomLeah Rowe
2026-03-14util/nvmutil: 5 retries, not 10Leah Rowe
2026-03-14util/nvmutil: check if gbe.bin is seekableLeah Rowe
2026-03-14util/nvmutil: check inode during post-verifyLeah Rowe
2026-03-14util/nvmutil: warn about gbe.bin hard linksLeah Rowe
2026-03-14util/nvmutil: guard file replacement attacksLeah Rowe
2026-03-14util/nvmutil: guard against unlinking fileLeah Rowe
2026-03-14util/nvmutil: don't use /dev/urandomLeah Rowe
2026-03-14util/nvmutil: fix file checkLeah Rowe
2026-03-14util/nvmutil: fix cast checkLeah Rowe
2026-03-14util/nvmutil: more aggressive file checkingLeah Rowe
2026-03-14util/nvmutil: prevent overflow in rw_file_exactLeah Rowe
2026-03-14util/nvmutil: verify final offset in pwrite/preadLeah Rowe
2026-03-14util/nvmutil: check regular file in rw_file_exactLeah Rowe
2026-03-14util/nvmutil: fix if (PWRITE)Leah Rowe
2026-03-14util/nvmutil: don't check o_append in prwLeah Rowe
2026-03-14util/nvmutil: configurable eintr/eagainLeah Rowe
2026-03-14util/nvmutil: configurable retries/preadLeah Rowe
2026-03-14util/nvmutil: support real pwrite/preadLeah Rowe
2026-03-14util/nvmutil: better commented I/O functionsLeah Rowe
2026-03-14util/nvmutil: make eintr/eagain setup clearerLeah Rowe
2026-03-14nvmutil: fix rval in close_filesLeah Rowe
2026-03-14util/nvmutil: don't check write checksums on partialLeah Rowe