aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_socket.c
Commit message (Expand)AuthorAgeFilesLines
* 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