summaryrefslogtreecommitdiff
path: root/util/nvmutil
AgeCommit message (Expand)Author
9 daysutil/nvmutil: clearer error messages on valid_readLeah Rowe
9 daysutil/nvmutil: comment valid_read for clarityLeah Rowe
9 daysutil/nvmutil: clearer errno reset in valid_readLeah Rowe
9 daysutil/nvmutil: pass size_t to read, not ssize_tLeah Rowe
9 daysutil/nvmutil: use zd for printf in valid_readLeah Rowe
9 daysutil/nvmutil: minor cleanup in usage()Leah Rowe
9 daysutil/nvmutil: minor cleanup in cmd_setmacLeah Rowe
9 daysutil/nvmutil: don't use err_if in usageLeah Rowe
9 daysutil/nvmutil: rename errval to nvm_errvalLeah Rowe
9 daysutil/nvmutil: re-try reads if errno is EINTRLeah Rowe
9 daysutil/nvmutil: explicitly cast on read/pread/pwriteLeah Rowe
9 daysutil/nvmutil: remove unnecessary checkLeah Rowe
9 daysutil/nvmutil: stricter check_boundLeah Rowe
9 daysutil/nvmutil: set errno only if x is not 0Leah Rowe
9 daysutil/nvmutil: consistent errors on close()Leah Rowe
9 daysutil/nvmutil: print correct file name for urandomLeah Rowe
9 daysutil/nvmutil: don't bother with strncmpLeah Rowe
9 daysutil/nvmutil: get rid of arg_cmdLeah Rowe
9 daysutil/nvmutil: use memcpy in word/set_wordLeah Rowe
9 daysutil/nvmutil: use strncmp instead of strcmpLeah Rowe
9 daysutil/nvmutil: remove checkdir()Leah Rowe
9 daysutil/nvmutil: make rhex err_if consistentLeah Rowe
9 daysutil/nvmutil rhex: check against sizeof(rnum)Leah Rowe
9 daysutil/nvmutil err: filter errval when zeroLeah Rowe
9 daysutil/nvmutil: always exit non-zero on errLeah Rowe
10 daysutil/nvmutil: more consistent output in usage()Leah Rowe
10 daysutil/nvmutil: use getnvmprogname in usageLeah Rowe
10 daysutil/nvmutil: use own implementation of errLeah Rowe
10 daysutil/nvmutil: close rfd on exitLeah Rowe
10 daysutil/nvmutil: remove unnecessary includeLeah Rowe
10 daysutil/nvmutil: tidy up write_gbeLeah Rowe
10 daysutil/nvmutil: make the part check easier to readLeah Rowe
10 daysutil/nvmutil: fix style inconsistencyLeah Rowe
10 daysutil/nvmutil: use braces on nested ifsLeah Rowe
10 daysutil/nvmutil: remove unnecessary global assignmentLeah Rowe
10 daysutil/nvmutil: make swap() easier to understandLeah Rowe
10 daysutil/nvmutil: declare arg_cmd earlierLeah Rowe
10 daysutil/nvmutil: don't make op a typedefLeah Rowe
10 daysutil/nvmutil: fix arg_cmd initialisationLeah Rowe
10 daysutil/nvmutil: remove COMMAND, MAC_ADDRESS, PARTNLeah Rowe
10 daysutil/nvmutil: rename op_t to opLeah Rowe
10 daysutil/nvmutil: make op a constLeah Rowe
10 daysutil/nvmutil: remove redundant commentLeah Rowe
10 daysutil/nvmutil: use const char in usageLeah Rowe
10 daysutil/nvmutil: tidy up set_cmdLeah Rowe
10 daysutil/nvmutil: split up set_cmdLeah Rowe
10 daysutil/nvmutil: tidy up final cmd check in set_cmdLeah Rowe
10 daysutil/nvmutil: tidy up rhexLeah Rowe
10 daysutil/nvmutil: reduce the size of rnum to 12Leah Rowe
10 daysutil/nvmutil: tidy up check_mac_separatorLeah Rowe