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_file.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
This patch clears the way for removing a number of tty related
phk
1999-09-25
1
-4
/
+5
*
This is what was "fdfix2.patch," a fix for fd sharing. It's pretty
green
1999-09-19
1
-1
/
+1
*
Fix getcwd. It must return the length of the path including the terminating 0.
marcel
1999-09-17
1
-6
/
+19
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix bug in the fcntl syscall where 'arg' was not set properly.
marcel
1999-08-15
1
-2
/
+4
*
Implementation of the linux_getcwd syscall.
marcel
1999-08-14
1
-1
/
+16
*
In doing lock type conversion (struct flock), make sure that carbage in results
marcel
1999-08-13
1
-2
/
+5
*
Use a wrapper for the link syscall that does name translations.
marcel
1999-08-12
1
-1
/
+20
*
Use the vn_todev() function, rather than VOP_GETATTR
phk
1999-07-18
1
-7
/
+3
*
Divorce "dev_t" from the "major|minor" bitmap, which is now called
phk
1999-05-11
1
-3
/
+5
*
I got tired of seeing all the cdevsw[major(foo)] all over the place.
phk
1999-05-08
1
-2
/
+2
*
Fix up a few easy 'assignment used as truth value' and 'suggest parens
peter
1999-05-06
1
-2
/
+3
*
Use truncate() instead of otruncate() - step on the way to stopping
eivind
1999-01-10
1
-3
/
+3
*
Make async I/O on a socket work.
jfieber
1998-10-05
1
-1
/
+4
*
Fixed print format errors.
bde
1998-07-29
1
-5
/
+5
*
The linux chown syscall is more like lchown, a new chown syscall that
peter
1998-03-29
1
-1
/
+22
*
sigh....forgot to update the DEBUG printf
jmb
1998-01-05
1
-3
/
+3
*
length argument to truncate() in linux emulation
jmb
1998-01-05
1
-1
/
+2
*
Make hidden COMPAT_43 dependencies explict. Options in headers is a
eivind
1997-12-16
1
-1
/
+3
*
Don't include <sys/lock.h> in headers when only `struct simplelock' is
bde
1997-12-05
1
-1
/
+2
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-58
/
+59
*
Remove dependancy on UFS' DIRBLKSIZ definition.
dfr
1997-04-06
1
-6
/
+2
*
Fix linux_getdents so that it can cope with filesystems which translate
dfr
1997-04-05
1
-10
/
+46
*
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 this compile again after the Lite2 merge.
mpp
1997-02-10
1
-3
/
+2
*
This is the kernel Lite/2 commit. There are some requisite userland
dyson
1997-02-10
1
-2
/
+2
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Fix the getdents() emulation, the Linux ELF libraries use this, and
peter
1996-03-10
1
-3
/
+11
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-43
/
+354
*
Clean up some warnings by using the generated structures in <sys/sysproto.h>
peter
1995-12-15
1
-16
/
+14
*
Completed function declarations and added prototypes.
bde
1995-11-22
1
-4
/
+7
*
Fix the getdirentries of ibcs2 to handle uneven DIRBLKSIZ offsets.
swallace
1995-10-10
1
-6
/
+8
*
Modified linux_readdir() function to properly handle Linux readdir()
swallace
1995-08-28
1
-14
/
+27
*
First incarnation of our Linux emulator or rather compatibility code.
sos
1995-06-25
1
-0
/
+436