Age | Commit message (Expand) | Author |
2023-05-20 | build/release/src: handle errors in subshells | Leah Rowe |
2023-05-20 | build/release/src: split logic into functions | Leah Rowe |
2023-05-20 | build/ich9utils: simplify, fix error handling | Leah Rowe |
2023-05-20 | build/memtest86plus: use tabs for indentation | Leah Rowe |
2023-05-20 | build/clean/crossgcc: better code style | Leah Rowe |
2023-05-20 | build/descriptors: simplify and fix error handling | Leah Rowe |
2023-05-20 | build/grub: fix inconsistent indentation | Leah Rowe |
2023-05-20 | build/grub: implement error handling | Leah Rowe |
2023-05-20 | build/grub: introduce main(), split it up | Leah Rowe |
2023-05-20 | build/cbutils: remove unnecessary directory check | Leah Rowe |
2023-05-20 | build/cbutils: rename function for clarity | Leah Rowe |
2023-05-20 | build/cbutil: avoid frivilous use of subshells | Leah Rowe |
2023-05-20 | build/cbutils: top-down coding style, main on top | Leah Rowe |
2023-05-20 | build/cbutils: 79 chars or less per line | Leah Rowe |
2023-05-20 | build/cbutils: use tabs for indendation | Leah Rowe |
2023-05-18 | gitclone: add my copyright for recent changes | Leah Rowe |
2023-05-18 | use env in shell scripts | Leah Rowe |
2023-05-18 | gitclone: only rm the old directory at the end | Leah Rowe |
2023-05-18 | gitclone: stricter error handling | Leah Rowe |
2023-05-18 | gitclone: minor cleanup | Leah Rowe |
2023-05-18 | gitclone: split logic out of main() | Leah Rowe |
2023-05-18 | download/coreboot: minor cleanup | Leah Rowe |
2023-05-18 | gitclone: cleaner coding style | Leah Rowe |
2023-05-18 | blobutil/download: minor code cleanup | Leah Rowe |
2023-05-18 | modify: clean up duplicated code | Leah Rowe |
2023-05-18 | modify: cleaner coding style | Leah Rowe |
2023-05-18 | build: cleaner coding style | Leah Rowe |
2023-05-18 | build: reduce code to less than 80 chars per line | Leah Rowe |
2023-05-18 | blobutil: exit 1 if a called script fails | Leah Rowe |
2023-05-18 | blobutil: cleaner coding style | Leah Rowe |
2023-05-18 | .gitcheck: exit 1 if unsupported argument given | Leah Rowe |
2023-05-18 | .gitcheck: use subshells where appropriate | Leah Rowe |
2023-05-18 | .gitcheck: re-add redirection to /dev/null | Leah Rowe |
2023-05-18 | .gitcheck clean: clean coreboot directories too | Leah Rowe |
2023-05-18 | .gitcheck: reduce indentation level for loop | Leah Rowe |
2023-05-18 | .gitcheck: move logic out of main() | Leah Rowe |
2023-05-18 | .gitcheck: *actually* check coreboot directories | Leah Rowe |
2023-05-18 | .gitcheck: improved coding style | Leah Rowe |
2023-05-18 | .gitcheck: check argv when running gitcheck-clean | Leah Rowe |
2023-05-18 | .gitcheck: actually *run* gitcheck-clean | Leah Rowe |
2023-05-18 | download: code cleanup | Leah Rowe |
2023-05-18 | download: check for non-existent script in loop | Leah Rowe |
2023-05-18 | download script: bugfix: gitcheck clean didn't run | Leah Rowe |
2023-05-18 | download script: improved coding style | 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 |