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