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