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
/
link_aout.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
The handle for the kernel is common. With this fix, ELF kernels can load
peter
1998-11-04
1
-10
/
+5
*
Initialize the a.out kld loader after elf, so that elf gets first shot at
peter
1998-11-03
1
-2
/
+2
*
Nitpicking and dusting performed on a train. Removes trivial warnings
phk
1998-10-25
1
-2
/
+1
*
Fix some bugs in link_aout.c caused by using uninitialized malloc space.
peter
1998-10-16
1
-1
/
+4
*
Updates for KLD backends.
peter
1998-10-09
1
-34
/
+102
*
Avoid a possible memory leak.
dfr
1998-09-11
1
-2
/
+8
*
Make ELF kernels build again.
jdp
1998-08-16
1
-1
/
+3
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-2
/
+2
*
Modify the internal interfaces to the kernel linker to make it possible
dfr
1998-08-12
1
-8
/
+69
*
Cast pointers to uintptr_t/intptr_t instead of to u_long/long,
bde
1998-07-15
1
-4
/
+4
*
Don't depend on gcc's feature of casting lvalues.
bde
1998-07-07
1
-2
/
+3
*
This commit fixes various 64bit portability problems required for
dfr
1998-06-07
1
-1
/
+6
*
Fixed a sloppy common-style definitions.
bde
1997-11-20
1
-1
/
+8
*
Remove a bunch of variables which were unused both in GENERIC and LINT.
phk
1997-11-07
1
-5
/
+1
*
make a couple functions static...
jmg
1997-10-24
1
-3
/
+3
*
Removed unused #includes.
bde
1997-08-02
1
-7
/
+1
*
This is the kernel linker. To use it, you will first need to apply
dfr
1997-05-07
1
-0
/
+448