| Commit message (Expand) | Author | Age | Files | Lines |
* | Validate user-supplied arguments values. | dchagin | 2009-05-19 | 1 | -1/+28 |
* | Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg(). | dchagin | 2009-05-18 | 1 | -9/+24 |
* | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and | dchagin | 2009-05-16 | 1 | -2/+23 |
* | Return EINVAL in case when the incorrect or unsupported | dchagin | 2009-05-16 | 1 | -0/+2 |
* | Use the protocol family constants for the domain argument validation. | dchagin | 2009-05-16 | 1 | -3/+5 |
* | Emulate SO_PEERCRED socket option. | dchagin | 2009-05-16 | 1 | -1/+20 |
* | Translate l_timeval arg to native struct timeval in | dchagin | 2009-05-11 | 1 | -0/+40 |
* | Add forgotten linux to bsd flags argument mapping into the linux_recv(). | dchagin | 2009-05-11 | 1 | -1/+1 |
* | Return EAFNOSUPPORT instead of EINVAL in case when the incorrect or | dchagin | 2009-05-07 | 1 | -1/+1 |
* | Rework r191742. | dchagin | 2009-05-07 | 1 | -5/+12 |
* | Linux socketpair() call expects explicit specified protocol for | dchagin | 2009-05-02 | 1 | -1/+4 |
* | In preparation for turning on options VIMAGE in next commits, | zec | 2009-04-26 | 1 | -0/+2 |
* | Rather than using hidden includes (with cicular dependencies), | bz | 2008-12-02 | 1 | -0/+3 |
* | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | kib | 2008-11-29 | 1 | -52/+238 |
* | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | des | 2008-10-23 | 1 | -3/+3 |
* | Step 1.5 of importing the network stack virtualization infrastructure | zec | 2008-10-02 | 1 | -0/+3 |
* | Remove superfluous copyin() of args, structures are already in kernel space. | kib | 2008-09-09 | 1 | -155/+78 |
* | Commit step 1 of the vimage project, (network stack) | bz | 2008-08-17 | 1 | -1/+2 |
* | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | rwatson | 2007-08-06 | 1 | -2/+0 |
* | Some Linux applications (ping) pass a non-NULL msg_control argument to | rwatson | 2007-04-14 | 1 | -0/+10 |
* | Introduce some more SO_ option equivalents from Linux to FreeBSD. | kib | 2007-02-01 | 1 | -0/+18 |
* | MFp4: | netchild | 2006-09-23 | 1 | -2/+7 |
* | Don't free the sockaddr in kern_bind() and kern_connect() as not all | jhb | 2006-07-19 | 1 | -1/+4 |
* | Add a kern_close() so that the ABIs can close a file descriptor w/o having | jhb | 2006-07-08 | 1 | -5/+1 |
* | Now that we don't have a linuxolator on alpha anymore: | netchild | 2006-05-10 | 1 | -88/+29 |
* | Annotate uses of fgetsock() with indications that they should rely | rwatson | 2006-04-01 | 1 | -0/+4 |
* | Fix the LINT build on alpha: | netchild | 2006-03-21 | 1 | -32/+82 |
* | Unbreak COMPAT_LINUX32 option support on amd64. | ru | 2006-03-19 | 1 | -0/+1 |
* | Fixup some problems in my previous commit (COMPAT_43). | netchild | 2006-03-18 | 1 | -1/+0 |
* | Get rid of the need of COMPAT_43 in the linuxolator. | netchild | 2006-03-18 | 1 | -15/+84 |
* | Add \n to log() message. | glebius | 2005-12-27 | 1 | -1/+1 |
* | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | rwatson | 2005-09-28 | 1 | -2/+0 |
* | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | rwatson | 2005-09-19 | 1 | -0/+2 |
* | Add missing locking to linux_connect() so that it can be marked MP safe: | jhb | 2005-07-09 | 1 | -8/+15 |
* | Reject packets larger than IP_MAXPACKET in linux_sendto() for sockets | das | 2005-03-23 | 1 | -2/+3 |
* | Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpress | sobomax | 2005-03-08 | 1 | -27/+4 |
* | Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socket | sobomax | 2005-03-07 | 1 | -2/+25 |
* | Extend kern_sendit() to take another enum uio_seg argument, which specifies | sobomax | 2005-01-30 | 1 | -24/+20 |
* | Match the LINUX32's style with existing style | obrien | 2005-01-14 | 1 | -4/+4 |
* | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | jhb | 2004-08-24 | 1 | -11/+4 |
* | Don't try to translate the control message unless we're certain it's | des | 2004-08-23 | 1 | -1/+2 |
* | Changes to MI Linux emulation code necessary to run 32-bit Linux binaries | tjr | 2004-08-16 | 1 | -51/+67 |
* | I missed two pieces of the commit to this file. Robert has already | dwmalone | 2004-07-18 | 1 | -1/+1 |
* | Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was | rwatson | 2004-07-18 | 1 | -1/+1 |
* | Add a kern_setsockopt and kern_getsockopt which can read the option | dwmalone | 2004-07-17 | 1 | -65/+19 |
* | Clean up and wash struct iovec and struct uio handling. | phk | 2004-07-10 | 1 | -20/+7 |
* | Use a couple of regular kernel entry points, rather than COMPAT_43 | phk | 2004-07-08 | 1 | -4/+12 |
* | Quick fix for LINT breakage caused by interface changes in accept(2), etc. | bde | 2003-12-25 | 1 | -33/+36 |
* | Use kern_sendit rather than sendit for the Linux send* syscalls. | dwmalone | 2003-11-09 | 1 | -144/+105 |
* | Fix some problems in linux_sendmsg() and linux_recvmsg(). | iwasaki | 2003-10-11 | 1 | -36/+38 |