summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* In the robust futexes list head, futex_offset shall be signed,kib2008-11-161-2/+2
* Sigh. Fix a pointer/int compile error.peter2008-11-101-1/+1
* Fix a signal emulation bug introduced in r163018 (and present in 7.x).peter2008-11-101-1/+1
* Regenerate system call tables for r184789.ed2008-11-094-13/+13
* Mark uname(), getdomainname() and setdomainname() with COMPAT_FREEBSD4.ed2008-11-092-7/+29
* utf-8des2008-11-051-1/+1
* Don't leak a reference on the /compat/linux vnode everytimejhb2008-11-041-5/+7
* Regen.dfr2008-11-034-5/+7
* Implement support for RPCSEC_GSS authentication to both the NFS clientdfr2008-11-031-0/+2
* The code in linux_proc_exit() contains a race when multiple linux basedkib2008-10-311-3/+3
* 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
OpenPOWER on IntegriCloud