aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* Improve the printf message when a module failed to load. This gives theRui Paulo2009-07-211-2/+2
* Remove the interim vimage containers, struct vimage and struct procg,Jamie Gritton2009-07-171-12/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-15/+0
* Don't assume a default (currently 15) value for preloaded klds whenAttilio Rao2009-06-291-39/+19
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentJamie Gritton2009-05-271-2/+3
* A NOP change: style / whitespace cleanup of the noise that slippedMarko Zec2009-05-081-1/+1
* Introduce a new virtualization container, provisionally named vprocg, to holdMarko Zec2009-05-081-0/+12
* Change the curvnet variable from a global const struct vnet *,Marko Zec2009-05-051-0/+9
* Scanning all the formats for binary translation of modules loading canAttilio Rao2009-02-101-0/+8
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.John Baldwin2009-02-061-4/+4
* Drop the kernel linker lock while running SYSUNINIT routines and removingJohn Baldwin2009-02-051-0/+3
* Conditionally compile out V_ globals while instantiating the appropriateMarko Zec2008-12-101-0/+16
* - Invoke MOD_QUIESCE on all modules in a linker file (kld) beforeJohn Baldwin2008-12-051-4/+27
* Fix a number of style issues in the MALLOC / FREE commit. I've tried toDag-Erling Smørgrav2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).Dag-Erling Smørgrav2008-10-231-3/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-281-2/+2
* Add the ctf_get function and update the args to linker_file_function_listall.John Birrell2008-05-231-1/+7
* Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI,Pawel Jakub Dawidek2008-04-211-6/+3
* Allow linker_search_symbol_name() to be called with KLD lock held.Pawel Jakub Dawidek2008-04-171-3/+6
* In keeping with style(9)'s recommendations on macros, use a ';'Robert Watson2008-03-161-4/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-3/+3
* The kernel linker includes a number of utility functions to look up symbolRobert Watson2007-12-011-13/+87
* Add a function to list symbols in a file and their values at theJohn Birrell2007-11-181-0/+10
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-6/+6
* Add the full module path name to the kld_file_stat structureJohn Birrell2007-10-221-7/+38
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-2/+2
* Remove MAC Framework access control check entry points made redundant withRobert Watson2007-04-221-5/+0
* Remove 'MPSAFE' annotations from the comments above most system calls: allRobert Watson2007-03-041-27/+0
* Fix a comment.John Baldwin2007-02-261-2/+2
* Drop the global kernel linker lock while executing the sysinit's for aJohn Baldwin2007-02-231-15/+21
* Sweep kernel replacing suser(9) calls with priv(9) calls, assigningRobert Watson2006-11-061-2/+3
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the headJohn Baldwin2006-07-101-3/+2
* Fix two more instances of using a linker_file_t object in TAILQ() macrosJohn Baldwin2006-07-101-4/+5
* Don't try to reuse the linker_file structure after we've freed it whenJohn Baldwin2006-07-101-2/+2
* - Explicitly acquire Giant around SYSINIT's and SYSUNINIT's since they areJohn Baldwin2006-07-061-3/+10
* Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope toJohn Baldwin2006-06-211-50/+77
* - Push down Giant in kldfind() and kldsym().John Baldwin2006-06-211-16/+10
* Fix two comments and a style fix.John Baldwin2006-06-211-4/+6
* Various whitespace fixes.John Baldwin2006-06-211-12/+11
* Conditionally acquire Giant around VFS operations.John Baldwin2006-06-201-3/+10
* - Push Giant down into linker_reference_module().John Baldwin2006-06-201-1/+31
* Make linker_find_file_by_name() and linker_find_file_by_id() static toJohn Baldwin2006-06-201-2/+12
* - Add a new linker_file_foreach() function that walks the list of linkerJohn Baldwin2006-06-201-28/+52
* Make linker_file_add_dependency() and linker_load_module() static sinceJohn Baldwin2006-06-201-4/+8
* Don't check if malloc(M_WAITOK) returns NULL.John Baldwin2006-06-201-4/+0
* Use 'else' to remove another goto.John Baldwin2006-06-201-5/+2
* - Remove some useless variable initializations.John Baldwin2006-06-201-6/+3
* Unbreak 64-bit architectures. The 3rd argument to kern_kldload() isMarcel Moolenaar2006-06-141-4/+6