aboutsummaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_socket.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in UNIX socket handling in the linux emulator which wasColin Percival2011-10-041-0/+15
* MFC r192284:Dmitry Chagin2009-06-171-9/+24
* MFC r185442:Dmitry Chagin2009-06-171-52/+238
* MFC r192206:Dmitry Chagin2009-06-161-2/+23
* MFC r192205:Dmitry Chagin2009-06-161-0/+2
* MFC r192204:Dmitry Chagin2009-06-161-3/+5
* MFC r192203:Dmitry Chagin2009-06-161-1/+20
* MFC r191875:Dmitry Chagin2009-06-021-1/+1
* MFC r191742,r191871:Dmitry Chagin2009-06-021-3/+13
* Merge r192373 from HEAD to stable/7:Dmitry Chagin2009-05-281-1/+28
* Merge r191989 from HEAD to stable/7:Dmitry Chagin2009-05-251-0/+40
* Merge r191988 from HEAD to stable/7:Dmitry Chagin2009-05-251-1/+1
* MFC r182890:Konstantin Belousov2008-09-171-155/+78
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-2/+0
* Some Linux applications (ping) pass a non-NULL msg_control argument toRobert Watson2007-04-141-0/+10
* Introduce some more SO_ option equivalents from Linux to FreeBSD.Konstantin Belousov2007-02-011-0/+18
* MFp4:Alexander Leidinger2006-09-231-2/+7
* Don't free the sockaddr in kern_bind() and kern_connect() as not allJohn Baldwin2006-07-191-1/+4
* Add a kern_close() so that the ABIs can close a file descriptor w/o havingJohn Baldwin2006-07-081-5/+1
* Now that we don't have a linuxolator on alpha anymore:Alexander Leidinger2006-05-101-88/+29
* Annotate uses of fgetsock() with indications that they should relyRobert Watson2006-04-011-0/+4
* Fix the LINT build on alpha:Alexander Leidinger2006-03-211-32/+82
* Unbreak COMPAT_LINUX32 option support on amd64.Ruslan Ermilov2006-03-191-0/+1
* Fixup some problems in my previous commit (COMPAT_43).Alexander Leidinger2006-03-181-1/+0
* Get rid of the need of COMPAT_43 in the linuxolator.Alexander Leidinger2006-03-181-15/+84
* Add \n to log() message.Gleb Smirnoff2005-12-271-1/+1
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,Robert Watson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),Robert Watson2005-09-191-0/+2
* Add missing locking to linux_connect() so that it can be marked MP safe:John Baldwin2005-07-091-8/+15
* Reject packets larger than IP_MAXPACKET in linux_sendto() for socketsDavid Schultz2005-03-231-2/+3
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpressMaxim Sobolev2005-03-081-27/+4
* Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socketMaxim Sobolev2005-03-071-2/+25
* Extend kern_sendit() to take another enum uio_seg argument, which specifiesMaxim Sobolev2005-01-301-24/+20
* Match the LINUX32's style with existing styleDavid E. O'Brien2005-01-141-4/+4
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()John Baldwin2004-08-241-11/+4
* Don't try to translate the control message unless we're certain it'sDag-Erling Smørgrav2004-08-231-1/+2
* Changes to MI Linux emulation code necessary to run 32-bit Linux binariesTim J. Robbins2004-08-161-51/+67
* I missed two pieces of the commit to this file. Robert has alreadyDavid Malone2004-07-181-1/+1
* Remove 'sg' argument to linux_sendto_hdrincl, which is what I think wasRobert Watson2004-07-181-1/+1
* Add a kern_setsockopt and kern_getsockopt which can read the optionDavid Malone2004-07-171-65/+19
* Clean up and wash struct iovec and struct uio handling.Poul-Henning Kamp2004-07-101-20/+7
* Use a couple of regular kernel entry points, rather than COMPAT_43Poul-Henning Kamp2004-07-081-4/+12
* Quick fix for LINT breakage caused by interface changes in accept(2), etc.Bruce Evans2003-12-251-33/+36
* Use kern_sendit rather than sendit for the Linux send* syscalls.David Malone2003-11-091-144/+105
* Fix some problems in linux_sendmsg() and linux_recvmsg().Mitsuru IWASAKI2003-10-111-36/+38
* Use __FBSDID().David E. O'Brien2003-06-101-2/+3
* Deprecate machine/limits.h in favor of new sys/limits.h.Alexander Kabaev2003-04-291-2/+1
* Clean up whitespace and remove register keyword.Dag-Erling Smørgrav2003-03-031-2/+2
* More caddr_t removal, in conjunction with copy{in,out}(9) this time.Dag-Erling Smørgrav2003-03-031-4/+4
* Add M_WAITOKHajimu UMEMOTO2003-02-201-1/+1