summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
21 hoursutil/nvmutil: mem bound check on file read/writeLeah Rowe
22 hoursutil/nvmutil: rename gbe_bound for clarityLeah Rowe
22 hoursutil/nvmutil: make defines easier to understandLeah Rowe
22 hoursutil/nvmutil: tidy up set_mac_nibLeah Rowe
22 hoursutil/nvmutil: use portable printf on hexdumpLeah Rowe
22 hoursutil/nvmutil: make the MAC shifting easier to readLeah Rowe
22 hoursutil/nvmutil: optimise hextonumLeah Rowe
23 hoursutil/nvmutil: fix parenthesis warning in GCCLeah Rowe
23 hoursutil/nvmutil: tidy up set_mac_nibLeah Rowe
23 hoursutil/nvmutil: clearer intent on struct dataLeah Rowe
23 hoursutil/nvmutil: more readable NVM definesLeah Rowe
23 hoursutil/nvmutil: more readable SIZE_nKB definesLeah Rowe
23 hoursutil/nvmutil: use arc4random on DragonFly BSDLeah Rowe
23 hoursutil/nvmutil: use strlen instead of strnlenLeah Rowe
23 hoursutil/nvmutil: add bound checks for gbe read/writeLeah Rowe
23 hoursutil/nvmutil: minor code cleanupLeah Rowe
24 hoursutil/nvmutil: clearer macbuff init in set_mac_nibLeah Rowe
25 hoursutil/nvmutil: don't reset rfd on openbsdLeah Rowe
25 hoursutil/nvmutil: tidy up rhex()Leah Rowe
25 hoursutil/nvmutil: properly handle sizeof in rhex()Leah Rowe
25 hoursutil/nvmutil: make rmac an array, not a literal.Leah Rowe
25 hoursutil/nvmutil: use arc4random when availableLeah Rowe
26 hoursutil/nvmutil: inline pos calculation on word()Leah Rowe
26 hoursutil/nvmutil: remove pointless checkLeah Rowe
26 hoursutil/nvmutil: cast inside check_bound, not callersLeah Rowe
26 hoursutil/nvmutil: comment regarding endiannessLeah Rowe
26 hoursutil/nvmutil: clean up set_wordLeah Rowe
26 hoursutil/nvmutil: use size_t for offsets in wordsLeah Rowe
27 hoursutil/nvmutil: remove the swap() functionLeah Rowe
3 daysutil/nvmutil: rhex: don't read twice!Leah Rowe
4 daysutil/nvmutil: unified file read error handlingLeah Rowe
4 daysutil/nvmutil: tidy up cmd_brickLeah Rowe
4 daysutil/nvmutil: minor code cleanupLeah Rowe
4 daysutil/nvmutil: provide comment about global stateLeah Rowe
4 daysutil/nvmutil: reset errno on *successful* readLeah Rowe
4 daysutil/nvmutil: don't reset errno in check_read_or_dieLeah Rowe
4 daysutil/nvmutil: minor code cleanupLeah Rowe
4 daysutil/nvmutil: comment regarding memcpy endiannessLeah Rowe
4 daysutil/nvmutil: don't usleep on file readsLeah Rowe
4 daysutil/nvmutil: handle error after check_read_or_dieLeah Rowe
4 daysutil/nvmutil: handle errno after file readLeah Rowe
4 daysutil/nvmutil: simplified zero-mac-address checkLeah Rowe
4 daysutil/nvmutil: don't pass h as param in cmd_setmacLeah Rowe
4 daysutil/nvmutil: cast SIZE_4KB on the pwrite checkLeah Rowe
4 daysutil/nvmutil: usleep 1 on check_read_or_dieLeah Rowe
4 daysutil/nvmutil: reset errno on successful file readsLeah Rowe
4 daysutil/nvmutil: reset fd/rfd to negative oneLeah Rowe
4 daysutil/nvmutil: reset buf in reset_global_state()Leah Rowe
4 daysutil/nvmutil: reset macbuf in reset_global_stateLeah Rowe
4 daysutil/nvmutil: reset errno in reset_global_stateLeah Rowe