| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r203728: | Xin LI | 2010-02-23 | 1 | -2/+7 |
| * | MFC r198467: | Bjoern A. Zeeb | 2009-12-06 | 1 | -12/+5 |
| * | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |
| * | Build on Jeff Roberson's linker-set based dynamic per-CPU allocator | Robert Watson | 2009-07-14 | 1 | -6/+0 |
| * | Add forgotten in previous commit flags argument. | Dmitry Chagin | 2009-06-01 | 1 | -2/+2 |
| * | Implement accept4 syscall. | Dmitry Chagin | 2009-06-01 | 1 | -1/+19 |
| * | Implement a variation of the accept_common() which takes | Dmitry Chagin | 2009-06-01 | 1 | -14/+21 |
| * | Split linux_accept() syscall onto linux_accept_common() which should | Dmitry Chagin | 2009-06-01 | 1 | -13/+22 |
| * | Implement a variation of the socketpair() syscall which takes a flags | Dmitry Chagin | 2009-05-31 | 1 | -2/+28 |
| * | Move new socket flags handling into a separate function as Linux | Dmitry Chagin | 2009-05-31 | 1 | -15/+23 |
| * | Remove empty lines. | Dmitry Chagin | 2009-05-31 | 1 | -2/+0 |
| * | Validate user-supplied arguments values. | Dmitry Chagin | 2009-05-19 | 1 | -1/+28 |
| * | Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg(). | Dmitry Chagin | 2009-05-18 | 1 | -9/+24 |
| * | Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC and | Dmitry Chagin | 2009-05-16 | 1 | -2/+23 |
| * | Return EINVAL in case when the incorrect or unsupported | Dmitry Chagin | 2009-05-16 | 1 | -0/+2 |
| * | Use the protocol family constants for the domain argument validation. | Dmitry Chagin | 2009-05-16 | 1 | -3/+5 |
| * | Emulate SO_PEERCRED socket option. | Dmitry Chagin | 2009-05-16 | 1 | -1/+20 |
| * | Translate l_timeval arg to native struct timeval in | Dmitry Chagin | 2009-05-11 | 1 | -0/+40 |
| * | Add forgotten linux to bsd flags argument mapping into the linux_recv(). | Dmitry Chagin | 2009-05-11 | 1 | -1/+1 |
| * | Return EAFNOSUPPORT instead of EINVAL in case when the incorrect or | Dmitry Chagin | 2009-05-07 | 1 | -1/+1 |
| * | Rework r191742. | Dmitry Chagin | 2009-05-07 | 1 | -5/+12 |
| * | Linux socketpair() call expects explicit specified protocol for | Dmitry Chagin | 2009-05-02 | 1 | -1/+4 |
| * | In preparation for turning on options VIMAGE in next commits, | Marko Zec | 2009-04-26 | 1 | -0/+2 |
| * | Rather than using hidden includes (with cicular dependencies), | Bjoern A. Zeeb | 2008-12-02 | 1 | -0/+3 |
| * | Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64. | Konstantin Belousov | 2008-11-29 | 1 | -52/+238 |
| * | Retire the MALLOC and FREE macros. They are an abomination unto style(9). | Dag-Erling Smørgrav | 2008-10-23 | 1 | -3/+3 |
| * | Step 1.5 of importing the network stack virtualization infrastructure | Marko Zec | 2008-10-02 | 1 | -0/+3 |
| * | Remove superfluous copyin() of args, structures are already in kernel space. | Konstantin Belousov | 2008-09-09 | 1 | -155/+78 |
| * | Commit step 1 of the vimage project, (network stack) | Bjoern A. Zeeb | 2008-08-17 | 1 | -1/+2 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -2/+0 |
| * | Some Linux applications (ping) pass a non-NULL msg_control argument to | Robert Watson | 2007-04-14 | 1 | -0/+10 |
| * | Introduce some more SO_ option equivalents from Linux to FreeBSD. | Konstantin Belousov | 2007-02-01 | 1 | -0/+18 |
| * | MFp4: | Alexander Leidinger | 2006-09-23 | 1 | -2/+7 |
| * | Don't free the sockaddr in kern_bind() and kern_connect() as not all | John Baldwin | 2006-07-19 | 1 | -1/+4 |
| * | Add a kern_close() so that the ABIs can close a file descriptor w/o having | John Baldwin | 2006-07-08 | 1 | -5/+1 |
| * | Now that we don't have a linuxolator on alpha anymore: | Alexander Leidinger | 2006-05-10 | 1 | -88/+29 |
| * | Annotate uses of fgetsock() with indications that they should rely | Robert Watson | 2006-04-01 | 1 | -0/+4 |
| * | Fix the LINT build on alpha: | Alexander Leidinger | 2006-03-21 | 1 | -32/+82 |
| * | Unbreak COMPAT_LINUX32 option support on amd64. | Ruslan Ermilov | 2006-03-19 | 1 | -0/+1 |
| * | Fixup some problems in my previous commit (COMPAT_43). | Alexander Leidinger | 2006-03-18 | 1 | -1/+0 |
| * | Get rid of the need of COMPAT_43 in the linuxolator. | Alexander Leidinger | 2006-03-18 | 1 | -15/+84 |
| * | Add \n to log() message. | Gleb Smirnoff | 2005-12-27 | 1 | -1/+1 |
| * | Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57, | Robert Watson | 2005-09-28 | 1 | -2/+0 |
| * | Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(), | Robert Watson | 2005-09-19 | 1 | -0/+2 |
| * | Add missing locking to linux_connect() so that it can be marked MP safe: | John Baldwin | 2005-07-09 | 1 | -8/+15 |
| * | Reject packets larger than IP_MAXPACKET in linux_sendto() for sockets | David Schultz | 2005-03-23 | 1 | -2/+3 |
| * | Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpress | Maxim Sobolev | 2005-03-08 | 1 | -27/+4 |
| * | Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socket | Maxim Sobolev | 2005-03-07 | 1 | -2/+25 |
| * | Extend kern_sendit() to take another enum uio_seg argument, which specifies | Maxim Sobolev | 2005-01-30 | 1 | -24/+20 |
| * | Match the LINUX32's style with existing style | David E. O'Brien | 2005-01-14 | 1 | -4/+4 |