summaryrefslogtreecommitdiffstats
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
...
* Validate user-supplied arguments values.dchagin2009-05-191-1/+28
* Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().dchagin2009-05-182-9/+25
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC anddchagin2009-05-162-2/+30
* Return EINVAL in case when the incorrect or unsupporteddchagin2009-05-162-0/+12
* Use the protocol family constants for the domain argument validation.dchagin2009-05-161-3/+5
* Emulate SO_PEERCRED socket option.dchagin2009-05-162-1/+26
* Remove an unused variable.brueffer2009-05-141-2/+0
* Fix memory leak in an error case.brueffer2009-05-131-0/+3
* Translate l_timeval arg to native struct timeval indchagin2009-05-111-0/+40
* Add forgotten linux to bsd flags argument mapping into the linux_recv().dchagin2009-05-111-1/+1
* Do not export AT_CLKTCK when emulating Linux kernel priordchagin2009-05-102-1/+14
* Introduce linux_kernver() interface which is intended for an exactdchagin2009-05-102-17/+62
* Rework r189362, r191883.dchagin2009-05-102-1/+5
* Regenerate system call tables to use SVN ids.ed2009-05-084-5/+11
* Burn TTY ioctl bridges in compat layers.ed2009-05-084-514/+0
* Introduce a new virtualization container, provisionally named vprocg, to holdzec2009-05-081-0/+1
* Give vfs_getopt the type it's expecting.jamie2009-05-071-4/+2
* Move the per-prison Linux MIB from a private one-off pointer to the newjamie2009-05-073-96/+326
* Add KTR(9) tracing for futex emulation.dchagin2009-05-071-11/+49
* Linux exports HZ value to user space via AT_CLKTCK auxiliary vector entry,dchagin2009-05-071-3/+1
* Change linux struct tms definition to match actual linux one.dchagin2009-05-071-4/+4
* Add preliminary KTR(9) support to the linux emulation layer.dchagin2009-05-072-2/+31
* To avoid excessive code duplication move MI definitions to the MIdchagin2009-05-072-0/+11
* Return EAFNOSUPPORT instead of EINVAL in case when the incorrect ordchagin2009-05-071-1/+1
* Rework r191742.dchagin2009-05-071-5/+12
* Mark Linux MIB sysctls MPSAFE.jamie2009-05-041-3/+3
* 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
OpenPOWER on IntegriCloud