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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Start each of the license/copyright comments with /*-
imp
2005-01-05
4
-4
/
+4
*
Do not blindly pass linux filesystem specific mount data across.
phk
2004-12-03
1
-1
/
+1
*
Ignore MNT_NODEV option, it is implicit in choice of filesystem.
phk
2004-11-26
1
-2
/
+0
*
Rename thread args to be called "td" rather than "p" to be
dwmalone
2004-10-10
1
-6
/
+6
*
Rework how we store process times in the kernel such that we always store
jhb
2004-10-05
1
-11
/
+17
*
Hold thread reference while frobbing cdevsw.
phk
2004-09-24
1
-18
/
+24
*
Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()
jhb
2004-08-24
1
-11
/
+4
*
Don't try to translate the control message unless we're certain it's
des
2004-08-23
1
-1
/
+2
*
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
obrien
2004-08-16
1
-1
/
+1
*
Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.
obrien
2004-08-16
1
-2
/
+2
*
Fix the 'DEBUG' argument code to unbreak the LINT build.
obrien
2004-08-16
1
-2
/
+2
*
Changes to MI Linux emulation code necessary to run 32-bit Linux binaries
tjr
2004-08-16
12
-112
/
+244
*
Replace linux_getitimer() and linux_setitimer() with implementations
tjr
2004-08-15
1
-24
/
+77
*
Avoid assuming that l_timeval is the same as the native struct timeval
tjr
2004-08-15
1
-2
/
+7
*
Use sv_psstrings from the current process's sysentvec structure instead
tjr
2004-08-15
1
-2
/
+3
*
Add XXX comment about findcdev() misuse.
phk
2004-08-14
1
-0
/
+6
*
Use kernel_vmount() instead of vfs_nmount().
phk
2004-07-27
1
-15
/
+4
*
Rename suser_cred()'s PRISON_ROOT flag to SUSER_ALLOWJAIL. This is
cperciva
2004-07-26
2
-2
/
+2
*
I missed two pieces of the commit to this file. Robert has already
dwmalone
2004-07-18
1
-1
/
+1
*
Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was
rwatson
2004-07-18
1
-1
/
+1
*
Add a kern_setsockopt and kern_getsockopt which can read the option
dwmalone
2004-07-17
1
-65
/
+19
*
Clean up and wash struct iovec and struct uio handling.
phk
2004-07-10
1
-20
/
+7
*
Use a couple of regular kernel entry points, rather than COMPAT_43
phk
2004-07-08
1
-4
/
+12
*
Implement SNDCTL_DSP_SETDUPLEX. This may fix sound apps which want to
netchild
2004-07-02
2
-0
/
+5
*
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
*
Add stub for Linux SOUND_MIXER_READ_RECMASK, required by some Linux sound
bms
2004-06-18
2
-0
/
+5
*
Add a stub for the Linux SOUND_MIXER_INFO ioctl (even though we don't
bms
2004-06-18
2
-0
/
+5
*
Linux applications expect to be able to call SIOCGIFCONF with an
bms
2004-06-18
1
-0
/
+14
*
Fix the VT_SETMODE/CDROMIOCTOCENTRY problem correctly.
bms
2004-06-18
1
-15
/
+17
*
Fix two attempts to use an unchecked NULL pointer provided from the
bms
2004-06-18
1
-7
/
+10
*
Second half of the dev_t cleanup.
phk
2004-06-17
1
-4
/
+4
*
Do the dreaded s/dev_t/struct cdev */
phk
2004-06-16
1
-6
/
+6
*
Add support for more linux ioctls.
phk
2004-06-14
2
-2
/
+117
*
Deorbit COMPAT_SUNOS.
phk
2004-06-11
2
-2
/
+2
*
- Replace wait1() with a kern_wait() function that accepts the pid,
jhb
2004-03-17
1
-32
/
+15
*
Use vfs_nmount() to mount linprocfs filesystems in linux_mount();
tjr
2004-03-16
1
-4
/
+21
*
Correct size argument passed to copyinstr() in linux_mount(): mntfromname
tjr
2004-03-16
1
-2
/
+2
*
Remove unused second arg to vfinddev().
phk
2004-03-11
1
-1
/
+1
*
Device megapatch 5/6:
phk
2004-02-21
1
-4
/
+4
*
Add BSD compatibility tty ioctls LINUX_TIOCSBRK and LINUX_TIOCCBRK. This
bms
2004-02-19
2
-0
/
+13
*
Locking for the per-process resource limits structure.
jhb
2004-02-04
1
-14
/
+19
*
VOP_GETATTR() wants the vnode passed to it to be locked. Instead
truckman
2004-01-14
1
-13
/
+1
*
Lock the traversal of the vm object list. Use TAILQ_FOREACH consistently.
alc
2004-01-02
1
-2
/
+3
*
Quick fix for LINT breakage caused by interface changes in accept(2), etc.
bde
2003-12-25
1
-33
/
+36
*
Do not call VOP_GETATTR in getdents function. It does not serve any
kan
2003-11-19
1
-6
/
+0
*
Add a MAC check for VOP_LOOKUP() in the Linux getwcd() implementation.
rwatson
2003-11-17
1
-1
/
+5
*
Pull latest changes from OpenBSD:
sobomax
2003-11-16
1
-3
/
+13
*
Use kern_sendit rather than sendit for the Linux send* syscalls.
dwmalone
2003-11-09
1
-144
/
+105
*
Prevent leaking of fsid to non-root users in linux_statfs and linux_fstatfs.
anholt
2003-11-05
1
-4
/
+14
[next]