summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-18use env in shell scriptsLeah Rowe
2023-05-18gitclone: only rm the old directory at the endLeah Rowe
2023-05-18gitclone: stricter error handlingLeah Rowe
2023-05-18gitclone: minor cleanupLeah Rowe
2023-05-18gitclone: split logic out of main()Leah Rowe
2023-05-18download/coreboot: minor cleanupLeah Rowe
2023-05-18gitclone: cleaner coding styleLeah Rowe
2023-05-18blobutil/download: minor code cleanupLeah Rowe
2023-05-18modify: clean up duplicated codeLeah Rowe
2023-05-18modify: cleaner coding styleLeah Rowe
2023-05-18build: cleaner coding styleLeah Rowe
2023-05-18build: reduce code to less than 80 chars per lineLeah Rowe
2023-05-18blobutil: exit 1 if a called script failsLeah Rowe
2023-05-18blobutil: cleaner coding styleLeah Rowe
2023-05-18.gitcheck: exit 1 if unsupported argument givenLeah Rowe
2023-05-18.gitcheck: use subshells where appropriateLeah Rowe
2023-05-18.gitcheck: re-add redirection to /dev/nullLeah Rowe
2023-05-18.gitcheck clean: clean coreboot directories tooLeah Rowe
2023-05-18.gitcheck: reduce indentation level for loopLeah Rowe
2023-05-18.gitcheck: move logic out of main()Leah Rowe
2023-05-18.gitcheck: *actually* check coreboot directoriesLeah Rowe
2023-05-18.gitcheck: improved coding styleLeah Rowe
2023-05-18.gitcheck: check argv when running gitcheck-cleanLeah Rowe
2023-05-18.gitcheck: actually *run* gitcheck-cleanLeah Rowe
2023-05-18download: code cleanupLeah Rowe
2023-05-18download: check for non-existent script in loopLeah Rowe
2023-05-18download script: bugfix: gitcheck clean didn't runLeah Rowe
2023-05-18download script: improved coding styleLeah 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
2023-05-16util/spkmodem_recv: Rename variable for clarityLeah Rowe
2023-05-16util/spkmodem_recv: Remove space in function callsLeah Rowe
2023-05-16util/spkmodem_recv: Say frame in EnglishLeah Rowe
2023-05-16util/spkmodem_recv: Top-down logic (main on top)Leah Rowe