Commit Graph

  • 7c3a4e253f util/nvmutil: remove stale comment Leah Rowe 2026-03-08 02:08:40 +00:00
  • 26a69321ac util/nvmutil: use enum for command index Leah Rowe 2026-03-08 01:40:20 +00:00
  • 1d17a8ffcf util/nvmutil: call it nvmutil in makefile Leah Rowe 2026-03-08 01:07:03 +00:00
  • 6203f3ae61 util/nvmutil: print mac before setting Leah Rowe 2026-03-08 00:56:56 +00:00
  • 698d39dd06 util/nvmutil: store invert in command struct Leah Rowe 2026-03-08 00:21:58 +00:00
  • 50e20fb8bf util/nvmutil: make cmd an integer Leah Rowe 2026-03-08 00:16:45 +00:00
  • 3148d31798 util/clarity: name the gbe file half size Leah Rowe 2026-03-07 13:35:05 +00:00
  • 96cb52f21a util/nvmutil: only have newrandom on linux/oldunix Leah Rowe 2026-03-07 13:18:54 +00:00
  • c195e8cc2b util/nvmutil: tidy up open_dev_urandom Leah Rowe 2026-03-07 10:07:05 +00:00
  • 6a505c9162 util/nvmutil: correct type on hextonum() Leah Rowe 2026-03-07 03:28:15 +00:00
  • 50ce806dfa util/nvmutil: fix a comment Leah Rowe 2026-03-07 03:16:20 +00:00
  • a0da88d361 util/nvmutil: fix a comment Leah Rowe 2026-03-07 03:08:31 +00:00
  • ea1046dc46 util/nvmutil: unambiguous sign conv_argv_part_num Leah Rowe 2026-03-07 03:00:35 +00:00
  • b98f89c272 util/nvmutil: clean up hextonum() Leah Rowe 2026-03-07 02:50:30 +00:00
  • b8bd1ca65a util/nvmutil: tidy up some comments Leah Rowe 2026-03-07 02:44:11 +00:00
  • 49eca198da util/nvmutil: make mac_updated a uint8_t Leah Rowe 2026-03-07 02:38:36 +00:00
  • ef2937edbd util/nvmutil: fix prototype indentation Leah Rowe 2026-03-07 02:37:46 +00:00
  • 7bfe134a19 util/nvmutil: reset mac_buf for mac parsing Leah Rowe 2026-03-07 02:35:03 +00:00
  • 14ad5a9818 util/nvmutil: comment the unhandled errno exit Leah Rowe 2026-03-07 02:09:56 +00:00
  • 90bd395cb1 util/nvmutil: tidy up set_mac_byte Leah Rowe 2026-03-07 02:05:57 +00:00
  • 4619dad0b7 util/nvmutil: further mac address parsing cleanup Leah Rowe 2026-03-07 01:55:59 +00:00
  • 921144856c util/nvmutil: tidy up mac parsing code Leah Rowe 2026-03-07 01:39:57 +00:00
  • 86357dbe52 util/nvmutil: fix a bad comment Leah Rowe 2026-03-07 01:28:50 +00:00
  • 7e88f53e99 util/nvmutil: tidy up set_mac_byte Leah Rowe 2026-03-07 01:20:42 +00:00
  • c02f3166bb util/nvmutil: make do_read a uint8_t Leah Rowe 2026-03-07 01:11:07 +00:00
  • a9f5cbb542 util/nvmutil: clearer commenting about commands Leah Rowe 2026-03-07 01:09:52 +00:00
  • 0084452c4a util/nvmutil: comment regarding buf Leah Rowe 2026-03-07 01:01:44 +00:00
  • 364abddeab util/nvmutil: minor code cleanup Leah Rowe 2026-03-07 00:32:03 +00:00
  • 68d689336b util/nvmutil: fix an err string Leah Rowe 2026-03-07 00:10:36 +00:00
  • 658ed55bc1 util/nvmutil: tidy up conv_argv_part_num Leah Rowe 2026-03-07 00:08:17 +00:00
  • 330b2da20c util/nvmutil: Shorten a comment Leah Rowe 2026-03-07 00:04:05 +00:00
  • 58182b48c3 util/nvmutil: fix a bad comment Leah Rowe 2026-03-07 00:03:10 +00:00
  • 884a6779f9 util/nvmutil: make gbe_st local, not static/global Leah Rowe 2026-03-07 00:01:27 +00:00
  • 44e6b00626 util/nvmutil: rename rfd to urandom_fd Leah Rowe 2026-03-06 23:58:04 +00:00
  • 9e5736baa9 util/nvmutil: remove reset_global_state Leah Rowe 2026-03-06 23:56:19 +00:00
  • 13b35ed1fc util/nvmutil: rename arc4random define Leah Rowe 2026-03-06 23:51:57 +00:00
  • 79c972367e util/nvmutil: reset errno on /dev/random fallback Leah Rowe 2026-03-06 23:50:06 +00:00
  • 6e47315192 util/nvmutil: remove rval from conv_argv_part_num Leah Rowe 2026-03-06 23:42:33 +00:00
  • 85b09c4275 util/nvmutil: set part_modified to a uint8_t Leah Rowe 2026-03-06 23:15:50 +00:00
  • e5b108a764 util/nvmutil: make invert a uint8_t Leah Rowe 2026-03-06 23:14:26 +00:00
  • 69c4d70650 util/nvmutil: safer argv part number parsing Leah Rowe 2026-03-06 23:07:29 +00:00
  • 9b6f2a2f7e util/nvmutil: rename check_bound check_nvm_bound Leah Rowe 2026-03-06 22:39:43 +00:00
  • a7d7f68a5c util/nvmutil: be clearer about GbE file sizes Leah Rowe 2026-03-06 22:34:15 +00:00
  • e273391792 util/nvmutil: rename fd to fd_ptr in xopen() Leah Rowe 2026-03-06 22:26:22 +00:00
  • 4635a0eae9 util/nvmutil: cleaned up a few prototypes Leah Rowe 2026-03-06 22:20:15 +00:00
  • 0f5fcbd883 util/nvmutil: more readable xopen Leah Rowe 2026-03-06 22:18:26 +00:00
  • 2c2bda31ea util/nvmutil: use unsigned char in hextonum Leah Rowe 2026-03-06 22:08:15 +00:00
  • f57358ac1e util/nvmutil: remove redundant break Leah Rowe 2026-03-06 21:43:11 +00:00
  • f59f45893b util/nvmutil: rename write_gbe to write_gbe_file Leah Rowe 2026-03-06 21:39:58 +00:00
  • 85877a93bb util/nvmutil: rename read_gbe to read_gbe_file Leah Rowe 2026-03-06 21:39:21 +00:00
  • dad1f613fc util/nvmutil: unified partnum validation Leah Rowe 2026-03-06 21:35:13 +00:00
  • ed32108613 util/nvmutil: rename global st variable Leah Rowe 2026-03-06 21:22:50 +00:00
  • b65c988007 util/nvmutil: full prototypes Leah Rowe 2026-03-06 21:21:40 +00:00
  • 3aa30c5039 util/nvmutil: tidy up read_gbe Leah Rowe 2026-03-06 21:08:47 +00:00
  • 040eee4607 util/nvmutil: tidy up set_mac_nib Leah Rowe 2026-03-06 21:06:58 +00:00
  • 6b924787be util/nvmutil: remove unnecessary checck Leah Rowe 2026-03-06 20:59:50 +00:00
  • af55dd8959 Revert "util/nvmutil: make invert an unsigned char" Leah Rowe 2026-03-06 20:57:39 +00:00
  • 10c8be92aa util/nvmutil: general code cleanup Leah Rowe 2026-03-06 20:52:13 +00:00
  • a34d430754 util/nvmutil: cleaner mac address variable names Leah Rowe 2026-03-06 20:33:27 +00:00
  • 00e0197cfe util/nvmutil: general code cleanup Leah Rowe 2026-03-06 20:11:30 +00:00
  • 5b120d71e7 util/nvmutil: make invert an unsigned char Leah Rowe 2026-03-06 19:59:51 +00:00
  • 4bf190a5f5 util/nvmutil: make mac_updated unsigned Leah Rowe 2026-03-06 19:58:37 +00:00
  • 5c90b2453b util/nvmutil: use size_t in setmac functions Leah Rowe 2026-03-06 19:56:21 +00:00
  • fb805caf6a util/nvmutil: extra part check in set_checksum Leah Rowe 2026-03-06 19:40:28 +00:00
  • f316701d74 util/nvmutil: don't set part in write_mac_part Leah Rowe 2026-03-06 19:35:54 +00:00
  • c6c4e5303e util/nvmutil: fix duplicated word in comment Leah Rowe 2026-03-06 19:30:55 +00:00
  • 5d05921875 util/nvmutil: make part_modified an unsigned char Leah Rowe 2026-03-06 19:28:32 +00:00
  • 1aa8f33d50 util/nvmutil: fix bad string in gbe_read_part() Leah Rowe 2026-03-06 19:25:43 +00:00
  • 9095722079 util/nvmutil: calculate off AFTER part validation Leah Rowe 2026-03-06 19:23:56 +00:00
  • 1131240d02 util/nvmutil: made a comment a bit clearer Leah Rowe 2026-03-06 19:21:02 +00:00
  • 72caa5f892 util/nvmutil: fix another printf specifier Leah Rowe 2026-03-06 19:17:01 +00:00
  • efdf110317 util/nvmutil: remove unnecessary casts Leah Rowe 2026-03-06 19:08:55 +00:00
  • d94fbba779 util/nvmutil: fix more bad printf statements Leah Rowe 2026-03-06 19:04:38 +00:00
  • 6d2a1afbd4 util/nvmutil: fix a few bad printf statements Leah Rowe 2026-03-06 19:03:06 +00:00
  • 0698c6ada4 util/nvmutil: warn about partial gbe file writes Leah Rowe 2026-03-06 18:55:31 +00:00
  • 397fc78e58 util/nvmutil: use size_t for part numbers Leah Rowe 2026-03-06 18:45:26 +00:00
  • 82fdee91fa util/nvmutil: clean up file handling Leah Rowe 2026-03-06 18:36:29 +00:00
  • 58b17c98fd util/nvmutil: minor cleanup Leah Rowe 2026-03-06 18:25:24 +00:00
  • c8bd98c8a6 util/nvmutil: mem bound check on file read/write Leah Rowe 2026-03-06 18:17:07 +00:00
  • 41f7f6352d util/nvmutil: rename gbe_bound for clarity Leah Rowe 2026-03-06 17:47:49 +00:00
  • b1abef8881 util/nvmutil: make defines easier to understand Leah Rowe 2026-03-06 17:44:07 +00:00
  • edca6c2cd3 util/nvmutil: tidy up set_mac_nib Leah Rowe 2026-03-06 17:35:00 +00:00
  • 123e77d07f util/nvmutil: use portable printf on hexdump Leah Rowe 2026-03-06 17:30:53 +00:00
  • c0a77a7301 util/nvmutil: make the MAC shifting easier to read Leah Rowe 2026-03-06 17:21:15 +00:00
  • 596643a0d5 util/nvmutil: optimise hextonum Leah Rowe 2026-03-06 17:03:50 +00:00
  • 6023d17b6e util/nvmutil: fix parenthesis warning in GCC Leah Rowe 2026-03-06 17:01:48 +00:00
  • 199dbad96d util/nvmutil: tidy up set_mac_nib Leah Rowe 2026-03-06 16:55:23 +00:00
  • 9e32456c8c util/nvmutil: clearer intent on struct data Leah Rowe 2026-03-06 16:52:02 +00:00
  • 7ae2288c10 util/nvmutil: more readable NVM defines Leah Rowe 2026-03-06 16:49:08 +00:00
  • 2f0c189da9 util/nvmutil: more readable SIZE_nKB defines Leah Rowe 2026-03-06 16:46:01 +00:00
  • 7f6d7526cc util/nvmutil: use arc4random on DragonFly BSD Leah Rowe 2026-03-06 16:43:18 +00:00
  • a358a6fe09 util/nvmutil: use strlen instead of strnlen Leah Rowe 2026-03-06 16:41:59 +00:00
  • a82c766b8c util/nvmutil: add bound checks for gbe read/write Leah Rowe 2026-03-06 16:18:08 +00:00
  • 94f5e70366 util/nvmutil: minor code cleanup Leah Rowe 2026-03-06 16:05:21 +00:00
  • 0d4cc9e324 util/nvmutil: clearer macbuff init in set_mac_nib Leah Rowe 2026-03-06 15:51:46 +00:00
  • 7950a31c79 util/nvmutil: don't reset rfd on openbsd Leah Rowe 2026-03-06 15:02:46 +00:00
  • 99543bc632 util/nvmutil: tidy up rhex() Leah Rowe 2026-03-06 14:59:35 +00:00
  • a4b9a333a9 util/nvmutil: properly handle sizeof in rhex() Leah Rowe 2026-03-06 14:44:44 +00:00
  • cc47a756f2 util/nvmutil: make rmac an array, not a literal. Leah Rowe 2026-03-06 14:42:57 +00:00
  • e7cbd9441c util/nvmutil: use arc4random when available Leah Rowe 2026-03-06 14:40:23 +00:00