aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* lindebugfs: check that name is set as otherwise pfs_alloc_node_flags() panicsBjoern A. Zeeb4 days1-0/+3
* LinuxKPI: 802.11: only announce netdev_features if any are setBjoern A. Zeeb4 days1-1/+3
* linuxkpi: Add tag support to radix treeJean-Sébastien Pédron5 days3-10/+242
* freebsd32: Fix includesDag-Erling Smørgrav7 days1-1/+1
* devstat: Provide 32-bit compatibilityDag-Erling Smørgrav7 days1-0/+27
* linuxkpi: Add eventfd_*()Jean-Sébastien Pédron8 days3-0/+117
* Regen syscall tables after pdfork(2) and pdwait(2) additionsKonstantin Belousov8 days5-1/+84
* Add pdwait(2)Konstantin Belousov8 days1-0/+31
* freebsd32_rusage_out(): bzero the compat32 structureKonstantin Belousov8 days1-0/+1
* LinuxKPI: improve hweight<n> if complie time constantBjoern A. Zeeb8 days1-6/+6
* LinuxKPI: add umin()Bjoern A. Zeeb8 days1-0/+3
* LinuxKPI: implement dmam_free_coherent()Bjoern A. Zeeb8 days2-0/+45
* LinuxKPI: PTP add (*settime64) to struct ptp_clock_infoBjoern A. Zeeb8 days1-0/+1
* linuxkpi: Implement <linux/seq_buf.h>Jean-Sébastien Pédron9 days2-0/+137
* mt76: update Mediatek's mt76 driverBjoern A. Zeeb10 days2-1/+61
* LinuxKPI: netdevice: add structs net_device_path, net_device_path_ctxBjoern A. Zeeb12 days1-0/+24
* LinuxKPi: 802.11: add more definesBjoern A. Zeeb12 days3-0/+4
* LinuxKPI: skbuff: implement skb_queue_splice()Bjoern A. Zeeb12 days1-1/+8
* LinuxKPI: 802.11: rename enum ieee80211_tx_rate_flags and move fileBjoern A. Zeeb12 days2-14/+13
* LinuxKPI: 802.11: add new field to struct cfg80211_bitrate_maskBjoern A. Zeeb12 days1-0/+3
* LinuxKPI: 802.11: Management MIC element can have 8 or 16 octets MICBjoern A. Zeeb12 days1-3/+11
* LinuxKPI: 802.11: fix build for non-debug kernelsBjoern A. Zeeb13 days1-0/+2
* LinuxKPI: 802.11: factor out rate logic for mandatory channelsBjoern A. Zeeb13 days3-27/+100
* sys/abi_compat.h: fix UB for bintime32 handlingKonstantin Belousov13 days1-1/+1
* compat32: provide a type and a macro for (u)int64_t handling on non-x86 archesKonstantin Belousov13 days1-1/+10
* linux: on vnet detach call clean_unrhdr(9) alwaysGleb Smirnoff2026-01-151-5/+6
* linuxkpi: Clean up linux_shmem_file_setup() a bitMark Johnston2026-01-151-4/+3
* linuxkpi: Avoid a potential null pointer dereference in an error pathMark Johnston2026-01-151-1/+2
* linuxkpi: Fix an error path in linux_alloc_current()Mark Johnston2026-01-151-8/+2
* LinuxKPI: pci: fix pcie_get_speed_cap()Bjoern A. Zeeb2026-01-141-9/+18
* LinuxKPI: include acpi headers for RISC-VBjoern A. Zeeb2026-01-141-1/+1
* linux: add hidraw ioctl handlerAlex S2026-01-092-0/+70
* linux: support termios2 ioctlsmothcompute2026-01-092-1/+78
* linuxkpi: Add `rol32()`Jean-Sébastien Pédron2026-01-071-0/+6
* linuxkpi: Replicate the chain of #include in the `cec*.h` headersJean-Sébastien Pédron2026-01-075-0/+59
* linuxkpi: Add WARN_RATELIMIT()Jean-Sébastien Pédron2026-01-071-0/+7
* linuxkpi: Add <linux/kmsg_dump.h>Jean-Sébastien Pédron2026-01-071-0/+51
* linuxkpi: Add <linux/font.h>Jean-Sébastien Pédron2026-01-071-0/+33
* linuxkpi: Define `raw_spinlock_t` in <linux/spinlock.h>Jean-Sébastien Pédron2026-01-071-0/+20
* linuxkpi: Add `radix_tree_deref_slot()`Jean-Sébastien Pédron2026-01-051-0/+6
* linuxkpi: Add <linux/siphash.h>Jean-Sébastien Pédron2026-01-052-0/+714
* linuxkpi: Add get_unaligned_le64()Jean-Sébastien Pédron2026-01-051-0/+7
* linuxkpi: Add `rol64()`Jean-Sébastien Pédron2026-01-051-0/+6
* linuxkpi: Add a dummy <linux/fpu.h>Jean-Sébastien Pédron2026-01-051-0/+0
* linuxkpi: Add support for statically-allocated kfifoJean-Sébastien Pédron2026-01-051-2/+20
* linuxkpi: Replicate Linux #includes between headersJean-Sébastien Pédron2026-01-058-0/+99
* linuxkpi: Split <linux/compiler.h>Jean-Sébastien Pédron2026-01-053-46/+96
* linuxkpi: Add a dummy <linux/kdebug.h>Jean-Sébastien Pédron2026-01-051-0/+0
* linuxkpi: Define `PCI_POSSIBLE_ERROR()` macroJean-Sébastien Pédron2026-01-051-0/+14
* linuxkpi: Add hex_dump_to_buffer()Jean-Sébastien Pédron2026-01-042-0/+76