summaryrefslogtreecommitdiff
path: root/util/nvmutil
AgeCommit message (Expand)Author
5 daysutil/nvmutil: Update AUTHORS and COPYING filesLeah Rowe
5 daysutil/nvmutil: Describe nvmutil in help outputLeah Rowe
5 daysutil/nvmutil: Remove the correct binary on uninstallLeah Rowe
5 daysutil/nvmutil: Honour the INSTALL variableLeah Rowe
5 daysutil/nvmutil: Don't clean when doing uninstallLeah Rowe
5 daysutil/nvmutil: Proper DESTDIR/PREFIX handlingLeah Rowe
5 daysutil/nvmutil: Set CC and CFLAGS only if unsetLeah Rowe
5 daysutil/nvmutil: Capitalise BABALeah Rowe
5 daysutil/nvmutil: Add uninstall to MakefileLeah Rowe
5 daysutil/nvmutil: Add distclean to MakefileLeah Rowe
5 daysutil/nvmutil: Make the GbE checksum a defineLeah Rowe
5 daysutil/nvmutil: nicer hexdump displayLeah Rowe
5 daysutil/nvmutil: show the correct hexdump orderLeah Rowe
6 daysutil/nvmutil: Obey the 79-character per line limitLeah Rowe
6 daysutil/nvmutil: Tidy up copyright headerLeah Rowe
7 daysutil/nvmutil: Fix another stragglerLeah Rowe
7 daysutil/nvmutil: Tidy up pledge callsLeah Rowe
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