freebsd-src/sys
Rick Macklem 949cff4dce
Some checks are pending
Cross-build Kernel / amd64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-22.04 (clang-15) (push) Waiting to run
Cross-build Kernel / amd64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 ubuntu-24.04 (clang-18) (push) Waiting to run
Cross-build Kernel / amd64 macos-latest (clang-18) (push) Waiting to run
Cross-build Kernel / aarch64 macos-latest (clang-18) (push) Waiting to run
nfscommon: Add some support for POSIX draft ACLs
An internet draft (expected to become an RFC someday)
https://datatracker.ietf.org/doc/draft-ietf-nfsv4-posix-acls
describes an extension to NFSv4.2 to handle POSIX draft ACLs.

This is the third of several patches that implement the
above draft.

There should be no semantics change for the series at
this point.

Fixes:	a35bbd5d9f ("nfscommon: Add some support for POSIX draft ACLs")
2025-12-21 17:07:10 -08:00
..
amd64 amd64/vmm.c: Fix an incorrect memory segment check in vm_iommu_{un}map 2025-12-15 16:41:57 +01:00
arm aw_rtc: bump settime() delays 2025-12-15 11:29:21 -04:00
arm64 Add sys/_align.h replacing machine/_align.h 2025-12-10 10:57:50 +00:00
bsm
cam mmc(4): Fix a typo in a device debug message 2025-12-13 10:54:04 +01:00
cddl
compat LinuxKPI: bitcount fix builds with gcc and older llvm 2025-12-19 21:19:28 +00:00
conf files.amd64: remove some lines duplicated from files.x86 2025-12-19 16:17:30 -06:00
contrib zfs: merge openzfs/zfs@962e68865 2025-12-19 21:45:10 +01:00
crypto
ddb
dev vtnet: improve consistency 2025-12-19 17:44:20 +01:00
dts remove sys/dts/arm/socfpga_*_sdmmc.dts 2025-12-15 18:47:17 +01:00
fs nfscommon: Add some support for POSIX draft ACLs 2025-12-21 17:07:10 -08:00
gdb
geom
gnu
i386 Add sys/_align.h replacing machine/_align.h 2025-12-10 10:57:50 +00:00
isa bus_alloc_resource: Pass rid by value to BUS_ALLOC_RESOURCE DEVMETHOD 2025-12-09 15:00:06 -05:00
kern ktls: Capture initial tls seqno at time offload is initiated 2025-12-21 09:45:25 -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 LinuxKPI: bitcount fix builds with gcc and older llvm 2025-12-19 21:19:28 +00:00
net iflib: support for transmit side nic KTLS offload 2025-12-21 09:45:12 -05:00
net80211 bpf: modularize ifnet(9) part of bpf 2025-12-15 12:50:35 -08:00
netgraph ng_iface: don't recursively enter epoch in the rcvdata method 2025-12-17 14:05:53 -08:00
netinet tcp: fix checksum calculation bug 2025-12-19 17:50:20 +01:00
netinet6 in6_ifattach: include sys/eventhandler.h to unbreak NOVIMAGE builds 2025-12-20 22:47:40 +00:00
netipsec ipsec: Fix typos in references to IPsec's ESP 2025-12-04 16:17:12 +01:00
netlink net: split ifnet_arrival_event into two events 2025-12-18 11:15:53 -08:00
netpfil pf: fix pcounters array size 2025-12-21 18:33:06 +01:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc powerpc/intr: Minor cleanup 2025-12-20 15:02:51 -05:00
riscv Add sys/_align.h replacing machine/_align.h 2025-12-10 10:57:50 +00:00
rpc
security MAC: Rename mac_cred_create_swapper to mac_cred_create_kproc0 2025-12-04 14:52:59 -05:00
sys ktls: Capture initial tls seqno at time offload is initiated 2025-12-21 09:45:25 -05:00
teken
tests
tools make_dtb.sh: add include path 2025-12-11 18:19:44 +01:00
ufs
vm vm_fault_trap(): fix comments grammar 2025-12-22 00:05:14 +02:00
x86 Add sys/_align.h replacing machine/_align.h 2025-12-10 10:57:50 +00: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