summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
3 daysutil/nvmutil: make mac_updated unsignedLeah Rowe
3 daysutil/nvmutil: use size_t in setmac functionsLeah Rowe
3 daysutil/nvmutil: extra part check in set_checksumLeah Rowe
3 daysutil/nvmutil: don't set part in write_mac_partLeah Rowe
3 daysutil/nvmutil: fix duplicated word in commentLeah Rowe
3 daysutil/nvmutil: make part_modified an unsigned charLeah Rowe
3 daysutil/nvmutil: fix bad string in gbe_read_part()Leah Rowe
3 daysutil/nvmutil: calculate off AFTER part validationLeah Rowe
3 daysutil/nvmutil: made a comment a bit clearerLeah Rowe
3 daysutil/nvmutil: fix another printf specifierLeah Rowe
3 daysutil/nvmutil: remove unnecessary castsLeah Rowe
3 daysutil/nvmutil: fix more bad printf statementsLeah Rowe
3 daysutil/nvmutil: fix a few bad printf statementsLeah Rowe
3 daysutil/nvmutil: warn about partial gbe file writesLeah Rowe
3 daysutil/nvmutil: use size_t for part numbersLeah Rowe
3 daysutil/nvmutil: clean up file handlingLeah Rowe
3 daysutil/nvmutil: minor cleanupLeah Rowe
3 daysutil/nvmutil: mem bound check on file read/writeLeah Rowe
3 daysutil/nvmutil: rename gbe_bound for clarityLeah Rowe
3 daysutil/nvmutil: make defines easier to understandLeah Rowe
3 daysutil/nvmutil: tidy up set_mac_nibLeah Rowe
3 daysutil/nvmutil: use portable printf on hexdumpLeah Rowe
3 daysutil/nvmutil: make the MAC shifting easier to readLeah Rowe
3 daysutil/nvmutil: optimise hextonumLeah Rowe
3 daysutil/nvmutil: fix parenthesis warning in GCCLeah Rowe
3 daysutil/nvmutil: tidy up set_mac_nibLeah Rowe
3 daysutil/nvmutil: clearer intent on struct dataLeah Rowe
3 daysutil/nvmutil: more readable NVM definesLeah Rowe
3 daysutil/nvmutil: more readable SIZE_nKB definesLeah Rowe
3 daysutil/nvmutil: use arc4random on DragonFly BSDLeah Rowe
3 daysutil/nvmutil: use strlen instead of strnlenLeah Rowe
3 daysutil/nvmutil: add bound checks for gbe read/writeLeah Rowe
3 daysutil/nvmutil: minor code cleanupLeah Rowe
3 daysutil/nvmutil: clearer macbuff init in set_mac_nibLeah Rowe
3 daysutil/nvmutil: don't reset rfd on openbsdLeah Rowe
3 daysutil/nvmutil: tidy up rhex()Leah Rowe
3 daysutil/nvmutil: properly handle sizeof in rhex()Leah Rowe
3 daysutil/nvmutil: make rmac an array, not a literal.Leah Rowe
3 daysutil/nvmutil: use arc4random when availableLeah Rowe
3 daysutil/nvmutil: inline pos calculation on word()Leah Rowe
3 daysutil/nvmutil: remove pointless checkLeah Rowe
3 daysutil/nvmutil: cast inside check_bound, not callersLeah Rowe
3 daysutil/nvmutil: comment regarding endiannessLeah Rowe
3 daysutil/nvmutil: clean up set_wordLeah Rowe
3 daysutil/nvmutil: use size_t for offsets in wordsLeah Rowe
3 daysutil/nvmutil: remove the swap() functionLeah Rowe
5 daysutil/nvmutil: rhex: don't read twice!Leah Rowe
5 daysutil/nvmutil: unified file read error handlingLeah Rowe
5 daysutil/nvmutil: tidy up cmd_brickLeah Rowe
5 daysutil/nvmutil: minor code cleanupLeah Rowe