summaryrefslogtreecommitdiff
path: root/util/nvmutil
AgeCommit message (Expand)Author
48 hoursnvmutil: remove pedantic flagLeah Rowe
48 hoursnvmutil: fix castLeah Rowe
2 daysutil/nvmutil: fix errno zero on exit returnLeah Rowe
2 daysnvmutil: fix bad return status on errorLeah Rowe
2 daysnvmutil: use uintptr for gbe. check regular file.Leah Rowe
2 daysnvmutil: don't rely on errno for errorsLeah Rowe
2 daysnvmutil-standalone: add eintr safetyLeah Rowe
2 daysadd gitignoreLeah Rowe
3 daysfix make fileLeah Rowe
3 daysnope. use nvmutil from libreboot 26.01Leah Rowe
3 daysremove pledge in nvmutilLeah Rowe
3 daysfix nvmutil Makefile for openbsdLeah Rowe
3 daysuse old nvmutil for now, in lbmkLeah Rowe
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