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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Even if the loaded module has no symbols, we still need to notify
marcel
2011-06-16
1
-1
/
+1
*
Remove malloc(9) return value checks when M_WAITOK is used.
dchagin
2011-04-16
1
-18
/
+0
*
Whitespace and other aspects of style(9). No functional changes.
mdf
2010-11-08
1
-946
/
+966
*
Release the vnode lock and close the linker file vnode earlier in
kib
2010-10-02
1
-3
/
+3
*
Build on Jeff Roberson's linker-set based dynamic per-CPU allocator
rwatson
2009-07-14
1
-0
/
+55
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
1
-0
/
+52
*
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
-4
/
+2
*
Calling linker_load_dependencies() while holding the module'
kib
2008-08-03
1
-0
/
+2
*
Revert r180431.
obrien
2008-07-11
1
-0
/
+47
*
Allow 'elf_file_t' to be used in a wider scope.
obrien
2008-07-10
1
-47
/
+0
*
Improve the output of kldload(8) to show which module can't be loaded.
edwin
2008-07-08
1
-11
/
+14
*
Add hooks for the Compact C Type Format (CTF) data to be attached to
jb
2008-05-23
1
-0
/
+47
*
Fix panic on e.g. "kldload /dev/null".
ru
2008-03-15
1
-0
/
+5
*
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
*
Mark the kernel linker file as linked so that it is visible to the various
jhb
2007-02-26
1
-0
/
+1
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Let native elf class be registered earlier.
jkim
2006-07-14
1
-1
/
+1
*
Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope to
jhb
2006-06-21
1
-2
/
+2
*
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
*
Check to see if the hash table is present in link_elf_lookup_symbol()
jhb
2005-10-31
1
-0
/
+6
*
Add support for kernel modules with a single PT_LOAD section.
peter
2005-10-17
1
-6
/
+9
*
Correctly handle vm_map_wire()'s failure. (See also revisions 1.81 and
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
*
Revert the previous change for two reasons: (1) If vm_map_find() succeeds
alc
2005-08-28
1
-17
/
+10
*
Normalize the VM wiring done with SPARSE_MAPPING: check for errors, and
green
2004-08-09
1
-10
/
+17
*
Give kldunload a -f(orce) argument.
phk
2004-07-13
1
-2
/
+2
*
Make the GDB dynamic linker hooks (r_debug_state) conditional upon
marcel
2004-07-10
1
-9
/
+9
*
Include <sys/gmon.h> instead of <machine/profile.h> for the declaration
bde
2004-05-19
1
-3
/
+3
*
Make a small revision to the api between the elf linker core and the
peter
2004-05-16
1
-7
/
+14
*
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
*
Reduce code duplication by moving the common actions in
marcel
2002-10-19
1
-58
/
+56
*
Non-functional change in preparation of the next commit:
marcel
2002-10-19
1
-41
/
+36
*
In link_elf_load_file(), when SPARSE_MAPPING is defined and we
marcel
2002-10-19
1
-1
/
+0
*
Fix kernel module loading on ia64. Cross-module function calls
marcel
2002-10-15
1
-0
/
+12
*
Be consistent about "static" functions: if the function is marked
phk
2002-09-28
1
-2
/
+2
*
Add a workaround for what seems to be confusion between binutils and the
jake
2002-09-27
1
-0
/
+10
[next]