summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Quick fix for LINT breakage caused by interface changes in accept(2), etc.bde2003-12-251-33/+36
* Use kern_sendit rather than sendit for the Linux send* syscalls.dwmalone2003-11-091-144/+105
* Fix some problems in linux_sendmsg() and linux_recvmsg().iwasaki2003-10-111-36/+38
* Use __FBSDID().obrien2003-06-101-2/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.kan2003-04-291-2/+1
* Clean up whitespace and remove register keyword.des2003-03-031-2/+2
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.des2003-03-031-4/+4
* Add M_WAITOKume2003-02-201-1/+1
* 1) Linux_sendto was trashing the BSD sockaddr it put in the stackgap,dwmalone2003-02-081-14/+15
* Avoid undefined symbol error with an IPv4 only kernel.ume2003-02-051-1/+9
* Add IPv6 support for Linuxlator.ume2003-02-031-88/+372
* Back out last commit. Linux uses the old 4.3BSD sockaddr format.mini2002-09-241-19/+11
* Don't use compatability syscall wrappers in emulation code.mini2002-09-231-11/+19
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* Fix missing holdsock()->fgetsock()dillon2001-11-171-7/+5
* Force the length of the sockaddr to be correct for AF_INET and AF_INET6fenner2001-10-261-2/+23
* KSE Milestone 2julian2001-09-121-65/+65
* Round of cleanups and enhancements. These include (in random order):marcel2001-09-081-19/+20
* Only pick up so_error the first time through with EISCONN, as advertised.jlemon2001-03-021-1/+1
* Correctly emulate linux_connect. For nonblocking sockets, the behaviorjlemon2001-03-011-51/+21
* translate the flags in recvfrom and recvmsg from linux to bsd onesassar2000-12-191-2/+69
* Don't auto-generate the syscalls.marcel2000-12-031-4/+0
* Use the linux_connect() on alpha rather than passing directly throughgallatin2000-11-161-1/+9
* Revert auto-generation. The Alpha port is broken.marcel2000-11-101-0/+4
* Sync with Alpha:marcel2000-11-091-4/+0
* The MI/MD split wasn't perfect and the MI files need hacks for theobrien2000-11-011-0/+6
* Whitespace change: (near) KNFmarcel2000-08-261-649/+679
* Update include directives.marcel2000-08-221-3/+3
* Fix accept(2) behavior in that accepted sockets don't inherit themarcel2000-02-281-1/+20
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fix linux sendmsg() emulationmsmith1999-01-111-2/+35
* Commit patch insos1998-12-301-1/+6
* Moved some #includes from <sys/param.h> nearer to where they are actuallybde1998-03-281-1/+2
* In the words of the submitter:msmith1998-02-071-2/+62
* Make COMPAT_43 and COMPAT_SUNOS new-style options.eivind1997-12-161-2/+6
* As described by the submitter:msmith1997-12-141-2/+147
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-47/+47
* Removed unused #includes.bde1997-07-201-3/+1
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add IP_OPTIONS and the multicast-related setsockopts to thefenner1996-12-031-1/+14
* Mega-commit for Linux emulator update.. This has been stress tested underpeter1996-03-021-7/+2
* Clean up some warnings by using the generated structures in <sys/sysproto.h>peter1995-12-151-31/+31
* Completed function declarations and added prototypes.bde1995-11-221-2/+8
* First incarnation of our Linux emulator or rather compatibility code.sos1995-06-251-0/+595
OpenPOWER on IntegriCloud