| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix a bug in UNIX socket handling in the linux emulator which was | Colin Percival | 2011-10-04 | 1 | -0/+15 |
| * | MFC r192284: | Dmitry Chagin | 2009-06-17 | 1 | -9/+24 |
| * | MFC r185442: | Dmitry Chagin | 2009-06-17 | 1 | -52/+238 |
| * | MFC r192206: | Dmitry Chagin | 2009-06-16 | 1 | -2/+23 |
| * | MFC r192205: | Dmitry Chagin | 2009-06-16 | 1 | -0/+2 |
| * | MFC r192204: | Dmitry Chagin | 2009-06-16 | 1 | -3/+5 |
| * | MFC r192203: | Dmitry Chagin | 2009-06-16 | 1 | -1/+20 |
| * | MFC r191875: | Dmitry Chagin | 2009-06-02 | 1 | -1/+1 |
| * | MFC r191742,r191871: | Dmitry Chagin | 2009-06-02 | 1 | -3/+13 |
| * | Merge r192373 from HEAD to stable/7: | Dmitry Chagin | 2009-05-28 | 1 | -1/+28 |
| * | Merge r191989 from HEAD to stable/7: | Dmitry Chagin | 2009-05-25 | 1 | -0/+40 |
| * | Merge r191988 from HEAD to stable/7: | Dmitry Chagin | 2009-05-25 | 1 | -1/+1 |
| * | MFC r182890: | Konstantin Belousov | 2008-09-17 | 1 | -155/+78 |
| * | 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 |
| * | Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl() | John Baldwin | 2004-08-24 | 1 | -11/+4 |
| * | Don't try to translate the control message unless we're certain it's | Dag-Erling Smørgrav | 2004-08-23 | 1 | -1/+2 |
| * | Changes to MI Linux emulation code necessary to run 32-bit Linux binaries | Tim J. Robbins | 2004-08-16 | 1 | -51/+67 |
| * | I missed two pieces of the commit to this file. Robert has already | David Malone | 2004-07-18 | 1 | -1/+1 |
| * | Remove 'sg' argument to linux_sendto_hdrincl, which is what I think was | Robert Watson | 2004-07-18 | 1 | -1/+1 |
| * | Add a kern_setsockopt and kern_getsockopt which can read the option | David Malone | 2004-07-17 | 1 | -65/+19 |
| * | Clean up and wash struct iovec and struct uio handling. | Poul-Henning Kamp | 2004-07-10 | 1 | -20/+7 |
| * | Use a couple of regular kernel entry points, rather than COMPAT_43 | Poul-Henning Kamp | 2004-07-08 | 1 | -4/+12 |
| * | Quick fix for LINT breakage caused by interface changes in accept(2), etc. | Bruce Evans | 2003-12-25 | 1 | -33/+36 |
| * | Use kern_sendit rather than sendit for the Linux send* syscalls. | David Malone | 2003-11-09 | 1 | -144/+105 |
| * | Fix some problems in linux_sendmsg() and linux_recvmsg(). | Mitsuru IWASAKI | 2003-10-11 | 1 | -36/+38 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-10 | 1 | -2/+3 |
| * | Deprecate machine/limits.h in favor of new sys/limits.h. | Alexander Kabaev | 2003-04-29 | 1 | -2/+1 |
| * | Clean up whitespace and remove register keyword. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -2/+2 |
| * | More caddr_t removal, in conjunction with copy{in,out}(9) this time. | Dag-Erling Smørgrav | 2003-03-03 | 1 | -4/+4 |
| * | Add M_WAITOK | Hajimu UMEMOTO | 2003-02-20 | 1 | -1/+1 |