summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* - Remove the lock(9) protecting the kernel linker system.arr2002-06-191-14/+46
* Test if rootvnode is NULL rather than if rootdev is NODEV when determiningbrian2002-04-261-1/+1
* In linker_load_module(), check that rootdev != NODEV before callingbrian2002-04-101-3/+5
* Change linker_reference_module() so that it's passed a structbrian2002-04-101-3/+14
* Change the suser() API to take advantage of td_ucred as well as do ajhb2002-04-011-2/+2
* - Recommit the securelevel_gt() calls removed by commits rev. 1.84 ofarr2002-03-251-6/+6
* - Back out the commit to make the linker_load_file() securelevel checkarr2002-03-221-6/+6
* - Fix a logic error in checking the securelevel that was introduced in thearr2002-03-211-6/+2
* - Change a check of securelevel to securelevel_gt() call in order to helparr2002-03-201-6/+10
* - Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.arr2002-03-191-2/+1
* - Lock down the ``module'' structure by adding an SX lock that is used byarr2002-03-181-7/+8
* Don't assign strcmp to a variable called err and then compare itdwmalone2002-03-101-20/+12
* Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which resultssobomax2002-03-101-6/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-6/+5
* - Whitespace fixes leftover from previous commit.arr2002-02-221-21/+21
* - Massive style fixup.arr2002-02-221-1268/+1292
* Add a comment indicating that the vnode locking in this section of therwatson2002-02-101-0/+3
* - Ensure that linker file id's are unique, rather than blindlyarr2001-11-181-1/+15
* Fix a number of misspellings of "dependency" and "dependencies" iniedowse2001-11-161-9/+9
* o Move suser() calls in kern/ to using suser_xxx() with an explicitrwatson2001-11-011-2/+2
* Add the sysctl "kern.function_list", which currently exports allgreen2001-10-301-0/+31
* KSE Milestone 2julian2001-09-121-44/+43
* Fix the kern.module_path issue that required the trailing '/' characterpeter2001-09-121-12/+15
* Implement the long-awaited module->file cache database. A userlandpeter2001-09-111-87/+299
* Giant Pushdown. Saved the worst P4 tree breakage for last.dillon2001-09-011-19/+61
* Sync the default module search path with the one indd2001-08-201-1/+1
* Don't try to print a field that doesn't exist; in usually commentedjake2001-07-311-2/+2
* Constify (silence warnings introduced by last commit to sys/module.h)des2001-06-201-7/+7
* Add linker_reference_module().brian2001-06-181-0/+25
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-94/+96
* Make the TUNABLE_*() macros look and behave more consistantly like thepeter2001-06-061-4/+2
* o Actually extract version of interface and store it along with the name.bp2001-03-221-52/+99
* Slightly reorganize code in the linker_load_dependancies() function to makebp2001-03-221-54/+52
* Remove support for old way of handling module dependencies.bp2001-03-221-35/+18
* Another round of the <sys/queue.h> FOREACH transmogriffer.phk2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-12/+12
* Pull out the module path from the loader. ie: if you boot frompeter2000-12-281-4/+8
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-10/+6
* Add a workaround for statically linked kernels.dfr2000-10-041-0/+6
* 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
OpenPOWER on IntegriCloud