summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Advertise bit 26 as sse2.cognet2008-09-261-1/+1
* Add support for installing 32-bit system calls from kernel modules. Thisjhb2008-09-253-2/+110
* Sort includes and add multiple include guards.jhb2008-09-251-5/+9
* Regen.jhb2008-09-254-26/+26
* Tidy up a few things with syscall generation:jhb2008-09-251-12/+12
* Change the static struct sysentvec and struct Elf_Brandinfo initializerskib2008-09-242-78/+80
* Fix usage of mac_vnode_check_open() in linuxulator - last argumenttrasz2008-09-221-1/+1
* Add freebsd32 compat shims for ioctl(2)obrien2008-09-222-0/+78
* Regenerate for r183270.obrien2008-09-224-7/+14
* Add freebsd32 compat shims for ioctl(2)obrien2008-09-223-2/+216
* Regenerate for r183188.obrien2008-09-194-7/+14
* Add freebsd32 compat shim for nmount(2).obrien2008-09-192-3/+47
* style(9)obrien2008-09-151-3/+4
* Regenerate for r183042.obrien2008-09-154-7/+7
* Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was madeobrien2008-09-151-1/+1
* Allow COMPAT_SVR4 to be built without COMPAT_43.ed2008-09-152-16/+20
* Allow PAGE_SHIFT to already be defined.thompsa2008-09-131-0/+2
* The ERESTART to EINTR conversion is already done inrdivacky2008-09-111-8/+1
* Getdents requires padding with 2 bytes instead of 1 byterdivacky2008-09-091-33/+54
* Remove superfluous copyin() of args, structures are already in kernel space.kib2008-09-091-155/+78
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadattilio2008-08-285-6/+6
* We left out V_static_len from ip_fw2.cjulian2008-08-251-1/+1
* All opt_x.h includes go at the top of other includes.julian2008-08-252-3/+4
* Regenerate following r182123.rwatson2008-08-244-5/+5
* When MPSAFE ttys were merged, a new BSM audit event identifier wasrwatson2008-08-241-1/+1
* Add comments on NOARGS, NODEF, and NOPROTO.obrien2008-08-211-0/+7
* Update system call tables.ed2008-08-204-4/+4
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.ed2008-08-206-4/+23
* Commit step 1 of the vimage project, (network stack)bz2008-08-176-10/+17
* 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
OpenPOWER on IntegriCloud