summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* - Use kern_{l,f,}stat() and kern_{f,}statfs() functions rather thanjhb2005-02-071-132/+39
* Make linux_emul_convpath() a simple wrapper for kern_alternate_path().jhb2005-02-071-98/+3
* - Tweak kern_msgctl() to return a copy of the requested message queue idjhb2005-02-071-3/+2
* Use kern_setitimer() to implement linux_alarm() instead of fondling thejhb2005-02-071-19/+7
* Boot away another stackgap (one of the lest ones in linuxlator/i386) bysobomax2005-01-301-14/+13
* Extend kern_sendit() to take another enum uio_seg argument, which specifiessobomax2005-01-301-24/+20
* Split out kernel side of msgctl(2) into two parts: the first that pops datasobomax2005-01-261-17/+10
* Split out kernel side of {get,set}itimer(2) into two parts: the first thatsobomax2005-01-251-64/+33
* Match the LINUX32's style with existing styleobrien2005-01-1411-65/+65
* Fix Linux compat 'uname -m' on AMD64.obrien2005-01-141-1/+7
* Start each of the license/copyright comments with /*-imp2005-01-054-4/+4
* Do not blindly pass linux filesystem specific mount data across.phk2004-12-031-1/+1
* Ignore MNT_NODEV option, it is implicit in choice of filesystem.phk2004-11-261-2/+0
* Rename thread args to be called "td" rather than "p" to bedwmalone2004-10-101-6/+6
* Rework how we store process times in the kernel such that we always storejhb2004-10-051-11/+17
* Hold thread reference while frobbing cdevsw.phk2004-09-241-18/+24
* Fix the ABI wrappers to use kern_fcntl() rather than calling fcntl()jhb2004-08-241-11/+4
* Don't try to translate the control message unless we're certain it'sdes2004-08-231-1/+2
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-1/+1
* Fix the 'DEBUG' argument code to unbreak the amd64 LINT build.obrien2004-08-161-2/+2
OpenPOWER on IntegriCloud