| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the LINT build on alpha: | netchild | 2006-03-21 | 1 | -32/+82 |
* | Fix tinderbox on alpha. | netchild | 2006-03-20 | 1 | -0/+2 |
* | Unbreak COMPAT_LINUX32 option support on amd64. | ru | 2006-03-19 | 11 | -0/+17 |
* | Fixup some problems in my previous commit (COMPAT_43). | netchild | 2006-03-18 | 11 | -17/+0 |
* | Get rid of the need of COMPAT_43 in the linuxolator. | netchild | 2006-03-18 | 8 | -31/+211 |
* | - Remove ifdef disabled code that doesn't have a chance of working anymore. | jeff | 2006-02-06 | 1 | -48/+0 |
* | - vn_lock with LK_RETRY can not return an error. The code that handled this | jeff | 2006-01-30 | 1 | -10/+4 |
* | Fix a typo : deivce => device | cognet | 2006-01-26 | 1 | -1/+1 |
* | Linux compat bits needed to make linux programs use the new ptys : | cognet | 2006-01-26 | 3 | -1/+33 |
* | Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code. | trhodes | 2005-12-28 | 1 | -8/+8 |
* | Add \n to log() message. | glebius | 2005-12-27 | 1 | -1/+1 |
* | Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1) | jhb | 2005-12-15 | 2 | -9/+0 |
* | In Linux, kernel parameters passed to ioctl are by value, while in FreeBSD | delphij | 2005-12-13 | 1 | -5/+5 |
* | Suppress logging about unimplemented syscalls to one time per process. This | glebius | 2005-12-08 | 1 | -9/+7 |
* | Fix -Wundef. | ru | 2005-12-04 | 2 | -2/+2 |
* | 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, most | davidxu | 2005-10-14 | 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 |
* | Fix kernel build. | delphij | 2005-08-28 | 1 | -1/+1 |
* | Rewrite linux_ifconf() to be more like ifconf() in net/if.c | rodrigc | 2005-08-27 | 1 | -25/+39 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -2/+2 |
* | Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.c | jhb | 2005-07-29 | 1 | -0/+4 |
* | Add Giant around linux_getcwd_common() in linux_getcwd(). | jhb | 2005-07-09 | 1 | -0/+2 |
* | Add missing locking to linux_connect() so that it can be marked MP safe: | jhb | 2005-07-09 | 1 | -8/+15 |
* | Fix the computation of uptime for linux_sysinfo(). Before it was returning | jhb | 2005-07-07 | 1 | -15/+3 |
* | Actually only protect mount-point if security.jail.enforce_statfs is set to 2. | pjd | 2005-06-23 | 1 | -3/+0 |
* | Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfs | pjd | 2005-06-09 | 1 | -2/+3 |
* | Properly convert FreeBSD priority values into Linux values in the | sobomax | 2005-06-08 | 1 | -0/+13 |
* | Remove (now) unused argument 'td' from bsd_to_linux_statfs(). | pjd | 2005-05-27 | 1 | -4/+3 |
* | The code is under '#ifdef not_that_way', but anyway: | pjd | 2005-05-22 | 1 | -0/+3 |
* | If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us, | pjd | 2005-05-22 | 1 | -7/+2 |
* | - Pass the ISOPEN flag to namei so filesystems will know we're about to | jeff | 2005-04-27 | 1 | -1/+1 |
* | - Change all filesystems and vfs_cache to relock the dvp once the child is | jeff | 2005-04-13 | 1 | -2/+2 |
* | Implement SOUND_MIXER_INFO ioctl in compat layer. | mdodd | 2005-04-13 | 1 | -3/+36 |
* | Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL. | mdodd | 2005-04-13 | 1 | -0/+16 |
* | - Change the vm_mmap() function to accept an objtype_t parameter specifying | jhb | 2005-04-01 | 1 | -3/+3 |
* | - Initial cn_lkflags to LK_EXCLUSIVE. | jeff | 2005-03-29 | 1 | -0/+1 |
* | Use the CTASSERT() macro instead of rolling my own, non-portable one | brooks | 2005-03-24 | 1 | -3/+1 |
* | Compile errors are way more useful then panics later. | brooks | 2005-03-24 | 1 | -3/+4 |
* | Reject packets larger than IP_MAXPACKET in linux_sendto() for sockets | das | 2005-03-23 | 1 | -2/+3 |
* | Neuter the duplicated disk-device magic code for now. Somebody with | phk | 2005-03-15 | 1 | -41/+32 |
* | 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 |
* | Handle unimplemented syscall by instantly returning ENOSYS instead of sending | sobomax | 2005-03-07 | 2 | -0/+45 |
* | Remove linux_emul_find() and the CHECKALT*() macros as they are no longer | jhb | 2005-03-01 | 2 | -46/+0 |
* | Neuter linux_ustat() until somebody finds time to try to fix it. | phk | 2005-02-22 | 1 | -4/+9 |
* | Unbreak the kernel build. Pointy hat to: sobomax. | njl | 2005-02-13 | 1 | -1/+1 |
* | Backout previous change (disabling of security checks for signals delivered | sobomax | 2005-02-13 | 1 | -2/+2 |
* | Split out kill(2) syscall service routine into user-level and kernel part, the | sobomax | 2005-02-13 | 1 | -1/+1 |
* | Semctl with IPC_STAT command should return zero in case of success. | sobomax | 2005-02-11 | 1 | -2/+3 |