summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* MFP4: Support for profiling dynamically loaded objects.jkoshy2006-03-261-0/+78
* Fix a bug in the kernel module runtime linker that made it impossiblejdp2005-10-191-0/+3
* Fix panic when module is compiled in and it is loaded from loader.conf.pjd2005-05-281-3/+5
* Prevent loading modules with are compiled into the kernel.pjd2005-05-281-2/+8
* - Denote a few places where kobj class references are manipulated withoutjhb2005-03-311-3/+4
* When trying each linker class in turn with a preloaded module, exitiedowse2004-08-271-3/+2
* Give kldunload a -f(orce) argument.phk2004-07-131-11/+38
* Trim a few things from the dmesg output and stick them under bootverbose tojhb2004-07-011-2/+3
* Since we go to the trouble of compiling the kobj ops table for each class,peter2004-05-171-0/+1
* Plug minor memory leak of module_t structures when unloading a filepeadar2004-04-091-1/+3
* Split the mlock() kernel code into two parts, mlock(), which unpackstruckman2004-02-261-1/+3
* Avoid NULL pointer dereferencing in modlist_lookup2().fjoe2003-09-231-1/+1
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-2/+2
* Use __FBSDID().obrien2003-06-111-2/+3
* FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catchru2003-03-031-1/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-11/+11
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-11/+11
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-73/+29
* unwrap lines made short enough by SCARGS removalalfred2002-12-141-6/+3
* SCARGS removal take II.alfred2002-12-141-14/+14
* Backout removal SCARGS, the code freeze is only "selectively" over.alfred2002-12-131-14/+14
* Remove SCARGS.alfred2002-12-131-14/+14
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-191-0/+42
* fix kldload error return when a module is rejected because it's staticallysam2002-10-171-4/+12
* Plug a memory-leak.phk2002-10-151-0/+1
* In order to better support flexible and extensible access control,rwatson2002-08-151-1/+1
* Make the consumers of the linker_load_file() function usemux2002-08-021-5/+2
* Pre-wire the output buffer so that sysctl_kern_function_list() doesn'ttruckman2002-07-221-0/+1
* - Delay unlocking a vnode in linker_hints_lookup until we're actually donejeff2002-07-071-5/+4
* - 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
OpenPOWER on IntegriCloud