Age | Commit message (Expand) | Author |
2023-11-06 | nvmutil: print usage | Riku Viitanen |
2023-11-06 | nvmutil: fix makefile | Riku Viitanen |
2023-11-06 | nvmutil: make install | Riku Viitanen |
2023-10-12 | nvmutil: simplify endianness handling | Leah Rowe |
2023-10-12 | nvmutil: don't reset errno before write | Leah Rowe |
2023-10-12 | nvmutil: reset errno on successful write | Leah Rowe |
2023-10-12 | nvmutil: simplify prototype declarations | Leah Rowe |
2023-09-25 | util/: use SPDX license and copyright headers | Leah Rowe |
2023-09-25 | Update email address for Leah Rowe copyrights | Leah Rowe |
2023-09-19 | util/nvmutil: remove xorswap() macro | Leah Rowe |
2023-09-19 | util/nvmutil: make setWord a macro | Leah Rowe |
2023-09-19 | util/nvmutil: further optimise swap command | Leah Rowe |
2023-09-19 | util/nvmutil: use correct comparisons on pointers | Leah Rowe |
2023-09-19 | util/nvmutil: optimise swap command | Leah Rowe |
2023-09-18 | util/nvmutil: don't use err_if on argc check | Leah Rowe |
2023-09-18 | util/nvmutil: always print filename in err_if | Leah Rowe |
2023-09-18 | util/nvmutil: remove SIZE_8KB define | Leah Rowe |
2023-09-18 | util/nvmutil: remove xpread/xpwrite macros | Leah Rowe |
2023-09-18 | util/nvmutil: remove unnecessary xclose macro | Leah Rowe |
2023-09-18 | util/nvmutil: simplify pledge and unveil handling | Leah Rowe |
2023-09-05 | util/nvmutil: put code all in nvmutil.c | Leah Rowe |
2023-06-14 | util/nvmutil: reduced indentation inside loop | Leah Rowe |
2023-06-03 | util/nvmutil: call unveil earlier, and harden | Leah Rowe |
2023-06-03 | util/nvmutil: hardening: reduce pledges earlier | Leah Rowe |
2023-06-03 | util/nvmutil: fix faulty arg check | Leah Rowe |
2023-06-03 | util/nvmutil: cleanup: move logic out of main() | Leah Rowe |
2023-06-03 | util/nvmutil: major cleanup. simpler arg handling. | Leah Rowe |
2023-06-02 | util/nvmutil: simplify writeGbeFile() | Leah Rowe |
2023-06-01 | util/nvmutil: don't call writeGbeFile if O_RDONLY | Leah Rowe |
2023-06-01 | util/nvmutil: code cleanup (pledge/unveil calls) | Leah Rowe |
2023-06-01 | util/nvmutil: harden pledge/unveil calls (OpenBSD) | Leah Rowe |
2023-06-01 | util/nvmutil: fix faulty fd check | Leah Rowe |
2023-06-01 | util/nvmutil: only swap/copy if checksum is valid | Leah Rowe |
2023-06-01 | util/nvmutil: use bsd-style indentation | Leah Rowe |
2023-06-01 | util/nvmutil: clean up rhex() | Leah Rowe |
2023-06-01 | util/nvmutil: check correct return value on close() | Leah Rowe |
2023-06-01 | util/nvmutil: massive code cleanup | Leah Rowe |
2023-06-01 | util/nvmutil: move includes to nvmutil.h | Leah Rowe |
2023-06-01 | util/nvmutil: move xpledge/xunveil to nvmutil.h | Leah Rowe |
2023-06-01 | util/nvmutil: use SPDX license headers | Leah Rowe |
2023-06-01 | util/nvmutil: move non-functions to nvmutil.h | Leah Rowe |
2023-06-01 | util/nvmutil: use even more macros (code cleanup) | Leah Rowe |
2023-06-01 | util/nvmutil: remove unnecessary parentheses | Leah Rowe |
2023-06-01 | util/nvmutil: simplify setWord() with word() macro | Leah Rowe |
2023-06-01 | util/nvmutil: do xor swap in a macro | Leah Rowe |
2023-06-01 | util/nvmutil pledge,unveil: use correct err string | Leah Rowe |
2023-06-01 | util/nvmutil: ensure that errno is set on err() | Leah Rowe |
2023-06-01 | util/nvmutil: minor code cleanup | Leah Rowe |
2023-05-31 | util/nvmutil: simplified error handling in main | Leah Rowe |
2023-05-31 | util/nvmutil: Use unveil, and harden pledges | Leah Rowe |