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