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_socket.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Quick fix for LINT breakage caused by interface changes in accept(2), etc.
bde
2003-12-25
1
-33
/
+36
*
Use kern_sendit rather than sendit for the Linux send* syscalls.
dwmalone
2003-11-09
1
-144
/
+105
*
Fix some problems in linux_sendmsg() and linux_recvmsg().
iwasaki
2003-10-11
1
-36
/
+38
*
Use __FBSDID().
obrien
2003-06-10
1
-2
/
+3
*
Deprecate machine/limits.h in favor of new sys/limits.h.
kan
2003-04-29
1
-2
/
+1
*
Clean up whitespace and remove register keyword.
des
2003-03-03
1
-2
/
+2
*
More caddr_t removal, in conjunction with copy{in,out}(9) this time.
des
2003-03-03
1
-4
/
+4
*
Add M_WAITOK
ume
2003-02-20
1
-1
/
+1
*
1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,
dwmalone
2003-02-08
1
-14
/
+15
*
Avoid undefined symbol error with an IPv4 only kernel.
ume
2003-02-05
1
-1
/
+9
*
Add IPv6 support for Linuxlator.
ume
2003-02-03
1
-88
/
+372
*
Back out last commit. Linux uses the old 4.3BSD sockaddr format.
mini
2002-09-24
1
-19
/
+11
*
Don't use compatability syscall wrappers in emulation code.
mini
2002-09-23
1
-11
/
+19
*
Fix typo in the BSD copyright: s/withough/without/
schweikh
2002-06-02
1
-1
/
+1
*
Fix missing holdsock()->fgetsock()
dillon
2001-11-17
1
-7
/
+5
*
Force the length of the sockaddr to be correct for AF_INET and AF_INET6
fenner
2001-10-26
1
-2
/
+23
*
KSE Milestone 2
julian
2001-09-12
1
-65
/
+65
*
Round of cleanups and enhancements. These include (in random order):
marcel
2001-09-08
1
-19
/
+20
*
Only pick up so_error the first time through with EISCONN, as advertised.
jlemon
2001-03-02
1
-1
/
+1
*
Correctly emulate linux_connect. For nonblocking sockets, the behavior
jlemon
2001-03-01
1
-51
/
+21
*
translate the flags in recvfrom and recvmsg from linux to bsd ones
assar
2000-12-19
1
-2
/
+69
*
Don't auto-generate the syscalls.
marcel
2000-12-03
1
-4
/
+0
*
Use the linux_connect() on alpha rather than passing directly through
gallatin
2000-11-16
1
-1
/
+9
*
Revert auto-generation. The Alpha port is broken.
marcel
2000-11-10
1
-0
/
+4
*
Sync with Alpha:
marcel
2000-11-09
1
-4
/
+0
*
The MI/MD split wasn't perfect and the MI files need hacks for the
obrien
2000-11-01
1
-0
/
+6
*
Whitespace change: (near) KNF
marcel
2000-08-26
1
-649
/
+679
*
Update include directives.
marcel
2000-08-22
1
-3
/
+3
*
Fix accept(2) behavior in that accepted sockets don't inherit the
marcel
2000-02-28
1
-1
/
+20
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Fix linux sendmsg() emulation
msmith
1999-01-11
1
-2
/
+35
*
Commit patch in
sos
1998-12-30
1
-1
/
+6
*
Moved some #includes from <sys/param.h> nearer to where they are actually
bde
1998-03-28
1
-1
/
+2
*
In the words of the submitter:
msmith
1998-02-07
1
-2
/
+62
*
Make COMPAT_43 and COMPAT_SUNOS new-style options.
eivind
1997-12-16
1
-2
/
+6
*
As described by the submitter:
msmith
1997-12-14
1
-2
/
+147
*
Move the "retval" (3rd) parameter from all syscall functions and put
phk
1997-11-06
1
-47
/
+47
*
Removed unused #includes.
bde
1997-07-20
1
-3
/
+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
*
Add IP_OPTIONS and the multicast-related setsockopts to the
fenner
1996-12-03
1
-1
/
+14
*
Mega-commit for Linux emulator update.. This has been stress tested under
peter
1996-03-02
1
-7
/
+2
*
Clean up some warnings by using the generated structures in <sys/sysproto.h>
peter
1995-12-15
1
-31
/
+31
*
Completed function declarations and added prototypes.
bde
1995-11-22
1
-2
/
+8
*
First incarnation of our Linux emulator or rather compatibility code.
sos
1995-06-25
1
-0
/
+595