| Age | Commit message (Expand) | Author |
| 2025-12-16 | khelp: make the module compile again | Maxim Konovalov |
| 2024-07-30 | Remove "All Rights Reserved" from FreeBSD Foundation copyrights | Ed Maste |
| 2024-07-15 | Remove residual blank line at start of Makefile | Warner Losh |
| 2023-11-26 | share: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line bare tag | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line sh pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-08-16 | Remove $FreeBSD$: two-line .h pattern | Warner Losh |
| 2023-06-18 | examples/kld/syscall: unbreak compilation | Maxim Konovalov |
| 2023-05-12 | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2021-06-09 | Fix syscall kld example | Fernando ApesteguĂa |
| 2019-03-16 | Fix build for KLD dyn_sysctl example | Oleksandr Tymoshenko |
| 2018-01-26 | example cdev: use make_dev_s | Eitan Adler |
| 2017-11-27 | share and pc-sysinstall: adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2016-05-10 | Update share/examples/* to properly install /usr/share/examples. | Glen Barber |
| 2016-05-01 | share: minor spelling fixes. | Pedro F. Giffuni |
| 2014-10-30 | This is the much-discussed major upgrade to the random(4) device, known to yo... | Mark Murray |
| 2014-04-13 | NO_MAN= has been deprecated in favor of MAN= for some time, go ahead | Warner Losh |
| 2013-10-04 | Snapshot. This passes the build test, but has not yet been finished or debugged. | Mark Murray |
| 2013-08-30 | Remove short-lived idea; thread to harvest (eg) RDRAND enropy into the usual ... | Mark Murray |
| 2013-08-24 | 1) example (partially humorous random_adaptor, that I call "EXAMPLE") | Mark Murray |
| 2013-07-17 | Fix typo. | Gleb Smirnoff |
| 2013-07-17 | Improve example, so that it doesn't dump core when example module | Gleb Smirnoff |
| 2012-10-10 | Revert previous commit... | Kevin Lo |
| 2012-10-09 | Prefer NULL over 0 for pointers | Kevin Lo |
| 2012-08-07 | Minor style(9) improvement | Ed Maste |
| 2011-04-01 | Uuencode the sample "binary" firmware image file (instead of explicitly | Ed Maste |
| 2011-03-31 | Avoid having a binary file in our source tree and instead create it at | Ed Maste |
| 2011-02-11 | Add an example Khelp module, which will be referenced in the forthcoming Khelp | Lawrence Stewart |
| 2011-01-19 | Fix a few more SYSCTL_PROC() that were missing a CTLFLAG type specifier. | Matthew D Fleming |
| 2010-06-15 | Fix the syscall module name after r205320. | Konstantin Belousov |
| 2010-02-01 | Conform style.Makefile(5) and replace = and += with ?=, which lets you to | Wojciech A. Koszek |
| 2010-01-18 | Include unistd.h for read(), write() and stdlib.h for exit(). | Wojciech A. Koszek |
| 2010-01-18 | Small cleanup while being here: | Wojciech A. Koszek |
| 2010-01-18 | Include stdlib.h for exit(3) and unistd.h for syscall(2). This makes | Wojciech A. Koszek |
| 2010-01-18 | Small fix for making this KLD to compile. | Wojciech A. Koszek |
| 2009-06-03 | Where if not in examples we should follow style(9)? | Pawel Jakub Dawidek |
| 2007-07-22 | Include the <sys/sysproto.h> header which includes the prerequisite header | Kevin Lo |
| 2006-05-19 | We don't have d_maj field in cdevsw structure anymore. | Maxim Sobolev |
| 2006-03-15 | Style. | Ruslan Ermilov |
| 2006-01-29 | firmware(9) is a subsystem to load binary data into the kernel via a | Max Laier |
| 2004-12-21 | Start the dreaded NOFOO -> NO_FOO conversion. | Ruslan Ermilov |
| 2004-10-24 | For variables that are only checked with defined(), don't provide | Ruslan Ermilov |
| 2004-08-30 | According to module(9), when command is unrecognized, the module should | Pawel Jakub Dawidek |
| 2004-07-16 | Update for struct cdevsw and dev_t -> struct cdev * changes, plus one | Tim J. Robbins |
| 2004-06-09 | Style. | Maxim Konovalov |
| 2004-06-09 | Remove duplicate #include. | Lukas Ertl |
| 2003-08-03 | Fix the cdev kld example. | Martin Blapp |
| 2002-07-11 | Update the SUBDIR hacks to work with the current bsd.subdir.mk. | Ruslan Ermilov |