HardenedBSD src tree
Go to file
Bjoern A. Zeeb 782cd815e1 etherswitch/felix: remove unused function
Remove unused file-local static function felix_phyforport()
which was missed in 29cf6a79ac to avoid compile time warning.

Reviewed by:	Kornel Duleba (mindal semihalf.com)
Differential Revision: https://reviews.freebsd.org/D32906
2021-11-09 15:08:53 +00:00
.cirrus-ci
.github
bin
cddl
contrib Awk: Add error file 2021-11-06 16:24:36 -06:00
crypto
etc
gnu
include libc: add clearenv function 2021-11-07 16:20:15 +01:00
kerberos5
lib libc: fix the test 2021-11-08 12:35:03 +01:00
libexec rtld: style adjustments 2021-11-06 06:40:18 +02:00
release
rescue
sbin ifconfig.8: Add the missing option -vlanhwcsum 2021-11-08 11:12:43 +01:00
secure
share Complete steps 5 and 9 for new committers (driesm) 2021-11-08 17:19:57 +01:00
stand efi(8): Fix a typo in a source code comment 2021-11-07 14:07:24 +01:00
sys etherswitch/felix: remove unused function 2021-11-09 15:08:53 +00:00
targets
tests net tests: basic if_stf test 2021-11-09 09:39:54 +01:00
tools stress2: Exclude the files in .git. Simplify test by using timeout(1) 2021-11-09 08:28:12 +00:00
usr.bin Complete steps 5 and 9 for new committers (driesm) 2021-11-08 17:19:57 +01:00
usr.sbin powerd(8): Add rc.conf(5) to see also 2021-11-06 22:43:30 -04:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc
README.md
RELNOTES
UPDATING UPDATING: Add entry for commit f0c9847a6c 2021-11-06 13:40:50 -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.