summaryrefslogtreecommitdiff
path: root/util/nvmutil/nvmutil.c
AgeCommit message (Expand)Author
19 hoursutil/nvmutil: call block_unveil earlierLeah Rowe
19 hoursutil/nvmutil: bring pledge in set_io_flag to mainLeah Rowe
19 hoursutil/nvmutil: call set_cmd much earlierLeah Rowe
19 hoursutil/nvmutil: unveil /dev/urandom much earlierLeah Rowe
19 hoursutil/nvmutil: split xopen handlingLeah Rowe
19 hoursutil/nvmutil: split unveil handlingLeah Rowe
19 hoursutil/nvmutil: split cmd init to new functionLeah Rowe
23 hoursutil/nvmutil: split flags init to new functionLeah Rowe
23 hoursutil/nvmutil: tidy up main()Leah Rowe
23 hoursutil/nvmutil: split unveil code to new functionLeah Rowe
23 hoursutil/nvmutil: separate usage functionLeah Rowe
8 daysnvmutil: simplify readGbe and writeGbeLeah Rowe
8 daysnvmutil: centralise all errno handlingLeah Rowe
8 daysnvmutil: rename ERR to SET_ERR, for clarityLeah Rowe
8 daysnvmutil: split pread from readGbeLeah Rowe
8 daysnvmutil: split pwrite handling from writeGbeLeah Rowe
8 daysnvmutil: simplify a few else statementsLeah Rowe
8 daysnvmutil: don't hardcode errno to ECANCELEDLeah Rowe
8 daysnvmutil: explain a few parts in nvmallocLeah Rowe
8 daysnvmutil: split malloc handling out of readGbeLeah Rowe
8 daysnvmutil: further simplify nr/nw error handlingLeah Rowe
8 daysutil/nvmutil: simplify nr/nw error handlingLeah Rowe
8 daysutil/nvmutil: remove pointless diagnosticsLeah Rowe
8 daysutil/nvmutil: say part number on read/write reportLeah Rowe
12 daysutil/nvmutil: general code cleanupLeah Rowe
2025-05-03util/nvmutil: use x, not ?, for random charactersLeah Rowe
2025-02-25util/nvmutil: remove excessive commentsLeah Rowe
2025-02-10util/nvmutil: Fix bad error messages on R/WLeah Rowe
2025-02-07util/nvmutil: hardened pledge on help outputLeah Rowe
2025-01-29util/nvmutil: only set mac_updated at the endLeah Rowe
2025-01-29util/nvmutil: Fix bad comparisonLeah Rowe
2025-01-29util/nvmutil: allow ./nvm gbe MACLeah Rowe
2025-01-29util/nvmutil: move "e" to swap()Leah Rowe
2025-01-29util/nvmutil: Only read up to 4KB on larger gbeLeah Rowe
2025-01-27util/nvmutil: fix minor mistake (line break)Leah Rowe
2025-01-27util/nvmutil: do setmac if only filename givenLeah Rowe
2025-01-27util/nvmutil: don't say write not needed if errnoLeah Rowe
2025-01-27util/nvmutil: print dump *after* modificationLeah Rowe
2025-01-27util/nvmutil: verbosely print the written MACLeah Rowe
2025-01-27util/nvmutil: minor cleanup in cmd_dumpLeah Rowe
2025-01-27util/nvmutil: show nvm words written on writeGbeLeah Rowe
2025-01-27util/nvmutil: clean up readonly check on writeGbeLeah Rowe
2025-01-27util/nvmutil: Remove useless gbeFileChanged varLeah Rowe
2025-01-27util/nvmutil: reset errno if any MAC updatedLeah Rowe
2025-01-27util/nvmutil: reset errno when writing a MACLeah Rowe
2025-01-27util/nvmutil: show total number of bytes readLeah Rowe
2025-01-27util/nvmutil: rename tbw/bw to tnw/nwLeah Rowe
2025-01-27util/nvmutil: err if bytes read lower than nfLeah Rowe
2025-01-27util/nvmutil: err if fewer bytes writtenLeah Rowe
2025-01-27util/nvmutil: Show bytes written in writeGbeLeah Rowe