aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_socket.c
Commit message (Expand)AuthorAgeFilesLines
* MFC 1.30: Force length of sockaddr to match family.Marcel Moolenaar2001-11-071-2/+25
* Mega MFC: This syncs-up the Linuxulator with -current and henceMarcel Moolenaar2001-11-051-23/+20
* MFC: translate the flags in recvfrom and recvmsg from linux to bsd onesAssar Westerlund2001-03-041-2/+69
* MFC: correct test ordering for first EISCONN.Jonathan Lemon2001-03-021-1/+1
* MFC: r1.26; correct linux connect() emulation.Jonathan Lemon2001-03-011-51/+21
* MFC: use linux_connect() on alphaAndrew Gallatin2000-11-221-1/+9
* MFC: allow AlphaLinux compat bits to build.David E. O'Brien2000-11-021-0/+6
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-08-281-0/+904
* This commit was manufactured by cvs2svn to create branch 'RELENG_4'.cvs2svn2000-03-131-874/+0
* Fix accept(2) behavior in that accepted sockets don't inherit theMarcel Moolenaar2000-02-281-1/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fix linux sendmsg() emulationMike Smith1999-01-111-2/+35
* Commit patch inSøren Schmidt1998-12-301-1/+6
* Moved some #includes from <sys/param.h> nearer to where they are actuallyBruce Evans1998-03-281-1/+2
* In the words of the submitter:Mike Smith1998-02-071-2/+62
* Make COMPAT_43 and COMPAT_SUNOS new-style options.Eivind Eklund1997-12-161-2/+6
* As described by the submitter:Mike Smith1997-12-141-2/+147
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-47/+47
* Removed unused #includes.Bruce Evans1997-07-201-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add IP_OPTIONS and the multicast-related setsockopts to theBill Fenner1996-12-031-1/+14
* Mega-commit for Linux emulator update.. This has been stress tested underPeter Wemm1996-03-021-7/+2
* Clean up some warnings by using the generated structures in <sys/sysproto.h>Peter Wemm1995-12-151-31/+31
* Completed function declarations and added prototypes.Bruce Evans1995-11-221-2/+8
* First incarnation of our Linux emulator or rather compatibility code.Søren Schmidt1995-06-251-0/+595