summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
4 daysutil/nvmutil: made a comment a bit clearerLeah Rowe
4 daysutil/nvmutil: fix another printf specifierLeah Rowe
4 daysutil/nvmutil: remove unnecessary castsLeah Rowe
4 daysutil/nvmutil: fix more bad printf statementsLeah Rowe
4 daysutil/nvmutil: fix a few bad printf statementsLeah Rowe
4 daysutil/nvmutil: warn about partial gbe file writesLeah Rowe
4 daysutil/nvmutil: use size_t for part numbersLeah Rowe
4 daysutil/nvmutil: clean up file handlingLeah Rowe
4 daysutil/nvmutil: minor cleanupLeah Rowe
4 daysutil/nvmutil: mem bound check on file read/writeLeah Rowe
4 daysutil/nvmutil: rename gbe_bound for clarityLeah Rowe
4 daysutil/nvmutil: make defines easier to understandLeah Rowe
4 daysutil/nvmutil: tidy up set_mac_nibLeah Rowe
4 daysutil/nvmutil: use portable printf on hexdumpLeah Rowe
4 daysutil/nvmutil: make the MAC shifting easier to readLeah Rowe
4 daysutil/nvmutil: optimise hextonumLeah Rowe
4 daysutil/nvmutil: fix parenthesis warning in GCCLeah Rowe
4 daysutil/nvmutil: tidy up set_mac_nibLeah Rowe
4 daysutil/nvmutil: clearer intent on struct dataLeah Rowe
4 daysutil/nvmutil: more readable NVM definesLeah Rowe
4 daysutil/nvmutil: more readable SIZE_nKB definesLeah Rowe
4 daysutil/nvmutil: use arc4random on DragonFly BSDLeah Rowe
4 daysutil/nvmutil: use strlen instead of strnlenLeah Rowe
4 daysutil/nvmutil: add bound checks for gbe read/writeLeah Rowe
4 daysutil/nvmutil: minor code cleanupLeah Rowe
4 daysutil/nvmutil: clearer macbuff init in set_mac_nibLeah Rowe
4 daysutil/nvmutil: don't reset rfd on openbsdLeah Rowe
4 daysutil/nvmutil: tidy up rhex()Leah Rowe
4 daysutil/nvmutil: properly handle sizeof in rhex()Leah Rowe
4 daysutil/nvmutil: make rmac an array, not a literal.Leah Rowe
4 daysutil/nvmutil: use arc4random when availableLeah Rowe
4 daysutil/nvmutil: inline pos calculation on word()Leah Rowe
4 daysutil/nvmutil: remove pointless checkLeah Rowe
4 daysutil/nvmutil: cast inside check_bound, not callersLeah Rowe
4 daysutil/nvmutil: comment regarding endiannessLeah Rowe
4 daysutil/nvmutil: clean up set_wordLeah Rowe
4 daysutil/nvmutil: use size_t for offsets in wordsLeah Rowe
4 daysutil/nvmutil: remove the swap() functionLeah Rowe
6 daysutil/nvmutil: rhex: don't read twice!Leah Rowe
7 daysutil/nvmutil: unified file read error handlingLeah Rowe
7 daysutil/nvmutil: tidy up cmd_brickLeah Rowe
7 daysutil/nvmutil: minor code cleanupLeah Rowe
7 daysutil/nvmutil: provide comment about global stateLeah Rowe
7 daysutil/nvmutil: reset errno on *successful* readLeah Rowe
7 daysutil/nvmutil: don't reset errno in check_read_or_dieLeah Rowe
7 daysutil/nvmutil: minor code cleanupLeah Rowe
7 daysutil/nvmutil: comment regarding memcpy endiannessLeah Rowe
7 daysutil/nvmutil: don't usleep on file readsLeah Rowe
7 daysutil/nvmutil: handle error after check_read_or_dieLeah Rowe
7 daysutil/nvmutil: handle errno after file readLeah Rowe