aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* Test if rootvnode is NULL rather than if rootdev is NODEV when determiningBrian Somers2002-04-261-1/+1
* In linker_load_module(), check that rootdev != NODEV before callingBrian Somers2002-04-101-3/+5
* Change linker_reference_module() so that it's passed a structBrian Somers2002-04-101-3/+14
* Change the suser() API to take advantage of td_ucred as well as do aJohn Baldwin2002-04-011-2/+2
* - Recommit the securelevel_gt() calls removed by commits rev. 1.84 ofAndrew R. Reiter2002-03-251-6/+6
* - Back out the commit to make the linker_load_file() securelevel checkAndrew R. Reiter2002-03-221-6/+6
* - Fix a logic error in checking the securelevel that was introduced in theAndrew R. Reiter2002-03-211-6/+2
* - Change a check of securelevel to securelevel_gt() call in order to helpAndrew R. Reiter2002-03-201-6/+10
* - Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.Andrew R. Reiter2002-03-191-2/+1
* - Lock down the ``module'' structure by adding an SX lock that is used byAndrew R. Reiter2002-03-181-7/+8
* Don't assign strcmp to a variable called err and then compare itDavid Malone2002-03-101-20/+12
* Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which resultsMaxim Sobolev2002-03-101-6/+6
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredJohn Baldwin2002-02-271-6/+5
* - Whitespace fixes leftover from previous commit.Andrew R. Reiter2002-02-221-21/+21
* - Massive style fixup.Andrew R. Reiter2002-02-221-1268/+1292
* Add a comment indicating that the vnode locking in this section of theRobert Watson2002-02-101-0/+3
* - Ensure that linker file id's are unique, rather than blindlyAndrew R. Reiter2001-11-181-1/+15
* Fix a number of misspellings of "dependency" and "dependencies" inIan Dowse2001-11-161-9/+9
* o Move suser() calls in kern/ to using suser_xxx() with an explicitRobert Watson2001-11-011-2/+2
* Add the sysctl "kern.function_list", which currently exports allBrian Feldman2001-10-301-0/+31
* KSE Milestone 2Julian Elischer2001-09-121-44/+43
* Fix the kern.module_path issue that required the trailing '/' characterPeter Wemm2001-09-121-12/+15
* Implement the long-awaited module->file cache database. A userlandPeter Wemm2001-09-111-87/+299
* Giant Pushdown. Saved the worst P4 tree breakage for last.Matthew Dillon2001-09-011-19/+61
* Sync the default module search path with the one inDima Dorfman2001-08-201-1/+1
* Don't try to print a field that doesn't exist; in usually commentedJake Burkholder2001-07-311-2/+2
* Constify (silence warnings introduced by last commit to sys/module.h)Dag-Erling Smørgrav2001-06-201-7/+7
* Add linker_reference_module().Brian Somers2001-06-181-0/+25
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-131-94/+96
* Make the TUNABLE_*() macros look and behave more consistantly like thePeter Wemm2001-06-061-4/+2
* o Actually extract version of interface and store it along with the name.Boris Popov2001-03-221-52/+99
* Slightly reorganize code in the linker_load_dependancies() function to makeBoris Popov2001-03-221-54/+52
* Remove support for old way of handling module dependencies.Boris Popov2001-03-221-35/+18
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-12/+12
* Pull out the module path from the loader. ie: if you boot fromPeter Wemm2000-12-281-4/+8
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-10/+6
* Add a workaround for statically linked kernels.Doug Rabson2000-10-041-0/+6
* The kernel is now known as `kernel.ko' and it and its matching modulesDavid E. O'Brien2000-09-061-1/+1
* Fix self referential dependencies. eg: uhub was packaged along withPeter Wemm2000-08-021-3/+13
* Correct SYSINIT execution order in the case when KLD contains moreBoris Popov2000-07-091-2/+2
* Move the truncation code out of vn_open and into the open system callKirk McKusick2000-07-041-2/+3
* Move the securelevel check before loading KLD's into linker_load_file(),Archie Cobbs2000-06-291-2/+10
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-3/+3
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-3/+3
* Remove unneeded #include <vm/vm_zone.h>Poul-Henning Kamp2000-04-301-1/+0
* First round implementation of a fine grain enhanced module to modulePeter Wemm2000-04-291-130/+480
* * Rewrite to use kobj(9) instead of hard-coded function tables.Doug Rabson2000-04-241-47/+33
* Introduce NDFREE (and remove VOP_ABORTOP)Eivind Eklund1999-12-151-0/+3
* Zap c_index() and c_rindex(). Bruce prefers these to implicitly convertPeter Wemm1999-12-101-2/+2