freebsd-src/sys
John Baldwin 575639548c bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD
The wrapper functions such as bus_alloc_resource_any() still support
passing the rid by value or pointer, but the underlying implementation
now passes by value.

Reviewed by:	imp
Differential Revision:	https://reviews.freebsd.org/D53402
2025-12-09 15:00:06 -05:00
..
amd64 sys: RealTek -> Realtek 2025-11-26 23:19:26 -07:00
arm bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
arm64 bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
bsm
cam cam: set reladr in scsi_read_capacity_16 2025-12-05 00:13:22 -07:00
cddl zfs: fix build after openzfs/zfs@e63d026b9 2025-11-17 17:11:56 +01:00
compat linuxkpi: Take const root in read-only radix tree functions 2025-12-09 13:16:16 -05:00
conf ipfilter: Disable ipfs(8) by default 2025-12-08 08:15:18 -08:00
contrib zfs: merge openzfs/zfs@89f729dcc 2025-12-07 22:38:13 +01:00
crypto
ddb
dev bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
dts sys/dts/arm/ufs.dts: fix compile error 2025-12-05 18:27:57 +01:00
fs nfs_nfsdstate.c: Add sanity checks for lock stateids 2025-11-26 11:20:27 -08:00
gdb
geom geom/zero: Add support for unmapped I/O 2025-11-11 17:06:59 +01:00
gnu
i386 sys: Remove/update references to the swapper process in various comments 2025-12-04 14:52:59 -05:00
isa bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
kern bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
kgssapi kgssapi: Remove broken MOD_UNLOAD code 2025-11-27 20:29:55 -05:00
libkern libkern: Avoid a one-byte OOB access in strndup() 2025-12-08 14:08:22 +00:00
modules zfs: Reuse ZINCDIR variable from kmod.mk 2025-12-09 11:00:20 -05:00
net if_ovpn: use epoch to free peers 2025-12-09 15:17:48 +01:00
net80211 net80211: create accessors for accessing the ieee80211_key key/mic data 2025-11-11 08:06:29 -08:00
netgraph ng_device: add kqueue support 2025-10-27 12:45:30 +00:00
netinet lltable: use own lock 2025-12-08 09:20:56 -08:00
netinet6 lltable: use own lock 2025-12-08 09:20:56 -08:00
netipsec ipsec: Fix typos in references to IPsec's ESP 2025-12-04 16:17:12 +01:00
netlink Revert "netlink: Fix overallocation of netlink message buffers" 2025-12-09 14:55:46 -05:00
netpfil ipfilter: Disable ipfs(8) by default 2025-12-08 08:15:18 -08:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
riscv bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
rpc
security MAC: Rename mac_cred_create_swapper to mac_cred_create_kproc0 2025-12-04 14:52:59 -05:00
sys bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
teken
tests
tools gdb: Fix some PEP 8 violations 2025-11-19 14:00:05 +00:00
ufs
vm vm_fault: only rely on PG_ZERO when the page was newly allocated 2025-12-09 00:30:15 +02:00
x86 bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05: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