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
/
i386
/
ibcs2
/
imgact_coff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert UF_OPENING workaround for CURRENT.
kib
2007-05-31
1
-1
/
+1
*
Retire the stackgap macros from ibcs2 as they are no longer used. Push
jhb
2006-07-10
1
-0
/
+1
*
- Pass the ISOPEN flag to namei so filesystems will know we're about to
jeff
2005-04-27
1
-1
/
+2
*
- Change the vm_mmap() function to accept an objtype_t parameter specifying
jhb
2005-04-01
1
-5
/
+9
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
1
-5
/
+0
*
Replace the dangerous strcpy() call with strlcpy(), instead of the safe one
tjr
2003-11-18
1
-2
/
+2
*
Fix a multitude of security bugs in the iBCS2 emulator:
tjr
2003-10-12
1
-1
/
+1
*
Add a "int fd" argument to VOP_OPEN() which in the future will
phk
2003-07-26
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-1
/
+1
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-1
/
+1
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
1
-1
/
+1
*
- Fix iBCS2 emulation of COFF files that have multiple libraries
robert
2002-09-09
1
-3
/
+7
*
- Hold the vnode lock throughout execve.
jeff
2002-08-13
1
-9
/
+13
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-1
/
+2
*
Infrastructure tweaks to allow having both an Elf32 and an Elf64 executable
peter
2002-07-20
1
-1
/
+1
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Remove __P.
alfred
2002-03-20
1
-3
/
+3
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-3
/
+3
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-3
/
+5
*
Update to C99, s/__FUNCTION__/__func__/,
obrien
2001-12-10
1
-1
/
+1
*
KSE Milestone 2
julian
2001-09-12
1
-10
/
+11
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-2
/
+3
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-19
/
+4
*
- Use 'p' instead of 'curproc' for the namei lookup as this is what
jhb
2001-01-23
1
-6
/
+20
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Initial dependency so that the kld's will link. imgact_coff depends
peter
2000-04-29
1
-0
/
+2
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-1
/
+1
*
Fix case where vnode could be unlocked twice. Untested; bug found by code
eivind
1999-11-14
1
-3
/
+5
*
useracc() the prequel:
phk
1999-10-29
1
-1
/
+0
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix a couple of warnings and some bitrot in comments.
peter
1999-05-09
1
-4
/
+2
*
Fix warnings in preparation for adding -Wall -Wcast-qual to the
dillon
1999-01-28
1
-21
/
+21
*
Remove references to an LKM that isn't built any more.
peter
1999-01-17
1
-3
/
+3
*
*gulp*. Jordan specifically OK'ed this..
peter
1998-10-16
1
-2
/
+2
*
Fixed two potentially serious classes of bugs:
dg
1998-10-13
1
-5
/
+5
*
Use [u]intptr_t instead of [u_]long for casts between pointers and
bde
1998-08-16
1
-7
/
+9
*
De-staticize enough to make all the LKMs work again. Add comments where
eivind
1998-02-11
1
-3
/
+3
*
Staticize.
eivind
1998-02-09
1
-6
/
+6
*
Unspammed nested include of <vm/vm_zone.h>.
bde
1997-12-27
1
-1
/
+2
*
Change the M_NAMEI allocations to use the zone allocator. This change
dyson
1997-09-21
1
-3
/
+3
*
Fixed type mismatches for functions with args of type vm_prot_t and/or
bde
1997-08-25
1
-8
/
+3
*
Removed unused #includes.
bde
1997-07-20
1
-5
/
+1
*
Fully implement vfork. Vfork is now much much faster than even our
dyson
1997-04-13
1
-2
/
+3
*
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
bde
1997-04-01
1
-2
/
+1
*
Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined.
bde
1997-03-23
1
-2
/
+2
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make this compile again after the Lite2 merge.
mpp
1997-02-10
1
-1
/
+1
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
[next]