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