HardenedBSD src tree
Go to file
Michael Tuexen f30c7d5654 TCP LRO: convert TCP header fields to host byte order earlier
This is a preparation for adding dtrace hooks in a follow-up commit,
which are missing in the code path, where packets are directly queued
to the tcpcb. The dtrace hooks expect the fields to be in host byte
order. This only applies when TCP HPTS is used.
No functional change intended.

Reviewed by:		rscheff
MFC after:		1 week
Sponsored by:		Netflix, Inc.
Differential Revision:	https://reviews.freebsd.org/D43594
2024-01-29 18:52:17 +01:00
.cirrus-ci
.github
bin
cddl
contrib Merge commit 4a39d0890894 from llvm-project (by Mark Johnston): 2024-01-29 18:26:48 +01:00
crypto kerberos: Fix numerous segfaults when using weak crypto 2024-01-17 23:46:57 -08:00
etc mtree: stop creating old mixer(8) test directories 2024-01-23 19:40:12 +01:00
gnu
include Revert "nl_types.h: explicitly include cdefs.h" 2024-01-24 22:50:49 -05:00
kerberos5 kerberos5: Mitigate the possibility of using an old libcrypto 2024-01-18 07:12:14 -08:00
lib libc: Annotate a couple of local functions as such 2024-01-29 11:44:36 -05:00
libexec bootpd(8): Fix a typo in a source code comment 2024-01-22 21:46:31 +01:00
release Revert "release.sh: Add -jN to make release" 2024-01-28 21:43:56 -08:00
rescue
sbin libbe: handle destroying/renaming temporary/bootonce boot environments 2024-01-29 10:07:49 -05:00
secure
share snd_hdspe(4): Per device sysctl for period. 2024-01-28 20:20:26 +00:00
stand kboot: update copyright on these files. 2024-01-28 13:04:32 -07:00
sys TCP LRO: convert TCP header fields to host byte order earlier 2024-01-29 18:52:17 +01:00
targets
tests pf: bind route-to states to their route-to interface 2024-01-29 14:10:26 +01:00
tools stress2: Remove fdisk(8) regression test 2024-01-24 09:55:34 +01:00
usr.bin man: support special characters in filenames 2024-01-25 07:14:06 +00:00
usr.sbin service(8): direct user to rc(8) for a list of valid commands 2024-01-29 18:47:09 +01:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.git-blame-ignore-revs
.gitattributes
.gitignore
.mailmap
CONTRIBUTING.md
COPYRIGHT
LOCKS
MAINTAINERS MAINTAINERS: change linuxkpi review Phabricator group. 2024-01-16 19:23:39 +00:00
Makefile
Makefile.inc1
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc callout: retire callout_async_drain() 2024-01-24 09:33:27 -08:00
README.md
RELNOTES RELNOTES: mention ZFS dataset support for jail(8) 2024-01-17 13:59:03 +01:00
UPDATING

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.

For information on the CPU architectures and platforms supported by FreeBSD, see the FreeBSD website's Platforms page.

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 Commands and libraries under the GNU General Public License (GPL) or Lesser General Public License (LGPL). 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 (see sys/README.md).
targets Support for experimental DIRDEPS_BUILD
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.