aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Fix KBI breakage by r190520 which affects older linux.ko binaries:Dmitry Chagin2009-04-051-2/+2
* RegenKonstantin Belousov2009-04-014-7/+13
* Rename implementation function for freebsd32 sysarch(2) to allow forKonstantin Belousov2009-04-012-1/+7
* Add all segment registers for the amd64 CPU to struct reg and mcontext.Konstantin Belousov2009-04-011-1/+3
* Emulate the FIODGNAME ioctl in our 32-bit emulator.Ed Schouten2009-03-292-0/+26
* Whitespace/spelling fixes in advance of upcoming functional changes.Jamie Gritton2009-03-271-1/+2
* Add stuff to support upcoming BMC/IPMI flashing of newer Dell machineDoug Ambrisko2009-03-262-0/+81
* Some NDIS USB drivers try to call URB funcs like URB_FUNCTION_VENDOR_xxxWeongyo Jeong2009-03-181-52/+278
* If the caller sets irp_usriostat or irp_usrevent it try to process itWeongyo Jeong2009-03-181-10/+9
* Supply AT_EXECPATH auxinfo entry to the interpreter, both for native andKonstantin Belousov2009-03-171-3/+18
* grab NDIS USB lock instead of HAL preemption. This change should beWeongyo Jeong2009-03-171-3/+4
* use usb2_desc_foreach() to iterate the USB config descriptor instread ofWeongyo Jeong2009-03-161-4/+4
* Sort include files in the alphabetical order.Dmitry Chagin2009-03-161-5/+4
* Ignore FUTEX_FD op, as it is done by linux.Dmitry Chagin2009-03-152-8/+1
* Include linux_futex.h before linux_emul.hDmitry Chagin2009-03-152-3/+1
* Implement new way of branding ELF binaries by looking to aDmitry Chagin2009-03-132-1/+4
* o change a lock model based on HAL preemption lock to a normal mtx.Weongyo Jeong2009-03-123-44/+117
* o port NDIS USB support from USB1 to the new usb(USB2).Weongyo Jeong2009-03-0713-1772/+1676
* A better fix for handling different FPU initial control words for differentJohn Baldwin2009-03-051-0/+5
* Add AT_PLATFORM, AT_HWCAP and AT_CLKTCK auxiliary vector entries whichDmitry Chagin2009-03-042-31/+16
* Extend the "vfsopt" mount options for more general use. Make structJamie Gritton2009-03-021-9/+2
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-273-0/+7
* Change the functions to ANSI in those cases where it breaks promotionRoman Divacky2009-02-245-237/+81
* Move usb to a graveyard location under sys/legacy/dev, it is intended that theAndrew Thompson2009-02-234-11/+11
* Don't make Linux stat() open character devices to resolve its name.Ed Schouten2009-02-201-47/+49
* Use shared vnode locks when invoking VOP_READDIR().John Baldwin2009-02-133-4/+4
* Fix a bug in the previous change to the mtab handler: use the path returnedJohn Baldwin2009-02-131-1/+1
* Fix an edge-case of the linux readdir: We need the size of a linux direntAlexander Leidinger2009-02-131-1/+1
* Change some movl's to mov's. Newer GAS no longer accept 'movl' instructionsDavid E. O'Brien2009-01-311-1/+1
* Last step of splitting up minor and unit numbers: remove minor().Ed Schouten2009-01-282-5/+5
* Replace couple of strcmp(cpu_vendor, "foo") with cpu_vendor_id for i386Jung-uk Kim2009-01-221-3/+9
* Push down Giant inside sysctl. Also add some more assertions to the code.Ed Schouten2008-12-292-17/+6
* vm_map_lock_read() does not increment map->timestamp, so we shouldKonstantin Belousov2008-12-291-1/+1
* Remove unused variable.Ganbold Tsagaankhuu2008-12-281-3/+0
* fix a bug to handling the argument that it passed `device_t' but it'sWeongyo Jeong2008-12-271-1/+3
* Integrate the NDIS USB support code to CURRENT.Weongyo Jeong2008-12-278-42/+1490
* Remove two remnant uses of AT_DEBUG.Konstantin Belousov2008-12-171-2/+0
* Reference the vmspace of the process being inspected by procfs, linprocfsKonstantin Belousov2008-12-121-1/+8
* Add 32-bit compat support for AIO.Bjoern A. Zeeb2008-12-111-0/+26
* Regen.John Baldwin2008-12-104-28/+111
* - Add 32-bit compat system calls for VFS_AIO. The system calls live in theJohn Baldwin2008-12-101-12/+28
* Relock user map earlier, to have the lock held when break leaves theKonstantin Belousov2008-12-101-1/+1
* Make two style changes to create new commit and document proper commitKonstantin Belousov2008-12-081-2/+1
* Change the linprocfs <pid>/maps and procfs <pid>/map handlers to useKonstantin Belousov2008-12-081-7/+23
* When unloading a 32-bit system call module, restore the sysent vector inJohn Baldwin2008-12-031-1/+1
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-024-0/+6
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.Konstantin Belousov2008-11-292-52/+269
* Regen after jail support was added in r185435.Bjoern A. Zeeb2008-11-294-7/+12
* MFp4:Bjoern A. Zeeb2008-11-293-1/+80
* Document that all the other commands are eitherRoman Divacky2008-11-261-0/+16