aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/module.h
Commit message (Expand)AuthorAgeFilesLines
* First round implementation of a fine grain enhanced module to modulePeter Wemm2000-04-291-0/+62
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-3/+3
* modfind(char *) -> modfind(const char *)Brian Somers1999-11-161-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* First stages of a module dependency cleanup. This part fixes aPeter Wemm1999-05-081-4/+3
* More -Wall / -Wcast-qual cleanup. Also, EXEC_SET can't useMatthew Dillon1999-01-291-6/+2
* Have EXEC_SET use C_DECLARE_MODULE instead of DECLARE_MODULE.Matthew Dillon1999-01-291-3/+7
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+2
* Fix warnings preparing for -Wall -Wcast-qualMatthew Dillon1999-01-271-2/+2
* Implement a mechanism for a module to report a small amount of moduleDoug Rabson1999-01-091-1/+14
* My changes to the new device interface:Garrett Wollman1998-11-141-9/+9
* A hook for storing the origin of a module, this is important whenPeter Wemm1998-10-091-4/+6
* Add initial support for the FreeBSD/alpha kernel. This is very much aDoug Rabson1998-06-101-2/+3
* make a couple functions static...John-Mark Gurney1997-10-241-3/+3
* This is the kernel linker. To use it, you will first need to applyDoug Rabson1997-05-071-0/+107