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
/
linux
/
linux_util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove linux_emul_find() and the CHECKALT*() macros as they are no longer
jhb
2005-03-01
1
-33
/
+0
*
Make linux_emul_convpath() a simple wrapper for kern_alternate_path().
jhb
2005-02-07
1
-98
/
+3
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
1
-1
/
+1
*
Include <sys/mutex.h> and its prerequisite <sys/lock.h> instead of
bde
2004-06-23
1
-2
/
+4
*
Mark linux_emul_convpath() as GIANT_REQUIRED.
rwatson
2004-06-22
1
-0
/
+2
*
VOP_GETATTR() wants the vnode passed to it to be locked. Instead
truckman
2004-01-14
1
-13
/
+1
*
Use __FBSDID().
obrien
2003-06-10
1
-1
/
+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
*
Add function linux_msg() for regulating output from the linux emulation
alfred
2003-01-02
1
-0
/
+16
*
Add a new function linux_emul_convpath(), which is a version of
iedowse
2002-09-01
1
-32
/
+48
*
Simple p_ucred -> td_ucred changes to start using the per-thread ucred
jhb
2002-02-27
1
-2
/
+2
*
Eliminate the prefix parameter to linux_emul_find(), which was always
des
2001-10-27
1
-3
/
+3
*
KSE Milestone 2
julian
2001-09-12
1
-7
/
+7
*
Fix typo: seperate -> separate.
asmodai
2001-02-06
1
-1
/
+1
*
Back out proc locking to protect p_ucred for obtaining additional
jhb
2001-01-27
1
-10
/
+3
*
Lock access to proc members.
jhb
2000-12-15
1
-3
/
+10
*
Update include directives.
marcel
2000-08-22
1
-2
/
+1
*
Add bounds checking to stackgap_alloc. Previously it was possible
marcel
2000-07-23
1
-1
/
+4
*
Remove unneeded #include <vm/vm_zone.h>
phk
2000-04-30
1
-1
/
+0
*
Introduce NDFREE (and remove VOP_ABORTOP)
eivind
1999-12-15
1
-1
/
+9
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Removed unused #includes.
bde
1997-07-20
1
-5
/
+1
*
Don't include <sys/ioctl.h> in the kernel. Stage 1: don't include
bde
1997-03-24
1
-2
/
+1
*
Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Changed type of ni_dirp in `struct namei' from caddr_t to `const char *'
bde
1996-09-03
1
-4
/
+3
*
Fix memory leak bug in the path parsing code which never released it's
nate
1996-08-05
1
-6
/
+10
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-0
/
+179