| Commit message (Expand) | Author | Age | Files | Lines |
* | - Return EAFNOSUPPORT instead of EINVAL for unsupported address family, | delphij | 2010-02-09 | 1 | -2/+7 |
* | Unconditionally call the setsockopt for IPV6_V6ONLY for v6 linux sockets | bz | 2009-10-25 | 1 | -12/+5 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | rwatson | 2009-08-01 | 1 | -1/+0 |
* | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | rwatson | 2009-07-14 | 1 | -6/+0 |
* | Add forgotten in previous commit flags argument. | dchagin | 2009-06-01 | 1 | -2/+2 |
* | Implement accept4 syscall. | dchagin | 2009-06-01 | 1 | -1/+19 |
* | Implement a variation of the accept_common() which takes | dchagin | 2009-06-01 | 1 | -14/+21 |
* | Split linux_accept() syscall onto linux_accept_common() which should | dchagin | 2009-06-01 | 1 | -13/+22 |
* | Implement a variation of the socketpair() syscall which takes a flags | dchagin | 2009-05-31 | 1 | -2/+28 |
* | Move new socket flags handling into a separate function as Linux | dchagin | 2009-05-31 | 1 | -15/+23 |
* | Remove empty lines. | dchagin | 2009-05-31 | 1 | -2/+0 |
* | 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 |