summaryrefslogtreecommitdiff
path: root/util
AgeCommit message (Expand)Author
2026-03-16also O_NOFOLLOWLeah Rowe
2026-03-16util/nvmutil: dir fsync with O_DIRECTORYLeah Rowe
2026-03-16util/nvmutil: fix mkstemp randomnessLeah Rowe
2026-03-16castLeah Rowe
2026-03-16util/nvmutil: more reliable fallback cryptoLeah Rowe
2026-03-16util/nvmutil: use real rename() syscallLeah Rowe
2026-03-16nvmutil: harden against hardlink attacksLeah Rowe
2026-03-16redundancyLeah Rowe
2026-03-16util/nvmutil: loop EINTR on fsyncLeah Rowe
2026-03-16pointer safetyLeah Rowe
2026-03-16don't use PATH_MAXLeah Rowe
2026-03-16macro safetyLeah Rowe
2026-03-16util/nvmutil: portable S_IFMTLeah Rowe
2026-03-16util/nvmutil: remove integer typedefsLeah Rowe
2026-03-16util/nvmutil: remove global staticsLeah Rowe
2026-03-16util/nvmutil: fix unveil usageLeah Rowe
2026-03-16util/nvmutil: proper /dev/fd search in fchmodLeah Rowe
2026-03-16util/nvmutil: tidy up makefile optionsLeah Rowe
2026-03-16nope. put -Werror in the makefileLeah Rowe
2026-03-16nvmutil makefile: define WERROR but blank itLeah Rowe
2026-03-16util/nvmutil: portable fchmodLeah Rowe
2026-03-16Revert "util/nvmutil: don't use fsync()"Leah Rowe
2026-03-16util/nvmutil: longer string in mkstempLeah Rowe
2026-03-16util/nvmutil: don't use mktempLeah Rowe
2026-03-16util/nvmutil: don't declare libc prototypesLeah Rowe
2026-03-16util/nvmutil: portable memcpy/memcmpLeah Rowe
2026-03-16util/nvmutil: more portable close()Leah Rowe
2026-03-16util/nvmutil: more secure tmpdir()Leah Rowe
2026-03-16util/nvmutil: fix O_NONBLOCK fallbackLeah Rowe
2026-03-16util/nvmutil: more secure mkstempLeah Rowe
2026-03-16util/nvmutil: more reliable TMPDIR handlingLeah Rowe
2026-03-16util/nvmutil: don't use fsync()Leah Rowe
2026-03-16util/nvmutil: more portable functtionsLeah Rowe
2026-03-16util/nvmutil: add portable malloc externLeah Rowe
2026-03-16util/nvmutil: don't use size_t/ssize_tLeah Rowe
2026-03-16util/nvmutil: don't use SSIZE_MAX (not portable)Leah Rowe
2026-03-16util/nvmutil: typeset size_t explicitlyLeah Rowe
2026-03-16util/nvmutil: run-time CHAR_BIT testLeah Rowe
2026-03-16util/nvmutil: lower default PATH_LENLeah Rowe
2026-03-16util/nvmutil: portable struct timevalLeah Rowe
2026-03-16util/nvmutil: portable S_ISREGLeah Rowe
2026-03-16mktemp prototypeLeah Rowe
2026-03-16util/nvmutil: portable gettimeofdayLeah Rowe
2026-03-16util/nvmutil: use portable mkstempLeah Rowe
2026-03-16util/nvmutil: better urandom portabilityLeah Rowe
2026-03-16util/nvmutil: use local tmpfile on openbsdLeah Rowe
2026-03-16util/nvmutil: /dev/random fallbackLeah Rowe
2026-03-15add -I. to nvmutil makefileLeah Rowe
2026-03-15re-add strict flagsLeah Rowe
2026-03-15also remove -WextraLeah Rowe