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
*
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
*
Tempt fate and stop index from converting a const char * into a char *.
peter
1999-11-21
1
-2
/
+2
*
Trim unused options (or #ifdef for undoc options).
peter
1999-10-11
1
-3
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Cast pointers to uintptr_t instead of casting them to u_long. They
bde
1999-08-24
1
-5
/
+5
*
Change the name of the static variable 'files' to 'linker_files' in
grog
1999-08-20
1
-14
/
+14
*
Slight reorganization of kernel thread/process creation. Instead of using
peter
1999-07-01
1
-34
/
+5
*
Slight tweak to fork1() calling conventions. Add a third argument so
peter
1999-06-30
1
-7
/
+6
*
First stages of a module dependency cleanup. This part fixes a
peter
1999-05-08
1
-5
/
+12
*
Enable vmspace sharing on SMP. Major changes are,
luoqi
1999-04-28
1
-3
/
+1
*
Suser() simplification:
phk
1999-04-27
1
-3
/
+3
*
LK_RETRY is a vn_lock() flag, not one for lockmgr().
peter
1999-04-06
1
-3
/
+3
*
* Register sysctl nodes before running sysinits when loading files and
dfr
1999-03-07
1
-2
/
+2
*
A correction to the code which attempts to prevent the same module
dfr
1999-02-20
1
-1
/
+3
*
* Change sysctl from using linker_set to construct its tree using SLISTs.
dfr
1999-02-16
1
-2
/
+42
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-8
/
+8
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-27
1
-15
/
+15
*
Don't try to call SYSUNINIT functions if there was a link error.
dfr
1999-01-25
1
-2
/
+5
*
Update userref handling after discussion with submitter of previous
peter
1999-01-23
1
-4
/
+4
*
Relax linkage symbol scope restrictions to be more compatable with that
peter
1999-01-19
1
-2
/
+22
*
Don't decrement userrefs unless the file was actually was unloaded.
peter
1999-01-19
1
-2
/
+4
[next]