summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Introduce accmode_t. This is required for NFSv4 ACLs - it will be neccessarytrasz2008-10-281-3/+3
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-233-11/+11
* Regen for freebsd32_getdirentries().jhb2008-10-224-7/+15
* Split the copyout of *base at the end of getdirentries() out leaving thejhb2008-10-222-2/+20
* Correctly fill siginfo for the signals delivered by linux tkill/tgkill.kib2008-10-192-24/+92
* Make robust futexes work on linux32/amd64. Use PTRIN to readkib2008-10-142-15/+3
* Current linux_fooaffinity() emulation fails, as the FreeBSD affinitykib2008-10-041-4/+9
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-10-041-29/+5
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-025-0/+9
* 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
OpenPOWER on IntegriCloud