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