aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/linker.h
Commit message (Expand)AuthorAgeFilesLines
* First round implementation of a fine grain enhanced module to modulePeter Wemm2000-04-291-9/+4
* * Rewrite to use kobj(9) instead of hard-coded function tables.Doug Rabson2000-04-241-47/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"Peter Wemm1999-12-291-5/+5
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add MODINFO_ARGS, parameters passed to a module at load time.Daniel C. Sobral1999-03-081-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-7/+7
* Fix warnings in preparation for adding -Wall -Wcast-qual to theMatthew Dillon1999-01-271-2/+3
* Don't try to call SYSUNINIT functions if there was a link error.Doug Rabson1999-01-251-1/+3
* kldsym(2) prototype implementationPeter Wemm1998-11-111-1/+10
* The handle for the kernel is common. With this fix, ELF kernels can loadPeter Wemm1998-11-041-1/+6
* *gulp*. Jordan specifically OK'ed this..Peter Wemm1998-10-161-3/+5
* Debug typo fixes.Peter Wemm1998-10-091-18/+46
* MODINFO_NAME can't be 0, that's the end of the metadata area.Mike Smith1998-10-091-5/+6
* Missing defines for the kernel environment and module metadata lookupMike Smith1998-10-091-1/+10
* Add constants associated with preloaded kernel modules.Mike Smith1998-09-141-1/+18
* Modify the internal interfaces to the kernel linker to make it possibleDoug Rabson1998-08-121-2/+19
* Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.Bruce Evans1998-01-011-3/+5
* Fixed a sloppy common-style definitions.Bruce Evans1997-11-201-8/+2
* This is the kernel linker. To use it, you will first need to applyDoug Rabson1997-05-071-0/+207