summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
43 hoursutil/nvmutil: set errno only if x is not 0Leah Rowe
43 hoursutil/nvmutil: consistent errors on close()Leah Rowe
43 hoursutil/nvmutil: print correct file name for urandomLeah Rowe
43 hoursutil/nvmutil: don't bother with strncmpLeah Rowe
43 hoursutil/nvmutil: get rid of arg_cmdLeah Rowe
44 hoursutil/nvmutil: use memcpy in word/set_wordLeah Rowe
44 hoursutil/nvmutil: use strncmp instead of strcmpLeah Rowe
44 hoursutil/nvmutil: remove checkdir()Leah Rowe
44 hoursutil/nvmutil: make rhex err_if consistentLeah Rowe
44 hoursutil/nvmutil rhex: check against sizeof(rnum)Leah Rowe
44 hoursutil/nvmutil err: filter errval when zeroLeah Rowe
44 hoursutil/nvmutil: always exit non-zero on errLeah Rowe
45 hoursutil/nvmutil: more consistent output in usage()Leah Rowe
45 hoursutil/nvmutil: use getnvmprogname in usageLeah Rowe
45 hoursutil/nvmutil: use own implementation of errLeah Rowe
46 hoursutil/nvmutil: close rfd on exitLeah Rowe
46 hoursutil/nvmutil: remove unnecessary includeLeah Rowe
46 hoursutil/nvmutil: tidy up write_gbeLeah Rowe
46 hoursutil/nvmutil: make the part check easier to readLeah Rowe
46 hoursutil/nvmutil: fix style inconsistencyLeah Rowe
47 hoursutil/nvmutil: use braces on nested ifsLeah Rowe
47 hoursutil/nvmutil: remove unnecessary global assignmentLeah Rowe
47 hoursutil/nvmutil: make swap() easier to understandLeah Rowe
47 hoursutil/nvmutil: declare arg_cmd earlierLeah Rowe
47 hoursutil/nvmutil: don't make op a typedefLeah Rowe
47 hoursutil/nvmutil: fix arg_cmd initialisationLeah Rowe
47 hoursutil/nvmutil: remove COMMAND, MAC_ADDRESS, PARTNLeah Rowe
47 hoursutil/nvmutil: rename op_t to opLeah Rowe
47 hoursutil/nvmutil: make op a constLeah Rowe
47 hoursutil/nvmutil: remove redundant commentLeah Rowe
47 hoursutil/nvmutil: use const char in usageLeah Rowe
47 hoursutil/nvmutil: tidy up set_cmdLeah Rowe
47 hoursutil/nvmutil: split up set_cmdLeah Rowe
47 hoursutil/nvmutil: tidy up final cmd check in set_cmdLeah Rowe
48 hoursutil/nvmutil: tidy up rhexLeah Rowe
48 hoursutil/nvmutil: reduce the size of rnum to 12Leah Rowe
48 hoursutil/nvmutil: tidy up check_mac_separatorLeah Rowe
48 hoursutil/nvmutil: rename openFiles to open_filesLeah Rowe
48 hoursutil/nvm: make variables and functions staticLeah Rowe
2 daysutil/nvmutil: don't use spaces on err_ifLeah Rowe
2 daysutil/nvmutil: use const for string literal in opLeah Rowe
2 daysutil/nvmutil: no designated initialisers in opLeah Rowe
2 daysutil/nvmutil: declare one prototype per lineLeah Rowe
2 daysutil/nvmutil: don't declare variables in for loopsLeah Rowe
2 daysutil/nvmutil: use size_t on op for loopLeah Rowe
2 daysutil/nvmutil: make global variable names clearerLeah Rowe
2 daysutil/nvmutil: count the number of items in opLeah Rowe
2 daysutil/nvmutil: set fname earlierLeah Rowe
2 daysutil/nvmutil: obey the 79-character ruleLeah Rowe
2 daysutil/nvmutil: use spaces when calling err_ifLeah Rowe