summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_linker.c
Commit message (Expand)AuthorAgeFilesLines
* Remove the interim vimage containers, struct vimage and struct procg,jamie2009-07-171-12/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-15/+0
* Don't assume a default (currently 15) value for preloaded klds whenattilio2009-06-291-39/+19
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add hierarchical jails. A jail may further virtualize its environmentjamie2009-05-271-2/+3
* A NOP change: style / whitespace cleanup of the noise that slippedzec2009-05-081-1/+1
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+12
* Change the curvnet variable from a global const struct vnet *,zec2009-05-051-0/+9
* Scanning all the formats for binary translation of modules loading canattilio2009-02-101-0/+8
* Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.jhb2009-02-061-4/+4
* Drop the kernel linker lock while running SYSUNINIT routines and removingjhb2009-02-051-0/+3
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+16
* - Invoke MOD_QUIESCE on all modules in a linker file (kld) beforejhb2008-12-051-4/+27
* Fix a number of style issues in the MALLOC / FREE commit. I've tried todes2008-10-231-2/+2
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+2
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-281-2/+2
* Add the ctf_get function and update the args to linker_file_function_listall.jb2008-05-231-1/+7
* Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI,pjd2008-04-211-6/+3
* Allow linker_search_symbol_name() to be called with KLD lock held.pjd2008-04-171-3/+6
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-4/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-3/+3
* The kernel linker includes a number of utility functions to look up symbolrwatson2007-12-011-13/+87
* Add a function to list symbols in a file and their values at thejb2007-11-181-0/+10
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-6/+6
* Add the full module path name to the kld_file_stat structurejb2007-10-221-7/+38
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-2/+2
* Remove MAC Framework access control check entry points made redundant withrwatson2007-04-221-5/+0
* 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
OpenPOWER on IntegriCloud