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