summaryrefslogtreecommitdiff
path: root/sbin/rndctl
AgeCommit message (Expand)Author
2023-06-03bsd.own.mk: rename GCC_NO_* to CC_WNO_*lukem
2023-04-11rndctl(8): Take omitted name/type as empty device name.riastradh
2021-04-06Clarify wording further based on private feedback.riastradh
2021-04-06Clarify security model of rndctl -S files.riastradh
2021-04-04rndctl(8): to -l, add a "samples" column separate to "bits"nia
2021-04-04rndctl(8): remove no-longer-useful stats from -snia
2021-04-02rndctl: make -l's "Flags" field reflect current realitynia
2021-04-02rndctl.8: reflect current realitynia
2020-05-12Whitespace alignment nits.simonb
2020-05-07Trigger entropy consolidation before saving seed.riastradh
2020-05-07Rework rndctl seed load sequence again.riastradh
2020-05-07Touch up rndctl(8) a bit.riastradh
2020-05-07Add -i to SYNOPSIS.wiz
2020-05-06Tweak logic to decide whether a medium is safe for an rndseed.riastradh
2020-04-30Sort includes.riastradh
2020-04-30Accept both byte orders for random seed in `rndctl -L'.riastradh
2020-01-14.include bsd.own.mk for ${NETBSDSRCDIR}christos
2019-12-06Teach `rndctl -L' to update the seed file, not just delete it.riastradh
2019-10-13introduce some common variables for use in GCC warning disables:mrg
2015-04-13Use <sys/rndio.h> instead of <sys/rnd.h>.riastradh
2014-08-10Sync usage with manpage a bit more.wiz
2014-08-10Sort options and mark them as optional.wiz
2014-08-10Merge tls-earlyentropy branch into HEAD.tls
2014-01-15Overwrite the seed file from the beginning, using pwrite(2).apb
2014-01-15Fix arguments for write.joerg
2012-08-14Use _PATH_URANDOM from paths(3).jruoho
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-12-17Make "rndctl -L" overwrite the file with zeros, not with theapb
2011-11-26Make the rndsave structure public -- the kernel will learn to read ittls
2011-11-23Sort option descriptions, bump date for previous.wiz
2011-11-23Load entropy at system boot (only works at securelevel < 1); savetls
2011-10-01Fix typopgoyette
2011-08-27static + const + __deadjoerg
2009-04-05fix sign-compare issueslukem
2009-01-04Add a list of device types for use with "rndctl -t ${typename}".apb
2008-11-06* Instead of silently ignoring extra args, print a usage error. Thisapb
2008-11-06Adjust synopsis and description to make it clear that -d devname andapb
2005-06-27Move WARNS=3 to the Makefile.inc, and add a little const to the remainingchristos
2003-07-13strlcatitojun
2003-06-23Add NetBSD RCS Ids.agc
2003-05-17do not hardcode buffer sizeitojun
2003-02-25.Nm does not need a dummy argument ("") before punctuation orwiz
2002-10-03New sentence, new line. From Robert Elz.wiz
2002-10-01Sort options. Fix grammar. Use more mdoc.wiz
2002-08-18Type 'network' was an alias for 'net' and was changed to "net" ingmcgarry
2002-05-19Since all members in rndpoolstat_t are unsigned, print them so. PR#14584.enami
2002-02-08Generate <>& symbolically. I'm avoiding .../dist/... directories for now.ross
2001-11-16Sort sections, use standard headers, sort SEE ALSO.wiz
2001-11-16Whitespace nitswiz
2001-09-11- Recognize new type `rng'.enami