summaryrefslogtreecommitdiff
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. CatchRuslan Ermilov2003-03-031-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-11/+11
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-11/+11
* Resolve relative relocations in klds before trying to parse the module'sJake Burkholder2003-01-211-73/+29
* unwrap lines made short enough by SCARGS removalAlfred Perlstein2002-12-141-6/+3
* SCARGS removal take II.Alfred Perlstein2002-12-141-14/+14
* Backout removal SCARGS, the code freeze is only "selectively" over.Alfred Perlstein2002-12-131-14/+14
* Remove SCARGS.Alfred Perlstein2002-12-131-14/+14
* Merge kld access control checks from the MAC tree: these access controlRobert Watson2002-11-191-0/+42
* fix kldload error return when a module is rejected because it's staticallySam Leffler2002-10-171-4/+12
* Plug a memory-leak.Poul-Henning Kamp2002-10-151-0/+1
* In order to better support flexible and extensible access control,Robert Watson2002-08-151-1/+1
* Make the consumers of the linker_load_file() function useMaxime Henrion2002-08-021-5/+2
* Pre-wire the output buffer so that sysctl_kern_function_list() doesn'tDon Lewis2002-07-221-0/+1
* - Delay unlocking a vnode in linker_hints_lookup until we're actually doneJeff Roberson2002-07-071-5/+4
* - Remove the lock(9) protecting the kernel linker system.Andrew R. Reiter2002-06-191-14/+46
* 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