summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
...
* Don't check if malloc(M_WAITOK) returns NULL.jhb2006-06-201-4/+0
* Use 'else' to remove another goto.jhb2006-06-201-5/+2
* - Remove some useless variable initializations.jhb2006-06-201-6/+3
* Unbreak 64-bit architectures. The 3rd argument to kern_kldload() ismarcel2006-06-141-4/+6
* - Add a kern_kldload() that is most of the previous kldload() and pushjhb2006-06-131-39/+47
* - Push down Giant some in kldstat().jhb2006-06-131-29/+21
* Unexpand TAILQ_FOREACH() and TAILQ_FOREACH_SAFE().jhb2006-06-131-4/+2
* Remove some more pointless goto's and don't check to see ifjhb2006-06-131-16/+9
* Handle the simple case of just dropping a reference near the start ofjhb2006-06-131-28/+27
* extlen and cpp is not used here in linker_search_kld(), so nuke them.delphij2006-05-271-10/+2
* 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
OpenPOWER on IntegriCloud