summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_elf.c
Commit message (Expand)AuthorAgeFilesLines
* kern: for pointers replace 0 with NULL.pfg2016-04-151-2/+2
* Remove useless checks for NULL before calling free(9), in the kernelkib2016-02-101-18/+9
* Fix r292640ngie2015-12-231-2/+2
* Clean up trailing whitespace; no functional changengie2015-12-231-7/+7
* Have elf_lookup() return an error if the specified non-weak symbol couldmarkj2015-11-031-0/+4
* Add support for weak symbols to the kernel linkers. It means thatkib2015-09-201-11/+19
* preload_search_info: make sure mod is setroyger2015-08-211-2/+1
* Move zlib.c from net to libkern.rodrigc2015-04-221-1/+1
* Make 32-bit PowerPC kernels, like 64-bit PowerPC kernels, position-independentnwhitehorn2015-03-071-1/+1
* Make kernel ELF image parsing not crash for kernels running at locationsnwhitehorn2015-02-211-1/+7
* Fully support constructors for the purpose of code coverage analysis.marcel2014-10-201-0/+64
* Remove ia64.marcel2014-07-071-19/+0
* Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping usejhb2013-09-091-1/+1
* Remove some code that has been commented out since it was added in 2000.markj2013-08-241-20/+0
* Remove the support for using non-mpsafe filesystem modules.kib2012-10-221-4/+1
* Kernel and modules have "set_vnet" linker set, where virtualizedtrociny2012-09-271-1/+98
* Fix found places where uio_resid is truncated to int.kib2012-02-211-1/+2
* Even if the loaded module has no symbols, we still need to notifymarcel2011-06-161-1/+1
* Remove malloc(9) return value checks when M_WAITOK is used.dchagin2011-04-161-18/+0
* Whitespace and other aspects of style(9). No functional changes.mdf2010-11-081-946/+966
* Release the vnode lock and close the linker file vnode earlier inkib2010-10-021-3/+3
* 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
OpenPOWER on IntegriCloud