summaryrefslogtreecommitdiff
path: root/util/nvmutil
AgeCommit message (Expand)Author
15 hoursutil/nvmutil: remove arandom fallback on randLeah Rowe
15 hoursutil/nvmutil: rand: use getrandom on newer linuxLeah Rowe
16 hoursutil/nvmutil: buffered urandom readsLeah Rowe
18 hourstidy some commentsLeah Rowe
25 hoursnvmutil: make tmpdir string much more randomLeah Rowe
25 hoursutil/nvmutil: hardened mkstempLeah Rowe
26 hoursnvmutil: rename lseek_loop to lseek_on_eintrLeah Rowe
26 hoursnvmutil: rename x_i_close to close_on_eintrLeah Rowe
26 hoursnvmutil: don't have finite eintr waitLeah Rowe
26 hoursnvmutil: rename x_i_fsync to fsync_on_eintrLeah Rowe
26 hoursutil/rename: rename x_i_fsyncLeah Rowe
26 hoursnvmutil: remove memcmp/memcpy/strrchr/renameLeah Rowe
26 hoursutil/nvmutil: tidy up includesLeah Rowe
29 hoursutil/nvmutil: major cleanupLeah Rowe
43 hoursnow remove the .empty filesLeah Rowe
43 hoursutil/nvmutil: add obj dir to gitLeah Rowe
43 hoursutil/nvmutil: add rule to create lib objdirLeah Rowe
43 hoursnvmutil: move lib files to lib/Leah Rowe
44 hoursutil/nvmutil: put objects in obj/Leah Rowe
44 hoursnvmutil makefile: use portable assignmentsLeah Rowe
44 hoursnvmutil: split nvmutil.c into multiple filesLeah Rowe
2 daysutil/nvmutil: remove global variable xLeah Rowe
2 daysnvmutil: disable arc4random on obsd below 2.1Leah Rowe
2 daysutil/nvmutil: initialise st in tmpdirLeah Rowe
2 daysutil/nvmutil: use strlen for tmpdir lengthLeah Rowe
2 daysnvmutil tmpdir: check world-writeable / sticky bitsLeah Rowe
2 daysnvmutil: fix modulo bias in mkstempLeah Rowe
2 daysutil/nvmutil: limit EAGAIN/EINTR retriesLeah Rowe
2 daysutil/nvmutil: use real fsyncLeah Rowe
2 daysnvmutil: don't disable blocking on randomLeah Rowe
2 daysre-add arc4random in nvmutilLeah Rowe
2 daysutil/nvmutil: remove randomness fallbackLeah Rowe
2 daysnvmutil: don't read urandom fd if fd not openLeah Rowe
2 daysnvmutil: new urandom fd every time (rlong)Leah Rowe
2 daysutil/nvmutil: fix typo in unveil callLeah Rowe
2 daysutil/nvmutil: fix rlong static variablesLeah Rowe
2 daysnvmutil: remove redundant srand callLeah Rowe
2 daysnvmutil: remove redundant checkLeah Rowe
2 daysutil/nvmutil: obsessively check null cmdLeah Rowe
2 daysutil/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
3 daysutil/nvmutil: stricter work buf checkLeah Rowe
3 days79-character rule must be obeyedLeah Rowe
3 daysutil/nvmutil: fix commentLeah Rowe
3 daysutil/nvmutil: default to clang on make-hellLeah Rowe