summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* 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