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
*
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
*
Prevent loading modules with are compiled into the kernel.
pjd
2005-05-28
1
-2
/
+8
*
- Denote a few places where kobj class references are manipulated without
jhb
2005-03-31
1
-3
/
+4
*
When trying each linker class in turn with a preloaded module, exit
iedowse
2004-08-27
1
-3
/
+2
*
Give kldunload a -f(orce) argument.
phk
2004-07-13
1
-11
/
+38
*
Trim a few things from the dmesg output and stick them under bootverbose to
jhb
2004-07-01
1
-2
/
+3
*
Since we go to the trouble of compiling the kobj ops table for each class,
peter
2004-05-17
1
-0
/
+1
*
Plug minor memory leak of module_t structures when unloading a file
peadar
2004-04-09
1
-1
/
+3
*
Split the mlock() kernel code into two parts, mlock(), which unpacks
truckman
2004-02-26
1
-1
/
+3
*
Avoid NULL pointer dereferencing in modlist_lookup2().
fjoe
2003-09-23
1
-1
/
+1
*
Add fdidx argument to vn_open() and vn_open_cred() and pass -1 throughout.
phk
2003-07-27
1
-2
/
+2
*
Use __FBSDID().
obrien
2003-06-11
1
-2
/
+3
*
FreeBSD 5.0 has stopped shipping /modules 2.5 years ago. Catch
ru
2003-03-03
1
-1
/
+1
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-11
/
+11
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-11
/
+11
*
Resolve relative relocations in klds before trying to parse the module's
jake
2003-01-21
1
-73
/
+29
*
unwrap lines made short enough by SCARGS removal
alfred
2002-12-14
1
-6
/
+3
*
SCARGS removal take II.
alfred
2002-12-14
1
-14
/
+14
*
Backout removal SCARGS, the code freeze is only "selectively" over.
alfred
2002-12-13
1
-14
/
+14
*
Remove SCARGS.
alfred
2002-12-13
1
-14
/
+14
*
Merge kld access control checks from the MAC tree: these access control
rwatson
2002-11-19
1
-0
/
+42
*
fix kldload error return when a module is rejected because it's statically
sam
2002-10-17
1
-4
/
+12
*
Plug a memory-leak.
phk
2002-10-15
1
-0
/
+1
[next]