summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Linux socketpair() call expects explicit specified protocol fordchagin2009-05-021-1/+4
* Move extern variable definitions to the header file.dchagin2009-05-022-1/+4
* Reimplement futexes.dchagin2009-05-011-358/+449
* Regen for new jail system calls in r191673.jamie2009-04-294-5/+28
* Introduce the extensible jail framework, using the same "name=value"jamie2009-04-292-15/+205
* In preparation for turning on options VIMAGE in next commits,zec2009-04-261-0/+2
* Remove support for FUTEX_REQUEUE operation.dchagin2009-04-193-13/+20
* MFp4 //depot/projects/usb@159909thompsa2009-04-051-12/+12
* Fix KBI breakage by r190520 which affects older linux.ko binaries:dchagin2009-04-051-2/+2
* Regenkib2009-04-014-7/+13
* Rename implementation function for freebsd32 sysarch(2) to allow forkib2009-04-012-1/+7
* Add all segment registers for the amd64 CPU to struct reg and mcontext.kib2009-04-011-1/+3
* Emulate the FIODGNAME ioctl in our 32-bit emulator.ed2009-03-292-0/+26
* Whitespace/spelling fixes in advance of upcoming functional changes.jamie2009-03-271-1/+2
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineambrisko2009-03-262-0/+81
* 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
OpenPOWER on IntegriCloud