summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_module.c
Commit message (Expand)AuthorAgeFilesLines
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* First round implementation of a fine grain enhanced module to modulepeter2000-04-291-15/+2
* A hack basically.. We have a bunch of code that used to callpeter1999-11-081-1/+8
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Implement a new generic mechanism for attaching handler functions tomsmith1999-08-211-4/+6
* Oops, set module->file..peter1999-05-201-1/+2
* First stages of a module dependency cleanup. This part fixes apeter1999-05-081-21/+33
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't usedillon1999-01-291-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-8/+8
* Remove a diagnostic message left in by mistake.dfr1999-01-091-3/+2
* Implement a mechanism for a module to report a small amount of moduledfr1999-01-091-2/+27
* put a \n on an error message printfpeter1998-11-061-2/+2
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-2/+2
* Keep track of the containing file for modules. This is a bit of a hack,peter1998-10-101-7/+11
* Send a MOD_UNLOAD event before deleting the module. if the MOD_LOAD eventdfr1998-10-031-1/+2
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-3/+2
* Fixed printf format errors.bde1998-07-111-3/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.phk1997-11-071-2/+1
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-14/+15
* Removed unused #includes.bde1997-10-281-2/+1
* make a couple functions static...jmg1997-10-241-3/+3
* Removed unused #includes.bde1997-08-021-3/+1
* This is the kernel linker. To use it, you will first need to applydfr1997-05-071-0/+304
OpenPOWER on IntegriCloud