aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* linuxkpi xarray: Correct expression in assertion.John Baldwin2022-02-111-2/+2
* fd: make fget_unlocked take a thread argumentMateusz Guzik2022-02-112-10/+4
* linuxkpi: Add parentheses to pacify -Wparentheses warnings from GCC.John Baldwin2022-02-071-1/+1
* Trim duplicate code for copying in iovecs for PT_[GS]ETREGSET.John Baldwin2022-02-071-8/+1
* lindebugfs: Fix writeEmmanuel Vadot2022-02-041-2/+8
* linux: Provide dummy seccomp(2)Edward Tomasz Napierala2022-01-283-2/+19
* Add PT_GETREGSETAndrew Turner2022-01-272-0/+26
* Revert "LinuxKPI: Allow wake_up to be executed within a critical section"Vladimir Kondratyev2022-01-261-4/+2
* Revert "LinuxKPI: Allow spin_lock_irqsave to be called within a critical sect...Vladimir Kondratyev2022-01-261-23/+4
* linuxkpi: i2c: Add MODULE_DEPEND for iicbusEmmanuel Vadot2022-01-261-0/+1
* linuxkpi: Add i2c supportEmmanuel Vadot2022-01-255-0/+707
* Revert "linux: Provide dummy seccomp(2)"Edward Tomasz Napierala2022-01-202-19/+0
* linux: Provide dummy seccomp(2)Edward Tomasz Napierala2022-01-252-0/+19
* Add security.bsd.allow_ptrace sysctlKonstantin Belousov2022-01-222-1/+8
* LinuxKPI: Allow wake_up to be executed within a critical sectionVladimir Kondratyev2022-01-181-2/+4
* LinuxKPI: Allow spin_lock_irqsave to be called within a critical sectionVladimir Kondratyev2022-01-181-4/+23
* freebsd32: Fix layout of struct shmid_kernel32.John Baldwin2022-01-181-4/+4
* proc: Add a sysctl to fetch virtual address space layout infoMark Johnston2022-01-171-0/+13
* exec: Remove the stack gap implementationMark Johnston2022-01-172-3/+0
* exec: Introduce the PROC_PS_STRINGS() macroMark Johnston2022-01-171-1/+1
* sysent: Add a sv_psstringssz field to struct sysentvecMark Johnston2022-01-171-0/+1
* linux: add sysctl to pass untranslated interface namesAlexander V. Chernikov2022-01-175-15/+28
* linux: fix linux_recvmsg() MSG_PEEK flag handlingAlexander V. Chernikov2022-01-171-0/+6
* linux: Make compat.linux.preserve_vstatus default to 1Edward Tomasz Napierala2022-01-171-1/+1
* LinuxKPI: 802.11 correct enum ieee80211_channel_flagsBjoern A. Zeeb2022-01-161-9/+9
* LinuxKPI: 802.11 Refine/add DTIM/TSF handlingBjoern A. Zeeb2022-01-152-25/+61
* LinuxKPI: 802.11 handle connection loss differentlyBjoern A. Zeeb2022-01-151-2/+2
* ia32_signal.h: Drop #ifdef's for old compat structures.John Baldwin2022-01-141-8/+0
* ia32: Rename a struct ia32_sigcontext3 -> struct ia32_osigcontext.John Baldwin2022-01-141-1/+1
* ia32: Sync signal context type names with i386.John Baldwin2022-01-143-18/+18
* Revert "syscallarg_t: Add a type for system call arguments"Brooks Davis2022-01-122-3/+3
* sysent: regen for syscallarg_tBrooks Davis2022-01-122-3/+3
* LinuxKPI: 802.11 fix locking in lkpi_stop_hw_scan()Bjoern A. Zeeb2022-01-101-0/+4
* LinuxKPI: Add sort() wrapper.Vladimir Kondratyev2022-01-101-0/+41
* LinuxKPI: Use negative bit field size to trigger BUILD_BUG_ON_ZEROVladimir Kondratyev2022-01-101-3/+1
* LinuxKPI: Constantly use _LINUXKPI_ prefix in include guardsVladimir Kondratyev2022-01-10160-469/+469
* LinuxKPI: Import MTRR support functions from drm-kmodVladimir Kondratyev2022-01-102-0/+80
* LinuxKPI: Import linux/ratelimit.hVladimir Kondratyev2022-01-101-0/+17
* LinuxKPI: Add linux/capability.h headerVladimir Kondratyev2022-01-101-0/+51
* LinuxKPI: Add readx_poll_timeout wrapperVladimir Kondratyev2022-01-101-0/+3
* LinuxKPI: Add static_cpu_has() implementationVladimir Kondratyev2022-01-101-0/+37
* LinuxKPI: Implement efi_enabled(EFI_BOOT)Vladimir Kondratyev2022-01-101-0/+73
* LinuxKPI: Import linux/jump_label.hVladimir Kondratyev2022-01-101-0/+48
* LinuxKPI: Move kfree_async() functionality in to kfree()Vladimir Kondratyev2022-01-101-15/+10
* LinuxKPI: Add stdarg.h proxy headerVladimir Kondratyev2022-01-101-0/+33
* LinuxKPI: Add some typical header pollutionVladimir Kondratyev2022-01-105-0/+8
* LinuxKPI: Implement smp_*mb barriers with atomic_thread_fence_*Vladimir Kondratyev2022-01-103-1/+59
* LinuxKPI: Make lockdep*_pin_lock macros useable for drm-kmodVladimir Kondratyev2022-01-101-5/+7
* LinuxKPI: Convert schedule() to inlined functionVladimir Kondratyev2022-01-101-2/+6
* LinuxKPI: Add support for XA_FLAGS_ALLOC1 xarray flagVladimir Kondratyev2022-01-102-6/+11