summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
2026-03-03util/nvmutil: readGbe: use inverted part in swapLeah Rowe
2026-03-03util/nvmutil: clean up write_mac_partLeah Rowe
2026-03-03util/nvmutil: clean up cmd_dumpLeah Rowe
2026-03-03util/nvmutil: don't copy data in copy/swapLeah Rowe
2026-03-03util/nvmutil: re-introduce do_read in readGbeLeah Rowe
2026-03-03util/nvmutil: use read, not pread, on /dev/urandomLeah Rowe
2026-03-03util/nvmutil: clean up checkdirLeah Rowe
2026-03-03util/nvmutil: use separate st variable for urandomLeah Rowe
2026-03-03util/nvmutil: cleaner directory checkingLeah Rowe
2026-03-03util/nvmutil: initialise fname to empty stringLeah Rowe
2026-03-03util/nvmutil: fix code formatting on xopenLeah Rowe
2026-03-03nvmutil: fix the swap functionLeah Rowe
2026-03-03util/nvmutil: use EXIT_FAILURE/SUCCESS for exitsLeah Rowe
2026-03-03util/nvmutil: make err_if a function, not a macroLeah Rowe
2026-03-03util/nvmutil: properly cast void use of set_errLeah Rowe
2026-03-03util/nvmutil: don't exit with errno as statusLeah Rowe
2026-03-03util/nvmutil: split up cmd_setmacLeah Rowe
2026-03-03util/nvmutil: rename some functions for clarityLeah Rowe
2026-03-03util/nvmutil: split up parseMacStringLeah Rowe
2026-03-03util/nvmutil: remove useless gbe variableLeah Rowe
2026-03-03util/nvmutil: cmd copy/swap: use word/setWordLeah Rowe
2026-03-03util/nvmutil: remove variable nvmPartChangedLeah Rowe
2026-03-03util/nvmutil: merge nvmalloc with readGbeLeah Rowe
2026-03-03util/nvmutil: remove do_readLeah Rowe
2026-03-03util/nvmutil: read in fixed 4KB blocksLeah Rowe
2026-03-03util/nvmutil: use fixed bufferLeah Rowe
2026-03-03util/nvmutil: remove pointless arg in openFilesLeah Rowe
2026-03-02util/nvmutil: don't use xor swapLeah Rowe
2026-03-02util/nvmutil: don't use size_t as pointerLeah Rowe
2026-03-02util/nvmutil: don't capitalise set_errLeah Rowe
2026-03-02util/nvmutil: make xopen a function, not a macroLeah Rowe
2026-03-02util/nvmutil: merge block_unveil back with mainLeah Rowe
2026-03-02util/nvmutil: fix bad bound checkLeah Rowe
2026-03-02util/nvmutil: tidy up the xopen macroLeah Rowe
2026-03-02util/nvmutil: add boundary checks on word/setWordLeah Rowe
2026-03-02util/nvmutil: make word/setWord a functionLeah Rowe
2026-03-02util/nvmutil: rename openGbeFile to openFilesLeah Rowe
2026-03-02util/nvmutil: remove redundant unveil callLeah Rowe
2026-03-02util/nvmutil: call block_unveil earlierLeah Rowe
2026-03-02util/nvmutil: bring pledge in set_io_flag to mainLeah Rowe
2026-03-02util/nvmutil: call set_cmd much earlierLeah Rowe
2026-03-02util/nvmutil: unveil /dev/urandom much earlierLeah Rowe
2026-03-02util/nvmutil: split xopen handlingLeah Rowe
2026-03-02util/nvmutil: split unveil handlingLeah Rowe
2026-03-02util/nvmutil: split cmd init to new functionLeah Rowe
2026-03-02util/nvmutil: split flags init to new functionLeah Rowe
2026-03-02util/nvmutil: tidy up main()Leah Rowe
2026-03-02util/nvmutil: split unveil code to new functionLeah Rowe
2026-03-02util/nvmutil: separate usage functionLeah Rowe
2026-02-23nvmutil: simplify readGbe and writeGbeLeah Rowe