summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
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
2026-03-26util/nvmutil: tighter pledge and unveilLeah Rowe
2026-03-26util/nvmutil: stricter work buf checkLeah Rowe
2026-03-2679-character rule must be obeyedLeah Rowe
2026-03-26util/nvmutil: fix commentLeah Rowe
2026-03-26util/nvmutil: default to clang on make-hellLeah Rowe
2026-03-26util/nvmutil: tidy up memcmpLeah Rowe
2026-03-26nvmutil: add suffixes to makefileLeah Rowe
2026-03-26nvmutil: tidy up the makefileLeah Rowe
2026-03-26util/nvmutil: portable default make rulesLeah Rowe
2026-03-26util/nvmutil: move asserts to headerLeah Rowe
2026-03-26nvmutil: extremely defensive CHAR_BIT testLeah Rowe
2026-03-26util/nvmutil: add defensive buffer checkLeah Rowe
2026-03-26util/nvmutil: remove stale commentLeah Rowe
2026-03-26util/nvmutil: fix randomness in mkstempLeah Rowe
2026-03-26util/nvmutil: split up copy_gbeLeah Rowe
2026-03-26util/nvmuti: make fsync_dir() genericLeah Rowe
2026-03-26prototype for new_state() in nvmutilLeah Rowe
2026-03-26util/nvmutil: split up nvmutil.cLeah Rowe
2026-03-26cleanupLeah Rowe
2026-03-26util/nvmutil: start removing global stateLeah Rowe
2026-03-26nvmutil: stronger entropy_jitter()Leah Rowe
2026-03-26util/nvmutil: don't use strcpyLeah Rowe