| Age | Commit message (Expand) | Author |
| 2023-01-31 | module(9): Make error message for multiple MODULE decls more obvious. | riastradh |
| 2022-10-26 | sys/*: Get module_map consistently from sys/module.h. | riastradh |
| 2022-09-06 | Resequence the sysctl_setup and evcnt stuff so that they always occur | pgoyette |
| 2022-08-12 | module(9): Don't autounload unaudited modules by default. | riastradh |
| 2022-08-07 | Revert "module(9): Disable module autounload by default." | riastradh |
| 2022-08-07 | module(9): Disable module autounload by default. | riastradh |
| 2022-08-07 | module(9): Call callbacks in topological order on load. | riastradh |
| 2022-05-07 | Add MODULAR_DEFAULT_VERBOSE option. | rin |
| 2021-09-16 | fix typos in word "successfully", mainly s/succesfully/successfully/. | andvar |
| 2021-06-11 | Remove extraneous '\n' from debug message. | pgoyette |
| 2020-06-11 | uvm_availmem(): give it a boolean argument to specify whether a recent | ad |
| 2020-06-08 | Update for proplib(3) API changes. | thorpej |
| 2020-04-04 | Infrastructure for putting kernel+modules in /netbsd/kernel and | christos |
| 2020-03-20 | Improve error message - at least indicate which value comes from the | pgoyette |
| 2020-02-22 | Teach module infrastructure to attach any static evcnts that might be | pgoyette |
| 2020-01-22 | Enhance debug message when autoloading a module. Identify the pid | pgoyette |
| 2020-01-21 | oops, undo this (committed accidentally) | christos |
| 2020-01-21 | Don't crash if we are on a hippie trail, head full of zombie | christos |
| 2019-12-31 | Rename uvm_free() -> uvm_availmem(). | ad |
| 2019-12-21 | uvmexp.free -> uvm_free() | ad |
| 2019-12-12 | Eliminate per-hook duplication of common code as suggested by | pgoyette |
| 2019-12-12 | Make sure to #include to get required definitions. | pgoyette |
| 2019-12-12 | Rather than keeping a separate mutex, condvar, and pserialize for each | pgoyette |
| 2019-08-08 | When modules are unloaded, we call sysctl_teardown() before calling | pgoyette |
| 2019-08-07 | Many years ago someone created a new __link_set_sysctl_funcs to hold | pgoyette |
| 2019-06-19 | In case of error resolving symbol references, we cannot rely on the | pgoyette |
| 2019-06-11 | Improve error message | pgoyette |
| 2019-04-08 | Improve kernel module validation. First, set a limit on how much of the | pgoyette |
| 2019-01-27 | Merge the [pgoyette-compat] branch | pgoyette |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-05-28 | add more accessor functions for various struct module fields. | chs |
| 2017-12-14 | Remove the check for duplicate-module-name-on-pending-list since it really | pgoyette |
| 2017-12-14 | When looking for a duplicate module name, also check the pending list. | pgoyette |
| 2017-12-14 | Change a KASSERTMSG into a regular module_error - not nice for the kernel | martin |
| 2017-12-11 | Use KASSERT to ensure that the newly-added module's name can be found. | pgoyette |
| 2017-12-10 | Add additional duplicate-module-name check in case we have two modules | pgoyette |
| 2017-06-01 | remove checks for failure after memory allocation calls that cannot fail: | chs |
| 2017-04-18 | PR/52174: Remove root test, it is too verbose. XXX: need to come up with | christos |
| 2017-04-11 | use a different root vnode variable to appease the rump gods. | christos |
| 2017-04-11 | return EPERM like the other failures. | christos |
| 2017-04-11 | Don't try to autoload modules before root is mounted. | christos |
| 2017-02-01 | restore r1.118 | maya |
| 2016-12-27 | Revert previous commit (to r1.117) | maya |
| 2016-12-09 | When loading a kernel, test if it's already loaded before authorizing. | roy |
| 2016-08-13 | tidy up messages and indentation | christos |
| 2016-08-04 | Print the parent module that asked for the builtin to be loaded and failed. | christos |
| 2016-07-07 | KNF. Remove extra spaces. No functional change. | msaitoh |
| 2016-07-04 | Don't declare module_verbose_on or module_autoload_on static. It is useful | pgoyette |
| 2016-06-24 | Simplfy insertion of newly-activated modules into the list. There's no | pgoyette |
| 2016-06-23 | When importing modules from the boot loader we should check for duplicate | pgoyette |