freebsd-src/sys
Vladimir Kondratyev 4a0db5e292 evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interface
of psm(4), ums(4) and sysmouse(4) drivers.
EVIOCGRAB ioctl execution on /dev/input/event# device node gains
exclusive access to this device to caller. It is used mostly for
development purposes and remote control software. See e.g.
https://reviews.freebsd.org/D30020 which is the reason of creation
of this change.

MFC after:	2 weeks
Tested by:	corvink
Differential revision:	https://reviews.freebsd.org/D30542
2022-11-18 00:48:42 +03:00
..
amd64 Retire broken GPROF support from the kernel 2022-11-15 14:17:10 +00:00
arm Retire broken GPROF support from the kernel 2022-11-15 14:17:10 +00:00
arm64 arm64 pmap: implement per-superpage locks 2022-11-17 17:12:40 +00:00
bsm
cam
cddl dtrace: avoid kinst warn when not used 2022-11-15 13:40:31 +00:00
compat LinuxKPI: in efi.h include queue.h 2022-11-15 23:08:05 +00:00
conf zfs: merge openzfs/zfs@2163cde45 2022-11-16 21:27:42 +01:00
contrib zfs: workaround panic on rootfs mount 2022-11-17 02:01:47 +01:00
crypto
ddb
dev evdev: Extend EVIOCGRAB ioctl scope to cover sysmouse interface 2022-11-18 00:48:42 +03:00
dts arm64/rockchip: Remove rk3328-dwc3 overlays 2022-11-16 11:58:32 +01:00
fs
gdb
geom
gnu
i386 Retire broken GPROF support from the kernel 2022-11-15 14:17:10 +00:00
isa
kern Mark the debug.vnlru_nowhere sysctl as CTLFLAG_STATS 2022-11-17 10:44:58 -06:00
kgssapi
libkern
modules zfs: merge openzfs/zfs@2163cde45 2022-11-16 21:27:42 +01:00
net
net80211
netgraph
netinet tcp: remove unused t_rttbest 2022-11-16 11:22:13 +01:00
netinet6
netipsec
netlink
netpfil ipfilter: Document count_mask_bits() arguments 2022-11-15 13:11:16 -08:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto ktls_ocf: Reject encrypted TLS records using AEAD that are too small. 2022-11-15 12:02:57 -08:00
powerpc
riscv Check alignment of fp in unwind_frame 2022-11-16 18:29:28 +00:00
rpc
security mac_lomac: whack giant usage 2022-11-15 14:31:41 +00:00
sys counter: fix SYSCTL_COUNTER_U64_ARRAY type 2022-11-17 08:16:14 -08:00
teken
tests
tools
ufs
vm
x86 Retire broken GPROF support from the kernel 2022-11-15 14:17:10 +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.

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