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
*
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
*
Try and clean up the multiple formal loading support a bit, based on
peter
1999-01-17
1
-10
/
+21
*
Don't allow more than one module with the same name to be loaded.
msmith
1999-01-05
1
-4
/
+17
*
kldsym(2) prototype implementation
peter
1998-11-11
1
-1
/
+54
*
Arrange for unload-time linker set hooks to be called. While cut/pasting
peter
1998-11-10
1
-14
/
+71
*
Define the kld_debug variable if KLD_DEBUG is enabled
peter
1998-11-06
1
-1
/
+5
*
The handle for the kernel is common. With this fix, ELF kernels can load
peter
1998-11-04
1
-1
/
+2
*
Have the in-kernel linker try a default extension of .ko. This means that
peter
1998-11-03
1
-3
/
+30
*
Use the kvm space pathname that we copied in, not the one in user space.
peter
1998-11-03
1
-2
/
+2
*
Don't put 0x in front of %p, it does it already.
msmith
1998-10-24
1
-4
/
+4
*
- bzero() after malloc(). This is especially obvious when kern_malloc is
peter
1998-10-15
1
-3
/
+5
*
Display module type as well as module name when we find one preloaded.
peter
1998-10-10
1
-3
/
+8
*
Use Mike Smith's linker module search path code.
peter
1998-10-10
1
-16
/
+261
*
Modify the internal interfaces to the kernel linker to make it possible
dfr
1998-08-12
1
-6
/
+9
*
Use a real malloc type for M_LINKER instead of #defining it as M_TEMP.
bde
1998-01-01
1
-1
/
+2
*
We have had support for running the kernel daemons as threads for
dyson
1997-12-12
1
-2
/
+13
*
Fixed a sloppy common-style definitions.
bde
1997-11-20
1
-1
/
+3
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-21
/
+21
[next]