FreeBSD src
Go to file
Gleb Smirnoff cb8d7c44d6 tcp_syncache: add net.inet.tcp.syncache.see_other sysctl
A security feature from c06f087ccb appeared to be a huge bottleneck
under SYN flood. To mitigate that add a sysctl that would make
syncache(4) globally visible, ignoring UID/GID, jail(2) and mac(4)
checks. When turned on, we won't need to call crhold() on the listening
socket credential for every incoming SYN packet.

Reviewed by:	bz
2021-04-15 15:26:48 -07:00
.github/workflows
bin sh: fix debug build 2021-04-11 09:23:14 +02:00
cddl
contrib Update vendor/openzfs to openzfs/zfs/master@3522f57b6 2021-04-14 08:03:07 +02:00
crypto
etc
gnu
include Fix build with WITHOUT_AUDIT=yes in src.conf 2021-04-15 14:11:13 +02:00
kerberos5
lib Remove XFAIL from tests/lib/msun/lround_test:main 2021-04-15 16:28:09 +01:00
libexec rc: replace NETWORK with NETWORKING 2021-04-12 15:28:48 +01:00
release
rescue
sbin pfctl: Fix clearing rules counters 2021-04-14 13:33:02 +02:00
secure caroot: reroll the remaining certs 2021-04-13 16:59:34 -05:00
share tcp_syncache: add net.inet.tcp.syncache.see_other sysctl 2021-04-15 15:26:48 -07:00
stand Fix build of stand/usb . 2021-04-12 16:13:33 +02:00
sys tcp_syncache: add net.inet.tcp.syncache.see_other sysctl 2021-04-15 15:26:48 -07:00
targets
tests Add some regression tests for O_PATH and AT_EMPTY_PATH 2021-04-15 09:40:57 -04:00
tools OCF: Remove support for asymmetric cryptographic operations. 2021-04-12 14:28:43 -07:00
usr.bin Use if ... else when printing memory attributes 2021-04-11 10:58:46 +00:00
usr.sbin lpd: Update SYNOPSIS with new flag 2021-04-15 13:27:09 +01:00
.arcconfig Remove history.immutable from .arcconfig 2021-04-13 12:36:25 +01:00
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore Update vendor/openzfs to openzfs/zfs/master@3522f57b6 2021-04-14 08:03:07 +02:00
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc Remove reference to the pfctlinput2() from domain(9) after 237c1f932b. 2021-04-14 00:40:20 +03:00
README.md Update capsicum-test to ea66424d921bb393539b298c108a46edee5c3051 2021-04-12 11:25:49 -04:00
RELNOTES Spellcheck. 2021-04-12 15:12:19 -07:00
UPDATING Add a note to indicate "don't run the nfscbd(8) without this patch. 2021-04-11 15:14:47 -07:00

FreeBSD Source:

This is the top level of the FreeBSD source directory.

FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms. A large community has continually developed it for more than thirty years. Its advanced networking, security, and storage features have made FreeBSD the platform of choice for many of the busiest web sites and most pervasive embedded networking and storage devices.

For copyright information, please see the file COPYRIGHT in this directory. Additional copyright information also exists for some sources in this tree - please see the specific source directories for more information.

The Makefile in this directory supports a number of targets for building components (or all) of the FreeBSD source tree. See build(7), config(8), FreeBSD handbook on building userland, and Handbook for kernels for more information, including setting make(1) variables.

Source Roadmap:

Directory Description
bin System/user commands.
cddl Various commands and libraries under the Common Development and Distribution License.
contrib Packages contributed by 3rd parties.
crypto Cryptography stuff (see crypto/README).
etc Template files for /etc.
gnu Various commands and libraries under the GNU Public License. Please see gnu/COPYING and gnu/COPYING.LIB for more information.
include System include files.
kerberos5 Kerberos5 (Heimdal) package.
lib System libraries.
libexec System daemons.
release Release building Makefile & associated tools.
rescue Build system for statically linked /rescue utilities.
sbin System commands.
secure Cryptographic libraries and commands.
share Shared resources.
stand Boot loader sources.
sys Kernel sources.
sys/arch/conf Kernel configuration files. GENERIC is the configuration used in release builds. NOTES contains documentation of all possible entries.
tests Regression tests which can be run by Kyua. See tests/README for additional information.
tools Utilities for regression testing and miscellaneous tasks.
usr.bin User commands.
usr.sbin System administration commands.

For information on synchronizing your source tree with one or more of the FreeBSD Project's development branches, please see FreeBSD Handbook.