summaryrefslogtreecommitdiff
path: root/util/nvmutil
AgeCommit message (Expand)Author
2026-03-26util/mkhtemp: extremely hardened mkhtempLeah Rowe
2026-03-26nvmutil: fix unveil callLeah Rowe
2026-03-26util/nvmutil: better getrandom safetyLeah Rowe
2026-03-26fix variable nameLeah Rowe
2026-03-26util/nvmutil: re-add fallback timer randLeah Rowe
2026-03-26util/nvmutil: remove arandom fallback on randLeah Rowe
2026-03-26util/nvmutil: rand: use getrandom on newer linuxLeah Rowe
2026-03-26util/nvmutil: buffered urandom readsLeah Rowe
2026-03-26tidy some commentsLeah Rowe
2026-03-26nvmutil: make tmpdir string much more randomLeah Rowe
2026-03-26util/nvmutil: hardened mkstempLeah Rowe
2026-03-26nvmutil: rename lseek_loop to lseek_on_eintrLeah Rowe
2026-03-26nvmutil: rename x_i_close to close_on_eintrLeah Rowe
2026-03-26nvmutil: don't have finite eintr waitLeah Rowe
2026-03-26nvmutil: rename x_i_fsync to fsync_on_eintrLeah Rowe
2026-03-26util/rename: rename x_i_fsyncLeah Rowe
2026-03-26nvmutil: remove memcmp/memcpy/strrchr/renameLeah Rowe
2026-03-26util/nvmutil: tidy up includesLeah Rowe
2026-03-26util/nvmutil: major cleanupLeah Rowe
2026-03-26now remove the .empty filesLeah Rowe
2026-03-26util/nvmutil: add obj dir to gitLeah Rowe
2026-03-26util/nvmutil: add rule to create lib objdirLeah Rowe
2026-03-26nvmutil: move lib files to lib/Leah Rowe
2026-03-26util/nvmutil: put objects in obj/Leah Rowe
2026-03-26nvmutil makefile: use portable assignmentsLeah Rowe
2026-03-26nvmutil: split nvmutil.c into multiple filesLeah Rowe
2026-03-26util/nvmutil: remove global variable xLeah Rowe
2026-03-26nvmutil: disable arc4random on obsd below 2.1Leah Rowe
2026-03-26util/nvmutil: initialise st in tmpdirLeah Rowe
2026-03-26util/nvmutil: use strlen for tmpdir lengthLeah Rowe
2026-03-26nvmutil tmpdir: check world-writeable / sticky bitsLeah Rowe
2026-03-26nvmutil: fix modulo bias in mkstempLeah Rowe
2026-03-26util/nvmutil: limit EAGAIN/EINTR retriesLeah Rowe
2026-03-26util/nvmutil: use real fsyncLeah Rowe
2026-03-26nvmutil: don't disable blocking on randomLeah Rowe
2026-03-26re-add arc4random in nvmutilLeah Rowe
2026-03-26util/nvmutil: remove randomness fallbackLeah Rowe
2026-03-26nvmutil: don't read urandom fd if fd not openLeah Rowe
2026-03-26nvmutil: new urandom fd every time (rlong)Leah Rowe
2026-03-26util/nvmutil: fix typo in unveil callLeah Rowe
2026-03-26util/nvmutil: fix rlong static variablesLeah Rowe
2026-03-26nvmutil: remove redundant srand callLeah Rowe
2026-03-26nvmutil: remove redundant checkLeah Rowe
2026-03-26util/nvmutil: obsessively check null cmdLeah Rowe
2026-03-26util/nvmutil: tidy up variablesLeah Rowe
2026-03-26stricter S_ISREG checkLeah Rowe
2026-03-26nvmutil: even stronger double-run protectionLeah Rowe
2026-03-26util/nvmutil: guard against running twiceLeah Rowe
2026-03-26nvmutil: make commands check themselvesLeah Rowe
2026-03-26util/nvmutil: check file flags properlyLeah Rowe