aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Add pagemap.hEmmanuel Vadot2020-10-061-0/+45
* linuxkpi: Add power_supply.hEmmanuel Vadot2020-10-061-0/+44
* linuxkpi: Add prefetch.hEmmanuel Vadot2020-10-061-0/+36
* linuxkpi: Add numa.hEmmanuel Vadot2020-10-061-0/+36
* linuxkpi: Add gcd functionEmmanuel Vadot2020-10-061-0/+50
* Populate the acquire context field of a ww_mutex in the LinuxKPI.Hans Petter Selasky2020-10-042-4/+10
* linuxkpi: Add dmi_* functionEmmanuel Vadot2020-10-024-1/+259
* linuxkpi: Add backlight supportEmmanuel Vadot2020-10-024-0/+182
* Regen after r366145.Edward Tomasz Napierala2020-09-256-701/+733
* Do not leak oldvmspace if image activation failedKonstantin Belousov2020-09-233-4/+4
* Reduce code duplication by introducing linux_copyout_sockaddr()Edward Tomasz Napierala2020-09-171-40/+26
* Add support for SOUND_MIXER_WRITE_MONITOR ioctl. Fixes alsamixer(1)Edward Tomasz Napierala2020-09-172-0/+5
* Get rid of sv_errtbl and SV_ABI_ERRNO().Edward Tomasz Napierala2020-09-174-3/+18
* Add emulation support for the Linux kcov(4) ioctl API.Mark Johnston2020-09-044-0/+58
* compat: clean up empty lines in .c and .h filesMateusz Guzik2020-09-0159-142/+2
* LinuxKPI: Implement ksize() function.Vladimir Kondratyev2020-08-291-0/+6
* Implement extensible arrays API using the existing radix tree implementationHans Petter Selasky2020-08-272-0/+485
* cache: drop the always curthread argument from reverse lookup routinesMateusz Guzik2020-08-242-5/+5
* vfs: drop the error parameter from vn_isdisk, introduce vn_isdisk_errorMateusz Guzik2020-08-191-2/+2
* linux: add sysctl compat.linux.use_emul_pathMateusz Guzik2020-08-186-140/+278
* Fix handling of ancillary data on non-AF_UNIX Linux sockets.Mark Johnston2020-08-181-1/+2
* Remove "emulation" of clone(CLONE_PARENT | CLONE_THREAD).Mark Johnston2020-08-171-5/+3
* Fix a lock leak when emulating futex(FUTEX_WAIT_BITSET).Mark Johnston2020-08-171-0/+1
* Skip Linux madvise(MADV_DONTNEED) on unmanaged objects.Mark Johnston2020-08-171-0/+2
* vfs: remove the thread argument from vgetMateusz Guzik2020-08-161-1/+1
* linuxkpi: Add a few wait_bit functionsEmmanuel Vadot2020-08-143-0/+71
* linprocfs: Fix some inaccuracies in meminfo.Mark Johnston2020-08-121-23/+17
* Remove sys/compat/netbsd.Mark Johnston2020-08-111-67/+0
* Use atomic_clear_rel_long() to implement clear_bit_unlock() in the LinuxKPIHans Petter Selasky2020-08-111-7/+3
* Need to clone the task struct fields related to RCU aswell in theHans Petter Selasky2020-08-112-9/+14
* vfs: add VOP_STATMateusz Guzik2020-08-071-1/+1
* Implement radix_tree_store() in the LinuxKPI for use with the comingHans Petter Selasky2020-08-072-10/+134
* Fix a TOCTOU vulnerability in freebsd32_copyin_control().Mark Johnston2020-08-051-59/+71
* linuxkpi: Add time_after32 and time_before32Emmanuel Vadot2020-08-041-0/+2
* linuxkpi: Add clear_bit_unlockEmmanuel Vadot2020-08-041-0/+7
* Re-apply r363564.Emmanuel Vadot2020-08-041-0/+1
* linuxkpi: Add nested variant of mutex_lock_interruptibleEmmanuel Vadot2020-08-041-0/+2
* linuxkpi: Add kref_put_lockEmmanuel Vadot2020-08-041-0/+15
* linuxkpi: Add linux/sizes.hEmmanuel Vadot2020-08-041-0/+51
* Fix r363565Emmanuel Vadot2020-07-261-0/+2
* Revert r363564Emmanuel Vadot2020-07-261-1/+0
* linuxkpi: Add taint* definesEmmanuel Vadot2020-07-261-0/+3
* linuxkpi: Include hardirq.h in preempt.h and lockdep.h in hardirq.hEmmanuel Vadot2020-07-262-0/+2
* linuxkpi: Include linux/sizes.h in dma-mapping.hEmmanuel Vadot2020-07-261-0/+1
* usb(4): Stop checking for failures from malloc(M_WAITOK).Mark Johnston2020-07-221-13/+7
* Make linux(4) support the BLKPBSZGET ioctl. Oracle uses it.Edward Tomasz Napierala2020-07-192-3/+25
* Make linux fallocate(2) return EOPNOTSUPP, not ENOSYS, on unsupported mode,Edward Tomasz Napierala2020-07-181-1/+1
* Bump the default linux version from 3.2.0 to 3.10.0, which correspondsEdward Tomasz Napierala2020-07-181-1/+1
* Add a trivial linux(4) splice(2) implementation, which simplyEdward Tomasz Napierala2020-07-181-0/+14
* Add missing SysV IPC stats to linprocfs(4). Fixes 'ipcs -l',Edward Tomasz Napierala2020-07-181-0/+68