| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add Giant around linux_getcwd_common() in linux_getcwd(). | John Baldwin | 2005-07-09 | 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 |
| * | Fix the computation of uptime for linux_sysinfo(). Before it was returning | John Baldwin | 2005-07-07 | 1 | -15/+3 |
| * | Actually only protect mount-point if security.jail.enforce_statfs is set to 2. | Pawel Jakub Dawidek | 2005-06-23 | 1 | -3/+0 |
| * | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | Pawel Jakub Dawidek | 2005-06-09 | 1 | -2/+3 |
| * | Properly convert FreeBSD priority values into Linux values in the | Maxim Sobolev | 2005-06-08 | 1 | -0/+13 |
| * | Remove (now) unused argument 'td' from bsd_to_linux_statfs(). | Pawel Jakub Dawidek | 2005-05-27 | 1 | -4/+3 |
| * | The code is under '#ifdef not_that_way', but anyway: | Pawel Jakub Dawidek | 2005-05-22 | 1 | -0/+3 |
| * | If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us, | Pawel Jakub Dawidek | 2005-05-22 | 1 | -7/+2 |
| * | - Pass the ISOPEN flag to namei so filesystems will know we're about to | Jeff Roberson | 2005-04-27 | 1 | -1/+1 |
| * | - Change all filesystems and vfs_cache to relock the dvp once the child is | Jeff Roberson | 2005-04-13 | 1 | -2/+2 |
| * | Implement SOUND_MIXER_INFO ioctl in compat layer. | Matthew N. Dodd | 2005-04-13 | 1 | -3/+36 |
| * | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | Matthew N. Dodd | 2005-04-13 | 1 | -0/+16 |
| * | - Change the vm_mmap() function to accept an objtype_t parameter specifying | John Baldwin | 2005-04-01 | 1 | -3/+3 |
| * | - Initial cn_lkflags to LK_EXCLUSIVE. | Jeff Roberson | 2005-03-29 | 1 | -0/+1 |
| * | Use the CTASSERT() macro instead of rolling my own, non-portable one | Brooks Davis | 2005-03-24 | 1 | -3/+1 |
| * | Compile errors are way more useful then panics later. | Brooks Davis | 2005-03-24 | 1 | -3/+4 |
| * | Reject packets larger than IP_MAXPACKET in linux_sendto() for sockets | David Schultz | 2005-03-23 | 1 | -2/+3 |
| * | Neuter the duplicated disk-device magic code for now. Somebody with | Poul-Henning Kamp | 2005-03-15 | 1 | -41/+32 |
| * | 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 |
| * | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | Maxim Sobolev | 2005-03-07 | 2 | -0/+45 |
| * | Remove linux_emul_find() and the CHECKALT*() macros as they are no longer | John Baldwin | 2005-03-01 | 2 | -46/+0 |
| * | Neuter linux_ustat() until somebody finds time to try to fix it. | Poul-Henning Kamp | 2005-02-22 | 1 | -4/+9 |
| * | Unbreak the kernel build. Pointy hat to: sobomax. | Nate Lawson | 2005-02-13 | 1 | -1/+1 |
| * | Backout previous change (disabling of security checks for signals delivered | Maxim Sobolev | 2005-02-13 | 1 | -2/+2 |
| * | Split out kill(2) syscall service routine into user-level and kernel part, the | Maxim Sobolev | 2005-02-13 | 1 | -1/+1 |
| * | Semctl with IPC_STAT command should return zero in case of success. | Maxim Sobolev | 2005-02-11 | 1 | -2/+3 |
| * | - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather than | John Baldwin | 2005-02-07 | 1 | -132/+39 |
| * | Make linux_emul_convpath() a simple wrapper for kern_alternate_path(). | John Baldwin | 2005-02-07 | 1 | -98/+3 |
| * | - Tweak kern_msgctl() to return a copy of the requested message queue id | John Baldwin | 2005-02-07 | 1 | -3/+2 |
| * | Use kern_setitimer() to implement linux_alarm() instead of fondling the | John Baldwin | 2005-02-07 | 1 | -19/+7 |
| * | Boot away another stackgap (one of the lest ones in linuxlator/i386) by | Maxim Sobolev | 2005-01-30 | 1 | -14/+13 |
| * | Extend kern_sendit() to take another enum uio_seg argument, which specifies | Maxim Sobolev | 2005-01-30 | 1 | -24/+20 |
| * | Split out kernel side of msgctl(2) into two parts: the first that pops data | Maxim Sobolev | 2005-01-26 | 1 | -17/+10 |
| * | Split out kernel side of {get,set}itimer(2) into two parts: the first that | Maxim Sobolev | 2005-01-25 | 1 | -64/+33 |
| * | Match the LINUX32's style with existing style | David E. O'Brien | 2005-01-14 | 11 | -65/+65 |
| * | Fix Linux compat 'uname -m' on AMD64. | David E. O'Brien | 2005-01-14 | 1 | -1/+7 |
| * | Start each of the license/copyright comments with /*- | Warner Losh | 2005-01-05 | 4 | -4/+4 |
| * | Do not blindly pass linux filesystem specific mount data across. | Poul-Henning Kamp | 2004-12-03 | 1 | -1/+1 |
| * | Ignore MNT_NODEV option, it is implicit in choice of filesystem. | Poul-Henning Kamp | 2004-11-26 | 1 | -2/+0 |
| * | Rename thread args to be called "td" rather than "p" to be | David Malone | 2004-10-10 | 1 | -6/+6 |
| * | Rework how we store process times in the kernel such that we always store | John Baldwin | 2004-10-05 | 1 | -11/+17 |
| * | Hold thread reference while frobbing cdevsw. | Poul-Henning Kamp | 2004-09-24 | 1 | -16/+22 |
| * | 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 |
| * | Fix the 'DEBUG' argument code to unbreak the amd64 LINT build. | David E. O'Brien | 2004-08-16 | 1 | -1/+1 |
| * | Fix the 'DEBUG' argument code to unbreak the amd64 LINT build. | David E. O'Brien | 2004-08-16 | 1 | -2/+2 |
| * | Fix the 'DEBUG' argument code to unbreak the LINT build. | David E. O'Brien | 2004-08-16 | 1 | -2/+2 |
| * | Changes to MI Linux emulation code necessary to run 32-bit Linux binaries | Tim J. Robbins | 2004-08-16 | 12 | -112/+244 |