summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Change the functions to ANSI in those cases where it breaks promotionrdivacky2009-02-245-237/+81
* Move usb to a graveyard location under sys/legacy/dev, it is intended that thethompsa2009-02-234-11/+11
* Don't make Linux stat() open character devices to resolve its name.ed2009-02-201-47/+49
* Use shared vnode locks when invoking VOP_READDIR().jhb2009-02-133-4/+4
* Fix a bug in the previous change to the mtab handler: use the path returnedjhb2009-02-131-1/+1
* Fix an edge-case of the linux readdir: We need the size of a linux direntnetchild2009-02-131-1/+1
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsobrien2009-01-311-1/+1
* Last step of splitting up minor and unit numbers: remove minor().ed2009-01-282-5/+5
* Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386jkim2009-01-221-3/+9
* Push down Giant inside sysctl. Also add some more assertions to the code.ed2008-12-292-17/+6
* vm_map_lock_read() does not increment map->timestamp, so we shouldkib2008-12-291-1/+1
* Remove unused variable.ganbold2008-12-281-3/+0
* fix a bug to handling the argument that it passed `device_t' but it'sweongyo2008-12-271-1/+3
* Integrate the NDIS USB support code to CURRENT.weongyo2008-12-278-42/+1490
* Remove two remnant uses of AT_DEBUG.kib2008-12-171-2/+0
* Reference the vmspace of the process being inspected by procfs, linprocfskib2008-12-121-1/+8
* Add 32-bit compat support for AIO.bz2008-12-111-0/+26
* Regen.jhb2008-12-104-28/+111
* - Add 32-bit compat system calls for VFS_AIO. The system calls live in thejhb2008-12-101-12/+28
* Relock user map earlier, to have the lock held when break leaves thekib2008-12-101-1/+1
* Make two style changes to create new commit and document proper commitkib2008-12-081-2/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to usekib2008-12-081-7/+23
* When unloading a 32-bit system call module, restore the sysent vector injhb2008-12-031-1/+1
* Rather than using hidden includes (with cicular dependencies),bz2008-12-024-0/+6
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.kib2008-11-292-52/+269
* Regen after jail support was added in r185435.bz2008-11-294-7/+12
* MFp4:bz2008-11-293-1/+80
* Document that all the other commands are eitherrdivacky2008-11-261-0/+16
* Add sv_flags field to struct sysentvec with intention to provide descriptionkib2008-11-222-2/+4
* 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
OpenPOWER on IntegriCloud