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
/
compat
/
pecoff
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove dead code
sam
2005-02-22
1
-2
/
+0
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
1
-6
/
+2
*
Remove duplicate code.
phk
2005-01-13
1
-4
/
+0
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
2
-2
/
+2
*
Axe the semblance of support for PECOFF and Linux a.out core dumps.
das
2004-11-27
1
-67
/
+1
*
Maintain the broken state of backwards compatibilty for a.out (and
das
2004-11-20
1
-2
/
+3
*
Change the types of vn_rdwr_inchunks()'s len and aresid arguments to
tjr
2004-06-05
1
-2
/
+2
*
Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit
peter
2003-09-25
1
-1
/
+2
*
Use __FBSDID().
obrien
2003-06-10
1
-3
/
+3
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-6
/
+6
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-6
/
+6
*
Bring in two sets of changes:
rwatson
2002-11-05
1
-0
/
+1
*
Remove reference to struct execve_args from struct imgact, which
rwatson
2002-11-05
1
-1
/
+2
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
1
-1
/
+1
*
Tidy up some loose ends that bde pointed out. caddr_t bad, ok?
peter
2002-09-07
1
-7
/
+6
*
The true value of how the kernel was configured for KSTACK_PAGES was not
peter
2002-09-07
1
-8
/
+7
*
Fix a missing line in a cut/paste error.
peter
2002-09-07
1
-0
/
+1
*
Collect the a.out coredump code into the calling functions.
peter
2002-09-07
1
-1
/
+15
*
Added fields for VM_MIN_ADDRESS, PS_STRINGS and stack protections to
jake
2002-09-01
1
-4
/
+12
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
1
-1
/
+1
*
In order to better support flexible and extensible access control,
rwatson
2002-08-15
1
-3
/
+3
*
- Hold the vnode lock throughout execve.
jeff
2002-08-13
1
-6
/
+9
*
- 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
*
- Change fill_kinfo_proc() to require that the process is locked when it
jhb
2002-04-09
1
-2
/
+5
*
Remove references to vm_zone.h and switch over to the new uma API.
jeff
2002-03-20
1
-1
/
+0
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
Attempt to unmangle some code touched in the previous commit.
peter
2002-02-07
1
-11
/
+8
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-11
/
+17
*
KSE Milestone 2
julian
2001-09-12
1
-42
/
+44
*
This brings in a Yahoo coredump patch from Paul, with additional mods by
dillon
2001-09-08
1
-4
/
+4
*
Fix warnings:
peter
2001-06-15
1
-5
/
+5
*
Sort includes.
jhb
2001-05-21
1
-1
/
+1
*
Introduce a global lock for the vm subsystem (vm_mtx).
alfred
2001-05-19
1
-0
/
+1
*
Undo part of the tangle of having sys/lock.h and sys/mutex.h included in
markm
2001-05-01
1
-5
/
+5
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-13
/
+3
*
Use proc lock to safely obtain references to p_ucred before vnode
jhb
2001-01-23
1
-3
/
+13
*
Map BSS section in PECOFF executable.
takawata
2001-01-23
1
-1
/
+1
*
Add PECOFF (WIN32 Execution file format) support.
takawata
2000-12-20
2
-0
/
+783