summaryrefslogtreecommitdiff
path: root/util/nvmutil
AgeCommit message (Expand)Author
2023-11-06nvmutil: print usageRiku Viitanen
2023-11-06nvmutil: fix makefileRiku Viitanen
2023-11-06nvmutil: make installRiku Viitanen
2023-10-12nvmutil: simplify endianness handlingLeah Rowe
2023-10-12nvmutil: don't reset errno before writeLeah Rowe
2023-10-12nvmutil: reset errno on successful writeLeah Rowe
2023-10-12nvmutil: simplify prototype declarationsLeah Rowe
2023-09-25util/: use SPDX license and copyright headersLeah Rowe
2023-09-25Update email address for Leah Rowe copyrightsLeah Rowe
2023-09-19util/nvmutil: remove xorswap() macroLeah Rowe
2023-09-19util/nvmutil: make setWord a macroLeah Rowe
2023-09-19util/nvmutil: further optimise swap commandLeah Rowe
2023-09-19util/nvmutil: use correct comparisons on pointersLeah Rowe
2023-09-19util/nvmutil: optimise swap commandLeah Rowe
2023-09-18util/nvmutil: don't use err_if on argc checkLeah Rowe
2023-09-18util/nvmutil: always print filename in err_ifLeah Rowe
2023-09-18util/nvmutil: remove SIZE_8KB defineLeah Rowe
2023-09-18util/nvmutil: remove xpread/xpwrite macrosLeah Rowe
2023-09-18util/nvmutil: remove unnecessary xclose macroLeah Rowe
2023-09-18util/nvmutil: simplify pledge and unveil handlingLeah Rowe
2023-09-05util/nvmutil: put code all in nvmutil.cLeah Rowe
2023-06-14util/nvmutil: reduced indentation inside loopLeah Rowe
2023-06-03util/nvmutil: call unveil earlier, and hardenLeah Rowe
2023-06-03util/nvmutil: hardening: reduce pledges earlierLeah Rowe
2023-06-03util/nvmutil: fix faulty arg checkLeah Rowe
2023-06-03util/nvmutil: cleanup: move logic out of main()Leah Rowe
2023-06-03util/nvmutil: major cleanup. simpler arg handling.Leah Rowe
2023-06-02util/nvmutil: simplify writeGbeFile()Leah Rowe
2023-06-01util/nvmutil: don't call writeGbeFile if O_RDONLYLeah Rowe
2023-06-01util/nvmutil: code cleanup (pledge/unveil calls)Leah Rowe
2023-06-01util/nvmutil: harden pledge/unveil calls (OpenBSD)Leah Rowe
2023-06-01util/nvmutil: fix faulty fd checkLeah Rowe
2023-06-01util/nvmutil: only swap/copy if checksum is validLeah Rowe
2023-06-01util/nvmutil: use bsd-style indentationLeah Rowe
2023-06-01util/nvmutil: clean up rhex()Leah Rowe
2023-06-01util/nvmutil: check correct return value on close()Leah Rowe
2023-06-01util/nvmutil: massive code cleanupLeah Rowe
2023-06-01util/nvmutil: move includes to nvmutil.hLeah Rowe
2023-06-01util/nvmutil: move xpledge/xunveil to nvmutil.hLeah Rowe
2023-06-01util/nvmutil: use SPDX license headersLeah Rowe
2023-06-01util/nvmutil: move non-functions to nvmutil.hLeah Rowe
2023-06-01util/nvmutil: use even more macros (code cleanup)Leah Rowe
2023-06-01util/nvmutil: remove unnecessary parenthesesLeah Rowe
2023-06-01util/nvmutil: simplify setWord() with word() macroLeah Rowe
2023-06-01util/nvmutil: do xor swap in a macroLeah Rowe
2023-06-01util/nvmutil pledge,unveil: use correct err stringLeah Rowe
2023-06-01util/nvmutil: ensure that errno is set on err()Leah Rowe
2023-06-01util/nvmutil: minor code cleanupLeah Rowe
2023-05-31util/nvmutil: simplified error handling in mainLeah Rowe
2023-05-31util/nvmutil: Use unveil, and harden pledgesLeah Rowe