1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-28 08:02:54 +00:00
freebsd/sys
Bjoern A. Zeeb 6c3ae01cc7 net80211: add ieee80211_add_vhtcap_ch()
Add an implementation of ieee80211_add_vhtcap() which works based on
information derived from the vap (and possibly channel/band but we do
not support that yet in net80211).  This is needed for scans request
information in LinuxKPI at times before we have a BSS.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
Reviewed by:	adrian, cc
Differential Revision: https://reviews.freebsd.org/D42422
2023-11-03 21:08:04 +00:00
..
amd64 amd64: Remove PMAP_INLINE 2023-11-02 14:30:10 -04:00
arm arm: Update declarations for arm_dcache_align{,_mask} 2023-11-02 12:25:31 -04:00
arm64 arm64: Add a BTI landing pad to .mcount 2023-10-30 17:55:45 +00:00
bsm
cam cam: Make cam_debug macros atomic 2023-11-03 10:15:38 -06:00
cddl boot/zfs: Add some fields to dsl_dir_phys_t 2023-10-23 11:12:14 -04:00
compat net80211: migrate ic_vhtcaps, ic_vht_mcsinfo, ic_flags_vht 2023-11-03 21:08:04 +00:00
conf arm: prune imx5 support from the tree 2023-10-26 22:55:17 -05:00
contrib zfs: merge openzfs/zfs@41e55b476 2023-11-01 10:13:42 +01:00
crypto OpenSSL: regenerate asm files for 3.0.12 2023-10-25 13:29:35 -04:00
ddb
dev Hyper-V: vmbus: Add NULL check for vmbus_res 2023-11-02 17:07:11 +08:00
dts
fs Fix build with gcc12. 2023-10-27 16:39:12 -07:00
gdb
geom graid3: Fix teardown races 2023-11-02 14:35:37 -04:00
gnu
i386 pmap: Prefer consistent naming for loader tunable 2023-10-20 01:00:31 +08:00
isa isa: Postpone removal of the non-PNP driver until 15 2023-10-29 04:31:11 +08:00
kern Ensure 'struct thread' is aligned to a cache line 2023-11-02 09:30:03 -04:00
kgssapi nfscl/kgssapi: Fix Kerberized NFS mounts to pNFS servers 2023-10-23 13:21:14 -07:00
libkern
modules cam: Minor tidying up the cam module Makefile 2023-11-03 10:15:39 -06:00
net Revert "pf: remove COMPAT_FREEBSD14 #ifdef from pfvar.h" 2023-10-30 09:17:56 +01:00
net80211 net80211: add ieee80211_add_vhtcap_ch() 2023-11-03 21:08:04 +00:00
netgraph netgraph: Fix obsolete comment 2023-10-27 14:00:37 -06:00
netinet ip_var.h: align comment style 2023-11-01 15:41:36 +01:00
netinet6
netipsec
netlink netlink: fix potential llentry lock leak in newneigh handler 2023-10-23 16:24:51 +02:00
netpfil pf: support SCTP-specific timeouts 2023-10-31 16:03:22 +01:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed ibcore: Introduce enum ib_raw_packet_caps from Linux 4.11 2023-10-28 16:59:14 -04:00
opencrypto
powerpc powerpc: Fix inconsistent Altivec handling in set_mcontext 2023-11-03 14:55:04 -03:00
riscv riscv: Update a variable name to match a comment 2023-11-03 09:38:56 -04:00
rpc krpc: Display stats of TLS usage 2023-11-02 14:07:01 -07:00
security veriexec: Simplify the initialization of loader tunable 2023-11-03 12:08:27 +08:00
sys Open-code proc_set_cred_init() 2023-11-02 09:30:02 -04:00
teken teken: fix style in teken_wcwidth.h 2023-10-13 08:14:57 +03:00
tests netlink: move NETLINK define to opt_global.h 2023-10-13 09:23:47 +02:00
tools
ufs Fix build with gcc12. 2023-10-27 16:39:12 -07:00
vm uma: Permit specifying max of cache line and some custom alignment 2023-11-02 09:30:03 -04:00
x86 x86: Prefer consistent naming for loader tunables 2023-10-21 09:31:58 +08: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(7)
vm virtual memory system
x86 code shared by AMD64 and i386 architectures