index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
kern
/
link_elf_obj.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/kern: spelling fixes in comments.
pfg
2016-04-29
1
-1
/
+1
*
kern: for pointers replace 0 with NULL.
pfg
2016-04-15
1
-2
/
+2
*
Use the ABI-prescribed name for SHT_X86_64_UNWIND in the loader and
kib
2016-04-08
1
-8
/
+8
*
Convert all panics from the link_elf_obj kernel linker for object
kib
2016-03-07
1
-41
/
+92
*
In the link_elf_obj.c, handle sections of type SHT_AMD64_UNWIND same
kib
2016-03-06
1
-1
/
+28
*
Remove useless checks for NULL before calling free(9), in the kernel
kib
2016-02-10
1
-38
/
+19
*
Add support for weak symbols to the kernel linkers. It means that
kib
2015-09-20
1
-20
/
+31
*
Move zlib.c from net to libkern.
rodrigc
2015-04-22
1
-1
/
+1
*
Speed up symbol lookup for the amd64 kernel modules.
kib
2015-04-02
1
-2
/
+40
*
Fully support constructors for the purpose of code coverage analysis.
marcel
2014-10-20
1
-2
/
+31
*
Add a mmap flag (MAP_32BIT) on 64-bit platforms to request that a mapping use
jhb
2013-09-09
1
-1
/
+2
*
Remove the support for using non-mpsafe filesystem modules.
kib
2012-10-22
1
-4
/
+1
*
Fix found places where uio_resid is truncated to int.
kib
2012-02-21
1
-1
/
+2
*
Fix kernel modules loading for MIPS64 kernel:
gonzo
2012-01-14
1
-0
/
+4
*
Remove malloc(9) return value checks when M_WAITOK is used.
dchagin
2011-04-16
1
-26
/
+0
*
Similar to sys/net/vnet.h, define the linker set name for sys/sys/pcpu.h
dim
2010-11-14
1
-4
/
+4
*
Release the vnode lock and close the linker file vnode earlier in
kib
2010-10-02
1
-3
/
+3
*
completely ignore zero-sized elf sections in modules of elf object type (amd64)
avg
2010-07-23
1
-0
/
+6
*
Kernel module support for mips.
neel
2010-02-18
1
-2
/
+2
*
Add macros VNET_SETNAME and VNET_SYMPREFIX, and expose to userspace if
rwatson
2009-07-20
1
-4
/
+4
*
r195699 introduced an assertion regarding when progbits data in kernel
rwatson
2009-07-15
1
-3
/
+0
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-2
/
+41
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
1
-10
/
+50
*
strict kobj signatures: linker_if fixes
avg
2009-06-11
1
-2
/
+2
*
Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERIC
rwatson
2009-06-05
1
-1
/
+0
*
Add the ksyms(4) pseudo driver. The ksyms driver allows a process to
sson
2009-05-26
1
-0
/
+30
*
Scanning all the formats for binary translation of modules loading can
attilio
2009-02-10
1
-2
/
+1
*
Calling linker_load_dependencies() while holding the module'
kib
2008-08-03
1
-0
/
+2
*
Improve readability and cscope searches a little bit by not using the
obrien
2008-07-11
1
-38
/
+38
*
Improve the output of kldload(8) to show which module can't be loaded.
edwin
2008-07-08
1
-9
/
+12
*
Enforce the mapping of kernel loadable modules in the uppermost 2GB of the
alc
2008-06-20
1
-0
/
+7
*
Add hooks for the Compact C Type Format (CTF) data to be attached to
jb
2008-05-23
1
-0
/
+53
*
Fix panic on e.g. "kldload /dev/null".
ru
2008-03-15
1
-0
/
+4
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-1
/
+1
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-1
/
+1
*
Revert UF_OPENING workaround for CURRENT.
kib
2007-05-31
1
-1
/
+1
*
Linker set support depends on the magic __start_<section> and
kib
2006-11-30
1
-0
/
+47
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope to
jhb
2006-06-21
1
-2
/
+0
*
Conditionally acquire Giant around VFS operations.
jhb
2006-06-20
1
-1
/
+5
*
Make our ELF64 type definitions match standards. In particular this
marcel
2005-12-18
1
-5
/
+5
*
Handle vm_map_wire()'s failure.
alc
2005-08-28
1
-1
/
+5
*
Eliminate an unneeded reference on a vm object. If, in fact, the nearby
alc
2005-08-28
1
-2
/
+0
*
Add support for completing the installation of ELF relocatable
iedowse
2004-08-29
1
-3
/
+208
*
Give kldunload a -f(orce) argument.
phk
2004-07-13
1
-1
/
+1
*
Wrap long line.
peter
2004-06-29
1
-1
/
+3
*
Change strategy based on a suggestion from Ian Dowse. Instead of trying
peter
2004-06-15
1
-37
/
+30
*
Fix symbol lookups between modules. This caused modules that depend on
peter
2004-06-15
1
-1
/
+5
*
Insurance: cause a proper symbol lookup failure for symbol entries that
peter
2004-06-15
1
-0
/
+2
*
If a symbol has section+offset definitions provided, always use instead
peter
2004-05-18
1
-6
/
+9
[next]