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
*
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