aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/link_elf_obj.c
Commit message (Expand)AuthorAgeFilesLines
* Fix found places where uio_resid is truncated to int.Konstantin Belousov2012-02-211-1/+2
* Fix kernel modules loading for MIPS64 kernel:Oleksandr Tymoshenko2012-01-141-0/+4
* Remove malloc(9) return value checks when M_WAITOK is used.Dmitry Chagin2011-04-161-26/+0
* Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.hDimitry Andric2010-11-141-4/+4
* Release the vnode lock and close the linker file vnode earlier inKonstantin Belousov2010-10-021-3/+3
* completely ignore zero-sized elf sections in modules of elf object type (amd64)Andriy Gapon2010-07-231-0/+6
* Kernel module support for mips.Neel Natu2010-02-181-2/+2
* Add macros VNET_SETNAME and VNET_SYMPREFIX, and expose to userspace ifRobert Watson2009-07-201-4/+4
* r195699 introduced an assertion regarding when progbits data in kernelRobert Watson2009-07-151-3/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-2/+41
* Implement a facility for dynamic per-cpu variables.Jeff Roberson2009-06-231-10/+50
* strict kobj signatures: linker_if fixesAndriy Gapon2009-06-111-2/+2
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Add the ksyms(4) pseudo driver. The ksyms driver allows a process toStacey Son2009-05-261-0/+30
* Scanning all the formats for binary translation of modules loading canAttilio Rao2009-02-101-2/+1
* Calling linker_load_dependencies() while holding the module'Konstantin Belousov2008-08-031-0/+2
* Improve readability and cscope searches a little bit by not using theDavid E. O'Brien2008-07-111-38/+38
* Improve the output of kldload(8) to show which module can't be loaded.Edwin Groothuis2008-07-081-9/+12
* Enforce the mapping of kernel loadable modules in the uppermost 2GB of theAlan Cox2008-06-201-0/+7
* Add hooks for the Compact C Type Format (CTF) data to be attached toJohn Birrell2008-05-231-0/+53
* Fix panic on e.g. "kldload /dev/null".Ruslan Ermilov2008-03-151-0/+4
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inAttilio Rao2008-01-131-1/+1
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-1/+1
* Revert UF_OPENING workaround for CURRENT.Konstantin Belousov2007-05-311-1/+1
* Linker set support depends on the magic __start_<section> andKonstantin Belousov2006-11-301-0/+47
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope toJohn Baldwin2006-06-211-2/+0
* Conditionally acquire Giant around VFS operations.John Baldwin2006-06-201-1/+5
* Make our ELF64 type definitions match standards. In particular thisMarcel Moolenaar2005-12-181-5/+5
* Handle vm_map_wire()'s failure.Alan Cox2005-08-281-1/+5
* Eliminate an unneeded reference on a vm object. If, in fact, the nearbyAlan Cox2005-08-281-2/+0
* Add support for completing the installation of ELF relocatableIan Dowse2004-08-291-3/+208
* Give kldunload a -f(orce) argument.Poul-Henning Kamp2004-07-131-1/+1
* Wrap long line.Peter Wemm2004-06-291-1/+3
* Change strategy based on a suggestion from Ian Dowse. Instead of tryingPeter Wemm2004-06-151-37/+30
* Fix symbol lookups between modules. This caused modules that depend onPeter Wemm2004-06-151-1/+5
* Insurance: cause a proper symbol lookup failure for symbol entries thatPeter Wemm2004-06-151-0/+2
* If a symbol has section+offset definitions provided, always use insteadPeter Wemm2004-05-181-6/+9
* Remove leftover padding variables.Peter Wemm2004-05-181-8/+4
* Clean up the code some more. Unify the text/data (progbits) and bssPeter Wemm2004-05-171-236/+249
* Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND.Peter Wemm2004-05-171-5/+5
* Checkpoint commit for an alternative WIP kernel module loader that isn'tPeter Wemm2004-04-301-1058/+695
* Add the mlockall() and munlockall() system calls.Bruce M Simpson2003-08-111-1/+1
* Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.Poul-Henning Kamp2003-07-271-1/+1
* Use __FBSDID().David E. O'Brien2003-06-111-2/+3
* Bail out if there were not two loadable sections. Add XXX comment aboutPoul-Henning Kamp2003-05-121-0/+8
* Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)Peter Wemm2003-04-061-2/+6
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-7/+7
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-7/+7
* Resolve relative relocations in klds before trying to parse the module'sJake Burkholder2003-01-211-0/+32