Age | Commit message (Expand) | Author |
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 |
2023-05-31 | util/nvmutil: Harden pledge promises | Leah Rowe |
2023-05-31 | util/nvmutil: Simplify use of pledge (on OpenBSD) | Leah Rowe |
2023-05-30 | util/nvmutil: Use correct pledge promise (OpenBSD) | Leah Rowe |
2023-05-30 | util/*: Properly detect OpenBSD for pledge() call | Leah Rowe |
2023-04-15 | util/nvmutil: sort includes alphabetically | Leah Rowe |
2023-04-11 | util/nvmutil: don't display errant whitespace | Leah Rowe |
2023-04-07 | util/nvmutil: even crazier code size reduction | Leah Rowe |
2023-04-07 | util/nvmutil: yet more code size optimisation | Leah Rowe |
2023-04-07 | util/nvmutil: more code size optimisations | Leah Rowe |
2023-04-07 | util/nvmutil: minor code size optimisation | Leah Rowe |
2023-04-07 | util/nvmutil: fix possible regression | Leah Rowe |
2023-04-06 | util/nvmutil: minor code cleanup | Leah Rowe |
2023-04-06 | util/nvmutil: remove unnecessary else statement | Leah Rowe |
2023-04-06 | util/nvmutil: less annoying comments | Leah Rowe |
2023-04-06 | util/nvmutil: remove duplicated logic | Leah Rowe |
2023-04-06 | util/nvmutil: one more comment | Leah Rowe |
2023-04-06 | util/nvmutil: add useful code comments | Leah Rowe |
2023-04-06 | util/nvmutil: remove unnecessary debug messages | Leah Rowe |
2023-04-06 | util/nvmutil: serious re-factoring, part 2 | Leah Rowe |
2023-04-06 | util/nvmutil: consolidated error message | Leah Rowe |
2023-04-06 | util/nvmutil: serious re-factoring (speed boost!) | Leah Rowe |