Age | Commit message (Expand) | Author |
2023-06-04 | util/spkmodem-recv: always set errno on err() | Leah Rowe |
2023-06-04 | util/spkmodem-recv: minor code cleanup | Leah Rowe |
2023-06-04 | util/spkmodem-recv: handle sample errors correctly | Leah Rowe |
2023-06-04 | util/spkmodem-recv: simplify pulse check | 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-05-29 | util/e6400-flash-unlock: clean up commented code | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Use pledge but only on OpenBSD | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Add -u flag (no line buffer) | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Tidy up global variables | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Make pulse variable global | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Use parentheses on comparisons | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Move global variable: pulse | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Purge unused global: amplitude | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Remove unused variable: pos | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Re-order functions for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Handle output in new function | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Re-order prototypes | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Rename functions for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Return errno in main | Leah Rowe |