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
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-4
/
+3
*
Since we used '#ifdef __i386__', don't close with '#endif /* !__alpha__ */'
dfr
2001-11-24
1
-1
/
+1
*
Fix a number of misspellings of "dependency" and "dependencies" in
iedowse
2001-11-16
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-6
/
+7
*
With this commit, I hereby pronounce gensetdefs past its use-by date.
peter
2001-06-13
1
-0
/
+39
*
Manually add an extra _ to _DYNAMIC since it is provided by ld, not gcc.
peter
2001-02-25
1
-3
/
+3
*
Change the conditionaal so that we only build this on i386 instead of
dfr
2000-09-29
1
-1
/
+1
*
Move the truncation code out of vn_open and into the open system call
mckusick
2000-07-04
1
-2
/
+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
-77
/
+39
*
* Rewrite to use kobj(9) instead of hard-coded function tables.
dfr
2000-04-24
1
-77
/
+69
*
Fixed a cast of a pointer to an integer of a possibly different size.
bde
1999-12-24
1
-2
/
+2
*
Change incorrect NULLs to 0s
eivind
1999-12-21
1
-1
/
+1
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-0
/
+3
*
Take a shot at implementing the fix for PR 15014 for the a.out kernel
peter
1999-11-28
1
-4
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add enough include files to make this actually compile on an a.out system.
eivind
1999-05-15
1
-1
/
+8
*
Use KERNBASE for the load address of the kernel rather than magic constants
peter
1999-05-08
1
-6
/
+3
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-8
/
+8
*
Don't try to call SYSUNINIT functions if there was a link error.
dfr
1999-01-25
1
-1
/
+4
*
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