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
/
alpha
/
osf1
/
imgact_osf1.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
First pass at removing Alpha kernel support.
jhb
2006-05-11
1
-250
/
+0
*
- Change the vm_mmap() function to accept an objtype_t parameter specifying
jhb
2005-04-01
1
-2
/
+2
*
o Split out kernel part of execve(2) syscall into two parts: one that
sobomax
2005-01-29
1
-6
/
+1
*
Begin all license/copyright comments with /*- or #-
imp
2005-01-05
1
-1
/
+1
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Fix some memory leaks in the failure cases after trying to look up the
jhb
2003-03-21
1
-6
/
+9
*
Back out M_* changes, per decision of the TRB.
imp
2003-02-19
1
-3
/
+3
*
Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.
alfred
2003-01-21
1
-3
/
+3
*
Use the fields in the sysentvec and in the vm map header in place of the
jake
2002-09-21
1
-1
/
+1
*
- Hold the vnode lock throughout execve.
jeff
2002-08-13
1
-13
/
+1
*
- Replace v_flag with v_iflag and v_vflag
jeff
2002-08-04
1
-3
/
+4
*
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
*
Fix a long line introduced in previous commit.
peter
2002-02-07
1
-1
/
+2
*
Pre-KSE/M3 commit.
julian
2002-02-07
1
-3
/
+3
*
Finish KSE-ification updates.
peter
2001-09-20
1
-3
/
+4
*
With Alfred's permission, remove vm_mtx in favor of a fine-grained approach
dillon
2001-07-04
1
-5
/
+2
*
Apparently, the vm_mtx must be held around vm_map_find(). I'm assuming
gallatin
2001-06-06
1
-0
/
+3
*
grab the vm mtx around exec_new_vmspace()
gallatin
2001-05-22
1
-0
/
+2
*
fix vm_mtx related compiler warning
gallatin
2001-05-20
1
-0
/
+1
*
exec_osf1_imgact() should return -1 for non OSF1/ECOFF binaries, it should
gallatin
2000-12-02
1
-1
/
+1
*
Add M_ZERO to malloc calls where the result is just bzeroed.
mjacob
2000-10-27
1
-4
/
+2
*
Finally add the Alpha OSF/1 compat code. I will add it to the
gallatin
1999-12-14
1
-0
/
+259