summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
47 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
48 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
2 daysutil/nvmutil: much safer rhex()Leah Rowe
2 daysutil/nvmutil: tidy up hexdump()Leah Rowe
2 daysutil/nvmutil: assert uint16_t as 16-bitsLeah Rowe
2 daysutil/nvmutil: safer cast in nvm_wordLeah Rowe
2 daysutil/nvmutil: define _FILE_OFFSET_BITSLeah Rowe
2 daysutil/nvmutil: include sys/types.hLeah Rowe
2 daysutil/nvmutil: use even older define for preadLeah Rowe
2 daysutil/nvmutil: tidied up a commentLeah Rowe
2 daysutil/nvmutil: don't include not-needed inttypes.hLeah Rowe
2 daysutil/nvmutil: reset errno on urandom partial readLeah Rowe
2 daysutil/nvmutil: consistent file location on err()Leah Rowe
2 daysutil/nvmutil: clean up the MakefileLeah Rowe
2 daysutil/nvmutil: tidy up the main comment headerLeah Rowe
3 daysutil/nvmutil: say what the program does!Leah Rowe
3 daysutil/nvmutil: directly compare fd/urandom_fdLeah Rowe
3 daysutil/nvmutil: allow partial reads of /dev/urandomLeah Rowe
3 daysutil/nvmutil: explicit cast in nvm_wordLeah Rowe
3 daysutil/nvmutil: clarify CFLAGS in codeLeah Rowe
3 daysutil/nvmutil: specifically enable -std=c99Leah Rowe
3 daysutil/nvmutil: fix indentation in setmacLeah Rowe
3 daysutil/nvmutil: err sooner, on bad commandLeah Rowe
3 daysutil/nvmutil: print expected checksumsLeah Rowe
3 daysutil/nvmutil: rename cmd helper functionsLeah Rowe
3 daysutil/nvmutil: remove MAC address short-commandsLeah Rowe
3 daysutil/nvmutil: remove cmd_brickLeah Rowe
3 daysutil/nvmutil: remove the setchecksum commandLeah Rowe
3 daysutil/nvmutil: re-order functions by executionLeah Rowe
3 daysutil/nvmutil: unified checksum updateLeah Rowe
3 daysutil/nvmutil: don't pledge on OLD openbsdLeah Rowe
3 daysutil/nvmutil: make write_mac_part() a voidLeah Rowe
3 daysutil/nvmutil: fix typo in messageLeah Rowe
3 daysutil/nvmutil: don't re-calculate skip_partLeah Rowe