aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Reduce chance of RCU deadlock in the LinuxKPI by implementing the sectionHans Petter Selasky2021-03-292-11/+33
* LinuxKPI: netdevice notifier callback argumentBjoern A. Zeeb2021-03-262-17/+32
* LinuxKPI: add net_ratelimit()Bjoern A. Zeeb2021-03-262-0/+25
* LinuxKPI: remove < 5.0 version supportBjoern A. Zeeb2021-03-243-11/+0
* LinuxKPI: add lockdep_mapBjoern A. Zeeb2021-03-241-0/+6
* LinuxKPI: add pci_ids.hBjoern A. Zeeb2021-03-242-28/+73
* LinuxKPI: if_ether additionsBjoern A. Zeeb2021-03-241-0/+12
* LinuxKPI: add more linux-specific errnoBjoern A. Zeeb2021-03-241-0/+6
* linuxkpi: add ieee80211_node.h to headers to include before LIST_HEADBjoern A. Zeeb2021-03-241-0/+5
* Rename linux_set_upcall_kse() to linux_set_upcall().John Baldwin2021-03-182-3/+3
* LinuxKPI: add support for crc32_le()Bjoern A. Zeeb2021-03-181-0/+45
* linux(4): make getcwd(2) return ERANGE instead of ENOMEMEdward Tomasz Napierala2021-03-121-0/+2
* linsysfs: create /sys/bus/ and /sys/subsystem/Edward Tomasz Napierala2021-03-111-0/+6
* Allocating the LinuxKPI current structure from a software interrupt threadHans Petter Selasky2021-03-101-2/+8
* Allocating the LinuxKPI current structure from an interrupt thread must beHans Petter Selasky2021-03-101-1/+2
* Implement basic support for allocating memory from a specific numa nodeHans Petter Selasky2021-03-094-9/+97
* linux: add support for SO_PEERGROUPSEdward Tomasz Napierala2021-03-062-1/+46
* Use atomic loads/stores when updating td->td_stateAlex Richardson2021-02-181-1/+1
* linux: Unmap the VDSO page when unloadingMark Johnston2021-02-162-2/+6
* 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