| Age | Commit message (Expand) | Author |
| 2023-11-26 | sys: Automated cleanup of cdefs and other formatting | Warner Losh |
| 2023-08-16 | sys: Remove $FreeBSD$: one-line .c pattern | Warner Losh |
| 2023-07-07 | modules: fix freebsd32_modstat on big endian platforms | Ka Ho Ng |
| 2023-05-12 | spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSD | Warner Losh |
| 2021-12-09 | modules: increase MAXMODNAME and provide backward compat | Bjoern A. Zeeb |
| 2020-09-01 | kern: clean up empty lines in .c and .h files | Mateusz Guzik |
| 2018-05-18 | Use NULL for SYSINIT's last arg, which is a pointer type | Ed Maste |
| 2018-04-06 | Move most of the contents of opt_compat.h to opt_global.h. | Brooks Davis |
| 2017-11-27 | sys/kern: adoption of SPDX licensing ID tags. | Pedro F. Giffuni |
| 2015-10-10 | Provide better debug message on kernel module name clash. | Edward Tomasz Napierala |
| 2012-08-22 | Fix a typo. | John Baldwin |
| 2011-09-16 | In order to maximize the re-usability of kernel code in user space this | Kip Macy |
| 2010-11-22 | Style fix. | Attilio Rao |
| 2010-11-19 | Scan the list in reverse order for the shutdown handlers of loaded modules. | Attilio Rao |
| 2010-06-21 | Use ISO C99 integer types in sys/kern where possible. | Ed Schouten |
| 2010-03-11 | Provide groundwork for 32-bit binary compatibility on non-x86 platforms, | Nathan Whitehorn |
| 2008-12-05 | When the SYSINIT() to load a module invokes the MOD_LOAD event successfully, | John Baldwin |
| 2008-12-05 | - Invoke MOD_QUIESCE on all modules in a linker file (kld) before | John Baldwin |
| 2008-03-16 | In keeping with style(9)'s recommendations on macros, use a ';' | Robert Watson |
| 2008-02-13 | Add an automatic kernel module version dependency to prevent loading | John Baldwin |
| 2007-12-06 | Move several data structure definitions out of freebsd32_misc.c and into | John Baldwin |
| 2007-03-04 | Remove 'MPSAFE' annotations from the comments above most system calls: all | Robert Watson |
| 2006-06-26 | Address a problem I missed in removing Giant from the kernel linker. Not | John Baldwin |
| 2006-06-15 | o Expand an exclusive lock scope to prevent a race between two | Maxim Konovalov |
| 2006-04-17 | Add a new module_file() function that returns the linker_file_t associated | John Baldwin |
| 2005-02-18 | Swap the arguments for CP so we copy the correct source and | Paul Saab |
| 2005-01-19 | Add a 32bit syscall wrapper for modstat | Paul Saab |
| 2004-08-20 | Don't bother calling the module event handlers from module_shutdown() | Don Lewis |
| 2004-07-15 | Do a pass over all modules in the kernel and make them return EOPNOTSUPP | Poul-Henning Kamp |
| 2004-07-14 | A module with no modevent function gets modevent_nop() as default. | Poul-Henning Kamp |
| 2004-07-13 | Give kldunload a -f(orce) argument. | Poul-Henning Kamp |
| 2003-06-11 | Use __FBSDID(). | David E. O'Brien |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2003-01-07 | Move the MOD_SHUTDOWN event from shutdown_post_sync to shutdown_final, | Peter Wemm |
| 2002-12-14 | SCARGS removal take II. | Alfred Perlstein |
| 2002-12-13 | Backout removal SCARGS, the code freeze is only "selectively" over. | Alfred Perlstein |
| 2002-12-13 | Remove SCARGS. | Alfred Perlstein |
| 2002-06-26 | - Remove Giant acquisition from modevent(), modfnext(), modstat() and | Andrew R. Reiter |
| 2002-03-18 | - Lock down the ``module'' structure by adding an SX lock that is used by | Andrew R. Reiter |
| 2002-02-26 | Fix a warning. Do not assume pointer == long. | Peter Wemm |
| 2002-02-22 | - Whitespace fixup left over from previous commit. | Andrew R. Reiter |
| 2002-02-20 | - Fix style further by adding parentheses around return values so that | Andrew R. Reiter |
| 2002-02-20 | - Style.9 formatting fix; this commit is mostly white space related with | Andrew R. Reiter |
| 2001-09-12 | KSE Milestone 2 | Julian Elischer |
| 2001-09-01 | Giant Pushdown. Saved the worst P4 tree breakage for last. | Matthew Dillon |
| 2001-02-04 | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp |
| 2000-12-08 | Staticize some malloc M_ instances. | Poul-Henning Kamp |
| 2000-05-26 | Back out the previous change to the queue(3) interface. | Jake Burkholder |
| 2000-05-23 | Change the way that the queue(3) structures are declared; don't assume that | Jake Burkholder |