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
/
kern_linker.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Scanning all the formats for binary translation of modules loading can
attilio
2009-02-10
1
-0
/
+8
*
Expand the scope of the sysctllock sx lock to protect the sysctl tree itself.
jhb
2009-02-06
1
-4
/
+4
*
Drop the kernel linker lock while running SYSUNINIT routines and removing
jhb
2009-02-05
1
-0
/
+3
*
Conditionally compile out V_ globals while instantiating the appropriate
zec
2008-12-10
1
-0
/
+16
*
- Invoke MOD_QUIESCE on all modules in a linker file (kld) before
jhb
2008-12-05
1
-4
/
+27
*
Fix a number of style issues in the MALLOC / FREE commit. I've tried to
des
2008-10-23
1
-2
/
+2
*
Retire the MALLOC and FREE macros. They are an abomination unto style(9).
des
2008-10-23
1
-3
/
+2
*
Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed thread
attilio
2008-08-28
1
-2
/
+2
*
Add the ctf_get function and update the args to linker_file_function_listall.
jb
2008-05-23
1
-1
/
+7
*
Back-out previous revision. For now I can use _ddb() variants of stack(9) KPI,
pjd
2008-04-21
1
-6
/
+3
*
Allow linker_search_symbol_name() to be called with KLD lock held.
pjd
2008-04-17
1
-3
/
+6
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-4
/
+5
*
VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used in
attilio
2008-01-13
1
-3
/
+3
*
The kernel linker includes a number of utility functions to look up symbol
rwatson
2007-12-01
1
-13
/
+87
*
Add a function to list symbols in a file and their values at the
jb
2007-11-18
1
-0
/
+10
*
Merge first in a series of TrustedBSD MAC Framework KPI changes
rwatson
2007-10-24
1
-6
/
+6
*
Add the full module path name to the kld_file_stat structure
jb
2007-10-22
1
-7
/
+38
*
Revert UF_OPENING workaround for CURRENT.
kib
2007-05-31
1
-2
/
+2
*
Remove MAC Framework access control check entry points made redundant with
rwatson
2007-04-22
1
-5
/
+0
*
Remove 'MPSAFE' annotations from the comments above most system calls: all
rwatson
2007-03-04
1
-27
/
+0
*
Fix a comment.
jhb
2007-02-26
1
-2
/
+2
*
Drop the global kernel linker lock while executing the sysinit's for a
jhb
2007-02-23
1
-15
/
+21
*
Sweep kernel replacing suser(9) calls with priv(9) calls, assigning
rwatson
2006-11-06
1
-2
/
+3
*
Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.h
rwatson
2006-10-22
1
-1
/
+2
*
Explicitly use STAILQ_REMOVE_HEAD() when we know we are removing the head
jhb
2006-07-10
1
-3
/
+2
*
Fix two more instances of using a linker_file_t object in TAILQ() macros
jhb
2006-07-10
1
-4
/
+5
*
Don't try to reuse the linker_file structure after we've freed it when
jhb
2006-07-10
1
-2
/
+2
*
- Explicitly acquire Giant around SYSINIT's and SYSUNINIT's since they are
jhb
2006-07-06
1
-3
/
+10
*
Replace the kld_mtx mutex with a kld_sx sx lock and expand it's scope to
jhb
2006-06-21
1
-50
/
+77
*
- Push down Giant in kldfind() and kldsym().
jhb
2006-06-21
1
-16
/
+10
*
Fix two comments and a style fix.
jhb
2006-06-21
1
-4
/
+6
*
Various whitespace fixes.
jhb
2006-06-21
1
-12
/
+11
*
Conditionally acquire Giant around VFS operations.
jhb
2006-06-20
1
-3
/
+10
*
- Push Giant down into linker_reference_module().
jhb
2006-06-20
1
-1
/
+31
*
Make linker_find_file_by_name() and linker_find_file_by_id() static to
jhb
2006-06-20
1
-2
/
+12
*
- Add a new linker_file_foreach() function that walks the list of linker
jhb
2006-06-20
1
-28
/
+52
*
Make linker_file_add_dependency() and linker_load_module() static since
jhb
2006-06-20
1
-4
/
+8
*
Don't check if malloc(M_WAITOK) returns NULL.
jhb
2006-06-20
1
-4
/
+0
*
Use 'else' to remove another goto.
jhb
2006-06-20
1
-5
/
+2
*
- Remove some useless variable initializations.
jhb
2006-06-20
1
-6
/
+3
*
Unbreak 64-bit architectures. The 3rd argument to kern_kldload() is
marcel
2006-06-14
1
-4
/
+6
*
- Add a kern_kldload() that is most of the previous kldload() and push
jhb
2006-06-13
1
-39
/
+47
*
- Push down Giant some in kldstat().
jhb
2006-06-13
1
-29
/
+21
*
Unexpand TAILQ_FOREACH() and TAILQ_FOREACH_SAFE().
jhb
2006-06-13
1
-4
/
+2
*
Remove some more pointless goto's and don't check to see if
jhb
2006-06-13
1
-16
/
+9
*
Handle the simple case of just dropping a reference near the start of
jhb
2006-06-13
1
-28
/
+27
*
extlen and cpp is not used here in linker_search_kld(), so nuke them.
delphij
2006-05-27
1
-10
/
+2
*
MFP4: Support for profiling dynamically loaded objects.
jkoshy
2006-03-26
1
-0
/
+78
*
Fix a bug in the kernel module runtime linker that made it impossible
jdp
2005-10-19
1
-0
/
+3
*
Fix panic when module is compiled in and it is loaded from loader.conf.
pjd
2005-05-28
1
-3
/
+5
[next]