summaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linux_80211: Don't dequeue lsta if not queuedColin Percival2023-03-081-1/+4
* linprocfs(4): Fixup process size in the /proc/pid/stat fileDmitry Chagin2023-03-021-1/+1
* linux(4): Fixup the interface name translation in netlinkDmitry Chagin2023-02-271-1/+47
* linux(4): Consolidate a FreeBSD interface names translation codeDmitry Chagin2023-02-274-74/+113
* linux(4): Move use_real_names knob to the linux.cDmitry Chagin2023-02-274-24/+22
* LinuxKPI: return an address string in pci_name()Val Packett2023-02-232-2/+6
* LinuxKPI: pci: add more functionsBjoern A. Zeeb2023-02-231-0/+26
* LinuxKPI: PCI: implement support for more than 1 MSI vectorBjoern A. Zeeb2023-02-232-17/+51
* LinuxKPI: implement irq_get_msi_desc()Bjoern A. Zeeb2023-02-232-0/+45
* LinuxKPI: 802.11: basic implementation of *queue(s)/*txq*Bjoern A. Zeeb2023-02-233-59/+316
* LinuxKPI: 802.11: fix indent in lkpi_wake_tx_queues()Bjoern A. Zeeb2023-02-231-13/+13
* LinuxKPI: 802.11: enhance lkpi_scan_ies_add() for HT and VHTBjoern A. Zeeb2023-02-231-2/+25
* LinuxKPI: 802.11: implement ieee80211_is_pspoll()Bjoern A. Zeeb2023-02-231-7/+11
* LinuxKPI: 802.11: implement ieee80211_tx_status_ext()Bjoern A. Zeeb2023-02-232-21/+51
* LinuxKPI: 802.11: extend linuxkpi_ieee80211_rx()Bjoern A. Zeeb2023-02-232-13/+27
* LinuxKPI: 802.11: fix types and whitespaceBjoern A. Zeeb2023-02-232-11/+6
* LinuxKPI: skbuff: implement skb_free_frag()Bjoern A. Zeeb2023-02-231-1/+1
* LinuxKPI: add more dummy header filesBjoern A. Zeeb2023-02-2319-0/+0
* LinuxKPI: pm.h: add dummy pm_wakeup_event()Bjoern A. Zeeb2023-02-231-0/+12
* LinuxKPI: device: add device_set_wakeup_enable()Bjoern A. Zeeb2023-02-231-0/+18
* LinuxKPI: const argument to irq_set_affinity_hint()Bjoern A. Zeeb2023-02-231-2/+2
* LinuxKPI: mm.h: implement virt_to_head_page()Bjoern A. Zeeb2023-02-231-0/+8
* LinuxKPI: interrupt.h: add disable_irq_nosync(), irq_set_status_flags()Bjoern A. Zeeb2023-02-231-0/+21
* LinuxKPI: linux_pci.c: fix whitespaceBjoern A. Zeeb2023-02-231-1/+1
* linux(4): Microoptimize linux_ipc code to unindent else blocks.Dmitry Chagin2023-02-091-120/+100
* linux(4): Use designated initializers.Dmitry Chagin2023-02-092-40/+28
* linux(4): Deduplicate linux_trans_osrel().Dmitry Chagin2023-02-092-0/+28
* linux(4): Deduplicate linux_copyout_strings().Dmitry Chagin2023-02-092-0/+154
* linux(4): Use COMPAT_LINUX32 enstead of __ELF_WORD_SIZE.Dmitry Chagin2023-02-091-5/+5
* linux(4): Microoptimize linux_elf.h for future use.Dmitry Chagin2023-02-093-32/+32
* linux(4): Deduplicate MI futex structures.Dmitry Chagin2023-02-091-0/+11
* linux(4): Convert mount exported flags for statfs system calls.Dmitry Chagin2023-02-062-2/+38
* linux(4): Rework statfs conversion routine.Dmitry Chagin2023-02-061-11/+7
* linuxkpi: Move cpu_relax out of ifdef for x86Emmanuel Vadot2023-02-021-2/+2
* linuxkpi: seq_read: Fix off by one errorEmmanuel Vadot2023-02-021-1/+1
* linuxkpi: Fix style for dma_map_sgtableEmmanuel Vadot2023-02-021-8/+6
* linuxkpi: Fix return value of dma_map_sgtableAustin Shafer2023-02-021-1/+8
* freebsd32: Make sendmsg match native ABI for unpadded final control messageJessica Clarke2023-01-301-2/+6
* freebsd32_sendmsg: fix control message ABIBrooks Davis2023-01-301-10/+11
* linuxolator: add netlink supportAlexander V. Chernikov2023-01-265-0/+597
* linuxkpi: Update `struct irq_work`Jean-Sébastien Pédron2023-01-241-1/+6
* linuxkpi: Define `boot_cpu_data.x86_max_cores`Jean-Sébastien Pédron2023-01-242-0/+2
* linuxkpi: Define `lockdep_assert_none_held_once()`Jean-Sébastien Pédron2023-01-241-0/+3
* linuxkpi: Include `errno.h` from `acpi/video.h`Jean-Sébastien Pédron2023-01-241-0/+2
* linuxkpi: Introduce module_param() of type `bint`Jean-Sébastien Pédron2023-01-241-0/+3
* linuxkpi: Add `PCIE_SPEED_{32,64}_0GT` PCI-E bus speed constantsJean-Sébastien Pédron2023-01-241-2/+21
* linuxkpi: Add `cmpxchg64()` in <asm/atomic.h>Jean-Sébastien Pédron2023-01-241-0/+1
* linuxkpi: Define `ZERO_OR_NULL_PTR()` in <linux/slab.h>Jean-Sébastien Pédron2023-01-241-0/+2
* linuxkpi: Define `pci_reset_function()` in <linux/pci.h>Jean-Sébastien Pédron2023-01-241-0/+7
* linuxkpi: Include <linux/list.h> and <linux/kernel.h> from <linux/mutex.h>Jean-Sébastien Pédron2023-01-241-0/+2