summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
36 hoursutil/nvmutil: remove arc4random for portabilityLeah Rowe
36 hoursutil/nvmutil: portable pread/pwriteLeah Rowe
37 hourswipLeah Rowe
37 hoursutil/nvmutil: more reliable stdint.h checkLeah Rowe
38 hoursutil/nvmutil: reset errno before run_cmdLeah Rowe
38 hoursutil/nvmutil: explicitly check cmd nullptrLeah Rowe
38 hoursutil/nvmutil: safer SSIZE_MAX defineLeah Rowe
38 hoursutil/nvmutil: fix a bad cast (or lack thereof)Leah Rowe
38 hoursutil/nvmutil: err if unsupported rw_type on i/oLeah Rowe
39 hoursutil/nvmutil: rename badly named off_t assertLeah Rowe
39 hoursutil/nvmutil: assert two's compliment integersLeah Rowe
39 hoursutil/nvmutil: add assert for intLeah Rowe
39 hoursutil/nvmutil: add assert for off_tLeah Rowe
39 hoursRevert "util/nvmutil: don't use zx printf specifier"Leah Rowe
39 hoursutil/nvmutil: explain errval handling in err()Leah Rowe
39 hoursutil/nvmutil: make rc size_t (not ssize_t)Leah Rowe
39 hoursutil/nvmutil: don't use zx printf specifierLeah Rowe
39 hoursutil/nvmutil: add portable asserts for integersLeah Rowe
40 hoursutil/nvmutil: abort if I/O len exceeds SSIZE_MAXLeah Rowe
40 hoursutil/nvmutil: annotate the prototypesLeah Rowe
40 hoursutil/nvmutil: unified gbe file part I/OLeah Rowe
41 hoursutil/nvmutil: remove stale defineLeah Rowe
41 hoursutil/nvmutil: unified I/O: stdout, urandom and gbeLeah Rowe
42 hoursutil/nvmutil: unified urandom/gbe file readingLeah Rowe
42 hoursutil/nvmutil: safer read_gbe_file_exactLeah Rowe
43 hoursutil/nvmutil: report checksum in cmd_dumpLeah Rowe
44 hoursutil/nvmutil: reduce checksum report verbosityLeah Rowe
44 hoursutil/nvmutil: unified io flagsLeah Rowe
44 hoursutil/nvmutil: require good checksum on catLeah Rowe
44 hoursutil/nvmutil: initialise w in gbe_cat_bufLeah Rowe
45 hoursutil/nvmutil: simplify the cat commandLeah Rowe
45 hoursutil/nvmutil: add cat16 and cat128 commandsLeah Rowe
46 hoursutil/nvmutil: nope. rename out back to cat.Leah Rowe
47 hoursutil/nvmutil: rename cat to outLeah Rowe
47 hoursutil/nvmutil: remove stale commentLeah Rowe
47 hoursutil/nvmutil: added a "cat" commandLeah Rowe
47 hoursutil/nvmutil: allow dump without good checksumsLeah Rowe
2 daysutil/nvmutil: fix bad cast conversionLeah Rowe
2 daysutil/nvmutil: add guard in rhex()Leah Rowe
2 daysutil/nvmutil: fix EINTR detection on urandom readLeah Rowe
2 daysutil/nvmutil: reorder some functions linearlyLeah Rowe
2 daysutil/nvmutil: tidy up gbe/urandom readingLeah Rowe
2 daysutil/nvmutil: fix a bad commentLeah Rowe
2 daysutil/nvmutil: explicitly reset file descriptorsLeah Rowe
2 daysutil/nvmutil: fix indentation in rhex()Leah Rowe
2 daysutil/nvmutil: remove unused variable in rhexLeah Rowe
2 daysutil/nvmutil: fix bsd build issueLeah Rowe
2 daysutil/nvmutil: even safer rhex()Leah Rowe
2 daysutil/nvmutil: only check n in rhex on linuxLeah Rowe
2 daysutil/nvmutil: safer calculated_checksumLeah Rowe