aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Current linux_fooaffinity() emulation fails, as the FreeBSD affinityKonstantin Belousov2008-10-041-4/+9
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-10-041-29/+5
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-025-0/+9
* Advertise bit 26 as sse2.Olivier Houchard2008-09-261-1/+1
* Add support for installing 32-bit system calls from kernel modules. ThisJohn Baldwin2008-09-253-2/+110
* Sort includes and add multiple include guards.John Baldwin2008-09-251-5/+9
* Regen.John Baldwin2008-09-254-26/+26
* Tidy up a few things with syscall generation:John Baldwin2008-09-251-12/+12
* Change the static struct sysentvec and struct Elf_Brandinfo initializersKonstantin Belousov2008-09-242-78/+80
* Fix usage of mac_vnode_check_open() in linuxulator - last argumentEdward Tomasz Napierala2008-09-221-1/+1
* Add freebsd32 compat shims for ioctl(2)David E. O'Brien2008-09-222-0/+78
* Regenerate for r183270.David E. O'Brien2008-09-224-7/+14
* Add freebsd32 compat shims for ioctl(2)David E. O'Brien2008-09-223-2/+216
* Regenerate for r183188.David E. O'Brien2008-09-194-7/+14
* Add freebsd32 compat shim for nmount(2).David E. O'Brien2008-09-192-3/+47
* style(9)David E. O'Brien2008-09-151-3/+4
* Regenerate for r183042.David E. O'Brien2008-09-154-7/+7
* Fix bug in r100384 (rev 1.2) in which the 32-bit swapon(2) was madeDavid E. O'Brien2008-09-151-1/+1
* Allow COMPAT_SVR4 to be built without COMPAT_43.Ed Schouten2008-09-152-16/+20
* Allow PAGE_SHIFT to already be defined.Andrew Thompson2008-09-131-0/+2
* The ERESTART to EINTR conversion is already done inRoman Divacky2008-09-111-8/+1
* Getdents requires padding with 2 bytes instead of 1 byteRoman Divacky2008-09-091-33/+54
* Remove superfluous copyin() of args, structures are already in kernel space.Konstantin Belousov2008-09-091-155/+78
* Decontextualize the couplet VOP_GETATTR / VOP_SETATTR as the passed threadAttilio Rao2008-08-285-6/+6
* We left out V_static_len from ip_fw2.cJulian Elischer2008-08-251-1/+1
* All opt_x.h includes go at the top of other includes.Julian Elischer2008-08-252-3/+4
* Regenerate following r182123.Robert Watson2008-08-244-5/+5
* When MPSAFE ttys were merged, a new BSM audit event identifier wasRobert Watson2008-08-241-1/+1
* Add comments on NOARGS, NODEF, and NOPROTO.David E. O'Brien2008-08-211-0/+7
* Update system call tables.Ed Schouten2008-08-204-4/+4
* Integrate the new MPSAFE TTY layer to the FreeBSD operating system.Ed Schouten2008-08-206-4/+23
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-176-10/+17
* Add TIOCPKT and TIOCSPTLCK to the Linuxolator.Ed Schouten2008-07-232-1/+9
* Fix linux_alarm, the linux behaviour is to limit theRoman Divacky2008-07-231-3/+6
* when NDIS framework try to query/set informations NDIS drivers canWeongyo Jeong2008-07-231-5/+7
* style(9): put parentheses around return values.Brooks Davis2008-07-101-4/+4
* RegenBrooks Davis2008-07-104-16/+53
* id_t is a 64-bit integer and thus is passed as two arguments like off_t is.Brooks Davis2008-07-102-7/+70
* Introduce a new lock, hostname_mtx, and use it to synchronize accessRobert Watson2008-07-052-0/+3
* Silence warning about missing IoGetDeviceObjectPointer by implementingColeman Kane2008-06-151-0/+13
* Remove obselete PECOFF image activator support.Wojciech A. Koszek2008-06-142-748/+0
* fix a page fault that it occurred during ifp is NULL. This bug happensWeongyo Jeong2008-06-111-2/+2
* d_ino member of linux_dirent structure should be unsigned long.Roman Divacky2008-06-081-2/+2
* Switch to emulating Linux 2.6 on default.Roman Divacky2008-06-031-2/+2
* Push down the major/minor conversion for pts/%u to improve consistency.Ed Schouten2008-06-022-26/+20
* Fix a panic that a priority value which is passed to cv_broadcastpri(9)Weongyo Jeong2008-05-301-4/+6
* Fix a panic when it occurred during initializing the ndis driver becauseWeongyo Jeong2008-05-151-0/+4
* Implement robust futexes. Most of the code is modelled afterRoman Divacky2008-05-135-7/+192
* Implement linux_truncate64() syscall.Roman Divacky2008-04-231-0/+18
* The vmspace->vm_daddr is constant until freed, there is no needRoman Divacky2008-04-211-2/+0