| Age | Commit message (Expand) | Author |
| 2022-08-12 | module(9), sysctl(7): Document kern.module.autounload_unsafe. | riastradh |
| 2021-07-22 | module_hold() returns void, not int | pgoyette |
| 2019-04-07 | Make explicit note that MODULE_CLASS_ANY should note be used as the | pgoyette |
| 2019-01-27 | Grammar fix. | wiz |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-06-18 | The whole point of my recent addition of the specificdata(9) man page | pgoyette |
| 2018-06-15 | Add missing .Fn mark-up | pgoyette |
| 2018-06-15 | Whitespace fixes. | wiz |
| 2018-06-03 | Finish documenting the new modules(9) interfaces by adding the module | pgoyette |
| 2018-06-03 | Also add new entries in the .Nm list, and update Makefile to actually | pgoyette |
| 2018-06-03 | Add documentation on the module_{,un}register_callbacks() routines. | pgoyette |
| 2018-05-28 | Partial update for new module interfaces. This update addresses the | pgoyette |
| 2017-12-20 | Fix xref. Remove unnecessary Tn. | wiz |
| 2017-12-20 | Provide the real width of the MODULE_CLASS_xxx table's first column. | pgoyette |
| 2017-12-16 | Explicitly note that the required argument to the MODULE() macro is | pgoyette |
| 2017-12-16 | Document the arguments to the MODULE() macro | pgoyette |
| 2015-10-04 | Minor tweaks, from Michael McConville | pgoyette |
| 2015-06-04 | Fix typo - from Kamil Rytarowski | pgoyette |
| 2015-05-14 | Sort sections. | wiz |
| 2015-05-13 | Add a reference to the recently added module examples. | pgoyette |
| 2015-05-13 | Add the correct cross-ref, to intro(9lua) | pgoyette |
| 2015-05-13 | Note to self: if you're going to revert, do it right. | pgoyette |
| 2015-05-13 | Revert revision 1.31 - the referenced page does not exist and I am not | pgoyette |
| 2015-05-13 | Add an entry for lue(9lua) to the SEE ALSO list. | pgoyette |
| 2014-03-18 | Merge riastradh-drm2 to HEAD. | riastradh |
| 2013-07-20 | Use Mt for email addresses. | wiz |
| 2011-10-18 | Note that manually loaded modules are not auto-unloaded. | jruoho |
| 2011-02-13 | Notify that the file system has to be mounted first before modules can | jym |
| 2011-01-09 | Update module_autoload to say that a .plist file will be loaded, and if | jnemeth |
| 2010-12-14 | Fix xref; module(4) -> module(7). | jruoho |
| 2010-12-13 | Xref module(4). | jruoho |
| 2010-12-02 | Remove boilerplate in CODE REFERENCES on file paths. | wiz |
| 2010-11-28 | Rename the autoloaded property list from <module>.prop to <module>.plist | jnemeth |
| 2010-08-25 | note that MODULE_CLASS_SECMODEL is also automatically deregistered when being... | jnemeth |
| 2010-08-24 | Few small nits. | jruoho |
| 2010-08-21 | Put a valid date here - no more placeholder. | pgoyette |
| 2010-08-21 | Define a set of new kernel locking primitives to implement the recursive | pgoyette |
| 2010-08-18 | Note that, for MODULE_CLASS_SECMODEL, the class is not ignored. Rather, | pgoyette |
| 2010-08-17 | filesystem -> file system | wiz |
| 2010-08-17 | A few corrections: | jnemeth |
| 2010-08-14 | Sort sections, remove trailing whitespace. | wiz |
| 2010-08-14 | Add an Authors section | pgoyette |
| 2010-08-11 | We usually write "file system", so change it to this version here. | wiz |
| 2010-08-11 | Add documentation for the various module system initialization routines. | pgoyette |
| 2010-08-08 | Remove trailing whitespace, and mark up file name suffix. | wiz |
| 2010-08-08 | Filling in a few more gaps. | pgoyette |
| 2010-08-07 | Add documentation for module_find_section() | pgoyette |
| 2010-08-04 | Fix typo. | wiz |
| 2010-08-04 | Improvements to wording, grammar, and markup. | jruoho |
| 2010-07-31 | Unimplemented modcmd() routines should return ENOTTY, not zero. | pgoyette |