summaryrefslogtreecommitdiff
path: root/util/spkmodem_recv
AgeCommit message (Expand)Author
2023-10-17util/spkmodem-recv: detailed copyright historyLeah Rowe
2023-09-25util/: use SPDX license and copyright headersLeah Rowe
2023-06-14util/spkmodem-recv: rename function for clarityLeah Rowe
2023-06-13util/spkmodem-recv: remove unnecessary error checkLeah Rowe
2023-06-13util/spkmodem-recv: say cc, not gcc, in commentLeah Rowe
2023-06-13util/spkmodem-recv: fix bad commentLeah Rowe
2023-06-13util/spkmodem-recv: remove unnecessary assignmentLeah Rowe
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-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-05-30util/*: Properly detect OpenBSD for pledge() callLeah 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
2023-05-16util/spkmodem_recv: Use correct printf specifierLeah Rowe
2023-05-16util/spkmodem_recv: Add error handlingLeah Rowe
2023-05-16util/spkmodem_recv: Move logic out of mainLeah Rowe
2023-05-16util/spkmodem_recv: Rename variable for clarityLeah Rowe
2023-05-16util/spkmodem_recv: Remove use of static keywordLeah Rowe