FreeBSD src
Go to file
Bjoern A. Zeeb 7715d794ef frag6: check global limits before hash and lock
Check whether we are accepting more fragments (based on global limits)
before doing expensive operations of calculating the hash and taking the
bucket lock.   This slightly increases a "race" between check time and
incrementing counters (which is already there) possibly allowing a few
more fragments than the maximum limits.  However, when under attack,
we rather save this CPU time for other packets/work.

MFC after:		3 weeks
Sponsored by:		Netflix
2019-10-24 11:58:24 +00:00
bin
cddl
contrib Bump clang's default target CPU for the i386 architecture (aka "x86") to 2019-10-23 16:57:11 +00:00
crypto
etc frag6: import a set of test cases 2019-10-21 09:33:45 +00:00
gnu Get the readline header from the installed header instead of the from the source 2019-09-12 15:50:14 +00:00
include
kerberos5
lib libthr: Add missing END() directive for umtx_op_err (amd64) 2019-10-23 18:27:30 +00:00
libexec
release picobsd: add deprecation notices 2019-10-21 00:52:21 +00:00
rescue
sbin Replace an uninitialized variable with the correct element from the 2019-10-22 22:23:59 +00:00
secure
share Build toolchain components as dynamically linked executables by default 2019-10-23 17:02:45 +00:00
stand userboot/test should use PRIx64 as one would expect from prefix 0x 2019-10-24 07:49:33 +00:00
sys frag6: check global limits before hash and lock 2019-10-24 11:58:24 +00:00
targets
tests frag6: import a set of test cases 2019-10-21 09:33:45 +00:00
tools Slightly expand description of WITH_SHARED_TOOLCHAIN, add a 2019-10-23 16:48:17 +00:00
usr.bin exit requires stdlib.h to be included to use. 2019-10-23 19:23:31 +00:00
usr.sbin
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Strip "sf" suffix when generating a target triple. 2019-10-23 16:43:51 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc Belatedly remove stale debug symbols after r339270. 2019-10-23 00:05:29 +00:00
README
README.md
RELNOTES
UPDATING Remove obsoleted KPIs that were used to access interface address lists. 2019-10-21 18:17:03 +00:00

FreeBSD Source:

This is the top level of the FreeBSD source directory. This file was last revised on: FreeBSD

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), https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html for more information, including setting make(1) variables.

Source Roadmap:

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* 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:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html