aboutsummaryrefslogtreecommitdiff
path: root/sys/compat
Commit message (Expand)AuthorAgeFilesLines
* Revert "linuxkpi: `GFP_KERNEL` equals `M_NOWAIT` now"Jean-Sébastien Pédron2023-12-076-24/+11
* Remove never implemented sbrk and sstk syscallsBrooks Davis2023-12-044-50/+6
* LinuxKPI: 802.11: bring in some HT codeBjoern A. Zeeb2023-12-015-34/+550
* sysproto.h: regen after c1c8afd04e34dBrooks Davis2023-12-011-0/+6
* sysvipc: Fix 32-bit compat on !i386Brooks Davis2023-12-011-16/+16
* net80211: move net_epoch into net80211Bjoern A. Zeeb2023-12-011-3/+0
* sockets: don't malloc/free sockaddr memory on getpeername/getsocknameGleb Smirnoff2023-11-302-30/+32
* sockets: don't malloc/free sockaddr memory on accept(2)Gleb Smirnoff2023-11-301-16/+16
* linuxkpi: Include <linux/rbtree.h> from <linux/hrtimer.h> and <linux/mm_types.h>Jean-Sébastien Pédron2023-11-292-0/+2
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2730-31/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* linuxkpi: `GFP_KERNEL` equals `M_NOWAIT` nowJean-Sébastien Pédron2023-11-246-11/+24
* Tweak compat_freebsd32_bit feature nameKonstantin Belousov2023-11-211-1/+3
* FEATURE compat_freebsd_32bit: only report on arm64 when support is presentKonstantin Belousov2023-11-212-1/+14
* makesyscalls: don't make syscall.mk by defaultBrooks Davis2023-11-181-1/+0
* linuxkpi linux_work: use 'true' instead of 'non-zero'Konstantin Belousov2023-11-071-3/+3
* linuxkpi: races between linux_queue_delayed_work_on() and linux_cancel_delaye...Konstantin Belousov2023-11-071-11/+25
* net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vhtBjoern A. Zeeb2023-11-031-3/+3
* LinuxKPI: 802.11: zero-pad debug flagsBjoern A. Zeeb2023-11-031-12/+12
* LinuxKPI: 802.11: deal with scan_ie_lenBjoern A. Zeeb2023-11-031-6/+16
* LinuxKPI: 802.11: fix ieee80211_add_channel_cbw() argumentBjoern A. Zeeb2023-11-031-2/+2
* LinuxKPI: 802.11: error on state transition failureBjoern A. Zeeb2023-11-031-2/+1
* linuxkpi: dma_get_cache_alignment(): Fix off-by-one resultOlivier Certner2023-11-021-1/+1
* uma: Hide 'uma_align_cache'; Create/rename accessorsOlivier Certner2023-11-021-2/+2
* linuxkpi: Fix an assertion in linux_free_kmem()Mark Johnston2023-10-181-1/+1
* linuxkpi: Handle direct-mapped addresses in linux_free_kmem()Mark Johnston2023-10-171-3/+19
* netlink: move NETLINK define to opt_global.hKristof Provost2023-10-131-1/+0
* LinuxKPI: 802.11: add unconditional error reportingBjoern A. Zeeb2023-10-091-20/+64
* LinuxKPI: 802.11: hide txq debugging behind checksBjoern A. Zeeb2023-10-051-2/+8
* linux(4): Fix semid64_ds structure layoutDmitry Chagin2023-10-041-0/+4
* LinuxKPI: remove dummy headers with implementationsBjoern A. Zeeb2023-10-042-0/+0
* LinuxKPI: 802.11: fix re-creation of VAPBjoern A. Zeeb2023-10-031-0/+3
* linuxkpi: Fix uses of `pmap_change_attr()`Jean-Sébastien Pédron2023-10-032-5/+34
* linux(4): Actually delete linux_sysproto.hDmitry Chagin2023-10-031-0/+0
* linux(4): Deorbit linux_nosysDmitry Chagin2023-10-032-44/+0
* sysentvec: add SV_SIGSYS flagKonstantin Belousov2023-10-021-1/+2
* LinuxKPI: 802.11: improve lkpi_ic_vap_delete()Bjoern A. Zeeb2023-09-301-1/+5
* LinuxKPI: 802.11: fix problem removing staBjoern A. Zeeb2023-09-301-19/+18
* LinuxKPI: 802.11: fill regulatory_hint() with some lifeBjoern A. Zeeb2023-09-252-2/+28
* LiunxKPI: 802.11: move ieee80211_chanctx_conf into lkpi private structBjoern A. Zeeb2023-09-253-6/+57
* LinuxKPI: 802.11: avoid symbol clash on UP to AC mappingBjoern A. Zeeb2023-09-251-3/+4
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-09-251-7/+28
* LinuxKPI: 802.11: setup a default link[0] and adjust related needsBjoern A. Zeeb2023-09-211-22/+41
* LinuxKPI: 802.11: inialize tx queue paramsBjoern A. Zeeb2023-09-211-1/+20
* LinuxKPI: 802.11: change ic_parent() to not call mo_stop()/mo_start()Bjoern A. Zeeb2023-09-211-0/+8
* LinuxKPI: 802.11: adjust code to new structure layoutBjoern A. Zeeb2023-09-212-29/+24
* LinuxKPI: 802.11: mac80211 ops: distinguish between {bss,link}_info_changedBjoern A. Zeeb2023-09-211-3/+6
* LinuxKPI: 802.11: pass non-0/NULL arguments to MO functionsBjoern A. Zeeb2023-09-213-17/+21
* LinuxKPI: 802.11: prepare for iwlwifi driver updatesBjoern A. Zeeb2023-09-211-15/+1
* linux(4): On Linux SIGKILL can not be reset to defaultDmitry Chagin2023-09-181-1/+4