summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-15/+15
* Don't try to call SYSUNINIT functions if there was a link error.dfr1999-01-251-2/+5
* Update userref handling after discussion with submitter of previouspeter1999-01-231-4/+4
* Relax linkage symbol scope restrictions to be more compatable with thatpeter1999-01-191-2/+22
* Don't decrement userrefs unless the file was actually was unloaded.peter1999-01-191-2/+4
* Try and clean up the multiple formal loading support a bit, based onpeter1999-01-171-10/+21
* Don't allow more than one module with the same name to be loaded.msmith1999-01-051-4/+17
* kldsym(2) prototype implementationpeter1998-11-111-1/+54
* Arrange for unload-time linker set hooks to be called. While cut/pastingpeter1998-11-101-14/+71
* Define the kld_debug variable if KLD_DEBUG is enabledpeter1998-11-061-1/+5
* The handle for the kernel is common. With this fix, ELF kernels can loadpeter1998-11-041-1/+2
* Have the in-kernel linker try a default extension of .ko. This means thatpeter1998-11-031-3/+30
* Use the kvm space pathname that we copied in, not the one in user space.peter1998-11-031-2/+2
* Don't put 0x in front of %p, it does it already.msmith1998-10-241-4/+4
* - bzero() after malloc(). This is especially obvious when kern_malloc ispeter1998-10-151-3/+5
* Display module type as well as module name when we find one preloaded.peter1998-10-101-3/+8
* Use Mike Smith's linker module search path code.peter1998-10-101-16/+261
* Modify the internal interfaces to the kernel linker to make it possibledfr1998-08-121-6/+9
* Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.bde1998-01-011-1/+2
* We have had support for running the kernel daemons as threads fordyson1997-12-121-2/+13
* Fixed a sloppy common-style definitions.bde1997-11-201-1/+3
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-21/+21
* Removed unused #includes.bde1997-08-021-4/+1
* This is the kernel linker. To use it, you will first need to applydfr1997-05-071-0/+562
OpenPOWER on IntegriCloud