aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* sysproto.h: sys/acl.h -> sys/types.hBrooks Davis2024-04-151-1/+1
* Reduce reliance on sys/sysproto.h pollutionBrooks Davis2024-04-152-0/+2
* LinuxKPI: add __counted_by() and __nonstringBjoern A. Zeeb2024-04-151-0/+11
* LinuxKPI: 802.11: disable early queue wakeup workaround; better classifyBjoern A. Zeeb2024-04-151-2/+12
* LinuxKPI: 802.11: remove unneeded re-lookup in lkpi_80211_txq_tx_one()Bjoern A. Zeeb2024-04-151-41/+35
* LinuxKPI: add devm_kfree()Bjoern A. Zeeb2024-04-151-0/+1
* LinuxKPI: napi_schedule() requires return value, implement napi_is_scheduled()Bjoern A. Zeeb2024-04-152-3/+14
* LinuxKPI: sk_buff: implement skb_queue_splice_tail_init()Bjoern A. Zeeb2024-04-151-2/+17
* LinuxKPI: add dev_alloc_pages()Bjoern A. Zeeb2024-04-121-0/+6
* LinuxKPI: add BITS_TO_BYTES()Bjoern A. Zeeb2024-04-121-0/+1
* LinuxKPI: implement memzero_explicit()Bjoern A. Zeeb2024-04-121-0/+7
* LinuxKPI: add further constants to pci.hBjoern A. Zeeb2024-04-121-0/+2
* LinuxKPI: Stub sysfs_remove_link in linux/sysfs.hVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add want_init_on_free to linux/mm.hVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add ACPI_ID_LEN const to linux/mod_devicetable.hVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add pci_dev_id to linux/pci.hVladimir Kondratyev2024-04-081-0/+7
* LinuxKPI: Add the accelerator PCIe classVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add PTR_IF macroVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Add vm_flags_(clear|set) functionsVladimir Kondratyev2024-04-081-0/+12
* LinuxKPI: Improve timer_shutdown_syncVladimir Kondratyev2024-04-081-0/+5
* LinuxKPI: Add get_random_u32_below functionVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Add VM_ACCESS_FLAGS define to linux/mm.hVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Import vanilla linux/overflow.hVladimir Kondratyev2024-04-087-76/+352
* LinuxKPI: Move [SU](8|16|32|64)_(MAX|MIN) defines to linux/limits.hVladimir Kondratyev2024-04-083-13/+48
* LinuxKPI: Add strnchr functionVladimir Kondratyev2024-04-081-0/+15
* LinuxKPI: Add ms_to_ktimeVladimir Kondratyev2024-04-081-0/+6
* LinuxKPI: Set suspend type on syspend/resume cycle enterVladimir Kondratyev2024-04-081-0/+2
* LinuxKPI: Remove the temporary variable fileid from the macro request_moduleZhenlei Huang2024-04-051-2/+1
* LinuxKPI: add PCI_VENDOR_ID_ITTIMBjoern A. Zeeb2024-04-021-0/+1
* linux: make linux_netlink_p->msg_from_linux be able to failGleb Smirnoff2024-03-291-20/+38
* linux: use sa_family_t for address family conversionsGleb Smirnoff2024-03-293-15/+17
* LinuxKPI: remove dummy header files with implementationBjoern A. Zeeb2024-03-293-0/+0
* sysent: regenBrooks Davis2024-03-192-44/+44
* syscalls.master: make __sys_fcntl take an intptr_tBrooks Davis2024-03-191-1/+1
* freebsd32: struct siginfo32 -> struct __siginfo32Brooks Davis2024-03-194-11/+11
* freebsd32: freebsd32_copyinuio takes const iovpBrooks Davis2024-03-192-2/+2
* LinuxKPI: 802.11: return proper value for IEEE80211_CRYPTO_AES_CCMBjoern A. Zeeb2024-03-121-1/+1
* LinuxKPI: Queue skbuffs at tail in __skb_queue_tailTom Coldrick2024-03-041-1/+1
* linux: require vnet(9) context in ifname_bsd_to_linux_name()Gleb Smirnoff2024-03-031-2/+2
* netlink: restore original buffer if nlmsgs_to_linux() failsGleb Smirnoff2024-02-271-3/+3
* LinuxKPI: 802.11: implement a deferred RX pathBjoern A. Zeeb2024-02-222-11/+154
* linux_pwd_onexec: do not abort image activation if emul path does not existKonstantin Belousov2024-02-221-11/+3
* LinuxKPI: 802.11: lsta txq locking cleanupBjoern A. Zeeb2024-02-162-13/+32
* LinuxKPI: sort dev_<loglevel>() functionsBjoern A. Zeeb2024-02-141-8/+10
* LinuxKPI: 802.11: update the ni/lsta reference cycleBjoern A. Zeeb2024-02-142-80/+130
* LinuxKPI: 802.11: band-aid for invalid state changes after (*iv_update_bss)Bjoern A. Zeeb2024-02-142-95/+216
* LinuxKPI: 802.11: correct HT protection fieldsBjoern A. Zeeb2024-02-141-5/+6
* LinuxKPI: Allow kmalloc to be called when FPU protection is enabledVladimir Kondratyev2024-02-104-5/+62
* Revert "LinuxKPI: Add explicit software context to FPU sections"Vladimir Kondratyev2024-02-104-36/+4
* Revert "LinuxKPI: Do not use explicit context in FPU sections on powerpc64"Vladimir Kondratyev2024-02-103-8/+9