opnsense-src/sys
Jessica Clarke d00a638bfd mips: Fix sendsig for stack layout randomisation
PS_STRINGS doesn't account for the stack gap, we need to use the new
PROC_PS_STRINGS macro to correctly point at the trampoline.

This is a direct commit to stable/13 as mips no longer exists in main.

Fixes:	d247611467 ("exec: Introduce the PROC_PS_STRINGS() macro")
2023-01-31 01:46:18 +00:00
..
amd64 netlink: add netlink to GENERIC@amd64 2023-01-27 09:08:16 +00:00
arm Remove obsolete code gated on _ARM_ARCH_* 2023-01-24 14:49:15 -07:00
arm64 arm64: Fix thread0.td_kstack_pages init 2023-01-24 22:45:35 +00:00
bsm
cam CTL: Use atomics for tags in ioctl frontend. 2022-12-12 20:15:53 -05:00
cddl dtrace: correct the aframes value for fbt provider 2023-01-23 12:42:41 -04:00
compat freebsd32: Make sendmsg match native ABI for unpadded final control message 2023-01-30 19:35:53 +00:00
conf 13.2: update stable/13 to -PRERELEASE to start the release cycle 2023-01-27 16:59:24 -08:00
contrib zfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release) into stable/13 2023-01-26 17:51:07 +01:00
crypto OpenSSL: Regen assembly file for OpenSSSL 1.1.1s 2022-11-17 21:45:26 -05:00
ddb ddb: print the actual syscall name 2022-11-06 10:54:46 -04:00
dev kvmclock: Fix initialization when EARLY_AP_STARTUP is not defined 2023-01-29 13:55:42 -05:00
dts
fs nfsserver: Fix handling of SP4_NONE 2023-01-28 18:51:02 -08:00
gdb ddb: use _FLAGS command macros where appropriate 2022-08-11 11:25:53 -03:00
geom GEOM: Remove redundant NULL pointer check before g_free() 2023-01-11 18:35:59 +08:00
gnu bwn: eliminate dead writes in BWN_GPL_PHY 2022-05-12 08:56:04 -04:00
i386 i386: print trampoline disposition value for verbose boot 2023-01-20 05:22:26 +02:00
isa Adjust function definition in isa's pnp.c to avoid clang 15 warning 2022-08-01 20:07:10 +02:00
kern Add kf_file_nlink field to kf_file and populate it 2023-01-29 14:37:08 +00:00
kgssapi kgssapi: Increase timeout for kernel to gssd(8) upcalls 2023-01-25 19:02:18 -08:00
libkern Remove obsolete code gated on _ARM_ARCH_* 2023-01-24 14:49:15 -07:00
mips mips: Fix sendsig for stack layout randomisation 2023-01-31 01:46:18 +00:00
modules zfs: merge openzfs/zfs@92e0d9d18 (zfs-2.1-release) into stable/13 2023-01-26 17:51:07 +01:00
net pf: fix syncookies in conjunction with tcp fast port reuse 2023-01-28 02:34:38 +01:00
net80211 net8021: Fix a typo in a kernel error message 2022-11-01 07:02:55 +01:00
netgraph ng_hci: handle NG_HCI_M_PULLUP failure in le_advertizing_report 2023-01-21 16:31:25 -05:00
netinet Revert "tcp: virtualise net.inet.tcp.msl sysctl." 2023-01-23 11:37:58 +00:00
netinet6 ip_gre: Fix a common typo in source code comments 2023-01-22 10:08:15 +01:00
netipsec ipsec.c: typos in the comment 2023-01-22 11:18:09 +02:00
netlink netlink: allow netlink to be build in the kernel 2023-01-26 15:50:25 +00:00
netpfil pf: fix syncookies in conjunction with tcp fast port reuse 2023-01-28 02:34:38 +01:00
netsmb smb_smb_treedisconnect: eliminate write only variable mbp 2022-10-01 22:25:57 -06:00
nfs Allow any user to read the NFS stats, for example with nfsstat(1). 2023-01-27 10:11:45 -07:00
nfsclient
nfsserver
nlm
ofed ibcore: Add support for RDMA/RoCE using VLAN(4) devices. 2022-08-29 14:03:57 +02:00
opencrypto ktls_ocf: Reject encrypted TLS records using AEAD that are too small. 2023-01-23 21:08:09 -08:00
powerpc powerpc: slb_alloc_user_cache: fix missing uma_zalloc wait flag 2022-10-05 21:14:29 -03:00
riscv riscv: Fix thread0.td_kstack_pages init 2023-01-24 22:46:07 +00:00
rpc clnt_vc.c: Replace msleep() with pause() to avoid assert panic 2022-10-17 16:38:39 -07:00
security sysent: Get rid of bogus sys/sysent.h include. 2022-06-17 22:35:31 +03:00
sys Add kf_file_nlink field to kf_file and populate it 2023-01-29 14:37:08 +00:00
teken teken: color #3 is yellow not brown - use TC_YELLOW as the name 2022-05-03 14:20:44 -04:00
tests
tools firmware: Map '@' in filenames to '_' in symbols. 2022-07-13 09:19:51 -07:00
ufs ufs: Rework shortlink handling to avoid subobject overflows 2023-01-24 14:49:19 -07:00
vm vm_object: Fix a kernel memory disclosure via the vm_object list sysctl 2023-01-23 08:50:31 -05:00
x86 bhyve: Implement MSR_MISC_FEATURES_ENABLES 2023-01-26 11:43:20 -08:00
xdr xdr: store chars consistently 2023-01-18 19:13:15 +00:00
xen Create wrapper for Giant taken for newbus 2022-06-21 17:13:20 +02:00
Makefile
README.md README.md: shift description of kernel config files 2022-12-05 12:32:39 -04:00

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