Age | Commit message (Expand) | Author |
2023-06-01 | util/nvmutil: harden pledge/unveil calls (OpenBSD) | Leah Rowe |
2023-06-01 | util/nvmutil: fix faulty fd check | Leah Rowe |
2023-06-01 | util/nvmutil: only swap/copy if checksum is valid | Leah Rowe |
2023-06-01 | util/nvmutil: use bsd-style indentation | Leah Rowe |
2023-06-01 | util/nvmutil: clean up rhex() | Leah Rowe |
2023-06-01 | util/nvmutil: check correct return value on close() | Leah Rowe |
2023-06-01 | util/nvmutil: massive code cleanup | Leah Rowe |
2023-06-01 | util/nvmutil: move includes to nvmutil.h | Leah Rowe |
2023-06-01 | util/nvmutil: move xpledge/xunveil to nvmutil.h | Leah Rowe |
2023-06-01 | util/nvmutil: use SPDX license headers | Leah Rowe |
2023-06-01 | util/nvmutil: move non-functions to nvmutil.h | Leah Rowe |
2023-06-01 | util/nvmutil: use even more macros (code cleanup) | Leah Rowe |
2023-06-01 | util/nvmutil: remove unnecessary parentheses | Leah Rowe |
2023-06-01 | util/nvmutil: simplify setWord() with word() macro | Leah Rowe |
2023-06-01 | util/nvmutil: do xor swap in a macro | Leah Rowe |
2023-06-01 | util/nvmutil pledge,unveil: use correct err string | Leah Rowe |
2023-06-01 | util/nvmutil: ensure that errno is set on err() | Leah Rowe |
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-27 | blobutil: merge with main script | Leah Rowe |
2023-05-27 | unify download/build scripts | Leah Rowe |
2023-05-27 | unify these scripts: build, modify and update | Leah Rowe |
2023-05-27 | build/payload/seabios: reduced indentation | Leah Rowe |
2023-05-27 | Remove most of Ferass's lbmk contributions | Leah Rowe |
2023-05-24 | download/coreboot: fix error handling in subshell | Leah Rowe |
2023-05-24 | download/coreboot: don't needlessly re-download | Leah Rowe |
2023-05-21 | download/coreboot: remove unnecessary bloat | Leah Rowe |
2023-05-20 | build/clean/u-boot: remove unnecesssary check | Leah Rowe |
2023-05-20 | build/clean/u-boot: improved coding style | Leah Rowe |
2023-05-20 | build/clean/ich9utils: don't use subshell | Leah Rowe |
2023-05-20 | build/u-boot: top-down, split-function code style | Leah Rowe |
2023-05-20 | build/payload/u-boot: 79 chars or less per line | Leah Rowe |
2023-05-20 | build/payload/u-boot: fix wrong attributions | Leah Rowe |
2023-05-20 | build/payload/grub: rename functions for clarity | Leah Rowe |
2023-05-20 | build/payload/grub: remove unnecessary check | Leah Rowe |
2023-05-20 | build/payload/grub: split logic into functions | Leah Rowe |
2023-05-20 | build/payload/grub: 79 chars or less per line | Leah Rowe |
2023-05-20 | build/release/roms: minor cleanup | Leah Rowe |
2023-05-20 | build/release/roms: handle argument properly | Leah Rowe |
2023-05-20 | build/release/roms: remove superfluous comments | Leah Rowe |
2023-05-20 | build/release/roms: handle errors inside subshell | Leah Rowe |
2023-05-20 | build/release/roms: split logic into functions | Leah Rowe |
2023-05-20 | build/release/roms: use tabs for indentation | Leah Rowe |
2023-05-20 | build/release/src: 79 chars or less per code line | Leah Rowe |