aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_module.c
Commit message (Expand)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-4/+6
* Oops, set module->file..Peter Wemm1999-05-201-1/+2
* First stages of a module dependency cleanup. This part fixes aPeter Wemm1999-05-081-21/+33
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't useMatthew Dillon1999-01-291-3/+3
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-8/+8
* Remove a diagnostic message left in by mistake.Doug Rabson1999-01-091-3/+2
* Implement a mechanism for a module to report a small amount of moduleDoug Rabson1999-01-091-2/+27
* put a \n on an error message printfPeter Wemm1998-11-061-2/+2
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-2/+2
* Keep track of the containing file for modules. This is a bit of a hack,Peter Wemm1998-10-101-7/+11
* Send a MOD_UNLOAD event before deleting the module. if the MOD_LOAD eventDoug Rabson1998-10-031-1/+2
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-3/+2
* Fixed printf format errors.Bruce Evans1998-07-111-3/+4
* Remove a bunch of variables which were unused both in GENERIC and LINT.Poul-Henning Kamp1997-11-071-2/+1
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-14/+15
* Removed unused #includes.Bruce Evans1997-10-281-2/+1
* make a couple functions static...John-Mark Gurney1997-10-241-3/+3
* Removed unused #includes.Bruce Evans1997-08-021-3/+1
* This is the kernel linker. To use it, you will first need to applyDoug Rabson1997-05-071-0/+304