Age | Commit message (Expand) | Author |
2023-04-05 | util/nvmutil: fix faulty zeroes-mac-address check | Leah Rowe |
2023-04-05 | util/nvmutil: minor code cleanup | Leah Rowe |
2023-04-05 | util/nvmutil: move mac address parsing to function | Leah Rowe |
2023-03-06 | util/nvmutil: optimise rhex() further | Leah Rowe |
2023-01-28 | util/nvmutil: tidy up variable declarations | Leah Rowe |
2023-01-28 | util/nvmutil: setWord(): declare variables first | Leah Rowe |
2023-01-28 | util/nvmutil: reset errno if any write attempted | Leah Rowe |
2023-01-28 | util/nvmutil: do not write non-changes to disk | Leah Rowe |
2023-01-28 | util/nvmutil: cmd_swap(): write sequentually | Leah Rowe |
2023-01-28 | util/nvmutil: don't use malloc() | Leah Rowe |
2023-01-28 | util/nvmutil: fix clang build errors | Leah Rowe |
2023-01-28 | util/nvmutil: simplify rhex() | Leah Rowe |
2023-01-27 | util/nvmutil: use gbe[] in word() and setword() | Leah Rowe |
2023-01-27 | util/nvmutil: code cleanup | Leah Rowe |
2023-01-27 | util/nvmutil: call pledge() earlier, in main() | Leah Rowe |
2023-01-27 | util/nvmutil: remove unused #define | Leah Rowe |
2023-01-27 | util/nvmutil: optimised disk reads | Leah Rowe |
2023-01-27 | util/nvmutil: optimise cmd_swap() | Leah Rowe |
2023-01-27 | util/nvmutil: optimise rhex() for speed | Leah Rowe |
2023-01-27 | util/nvmutil: code cleanup in rhex() | Leah Rowe |
2023-01-17 | util/nvmutil: update copyright years | Leah Rowe |
2023-01-17 | util/nvmutil: limit bytes written per command | Leah Rowe |
2023-01-17 | util/nvmutil: make writeGbeFile more readable | Leah Rowe |
2023-01-17 | util/nvmutil: only write parts that are modified | Leah Rowe |
2022-12-24 | util/nvmutil: use err() more consistently | lbmkplaceholder |
2022-12-24 | util/nvmutil: more robust pointer handling | Leah Rowe |
2022-12-23 | util/nvmutil: optimise cmd_swap() further | lbmkplaceholder |
2022-12-23 | util/nvmutil: greatly optimise cmd_copy() | lbmkplaceholder |
2022-12-23 | util/nvmutil: greatly optimise cmd_swap() | lbmkplaceholder |
2022-12-21 | util/nvmutil: simplified error handling in rhex() | lbmkplaceholder |
2022-12-21 | util/nvmutil: return errno when calling err() | lbmkplaceholder |
2022-12-21 | util/nvmutil: exit non-zero if close() fails | lbmkplaceholder |
2022-12-14 | util/nvmutil: only mask random unicast/local macs | lbmkplaceholder |
2022-12-08 | util/nvmutil: consistent parentheses on comparison | Leah Rowe |
2022-12-08 | util/nvmutil file reads: skip reading if errno!=0 | Leah Rowe |
2022-12-08 | util/nvmutil: return error when fstat() is -1 | Leah Rowe |
2022-12-07 | util/nvmutil: rhex(): fail if errno not zero | Leah Rowe |
2022-12-05 | util/nvmutil: minor code formatting cleanup | Leah Rowe |
2022-12-03 | util/nvmutil: remove errant line break | Leah Rowe |
2022-12-03 | util/nvmutil: missing paretheses on if statement | Leah Rowe |
2022-12-03 | util/nvmutil: don't initialise rbuf unless needed | Leah Rowe |
2022-12-03 | util/nvmutil: rename variable in hextonum | Leah Rowe |
2022-12-03 | util/nvmutil: don't reallocate memory in hextonum | Leah Rowe |
2022-12-03 | util/nvmutil: dont report bad size if /dev/urandom | Leah Rowe |
2022-12-03 | util/nvmutil: rename variables in hextonum | Leah Rowe |
2022-12-03 | util/nvmutil: use BUFSIZ for rmac size in hextonum | Leah Rowe |
2022-12-03 | util/nvtutil: fix out of bounds error | Leah Rowe |
2022-12-01 | util/nvmutil: reset errno on cmd_swap | Leah Rowe |
2022-11-27 | util/nvmutil: mild refactoring | Leah Rowe |
2022-11-27 | util/nvmutil: improved errno handling in main | Leah Rowe |