summaryrefslogtreecommitdiffstats
path: root/sys/compat
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
* when NDIS framework try to query/set informations NDIS drivers canweongyo2008-07-231-5/+7
* style(9): put parentheses around return values.brooks2008-07-101-4/+4
* Regenbrooks2008-07-104-16/+53
* id_t is a 64-bit integer and thus is passed as two arguments like off_t is.brooks2008-07-102-7/+70
* Introduce a new lock, hostname_mtx, and use it to synchronize accessrwatson2008-07-052-0/+3
* Silence warning about missing IoGetDeviceObjectPointer by implementingcokane2008-06-151-0/+13
* Remove obselete PECOFF image activator support.wkoszek2008-06-142-748/+0
* fix a page fault that it occurred during ifp is NULL. This bug happensweongyo2008-06-111-2/+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
* Fix a panic that a priority value which is passed to cv_broadcastpri(9)weongyo2008-05-301-4/+6
* Fix a panic when it occurred during initializing the ndis driver becauseweongyo2008-05-151-0/+4
* Implement robust futexes. Most of the code is modelled afterrdivacky2008-05-135-7/+192
* Implement linux_truncate64() syscall.rdivacky2008-04-231-0/+18
* The vmspace->vm_daddr is constant until freed, there is no needrdivacky2008-04-211-2/+0
* Remove using magic value of -1 to distinguish between linux_open()rdivacky2008-04-091-5/+3
* Implement the linux syscallskib2008-04-087-124/+418
* Regenkib2008-03-314-5/+72
* Add the freebsd32 compatibility shims for the *at() syscalls.kib2008-03-312-7/+90
* Add the support for the AT_FDCWD and fd-relative name lookups to thekib2008-03-315-0/+5
* Remove files that have been repo copied to their new locationjb2008-03-2860-5506/+0
* Regen.dfr2008-03-264-6/+6
* Add the new kernel-mode NFS Lock Manager. To use it instead of thedfr2008-03-263-3/+6
* Regen.jhb2008-03-254-6/+21
* Add entries for the cpuset-related system calls. The existing system callsjhb2008-03-251-0/+12
* Fix build.ru2008-03-251-2/+2
* o Add stub support for some new futex operations,rdivacky2008-03-202-2/+29
* Simplify fcntl(SVR4_F_DUP2FD) code now that FreeBSD has F_DUP2FD.antoine2008-03-171-13/+3
* Implement sched_setaffinity and get_setaffinity usingrdivacky2008-03-161-9/+40
* - The P_SA flag has been removed. Don't reference it in a KASSERT.jeff2008-03-121-2/+1
* Remove kernel support for M:N threading.jeff2008-03-124-22/+15
* 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
* Regenerate for readlink(2).ru2008-02-124-4/+4
* Change readlink(2)'s return type and type of the last argumentru2008-02-121-2/+2
* Give MEXTADD() another argument to make both void pointers to thephk2008-02-011-1/+1
* Change type of kmem_used() and kmem_size() functions to uint64_t, so itpjd2008-01-242-6/+6
* Regenerate.rwatson2008-01-204-6/+6
* Use audit events AUE_SHMOPEN and AUE_SHMUNLINK with new system callsrwatson2008-01-201-2/+2
* VOP_LOCK1() (and so VOP_LOCK()) and VOP_UNLOCK() are only used inattilio2008-01-1310-24/+21
* vn_lock() is currently only used with the 'curthread' passed as argument.attilio2008-01-1010-15/+15
* Regen for shm_open(2) and shm_unlink(2).jhb2008-01-084-5/+11
* Add a new file descriptor type for IPC shared memory objects and use it tojhb2008-01-081-0/+3
* After applying LCONVPATH() to the path, do use the converted pathkib2008-01-051-9/+13
* Remove explicit locking of struct file.jeff2007-12-301-4/+0
* 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
OpenPOWER on IntegriCloud