summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2023-06-13util/spkmodem-recv: simplify getopt handlingLeah Rowe
2023-06-13util/spkmodem-recv: cleaner ring buffer handlingLeah Rowe
2023-06-13remove errant fileLeah Rowe
2023-06-12util/spkmodem-recv: re-add full license headerLeah Rowe
2023-06-12util/ich9gen: change default mac addressLeah Rowe
2023-06-08util/spkmodem-recv: fix regressionLeah Rowe
2023-06-05util/spkmodem-recv: make ringpos a global variableLeah Rowe
2023-06-05util/spkmodem-recv: simplify sample_cnt/char resetLeah Rowe
2023-06-05util/spkmodem-recv: print stats in other functionLeah Rowe
2023-06-05util/spkmodem-recv: only print unhandled err on -dLeah Rowe
2023-06-05util/spkmodem-recv: make debug a runtime optionLeah Rowe
2023-06-05util/spkmodem-recv: always disable line bufferingLeah Rowe
2023-06-05util/spkmodem-recv: simplify stdout flush logicLeah Rowe
2023-06-05util/spkmodem-recv: rename variables for clarityLeah Rowe
2023-06-04util/spkmodem-recv: split print_char() upLeah Rowe
2023-06-04util/spkmodem-recv: reduce indent in print_char()Leah Rowe
2023-06-04util/spkmodem-recv: squash a few code linesLeah Rowe
2023-06-04util/spkmodem-recv: bsd-style indentLeah Rowe
2023-06-04util/spkmodem-recv: order prototypes per functionLeah Rowe
2023-06-04util/spkmodem-recv: warn on unhandled exit errorLeah Rowe
2023-06-04util/spkmodem-recv: another minor code cleanupLeah Rowe
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