summaryrefslogtreecommitdiffstats
path: root/sys/compat/linux
Commit message (Expand)AuthorAgeFilesLines
* Add TIOCPKT and TIOCSPTLCK to the Linuxolator.ed2008-07-232-1/+9
* Fix linux_alarm, the linux behaviour is to limit therdivacky2008-07-231-3/+6
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-051-0/+2
* d_ino member of linux_dirent structure should be unsigned long.rdivacky2008-06-081-2/+2
* Switch to emulating Linux 2.6 on default.rdivacky2008-06-031-2/+2
* Push down the major/minor conversion for pts/%u to improve consistency.ed2008-06-022-26/+20
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-135-7/+192
* Implement linux_truncate64() syscall.rdivacky2008-04-231-0/+18
* Remove using magic value of -1 to distinguish between linux_open()rdivacky2008-04-091-5/+3
* Implement the linux syscallskib2008-04-086-123/+417
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-312-0/+2
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-261-0/+2
* Fix build.ru2008-03-251-2/+2
* o Add stub support for some new futex operations,rdivacky2008-03-202-2/+29
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-9/+40
* Return ENOSYS instead of 0 for the unknown futex operations.kib2008-03-021-1/+1
* Sanitize arguments to linux_mremap().kib2008-02-222-0/+18
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-132-3/+3
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-102-3/+3
* After applying LCONVPATH() to the path, do use the converted pathkib2008-01-051-9/+13
* Plug the leaks in the present (hopefully, soon to be replaced)kib2007-12-291-12/+19
* Apply the LCONVPATH() to the (old) linux_stat() and linux_lstat() syscalls.kib2007-12-291-3/+12
* Implement LINUX_SIOCGIFCOUNT and LINUX_SIOCGIFINDEX/LINUX_SIOGIFINDEX.kib2007-11-072-1/+15
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-243-4/+4
* The kernel version of Linux statfs64 is actually supposed to takedwmalone2007-09-181-13/+3
* Implement fake linux sched_getaffinity() syscall to enable java to workkib2007-08-281-0/+21
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-2/+0
* Don't add the 'pad' argument to the mmap/truncate/etc syscalls.peter2007-07-041-1/+0
* Eliminate now-unused SUSER_ALLOWJAIL arguments to priv_check_cred(); inrwatson2007-06-122-4/+2
* Ensure that newpath is always initialized, even for the error case.mjacob2007-06-101-0/+2
* rufetch and calcru sometimes should be called atomically together.attilio2007-06-091-0/+2
* Revert VMCNT_* operations introduction.attilio2007-05-311-1/+1
* Revert UF_OPENING workaround for CURRENT.kib2007-05-311-1/+2
* Move futex support code from <arch>/support.s into linux compat directory.kib2007-05-231-75/+38
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-181-1/+1
* Some Linux applications (ping) pass a non-NULL msg_control argument torwatson2007-04-141-0/+10
* Whitespace fixesscottl2007-04-101-28/+28
* Add the CAM 'SG' peripheral device. This device implements a subset of thescottl2007-04-072-0/+61
* Replace custom file descriptor array sleep lock constructed using a mutexrwatson2007-04-041-4/+17
* MFP4: Turn emul_lock into a mutex.jkim2007-04-022-14/+14
* MFP4: Linux futex support for amd64.jkim2007-03-301-87/+129
* Implement the openat() linux syscalljulian2007-03-292-33/+142
* In translate_path_major_minor(), do not calculate otherwise unused 'fp'rwatson2007-03-061-4/+0
* MFP4: 115220, 115222jkim2007-03-021-2/+2
* MFp4 (110541):netchild2007-02-251-2/+7
* MFp4 (110523, parts which apply cleanly):netchild2007-02-252-89/+92
* Partial MFp4 of 114977:netchild2007-02-244-15/+12
* MFp4 (114193 (i386 part), 114194, 114195, 114200):netchild2007-02-232-7/+13
* MFp4 (part of 114132):netchild2007-02-231-7/+8
* Remove extern int hz; use proper include file instead.kib2007-02-021-2/+1
OpenPOWER on IntegriCloud