summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-03-18stricter S_ISREG checkLeah Rowe
2026-03-18nvmutil: even stronger double-run protectionLeah Rowe
2026-03-18util/nvmutil: guard against running twiceLeah Rowe
2026-03-18nvmutil: make commands check themselvesLeah Rowe
2026-03-17util/nvmutil: check file flags properlyLeah Rowe
2026-03-17util/nvmutil: tighter pledge and unveilLeah Rowe
2026-03-17util/nvmutil: stricter work buf checkLeah Rowe
2026-03-1779-character rule must be obeyedLeah Rowe
2026-03-17util/nvmutil: fix commentLeah Rowe
2026-03-17util/nvmutil: default to clang on make-hellLeah Rowe
2026-03-17util/nvmutil: tidy up memcmpLeah Rowe
2026-03-17nvmutil: add suffixes to makefileLeah Rowe
2026-03-17nvmutil: tidy up the makefileLeah Rowe
2026-03-17util/nvmutil: portable default make rulesLeah Rowe
2026-03-17util/nvmutil: move asserts to headerLeah Rowe
2026-03-17nvmutil: extremely defensive CHAR_BIT testLeah Rowe
2026-03-17util/nvmutil: add defensive buffer checkLeah Rowe
2026-03-17util/nvmutil: remove stale commentLeah Rowe
2026-03-17util/nvmutil: fix randomness in mkstempLeah Rowe
2026-03-17util/nvmutil: split up copy_gbeLeah Rowe
2026-03-17util/nvmuti: make fsync_dir() genericLeah Rowe
2026-03-17prototype for new_state() in nvmutilLeah Rowe
2026-03-17util/nvmutil: split up nvmutil.cLeah Rowe
2026-03-17cleanupLeah Rowe
2026-03-17util/nvmutil: start removing global stateLeah Rowe
2026-03-16nvmutil: stronger entropy_jitter()Leah Rowe
2026-03-16util/nvmutil: don't use strcpyLeah Rowe
2026-03-16util/nvmutil: check fd path in try_fdpathLeah Rowe
2026-03-16util/nvmutil: add bound check to x_try_fdpathLeah Rowe
2026-03-16another commentLeah Rowe
2026-03-16commentLeah Rowe
2026-03-16cleanup (fix potential overflow in mkstemp)Leah Rowe
2026-03-16fsync_dir: abort if path length is emptyLeah Rowe
2026-03-16nvmutil: prevent theoretical overflow on time()Leah Rowe
2026-03-16also O_NOFOLLOWLeah Rowe
2026-03-16util/nvmutil: dir fsync with O_DIRECTORYLeah Rowe
2026-03-16util/nvmutil: fix mkstemp randomnessLeah Rowe
2026-03-16castLeah Rowe
2026-03-16util/nvmutil: more reliable fallback cryptoLeah Rowe
2026-03-16util/nvmutil: use real rename() syscallLeah Rowe
2026-03-16nvmutil: harden against hardlink attacksLeah Rowe
2026-03-16redundancyLeah Rowe
2026-03-16util/nvmutil: loop EINTR on fsyncLeah Rowe
2026-03-16pointer safetyLeah Rowe
2026-03-16don't use PATH_MAXLeah Rowe
2026-03-16macro safetyLeah Rowe
2026-03-16util/nvmutil: portable S_IFMTLeah Rowe
2026-03-16util/nvmutil: remove integer typedefsLeah Rowe
2026-03-16util/nvmutil: remove global staticsLeah Rowe
2026-03-16util/nvmutil: fix unveil usageLeah Rowe