freebsd-src/sys
Zhenlei Huang 07bd2fc402 iicbus(4): Use the existing CTLFLAG_RWTUN flag definition
Use it when possible, instead of separated flags.

No functional change intended.

Reviewed by:	hselasky, erj
MFC after:	3 days
Differential Revision:	https://reviews.freebsd.org/D39466

(cherry picked from commit deac4c7f07)
2023-04-17 14:17:49 +08:00
..
amd64 amd64: ansify 2023-04-09 17:37:09 +02:00
arm bcm_dma: don't dereference NULL softc 2023-03-07 12:55:01 -04:00
arm64 arm64/gicv3: correct the size of the distributor resource 2023-04-12 14:08:38 -03:00
bsm
cam cam iosched: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitions 2023-04-17 14:17:49 +08:00
cddl dtrace/powerpc: Adjust AFRAMES for fbt and profile 2023-03-15 15:47:49 -04:00
compat Regen 2023-04-16 13:59:44 +03:00
conf zlib: Use NO_WDEPRECATED_NON_PROTOTYPE 2023-04-09 16:56:37 +02:00
contrib MFV: zlib 1.2.13. 2023-02-22 21:05:28 -08:00
crypto ccr,ccp: Fix argument order to sglist_append_vmpages. 2023-02-22 12:45:28 -08:00
ddb ddb: ansify 2023-04-09 17:46:48 +02:00
dev iicbus(4): Use the existing CTLFLAG_RWTUN flag definition 2023-04-17 14:17:49 +08:00
dts
fs fs/cd9660: add header include guards 2023-04-16 09:28:54 -04:00
gdb
geom gvinum: correct assertions 2023-03-23 08:41:35 -04:00
gnu
i386 i386: ansify 2023-04-09 17:48:07 +02:00
isa
kern Regen 2023-04-16 13:59:44 +03:00
kgssapi
libkern
mips
modules imgact_binmisc: MFC: unbreak module build outside of kernel build environment 2023-04-14 11:43:20 +07:00
net netisr: Remove the now-unused NETISR_EPAIR queue index 2023-04-12 10:18:08 -04:00
net80211
netgraph ng_atmllc: deprecate 2023-03-06 18:20:46 +00:00
netinet sctp: tweak panic message 2023-04-09 22:20:13 +02:00
netinet6 netinet: Tighten checks for unspecified source addresses 2023-03-20 09:00:56 -04:00
netipsec
netlink netlink: add standrard ifaddr/neigh parsers to snl(3). 2023-04-09 13:53:39 +00:00
netpfil pf: remove pd_refs from pfsync 2023-03-30 02:23:30 +02:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
powerpc powerpc: Use the existing CTLFLAG_RDTUN and CTLFLAG_RWTUN flag definitions 2023-04-17 14:17:48 +08:00
riscv dtrace: Fix RISC-V user stack unwinder 2023-02-15 12:41:39 -04:00
rpc rpc: ansify 2023-04-09 17:48:06 +02:00
security
sys Regen 2023-04-16 13:59:44 +03:00
teken
tests
tools
ufs Updates to UFS/FFS superblock integrity checks when reading a superblock. 2023-03-28 15:50:38 -07:00
vm vnode_pager_input: return runningbufspace back 2023-03-31 03:47:52 +03:00
x86 linux(4): Cleanup includes under x86/linux 2023-03-01 11:42:35 +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.

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
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(7)
vm virtual memory system
x86 code shared by AMD64 and i386 architectures