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
*
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
*
Removed unused #includes.
bde
1997-08-02
1
-4
/
+1
*
This is the kernel linker. To use it, you will first need to apply
dfr
1997-05-07
1
-0
/
+562