summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxweongyo2009-03-181-52/+278
* If the caller sets irp_usriostat or irp_usrevent it try to process itweongyo2009-03-181-10/+9
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andkib2009-03-171-3/+18
* grab NDIS USB lock instead of HAL preemption. This change should beweongyo2009-03-171-3/+4
* use usb2_desc_foreach() to iterate the USB config descriptor instread ofweongyo2009-03-161-4/+4
* Sort include files in the alphabetical order.dchagin2009-03-161-5/+4
* Ignore FUTEX_FD op, as it is done by linux.dchagin2009-03-152-8/+1
* Include linux_futex.h before linux_emul.hdchagin2009-03-152-3/+1
* Implement new way of branding ELF binaries by looking to adchagin2009-03-132-1/+4
* o change a lock model based on HAL preemption lock to a normal mtx.weongyo2009-03-123-44/+117
* o port NDIS USB support from USB1 to the new usb(USB2).weongyo2009-03-0713-1772/+1676
* A better fix for handling different FPU initial control words for differentjhb2009-03-051-0/+5
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichdchagin2009-03-042-31/+16
* Extend the "vfsopt" mount options for more general use. Make structjamie2009-03-021-9/+2
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-273-0/+7
* 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
OpenPOWER on IntegriCloud