summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux/linux_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+3
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-291-52/+238
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+3
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+3
* Remove superfluous copyin() of args, structures are already in kernel space.kib2008-09-091-155/+78
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* Some Linux applications (ping) pass a non-NULL msg_control argument torwatson2007-04-141-0/+10
* Introduce some more SO_ option equivalents from Linux to FreeBSD.kib2007-02-011-0/+18
* MFp4:netchild2006-09-231-2/+7
* Don't free the sockaddr in kern_bind() and kern_connect() as not alljhb2006-07-191-1/+4
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingjhb2006-07-081-5/+1
* Now that we don't have a linuxolator on alpha anymore:netchild2006-05-101-88/+29
* Annotate uses of fgetsock() with indications that they should relyrwatson2006-04-011-0/+4
* Fix the LINT build on alpha:netchild2006-03-211-32/+82
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-191-0/+1
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-181-1/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-181-15/+84
* Add \n to log() message.glebius2005-12-271-1/+1
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* Add missing locking to linux_connect() so that it can be marked MP safe:jhb2005-07-091-8/+15
* Reject packets larger than IP_MAXPACKET in linux_sendto() for socketsdas2005-03-231-2/+3
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpresssobomax2005-03-081-27/+4
* Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socketsobomax2005-03-071-2/+25
* Extend kern_sendit() to take another enum uio_seg argument, which specifiessobomax2005-01-301-24/+20
* Match the LINUX32's style with existing styleobrien2005-01-141-4/+4
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-11/+4
* Don't try to translate the control message unless we're certain it'sdes2004-08-231-1/+2
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariestjr2004-08-161-51/+67
* I missed two pieces of the commit to this file. Robert has alreadydwmalone2004-07-181-1/+1
* Remove 'sg' argument to linux_sendto_hdrincl, which is what I think wasrwatson2004-07-181-1/+1
* Add a kern_setsockopt and kern_getsockopt which can read the optiondwmalone2004-07-171-65/+19
* Clean up and wash struct iovec and struct uio handling.phk2004-07-101-20/+7
* Use a couple of regular kernel entry points, rather than COMPAT_43phk2004-07-081-4/+12
* 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
OpenPOWER on IntegriCloud