Age | Commit message (Expand) | Author |
2023-06-01 | util/nvmutil: minor code cleanup | Leah Rowe |
2023-05-31 | util/nvmutil: simplified error handling in main | Leah Rowe |
2023-05-31 | util/nvmutil: Use unveil, and harden pledges | Leah Rowe |
2023-05-31 | util/nvmutil: Harden pledge promises | Leah Rowe |
2023-05-31 | util/nvmutil: Simplify use of pledge (on OpenBSD) | Leah Rowe |
2023-05-30 | util/nvmutil: Use correct pledge promise (OpenBSD) | Leah Rowe |
2023-05-30 | util/*: Properly detect OpenBSD for pledge() call | Leah Rowe |
2023-05-29 | util/e6400-flash-unlock: clean up commented code | 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 |
2023-05-16 | util/spkmodem_recv: Purge unused global: amplitude | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Remove unused variable: pos | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Re-order functions for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Handle output in new function | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Re-order prototypes | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Rename functions for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Return errno in main | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Use correct printf specifier | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Add error handling | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Move logic out of main | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Rename variable for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Remove use of static keyword | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Rename variable for clarity | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Remove space in function calls | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Say frame in English | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Top-down logic (main on top) | Leah Rowe |
2023-05-16 | util/spkmodem_recv: simplified pulse check | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Define argc/argv in main | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Reduced indentation in loop | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Use tabs for indentation | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Add clean to the Makefile | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Define CC in the Makefile | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Add strict CFLAGS | Leah Rowe |
2023-05-16 | util/spkmodem_recv: Import from coreboot | Leah Rowe |
2023-04-30 | util/e6400-flash-unlock: do void on ec_fdo_command | Leah Rowe |
2023-04-24 | don't force console mode in grub | Leah Rowe |
2023-04-19 | util/e6400-flash-unlock: restore README | Nicholas Chin |
2023-04-19 | Add E6400 flash unlock utility | Nicholas Chin |
2023-04-15 | util/nvmutil: sort includes alphabetically | Leah Rowe |
2023-04-11 | util/nvmutil: don't display errant whitespace | Leah Rowe |
2023-04-08 | add ich9utils back to utils | Leah Rowe |
2023-04-07 | util/nvmutil: even crazier code size reduction | Leah Rowe |
2023-04-07 | util/nvmutil: yet more code size optimisation | Leah Rowe |
2023-04-07 | util/nvmutil: more code size optimisations | Leah Rowe |
2023-04-07 | util/nvmutil: minor code size optimisation | Leah Rowe |
2023-04-07 | util/nvmutil: fix possible regression | Leah Rowe |