summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-06-04util/spkmodem-recv: always set errno on err()Leah Rowe
2023-06-04util/spkmodem-recv: minor code cleanupLeah Rowe
2023-06-04util/spkmodem-recv: handle sample errors correctlyLeah Rowe
2023-06-04util/spkmodem-recv: simplify pulse checkLeah 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
2023-05-31util/nvmutil: Harden pledge promisesLeah Rowe
2023-05-31util/nvmutil: Simplify use of pledge (on OpenBSD)Leah Rowe
2023-05-30util/nvmutil: Use correct pledge promise (OpenBSD)Leah Rowe
2023-05-30util/*: Properly detect OpenBSD for pledge() callLeah Rowe
2023-05-29util/e6400-flash-unlock: clean up commented codeLeah Rowe
2023-05-16util/spkmodem_recv: Use pledge but only on OpenBSDLeah Rowe
2023-05-16util/spkmodem_recv: Add -u flag (no line buffer)Leah Rowe
2023-05-16util/spkmodem_recv: Tidy up global variablesLeah Rowe
2023-05-16util/spkmodem_recv: Make pulse variable globalLeah Rowe
2023-05-16util/spkmodem_recv: Use parentheses on comparisonsLeah Rowe
2023-05-16util/spkmodem_recv: Move global variable: pulseLeah Rowe
2023-05-16util/spkmodem_recv: Purge unused global: amplitudeLeah Rowe
2023-05-16util/spkmodem_recv: Remove unused variable: posLeah Rowe
2023-05-16util/spkmodem_recv: Re-order functions for clarityLeah Rowe
2023-05-16util/spkmodem_recv: Handle output in new functionLeah Rowe
2023-05-16util/spkmodem_recv: Re-order prototypesLeah Rowe
2023-05-16util/spkmodem_recv: Rename functions for clarityLeah Rowe
2023-05-16util/spkmodem_recv: Return errno in mainLeah Rowe