summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
...
* Remove 'MPSAFE' annotations from the comments above most system calls: allrwatson2007-03-041-27/+0
* Fix a comment.jhb2007-02-261-2/+2
* Drop the global kernel linker lock while executing the sysinit's for ajhb2007-02-231-15/+21
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningrwatson2006-11-061-2/+3
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the headjhb2006-07-101-3/+2
* Fix two more instances of using a linker_file_t object in TAILQ() macrosjhb2006-07-101-4/+5
* Don't try to reuse the linker_file structure after we've freed it whenjhb2006-07-101-2/+2
* - Explicitly acquire Giant around SYSINIT's and SYSUNINIT's since they arejhb2006-07-061-3/+10
* Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope tojhb2006-06-211-50/+77
* - Push down Giant in kldfind() and kldsym().jhb2006-06-211-16/+10
* Fix two comments and a style fix.jhb2006-06-211-4/+6
* Various whitespace fixes.jhb2006-06-211-12/+11
* Conditionally acquire Giant around VFS operations.jhb2006-06-201-3/+10
* - Push Giant down into linker_reference_module().jhb2006-06-201-1/+31
* Make linker_find_file_by_name() and linker_find_file_by_id() static tojhb2006-06-201-2/+12
* - Add a new linker_file_foreach() function that walks the list of linkerjhb2006-06-201-28/+52
* Make linker_file_add_dependency() and linker_load_module() static sincejhb2006-06-201-4/+8
* 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
OpenPOWER on IntegriCloud