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