summaryrefslogtreecommitdiffstats
path: root/sys/sys/linker.h
Commit message (Expand)AuthorAgeFilesLines
* Add linker_reference_module().brian2001-06-181-0/+5
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-0/+8
* Correct a warning where the r_debug_state() dummy function used to triggerjhb2000-10-061-4/+0
* style(9)'ify all the function prototypes by protecting all the parameterjhb2000-07-251-26/+28
* Back out the previous change to the queue(3) interface.jake2000-05-261-8/+8
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-8/+8
* First round implementation of a fine grain enhanced module to modulepeter2000-04-291-9/+4
* * Rewrite to use kobj(9) instead of hard-coded function tables.dfr2000-04-241-47/+10
* Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL"peter1999-12-291-5/+5
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Add MODINFO_ARGS, parameters passed to a module at load time.dcs1999-03-081-1/+2
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-7/+7
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-2/+3
* Don't try to call SYSUNINIT functions if there was a link error.dfr1999-01-251-1/+3
* kldsym(2) prototype implementationpeter1998-11-111-1/+10
* The handle for the kernel is common. With this fix, ELF kernels can loadpeter1998-11-041-1/+6
* *gulp*. Jordan specifically OK'ed this..peter1998-10-161-3/+5
* Debug typo fixes.peter1998-10-091-18/+46
* MODINFO_NAME can't be 0, that's the end of the metadata area.msmith1998-10-091-5/+6
* Missing defines for the kernel environment and module metadata lookupmsmith1998-10-091-1/+10
* Add constants associated with preloaded kernel modules.msmith1998-09-141-1/+18
* Modify the internal interfaces to the kernel linker to make it possibledfr1998-08-121-2/+19
* Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.bde1998-01-011-3/+5
* Fixed a sloppy common-style definitions.bde1997-11-201-8/+2
* This is the kernel linker. To use it, you will first need to applydfr1997-05-071-0/+207
OpenPOWER on IntegriCloud