Find a file
Cy Schubert 41edb306f0 ipfilter: Move userland bits to sbin
Through fixes and improvements our ipfilter sources have diverged
enough to warrant move from contrib into sbin/ipf. Now that I'm
planning on implementing MSS clamping as in iptables it makes more
sense to move ipfilter to sbin.

This is the second of three commits of the ipfilter move.

Suggested by glebius on two occaions.

Suggested by and discussed with:	glebius
Reviewed by:				glebius, kp (for #network)
MFC after:				1 month
Differential Revision:		https://reviews.freebsd.org/D33510
2021-12-20 06:16:33 -08:00
.cirrus-ci
.github
bin
cddl dtrace: Disable getf() as it is broken on FreeBSD 2021-12-17 13:10:22 -05:00
contrib ipfilter: Move userland bits to sbin 2021-12-20 06:16:33 -08:00
crypto ssh: disable RSA/SHA-1 signatures 2021-12-19 11:03:45 -05:00
etc
gnu
include ipfilter: Move kernel bits to netpfil 2021-12-20 06:16:33 -08:00
kerberos5
lib Move ve_check_hash prototype to libsecureboot-priv.h 2021-12-18 16:34:58 -08:00
libexec
release release: riscv64 - increase GENERICSD image size 2021-12-15 15:26:22 -05:00
rescue
sbin ipfilter: Move userland bits to sbin 2021-12-20 06:16:33 -08:00
secure OpenSSL: Merge OpenSSL 1.1.1m 2021-12-14 16:03:52 -05:00
share ipfilter: Move userland bits to sbin 2021-12-20 06:16:33 -08:00
stand Add an loader command on arm64 to sync the cache 2021-12-20 13:58:36 +00:00
sys ipfilter: Move kernel bits to netpfil 2021-12-20 06:16:33 -08:00
targets
tests tests/libalias: Make inline functions static inline 2021-12-20 10:52:25 +01:00
tools test-includes: update badfiles.inc 2021-12-17 12:38:36 +01:00
usr.bin tcptw: count how many times a tcptw was actually useful 2021-12-19 08:22:12 -08:00
usr.sbin usbconfig: documentation fixes, mainly for -i option 2021-12-20 12:49:31 +01:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Test various header files to ensure they can be included by themselves. 2021-12-14 20:25:37 -07:00
Makefile.inc1 test-includes: Build a library instead of a binary 2021-12-15 15:35:24 -07:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc man: Remove obsolete meteor.4 2021-12-18 14:56:16 +01:00
README.md README.md: update gnu directory description 2021-12-17 08:45:31 -05:00
RELNOTES RELNOTES: Note support for KTLS RX for TLS 1.3. 2021-12-14 11:02:45 -08:00
UPDATING Test various header files to ensure they can be included by themselves. 2021-12-14 20:25:37 -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 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.
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.