aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* LinuxKPI: add supporting #includesBjoern A. Zeeb4 days3-0/+3
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin8 days1-2/+2
* lindebugfs: Pass user buffer pointers to the read/write file operationsJohn Baldwin8 days5-58/+94
* LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_readJohn Baldwin8 days2-20/+4
* LinuxKPI: Clear the sbuf at the start of each call to seq_readJohn Baldwin8 days1-0/+1
* compat/linux: Avoid waitid() kernel stack disclosureEd Maste13 days1-0/+1
* compat32: Zero struct to avoid stack disclosureEd Maste13 days1-1/+1
* LinuxKPI: 802.11: lkpi_sta_auth_to_scan() fail graciously on lsta == NULLBjoern A. Zeeb2026-03-081-7/+19
* RegenKonstantin Belousov2026-03-054-1/+42
* linuxolator: translate LINUX_RENAME_NOREPLACE into our AT_RENAME_NOREPLACEKonstantin Belousov2026-03-051-12/+23
* kern_renameat(9): add flags argumentKonstantin Belousov2026-03-051-2/+2
* LinuxKPI: 802.11: change teardown order of disassoc and sta rmBjoern A. Zeeb2026-03-051-27/+30
* LinuxKPI: 802.11: split (*bss_info_changed) up for more modern driversBjoern A. Zeeb2026-03-053-21/+128
* LinuxKPI: 802.11: fix typoBjoern A. Zeeb2026-03-051-1/+1
* LinuxKPI: pass attrs in more places in dma-mapping.hBjoern A. Zeeb2026-03-041-6/+6
* LinuxKPI: 802.11: improve prep_tx_infoBjoern A. Zeeb2026-03-042-22/+72
* LinuxKPI: 802.11: move linuxkpi_ieee80211_handle_wake_tx_queue()Bjoern A. Zeeb2026-03-041-39/+37
* LinuxKPI: 802.11: fix typoBjoern A. Zeeb2026-03-041-1/+1
* LinuxKPI: avoid -Werror=unused-value in sort() from BUILD_BUG_ON_ZERO()Siva Mahadevan2026-03-031-1/+1
* LinuxKPI: remove dumm header now in commonBjoern A. Zeeb2026-02-261-0/+0
* LinuxKPI: 802.11: fold the sta state machine againBjoern A. Zeeb2026-02-251-532/+254
* LinuxKPI: 802.11: improve crypto debug loggingBjoern A. Zeeb2026-02-251-0/+8
* LinuxKPI: 802.11: adjust assoc check before key deletionBjoern A. Zeeb2026-02-251-9/+21
* LinuxKPI: 802.11: do not leak BA sessions when tearing down stateBjoern A. Zeeb2026-02-241-0/+22
* sys/compat/freebsd32: FF clock struct: Don't pack, use 'ffcounter32'Olivier Certner2026-02-162-11/+9
* sys/compat/freebsd32: Fix i386 compilationOlivier Certner2026-02-131-1/+1
* LinuxKPI: 802.11: add cfg80211 (*change_bss) and related structsBjoern A. Zeeb2026-02-111-1/+11
* brcm80211: add LinuxKPI files and module MakefilesBjoern A. Zeeb2026-02-105-0/+277
* net: Remove the IFF_RENAMING flagMark Johnston2026-02-101-1/+0
* LinuxKPI: add scoped_guard(), spinlock guard supportBjoern A. Zeeb2026-02-092-28/+109
* LinuxKPI: mod_devicetable, add comment about [future] LinuxKPI USBBjoern A. Zeeb2026-02-091-0/+6
* LinuxKPI: move MODULE_DEVICE_TABLE from pci.h to module.hBjoern A. Zeeb2026-02-092-18/+18
* LinuxKPI: pci: make sure a tailq and lock are initializedBjoern A. Zeeb2026-02-091-4/+3
* LinuxKPI: expand dma_sync_single_for_cpu() in lkpi_dma_unmap()Bjoern A. Zeeb2026-02-091-2/+19
* sys/compat/freebsd32: use freebsd32_uint64_t for struct kinfo_proc32Konstantin Belousov2026-02-091-2/+2
* sys/compat/freebsd32: ki_pd is missing from struct kinfo_proc32Konstantin Belousov2026-02-091-0/+1
* sys/compat/freebsd32: use freebsd32_uint64_t for several struct stat'sKonstantin Belousov2026-02-092-9/+9
* sys/compat/freebsd32: use freebsd32_uint64_t for struct ffclock_estimate32Konstantin Belousov2026-02-092-3/+3
* sys/compat/freebsd32: use freebsd32_uint64_t for struct kinfo_knote32Konstantin Belousov2026-02-092-31/+6
* sys/event.h: use freebsd32_uint64_t for kevent32 64bit membersKonstantin Belousov2026-02-091-32/+6
* sys/abi_compat.h: move freebsd32_uint64_t and FU64_CP() thereKonstantin Belousov2026-02-091-18/+0
* kern/vfs_unmount.c: promote flags to uint64_tKonstantin Belousov2026-02-091-1/+1
* linux_file.c: Fix handling of NFS getdents() emulationRick Macklem2026-02-071-68/+110
* LinuxKPI: 802.11: catch possible NULL pointer deref with mt76Bjoern A. Zeeb2026-02-071-3/+13
* LinuxKPI: 802.11: make sure we are scheduled before wake_tx_queue()Bjoern A. Zeeb2026-02-073-8/+15
* LinuxKPI: 802.11: set extra tx info flag for EAPOL for mt76Bjoern A. Zeeb2026-02-071-1/+3
* LinuxKPI: string_choices.h: use ternary operatorBjoern A. Zeeb2026-02-031-20/+5
* LinuxKPI: add str_read_write()Bjoern A. Zeeb2026-02-031-0/+9
* lindebugfs: check that name is set as otherwise pfs_alloc_node_flags() panicsBjoern A. Zeeb2026-01-291-0/+3
* LinuxKPI: 802.11: only announce netdev_features if any are setBjoern A. Zeeb2026-01-291-1/+3