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
*
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
*
Remove leftover padding variables.
peter
2004-05-18
1
-8
/
+4
*
Clean up the code some more. Unify the text/data (progbits) and bss
peter
2004-05-17
1
-236
/
+249
*
Oops, use the generic ELF_ST_BIND() macro instead of ELF64_ST_BIND.
peter
2004-05-17
1
-5
/
+5
*
Checkpoint commit for an alternative WIP kernel module loader that isn't
peter
2004-04-30
1
-1058
/
+695
*
Add the mlockall() and munlockall() system calls.
bms
2003-08-11
1
-1
/
+1
*
Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.
phk
2003-07-27
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
Bail out if there were not two loadable sections. Add XXX comment about
phk
2003-05-12
1
-0
/
+8
*
Search for "elf32 kernel" (and elf64) and "elf32 module" (and elf64)
peter
2003-04-06
1
-2
/
+6
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-7
/
+7
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-7
/
+7
*
Resolve relative relocations in klds before trying to parse the module's
jake
2003-01-21
1
-0
/
+32
*
Merge kld access control checks from the MAC tree: these access control
rwatson
2002-11-19
1
-0
/
+9
*
Add two hooks to signal module load and module unload to MD code.
marcel
2002-10-19
1
-0
/
+9
[next]