aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* epoll: Store epoll_event udata member in ext member of kevent.Vladimir Kondratyev2021-02-073-99/+11
* linux: add support for SO_PEERSEC getsockoptEdward Tomasz Napierala2021-02-072-0/+27
* linux: fix handling of flags for 32 bit send(2) syscallEdward Tomasz Napierala2021-02-061-1/+1
* Fix race condition in linuxkpi workqueueRyan Stone2021-02-041-22/+27
* linux: remove locks around callout_drain in timerfd_close()shu2021-02-031-2/+0
* linux: make timerfd_settime(2) set expirations count to zeroshu2021-02-031-0/+1
* LinuxKPI: add module dependency on firmware(9)Bjoern A. Zeeb2021-01-301-0/+1
* LinuxKPI: implement devres() framework parts and two examplesBjoern A. Zeeb2021-01-283-3/+294
* LinuxKPI: enhance PCI bits for DRMBjoern A. Zeeb2021-01-282-19/+33
* LinuxKPI: upstream a collection of drm-kmod conflicting changesBjoern A. Zeeb2021-01-286-0/+241
* LinuxKPI: add firmware loading supportBjoern A. Zeeb2021-01-282-0/+283
* Rename kern_mmap_req to kern_mmapBrooks Davis2021-01-253-8/+26
* ndis(4): remove as previous announcedBrooks Davis2021-01-2516-17950/+0
* linux: remove spurious newline.Edward Tomasz Napierala2021-01-191-1/+1
* linuxkpi: Fix the shrinker scan targetMark Johnston2021-01-181-3/+3
* LinuxKPI: Reimplement irq_work queue on top of fast taskqueueVladimir Kondratyev2021-01-175-5/+212
* linux: mute "unsupported socket(AF_NETLINK, 3, NETLINK_AUDIT)" warningsEdward Tomasz Napierala2021-01-141-1/+4
* linux: mute the "unsupported prctl option 23" warningsEdward Tomasz Napierala2021-01-132-0/+11
* linux: bump the default version from 3.10.0 to 3.17.0Edward Tomasz Napierala2021-01-131-1/+1
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-123-5/+6
* linuxkpi: add kernel_fpu_begin/kernel_fpu_endEmmanuel Vadot2021-01-122-0/+118
* linuxkpi: Add shrinker supportEmmanuel Vadot2021-01-122-0/+181
* linuxkpi: Add more pci functions needed by DRMEmmanuel Vadot2021-01-122-9/+162
* linuxkpi: Fix the "error: unknown type name 'u32'" compilation issue whenNeel Chauhan2021-01-091-0/+1
* linuxkpi: handle ARIKonstantin Belousov2021-01-081-6/+14
* Regenerate syscall files after reallocation of aio_writev/aio_readvAlan Somers2021-01-085-61/+65
* Reallocate syscall numbers for aio_writev and aio_readvAlan Somers2021-01-081-4/+6
* Regenerate syscall files after addition of aio_writev/aio_readvAlan Somers2021-01-035-4/+60
* Add aio_writev and aio_readvAlan Somers2021-01-033-3/+7
* Regen.Konstantin Belousov2020-12-274-1/+34
* Expose eventfd in the native API/ABI using a new __specialfd syscallKonstantin Belousov2020-12-272-327/+43
* Remove useless ARGUSED annotations.Konstantin Belousov2020-12-271-10/+0
* Add SPDX tag.Konstantin Belousov2020-12-271-0/+2
* Add ELF flag to disable ASLR stack gap.Konstantin Belousov2020-12-181-2/+1
* Cleanups to *ERR* compat shims.John Baldwin2020-12-171-7/+7
* Use the 't' modifier to print a ptrdiff_t.John Baldwin2020-12-161-1/+1
* Improve handling of alternate settings in the USB stack.Hans Petter Selasky2020-12-151-5/+0
* linux_dma: Ensure proper flags pass to allocators.Bryan Drewery2020-12-101-3/+3
* Prefer using the MIN() function macro over the min() inline functionHans Petter Selasky2020-12-072-2/+2
* Move V4L feature declarations and DTrace provider definitions fromTijl Coosemans2020-12-062-19/+18
* RegenKonstantin Belousov2020-12-045-9/+14
* Fix compat32 for ntp_adjtime(2).Konstantin Belousov2020-12-043-1/+88
* Allow the rbtree header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-0/+3
* Allow the list header file in the LinuxKPI to be used in standalone code.Hans Petter Selasky2020-12-041-1/+4
* Use function macro for sema_init() in the LinuxKPI to limit macro expansion s...Hans Petter Selasky2020-11-301-1/+1
* Make MAXPHYS tunable. Bump MAXPHYS to 1M.Konstantin Belousov2020-11-282-3/+3
* Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov2020-11-233-60/+43
* freebsd32: take the _umtx_op struct definitions backKyle Evans2020-11-231-0/+21
* _umtx_op: move compat32 definitions back inKyle Evans2020-11-222-29/+0
* Allow LinuxKPI types to be used in bootloaders, by checking for theHans Petter Selasky2020-11-182-3/+5