summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Fix the LINT build on alpha:netchild2006-03-211-32/+82
* Fix tinderbox on alpha.netchild2006-03-201-0/+2
* Unbreak COMPAT_LINUX32 option support on amd64.ru2006-03-1911-0/+17
* Fixup some problems in my previous commit (COMPAT_43).netchild2006-03-1811-17/+0
* Get rid of the need of COMPAT_43 in the linuxolator.netchild2006-03-188-31/+211
* - Remove ifdef disabled code that doesn't have a chance of working anymore.jeff2006-02-061-48/+0
* - vn_lock with LK_RETRY can not return an error. The code that handled thisjeff2006-01-301-10/+4
* Fix a typo : deivce => devicecognet2006-01-261-1/+1
* Linux compat bits needed to make linux programs use the new ptys :cognet2006-01-263-1/+33
* Cast tv_sec to intmax_t and print with %jd in some ifdef'ed code.trhodes2005-12-281-8/+8
* Add \n to log() message.glebius2005-12-271-1/+1
* Remove linux_mib_destroy() (which I actually added in between 5.0 and 5.1)jhb2005-12-152-9/+0
* In Linux, kernel parameters passed to ioctl are by value, while in FreeBSDdelphij2005-12-131-5/+5
* Suppress logging about unimplemented syscalls to one time per process. Thisglebius2005-12-081-9/+7
* Fix -Wundef.ru2005-12-042-2/+2
* 1. Change prototype of trapsignal and sendsig to use ksiginfo_t *, mostdavidxu2005-10-141-1/+1
* Back out alpha/alpha/trap.c:1.124, osf1_ioctl.c:1.14, osf1_misc.c:1.57,rwatson2005-09-281-2/+0
* Add GIANT_REQUIRED and WITNESS sleep warnings to uprintf() and tprintf(),rwatson2005-09-191-0/+2
* Fix kernel build.delphij2005-08-281-1/+1
* Rewrite linux_ifconf() to be more like ifconf() in net/if.crodrigc2005-08-271-25/+39
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-2/+2
* Move MODULE_DEPEND() statements for SYSVIPC dependencies to linux_ipc.cjhb2005-07-291-0/+4
* Add Giant around linux_getcwd_common() in linux_getcwd().jhb2005-07-091-0/+2
* Add missing locking to linux_connect() so that it can be marked MP safe:jhb2005-07-091-8/+15
* Fix the computation of uptime for linux_sysinfo(). Before it was returningjhb2005-07-071-15/+3
* Actually only protect mount-point if security.jail.enforce_statfs is set to 2.pjd2005-06-231-3/+0
* Rename sysctl security.jail.getfsstatroot_only to security.jail.enforce_statfspjd2005-06-091-2/+3
* Properly convert FreeBSD priority values into Linux values in thesobomax2005-06-081-0/+13
* Remove (now) unused argument 'td' from bsd_to_linux_statfs().pjd2005-05-271-4/+3
* The code is under '#ifdef not_that_way', but anyway:pjd2005-05-221-0/+3
* If we need to hide fsid, kern_statfs()/kern_fstatfs() will do it for us,pjd2005-05-221-7/+2
* - Pass the ISOPEN flag to namei so filesystems will know we're about tojeff2005-04-271-1/+1
* - Change all filesystems and vfs_cache to relock the dvp once the child isjeff2005-04-131-2/+2
* Implement SOUND_MIXER_INFO ioctl in compat layer.mdodd2005-04-131-3/+36
* Add support for O_NOFOLLOW and O_DIRECT to Linux fcntl() F_GETFL/F_SETFL.mdodd2005-04-131-0/+16
* - Change the vm_mmap() function to accept an objtype_t parameter specifyingjhb2005-04-011-3/+3
* - Initial cn_lkflags to LK_EXCLUSIVE.jeff2005-03-291-0/+1
* Use the CTASSERT() macro instead of rolling my own, non-portable onebrooks2005-03-241-3/+1
* Compile errors are way more useful then panics later.brooks2005-03-241-3/+4
* Reject packets larger than IP_MAXPACKET in linux_sendto() for socketsdas2005-03-231-2/+3
* Neuter the duplicated disk-device magic code for now. Somebody withphk2005-03-151-41/+32
* Add kernel-only flag MSG_NOSIGNAL to be used in emulation layers to surpresssobomax2005-03-081-27/+4
* Handle MSG_NOSIGNAL flag in linux_send() by setting SO_NOSIGPIPE on socketsobomax2005-03-071-2/+25
* Handle unimplemented syscall by instantly returning ENOSYS instead of sendingsobomax2005-03-072-0/+45
* Remove linux_emul_find() and the CHECKALT*() macros as they are no longerjhb2005-03-012-46/+0
* Neuter linux_ustat() until somebody finds time to try to fix it.phk2005-02-221-4/+9
* Unbreak the kernel build. Pointy hat to: sobomax.njl2005-02-131-1/+1
* Backout previous change (disabling of security checks for signals deliveredsobomax2005-02-131-2/+2
* Split out kill(2) syscall service routine into user-level and kernel part, thesobomax2005-02-131-1/+1
* Semctl with IPC_STAT command should return zero in case of success.sobomax2005-02-111-2/+3
OpenPOWER on IntegriCloud