summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
28 hoursutil/nvmutil prw: always restore original offsetLeah Rowe
28 hoursutil/nvmutil: err if file offset failsLeah Rowe
29 hoursutil/nvmutil: fix buffer overread in prw()Leah Rowe
29 hoursutil/nvmutil: fix rc overflow bug in rw_file_exactLeah Rowe
29 hoursutil/nvmutil: use C90 instead of C99Leah Rowe
29 hoursutil/nvmutil: define O_BINARY flagLeah Rowe
29 hoursutil/nvmutil: fix indent on ifdefsLeah Rowe
30 hoursutil/nvmutil: define SIZE_MAX if not definedLeah Rowe
30 hoursutil/nvmutil: remove arc4random for portabilityLeah Rowe
30 hoursutil/nvmutil: portable pread/pwriteLeah Rowe
30 hourswipLeah Rowe
30 hoursutil/nvmutil: more reliable stdint.h checkLeah Rowe
32 hoursutil/nvmutil: reset errno before run_cmdLeah Rowe
32 hoursutil/nvmutil: explicitly check cmd nullptrLeah Rowe
32 hoursutil/nvmutil: safer SSIZE_MAX defineLeah Rowe
32 hoursutil/nvmutil: fix a bad cast (or lack thereof)Leah Rowe
32 hoursutil/nvmutil: err if unsupported rw_type on i/oLeah Rowe
32 hoursutil/nvmutil: rename badly named off_t assertLeah Rowe
32 hoursutil/nvmutil: assert two's compliment integersLeah Rowe
32 hoursutil/nvmutil: add assert for intLeah Rowe
32 hoursutil/nvmutil: add assert for off_tLeah Rowe
32 hoursRevert "util/nvmutil: don't use zx printf specifier"Leah Rowe
32 hoursutil/nvmutil: explain errval handling in err()Leah Rowe
33 hoursutil/nvmutil: make rc size_t (not ssize_t)Leah Rowe
33 hoursutil/nvmutil: don't use zx printf specifierLeah Rowe
33 hoursutil/nvmutil: add portable asserts for integersLeah Rowe
33 hoursutil/nvmutil: abort if I/O len exceeds SSIZE_MAXLeah Rowe
34 hoursutil/nvmutil: annotate the prototypesLeah Rowe
34 hoursutil/nvmutil: unified gbe file part I/OLeah Rowe
34 hoursutil/nvmutil: remove stale defineLeah Rowe
35 hoursutil/nvmutil: unified I/O: stdout, urandom and gbeLeah Rowe
36 hoursutil/nvmutil: unified urandom/gbe file readingLeah Rowe
36 hoursutil/nvmutil: safer read_gbe_file_exactLeah Rowe
37 hoursutil/nvmutil: report checksum in cmd_dumpLeah Rowe
37 hoursutil/nvmutil: reduce checksum report verbosityLeah Rowe
37 hoursutil/nvmutil: unified io flagsLeah Rowe
38 hoursutil/nvmutil: require good checksum on catLeah Rowe
38 hoursutil/nvmutil: initialise w in gbe_cat_bufLeah Rowe
38 hoursutil/nvmutil: simplify the cat commandLeah Rowe
39 hoursutil/nvmutil: add cat16 and cat128 commandsLeah Rowe
40 hoursutil/nvmutil: nope. rename out back to cat.Leah Rowe
40 hoursutil/nvmutil: rename cat to outLeah Rowe
40 hoursutil/nvmutil: remove stale commentLeah Rowe
40 hoursutil/nvmutil: added a "cat" commandLeah Rowe
41 hoursutil/nvmutil: allow dump without good checksumsLeah Rowe
42 hoursutil/nvmutil: fix bad cast conversionLeah Rowe
42 hoursutil/nvmutil: add guard in rhex()Leah Rowe
42 hoursutil/nvmutil: fix EINTR detection on urandom readLeah Rowe
42 hoursutil/nvmutil: reorder some functions linearlyLeah Rowe
42 hoursutil/nvmutil: tidy up gbe/urandom readingLeah Rowe