aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* accept_filter: return different errors for non-listener and a busy socketGleb Smirnoff2024-04-251-1/+5
* accf_tls: accept filter that waits for TLS handshake headerGleb Smirnoff2024-04-256-0/+117
* syscalls.master: correct return type of {read,write}vBrooks Davis2024-04-243-6/+6
* vfs_lookup.c: only call ktrcapfail() if KTRACE is enabledKonstantin Belousov2024-04-241-1/+7
* sys/namei.h: move NI_CAP_VIOLATION() macro from namei.h to vfs_lookup.cKonstantin Belousov2024-04-242-5/+5
* elf_common.h: Add STO_AARCH64_VARIANT_PCSAndrew Turner2024-04-241-0/+3
* arm64: Check DMAP address is valid in PHYS_IN_DMAPAndrew Turner2024-04-244-14/+22
* arm64/vmm: Ensure the tlbi has completedAndrew Turner2024-04-241-0/+3
* busdma: uma_zcreate() does not failMark Johnston2024-04-241-4/+0
* khelp: uma_zcreate() does not failMark Johnston2024-04-241-4/+0
* udf: uma_zcreate() does not failMark Johnston2024-04-241-11/+0
* wg: uma_zcreate() does not failMark Johnston2024-04-242-6/+5
* dpaa: uma_zcreate() does not failMark Johnston2024-04-241-4/+0
* ng_pipe: Do not panic when memory allocations failMartin Vahlensieck2024-04-241-15/+30
* ng_pipe: Replace deprecated random() with prng32_bounded()Martin Vahlensieck2024-04-241-2/+3
* ng_pipe: Remove node when all hooks are disconnectedMartin Vahlensieck2024-04-241-0/+7
* ng_pipe: Fix whitespaceMartin Vahlensieck2024-04-241-8/+8
* sockets: inherit SO_ACCEPTFILTER from listener to childGleb Smirnoff2024-04-241-2/+6
* zfs: merge openzfs/zfs@1f940de07Martin Matuska2024-04-2340-304/+1141
* sys/*/conf: do not use "../../conf/" when including std.*Lexi Winter2024-04-2321-21/+21
* sys: add conf/std.debug, generic debugging optionsLexi Winter2024-04-2315-94/+68
* sys/netpfil/pf: fix non-INET module buildLexi Winter2024-04-231-1/+4
* sys/net/if_bridge: support non-INET kernelsLexi Winter2024-04-231-17/+39
* ahc(4)/ahd(4): target mode: cancel outstanding AIOs and INOTsHP van Braam2024-04-232-4/+22
* ahc(4) clean up old Linux definesHP van Braam2024-04-2315-110/+2
* nfsserver: Default to nfs_reserved_port_only="YES"Mark Johnston2024-04-231-1/+1
* sys/signal.h: move union sigval into dedicated private header sys/_sigval.hKonstantin Belousov2024-04-232-21/+62
* sigqueue(2): add impl-specific flag __SIGQUEUE_TIDKonstantin Belousov2024-04-232-5/+21
* kern_thr.c: normalize includesKonstantin Belousov2024-04-231-5/+4
* kern_thr.c/kern_sig.c: remove sys/cdefs.hKonstantin Belousov2024-04-232-2/+1
* kern_thread.c: remove unneeded include of sys/param.hKonstantin Belousov2024-04-231-1/+0
* Support ARP for 802 networksDenny Page2024-04-232-1/+5
* alc(4): disable MSI-X by default on Killer cardsLexi Winter2024-04-231-1/+23
* linux: ignore setsockopt(IPV6_RECVERR)Lexi Winter2024-04-231-0/+13
* libipsec: make const-correctLexi Winter2024-04-232-7/+7
* geli: add a read-only kern.geom.eli.use_uma_bytes sysctlAlan Somers2024-04-221-1/+3
* thread: Add a missing include of asan.hMark Johnston2024-04-221-0/+1
* if_bridge: clean up INET/INET6 handlingLexi Winter2024-04-221-34/+31
* ng_hci: Add sockaddr validation to sendto()Mark Johnston2024-04-221-0/+11
* thread: Simplify sanitizer integration with thread creationMark Johnston2024-04-226-28/+34
* riscv: create a convenience composite macroDoug Moore2024-04-211-32/+18
* Enable L1SS handling on RPI4 pcibHP van Braam2024-04-211-4/+18
* Revert "dtrace: make 'ring' and 'fill' policies imply 'noswitch' flag"Andriy Gapon2024-04-211-2/+3
* freescale: Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* uipc_domain: Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* geom(4): Fix a typo in a source code commentGordon Bergling2024-04-211-1/+1
* wtap: Fix typos in kernel messagesGordon Bergling2024-04-212-3/+3
* vmm(4): Fix a typo in a kernel messageGordon Bergling2024-04-211-1/+1
* ahc(4)/ahd(4): fix target mode on ARMKyle Evans2024-04-212-28/+42
* ahc(4): resolve some minor nitsKyle Evans2024-04-212-2/+1