aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/linker.h
Commit message (Expand)AuthorAgeFilesLines
* Make the consumers of the linker_load_file() function useMaxime Henrion2002-08-021-2/+4
* Don't use the symbol name to lookup the symbol value when we can useMarcel Moolenaar2002-04-251-2/+3
* Change linker_reference_module() so that it's passed a structBrian Somers2002-04-101-1/+4
* Fix a number of misspellings of "dependency" and "dependencies" inIan Dowse2001-11-161-6/+6
* Add the sysctl "kern.function_list", which currently exports allBrian Feldman2001-10-301-0/+1
* Implement the long-awaited module->file cache database. A userlandPeter Wemm2001-09-111-0/+2
* Add linker_reference_module().Brian Somers2001-06-181-0/+5
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-0/+8
* Correct a warning where the r_debug_state() dummy function used to triggerJohn Baldwin2000-10-061-4/+0
* style(9)'ify all the function prototypes by protecting all the parameterJohn Baldwin2000-07-251-26/+28
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-8/+8
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-8/+8
* 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