opnsense-src/sys
Ed Maste e578e6507c linuxkpi: Improve LKPI_80211_TRACE_MO message
The message used to have a prefix of the function and line, followed by
`:_` and the supplied message.  Commit 3206587a20 ("LinuxKPI: 802.11:
improve scan handling") changed the prefix to add the CPU, tid, and
ticks.  `_` and the caller-supplied message were joined to the ticks
value, resulting in a somewhat odd message.  Instead use `: ` to
separate them.

Reviewed by:	bz
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50667
2025-06-03 14:45:35 -04:00
..
amd64 Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERR 2025-06-01 01:59:55 +03:00
arm thr_new: pass params.flags to cpu_set_user_tls() 2025-05-31 17:55:24 +03:00
arm64 arm64: Mask out the PAC ID fields when disabled 2025-06-02 10:57:44 +01:00
bsm
cam cam nvme: Decode NVMe status for NVMe command failures 2025-06-02 11:05:43 -04:00
cddl dtrace: Add compiler barriers around updates to per-CPU flags 2025-05-28 21:05:16 +00:00
compat linuxkpi: Improve LKPI_80211_TRACE_MO message 2025-06-03 14:45:35 -04:00
conf Rename BLOW_KERNEL_WITH_EXTERR to BLOAT_KERNEL_WITH_EXTERR 2025-06-01 01:59:55 +03:00
contrib zfs: merge openzfs/zfs@e8e602d98 2025-05-31 15:41:12 +00:00
crypto openssl: update ASM and version info for 3.0.16 import 2025-03-13 23:42:02 -07:00
ddb
dev ice(4): Update E830-XXV device ids 2025-06-02 19:19:47 +02:00
dts dts: fix RT-AC58U to match the updated device tree name/alias changes. 2025-04-07 20:45:40 -07:00
fs pseudofs: enhance KASSERT with more information 2025-06-03 11:25:00 +00:00
gdb
geom sysctl(9): Ease exporting struct sizes; Discourage doing that 2025-05-07 12:13:40 +02:00
gnu
i386 thr_new: pass params.flags to cpu_set_user_tls() 2025-05-31 17:55:24 +03:00
isa
kern kern/kern_ktrace.c: normalize includes 2025-06-03 05:47:38 +03:00
kgssapi crypto: Remove uses of CRYPTO_F_DONE 2025-05-09 00:29:23 +00:00
libkern
modules zfs: merge openzfs/zfs@3084336ae 2025-05-30 11:17:41 +02:00
net pf: use struct pf_test_ctx as function argument 2025-06-02 17:30:18 +02:00
net80211 net80211: fix TKIP trailer trimming w/ no rx parameters given 2025-06-02 17:11:59 -07:00
netgraph ng_sample: fix style nits 2025-05-16 21:29:47 +01:00
netinet ddb: add show all tcpcbs 2025-05-28 12:25:26 +02:00
netinet6 icmp6: fix use-after-reference-release 2025-05-27 11:47:43 +02:00
netipsec ipsec(4): Fix a typo in a source code comment 2025-05-31 10:59:09 +02:00
netlink jail: add allow.routing jail permission 2025-05-12 23:13:18 +01:00
netpfil pf: use struct pf_test_ctx as function argument 2025-06-02 17:30:18 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed ofed: jiffies is unsigned long 2025-04-29 13:53:40 +00:00
opencrypto crypto: Remove uses of CRYPTO_F_DONE 2025-05-09 00:29:23 +00:00
powerpc thr_new: pass params.flags to cpu_set_user_tls() 2025-05-31 17:55:24 +03:00
riscv thr_new: pass params.flags to cpu_set_user_tls() 2025-05-31 17:55:24 +03:00
rpc
security MAC/do: Fix a too stringent debug assertion for a target of 'uid=*' 2025-05-27 11:20:07 +02:00
sys LinuxKPI: Implement dma_map_resource/dma_unmap_resource functions 2025-06-03 18:35:09 +00:00
teken
tests
tools vnode_if: Remove some branching around SDT probes in VOP wrappers 2025-05-22 14:37:49 +00:00
ufs ufs_aclcheck(): accurately dereference vp->v_mount 2025-03-22 01:40:00 +02:00
vm vm/vm_mmap.c: add two examples of using exterrors 2025-05-31 22:52:41 +03:00
x86 amd64: Add AMD64_DISABLE_TLSBASE 2025-05-31 17:55:24 +03:00
xdr
xen
Makefile
README.md

FreeBSD Kernel Source:

This directory contains the source files and build glue that make up the FreeBSD kernel and its modules, including both original and contributed software.

Kernel configuration files are located in the conf/ subdirectory of each architecture. GENERIC is the configuration used in release builds. NOTES contains documentation of all possible entries. LINT is a compile-only configuration used to maximize build coverage and detect regressions.

Documentation:

Source code documentation is maintained in a set of man pages, under section 9. These pages are located in share/man/man9, from the top-level of the src tree. Consult intro(9) for an overview of existing pages.

Some additional high-level documentation of the kernel is maintained in the Architecture Handbook.

Source Roadmap:

Directory Description
amd64 AMD64 (64-bit x86) architecture support
arm 32-bit ARM architecture support
arm64 64-bit ARM (AArch64) architecture support
cam Common Access Method storage subsystem - cam(4) and ctl(4)
cddl CDDL-licensed optional sources such as DTrace
conf kernel build glue
compat Linux compatibility layer, FreeBSD 32-bit compatibility
contrib 3rd-party imported software such as OpenZFS
crypto crypto drivers
ddb interactive kernel debugger - ddb(4)
fs most filesystems, excluding UFS, NFS, and ZFS
dev device drivers and other arch independent code
gdb kernel remote GDB stub - gdb(4)
geom GEOM framework - geom(4)
i386 i386 (32-bit x86) architecture support
kern main part of the kernel
libkern libc-like and other support functions for kernel use
modules kernel module infrastructure
net core networking code
net80211 wireless networking (IEEE 802.11) - net80211(4)
netgraph graph-based networking subsystem - netgraph(4)
netinet IPv4 protocol implementation - inet(4)
netinet6 IPv6 protocol implementation - inet6(4)
netipsec IPsec protocol implementation - ipsec(4)
netpfil packet filters - ipfw(4), pf(4), and ipfilter(4)
opencrypto OpenCrypto framework - crypto(7)
powerpc PowerPC/POWER (32 and 64-bit) architecture support
riscv 64-bit RISC-V architecture support
security security facilities - audit(4) and mac(4)
sys kernel headers
tests kernel unit tests
ufs Unix File System - ffs(4)
vm virtual memory system
x86 code shared by AMD64 and i386 architectures