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
*
Test if rootvnode is NULL rather than if rootdev is NODEV when determining
brian
2002-04-26
1
-1
/
+1
*
In linker_load_module(), check that rootdev != NODEV before calling
brian
2002-04-10
1
-3
/
+5
*
Change linker_reference_module() so that it's passed a struct
brian
2002-04-10
1
-3
/
+14
*
Change the suser() API to take advantage of td_ucred as well as do a
jhb
2002-04-01
1
-2
/
+2
*
- Recommit the securelevel_gt() calls removed by commits rev. 1.84 of
arr
2002-03-25
1
-6
/
+6
*
- Back out the commit to make the linker_load_file() securelevel check
arr
2002-03-22
1
-6
/
+6
*
- Fix a logic error in checking the securelevel that was introduced in the
arr
2002-03-21
1
-6
/
+2
*
- Change a check of securelevel to securelevel_gt() call in order to help
arr
2002-03-20
1
-6
/
+10
*
- Change a malloc / bzero pair to make use of the M_ZERO malloc(9) flag.
arr
2002-03-19
1
-2
/
+1
*
- Lock down the ``module'' structure by adding an SX lock that is used by
arr
2002-03-18
1
-7
/
+8
*
Don't assign strcmp to a variable called err and then compare it
dwmalone
2002-03-10
1
-20
/
+12
*
Fix a breakage introduced in rev.1.75 (supposedly style cleanup), which results
sobomax
2002-03-10
1
-6
/
+6
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-6
/
+5
*
- Whitespace fixes leftover from previous commit.
arr
2002-02-22
1
-21
/
+21
*
- Massive style fixup.
arr
2002-02-22
1
-1268
/
+1292
*
Add a comment indicating that the vnode locking in this section of the
rwatson
2002-02-10
1
-0
/
+3
*
- Ensure that linker file id's are unique, rather than blindly
arr
2001-11-18
1
-1
/
+15
*
Fix a number of misspellings of "dependency" and "dependencies" in
iedowse
2001-11-16
1
-9
/
+9
*
o Move suser() calls in kern/ to using suser_xxx() with an explicit
rwatson
2001-11-01
1
-2
/
+2
*
Add the sysctl "kern.function_list", which currently exports all
green
2001-10-30
1
-0
/
+31
*
KSE Milestone 2
julian
2001-09-12
1
-44
/
+43
*
Fix the kern.module_path issue that required the trailing '/' character
peter
2001-09-12
1
-12
/
+15
*
Implement the long-awaited module->file cache database. A userland
peter
2001-09-11
1
-87
/
+299
*
Giant Pushdown. Saved the worst P4 tree breakage for last.
dillon
2001-09-01
1
-19
/
+61
*
Sync the default module search path with the one in
dd
2001-08-20
1
-1
/
+1
*
Don't try to print a field that doesn't exist; in usually commented
jake
2001-07-31
1
-2
/
+2
*
Constify (silence warnings introduced by last commit to sys/module.h)
des
2001-06-20
1
-7
/
+7
*
Add linker_reference_module().
brian
2001-06-18
1
-0
/
+25
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-94
/
+96
*
Make the TUNABLE_*() macros look and behave more consistantly like the
peter
2001-06-06
1
-4
/
+2
*
o Actually extract version of interface and store it along with the name.
bp
2001-03-22
1
-52
/
+99
*
Slightly reorganize code in the linker_load_dependancies() function to make
bp
2001-03-22
1
-54
/
+52
*
Remove support for old way of handling module dependencies.
bp
2001-03-22
1
-35
/
+18
*
Another round of the <sys/queue.h> FOREACH transmogriffer.
phk
2001-02-04
1
-2
/
+1
*
Mechanical change to use <sys/queue.h> macro API instead of
phk
2001-02-04
1
-12
/
+12
*
Pull out the module path from the loader. ie: if you boot from
peter
2000-12-28
1
-4
/
+8
*
Convert more malloc+bzero to malloc+M_ZERO.
dwmalone
2000-12-08
1
-10
/
+6
*
Add a workaround for statically linked kernels.
dfr
2000-10-04
1
-0
/
+6
*
The kernel is now known as `kernel.ko' and it and its matching modules
obrien
2000-09-06
1
-1
/
+1
*
Fix self referential dependencies. eg: uhub was packaged along with
peter
2000-08-02
1
-3
/
+13
*
Correct SYSINIT execution order in the case when KLD contains more
bp
2000-07-09
1
-2
/
+2
*
Move the truncation code out of vn_open and into the open system call
mckusick
2000-07-04
1
-2
/
+3
*
Move the securelevel check before loading KLD's into linker_load_file(),
archie
2000-06-29
1
-2
/
+10
*
Back out the previous change to the queue(3) interface.
jake
2000-05-26
1
-3
/
+3
*
Change the way that the queue(3) structures are declared; don't assume that
jake
2000-05-23
1
-3
/
+3
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
First round implementation of a fine grain enhanced module to module
peter
2000-04-29
1
-130
/
+480
*
* Rewrite to use kobj(9) instead of hard-coded function tables.
dfr
2000-04-24
1
-47
/
+33
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+3
*
Zap c_index() and c_rindex(). Bruce prefers these to implicitly convert
peter
1999-12-10
1
-2
/
+2
[next]