summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_module.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove Giant acquisition from modevent(), modfnext(), modstat() andarr2002-06-261-27/+11
* - Lock down the ``module'' structure by adding an SX lock that is used byarr2002-03-181-19/+58
* Fix a warning. Do not assume pointer == long.peter2002-02-261-2/+2
* - Whitespace fixup left over from previous commit.arr2002-02-221-10/+9
* - Fix style further by adding parentheses around return values so thatarr2002-02-201-14/+14
* - Style.9 formatting fix; this commit is mostly white space related witharr2002-02-201-209/+209
* KSE Milestone 2julian2001-09-121-13/+13
* Giant Pushdown. Saved the worst P4 tree breakage for last.dillon2001-09-011-19/+52
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-3/+3
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* 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