aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi: Add <linux/ascii85.h>Jean-Sébastien Pédron24 hours1-0/+46
* linuxkpi: Define missing `SZ_*` below 1 kibJean-Sébastien Pédron24 hours1-0/+11
* linuxkpi: Define `MIN_T()` and `MAX_T()`Jean-Sébastien Pédron24 hours1-0/+3
* linuxkpi: Document why <linux/pci.h> can't include <linux/ioport.h>Jean-Sébastien Pédron24 hours1-0/+11
* linuxkpi: Add field `flags` to `struct resource`Jean-Sébastien Pédron24 hours1-0/+1
* linuxkpi: Add <linux/mfd/core.h>Jean-Sébastien Pédron24 hours2-0/+49
* linuxkpi: Add <linux/linux_logo.h>Jean-Sébastien Pédron24 hours1-0/+19
* linuxkpi: Define `PMD_SHIFT`Jean-Sébastien Pédron24 hours1-0/+34
* linuxkpi: Define `CONFIG_PGTABLE_LEVELS`Jean-Sébastien Pédron24 hours1-0/+35
* linuxkpi: Add mising functions in <linux/kmsg_dump.h>Jean-Sébastien Pédron24 hours1-0/+42
* linuxkpi: Define `_THIS_IP_`Jean-Sébastien Pédron24 hours1-0/+2
* linuxkpi: Move `_RET_IP_` to <linux/instruction_pointer.h>Jean-Sébastien Pédron24 hours2-2/+14
* linuxkpi: Add `strtomem()` and `strtomem_pad()`Jean-Sébastien Pédron24 hours1-0/+16
* compat/linux: map TCP_USER_TIMEOUT sockopt into TCP_MAXUNACKTIMEMaxim Sobolev6 days2-0/+62
* linuxkpi: Handle bin attributes in sysfs attribute groupsJean-Sébastien Pédron6 days1-9/+25
* LinuxKPI: add supporting #includesBjoern A. Zeeb2026-03-213-0/+3
* LinuxKPI: Fix simple_read_from_buffer for zero-size and off-the-end readsJohn Baldwin2026-03-171-2/+2
* lindebugfs: Pass user buffer pointers to the read/write file operationsJohn Baldwin2026-03-175-56/+92
* LinuxKPI: Use simple_read_from_buffer in simple_attr_read and seq_readJohn Baldwin2026-03-172-20/+4
* LinuxKPI: Clear the sbuf at the start of each call to seq_readJohn Baldwin2026-03-171-0/+1
* compat/linux: Avoid waitid() kernel stack disclosureEd Maste2026-03-131-0/+1
* compat32: Zero struct to avoid stack disclosureEd Maste2026-03-131-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