summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* The kernel is now known as `kernel.ko' and it and its matching modulesobrien2000-09-061-1/+1
* Fix self referential dependencies. eg: uhub was packaged along withpeter2000-08-021-3/+13
* Correct SYSINIT execution order in the case when KLD contains morebp2000-07-091-2/+2
* Move the truncation code out of vn_open and into the open system callmckusick2000-07-041-2/+3
* Move the securelevel check before loading KLD's into linker_load_file(),archie2000-06-291-2/+10
* Back out the previous change to the queue(3) interface.jake2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-3/+3
* Remove unneeded #include <vm/vm_zone.h>phk2000-04-301-1/+0
* First round implementation of a fine grain enhanced module to modulepeter2000-04-291-130/+480
* * Rewrite to use kobj(9) instead of hard-coded function tables.dfr2000-04-241-47/+33
* Introduce NDFREE (and remove VOP_ABORTOP)eivind1999-12-151-0/+3
* Zap c_index() and c_rindex(). Bruce prefers these to implicitly convertpeter1999-12-101-2/+2
* Tempt fate and stop index from converting a const char * into a char *.peter1999-11-211-2/+2
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-3/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Cast pointers to uintptr_t instead of casting them to u_long. Theybde1999-08-241-5/+5
* Change the name of the static variable 'files' to 'linker_files' ingrog1999-08-201-14/+14
* Slight reorganization of kernel thread/process creation. Instead of usingpeter1999-07-011-34/+5
* Slight tweak to fork1() calling conventions. Add a third argument sopeter1999-06-301-7/+6
* First stages of a module dependency cleanup. This part fixes apeter1999-05-081-5/+12
* Enable vmspace sharing on SMP. Major changes are,luoqi1999-04-281-3/+1
* Suser() simplification:phk1999-04-271-3/+3
* LK_RETRY is a vn_lock() flag, not one for lockmgr().peter1999-04-061-3/+3
* * Register sysctl nodes before running sysinits when loading files anddfr1999-03-071-2/+2
* A correction to the code which attempts to prevent the same moduledfr1999-02-201-1/+3
* * Change sysctl from using linker_set to construct its tree using SLISTs.dfr1999-02-161-2/+42
* Fix warnings in preparation for adding -Wall -Wcast-qual to thedillon1999-01-271-8/+8
* 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
OpenPOWER on IntegriCloud