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