summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_elf.c
Commit message (Expand)AuthorAgeFilesLines
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-0/+55
* Implement a facility for dynamic per-cpu variables.jeff2009-06-231-0/+52
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process tosson2009-05-261-0/+30
* Scanning all the formats for binary translation of modules loading canattilio2009-02-101-4/+2
* Calling linker_load_dependencies() while holding the module'kib2008-08-031-0/+2
* Revert r180431.obrien2008-07-111-0/+47
* Allow 'elf_file_t' to be used in a wider scope.obrien2008-07-101-47/+0
* Improve the output of kldload(8) to show which module can't be loaded.edwin2008-07-081-11/+14
* Add hooks for the Compact C Type Format (CTF) data to be attached tojb2008-05-231-0/+47
* Fix panic on e.g. "kldload /dev/null".ru2008-03-151-0/+5
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-131-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-1/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+1
* Mark the kernel linker file as linked so that it is visible to the variousjhb2007-02-261-0/+1
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* Let native elf class be registered earlier.jkim2006-07-141-1/+1
* Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope tojhb2006-06-211-2/+2
* Conditionally acquire Giant around VFS operations.jhb2006-06-201-1/+5
* Make our ELF64 type definitions match standards. In particular thismarcel2005-12-181-5/+5
* Check to see if the hash table is present in link_elf_lookup_symbol()jhb2005-10-311-0/+6
* Add support for kernel modules with a single PT_LOAD section.peter2005-10-171-6/+9
* Correctly handle vm_map_wire()'s failure. (See also revisions 1.81 andalc2005-08-281-1/+5
* Eliminate an unneeded reference on a vm object. If, in fact, the nearbyalc2005-08-281-2/+0
* Revert the previous change for two reasons: (1) If vm_map_find() succeedsalc2005-08-281-17/+10
* Normalize the VM wiring done with SPARSE_MAPPING: check for errors, andgreen2004-08-091-10/+17
* Give kldunload a -f(orce) argument.phk2004-07-131-2/+2
* Make the GDB dynamic linker hooks (r_debug_state) conditional uponmarcel2004-07-101-9/+9
* Include <sys/gmon.h> instead of <machine/profile.h> for the declarationbde2004-05-191-3/+3
* Make a small revision to the api between the elf linker core and thepeter2004-05-161-7/+14
* Add the mlockall() and munlockall() system calls.bms2003-08-111-1/+1
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.phk2003-07-271-1/+1
* Use __FBSDID().obrien2003-06-111-2/+3
* Bail out if there were not two loadable sections. Add XXX comment aboutphk2003-05-121-0/+8
* Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)peter2003-04-061-2/+6
* Back out M_* changes, per decision of the TRB.imp2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-7/+7
* Resolve relative relocations in klds before trying to parse the module'sjake2003-01-211-0/+32
* Merge kld access control checks from the MAC tree: these access controlrwatson2002-11-191-0/+9
* Add two hooks to signal module load and module unload to MD code.marcel2002-10-191-0/+9
* Reduce code duplication by moving the common actions inmarcel2002-10-191-58/+56
* Non-functional change in preparation of the next commit:marcel2002-10-191-41/+36
* In link_elf_load_file(), when SPARSE_MAPPING is defined and wemarcel2002-10-191-1/+0
* Fix kernel module loading on ia64. Cross-module function callsmarcel2002-10-151-0/+12
* Be consistent about "static" functions: if the function is markedphk2002-09-281-2/+2
* Add a workaround for what seems to be confusion between binutils and thejake2002-09-271-0/+10
* Initiate deorbit burn for the i386-only a.out related support. Moves arepeter2002-09-171-8/+0
* Unrot SPARSE_MAPPING code (vm_map_pageable -> vm_map_wire).jake2002-08-291-4/+4
* Work around a GCC optimization bug on ia64: In link_elf_symbol_values(),marcel2002-08-241-2/+2
* s/sus/sys/ in the a.out kernel case.peter2002-08-221-1/+1
OpenPOWER on IntegriCloud