Find a file
Warner Losh 8ad303d68c Remove $FreeBSD$: one-line .c comment pattern
Remove /^/[*/]\s*\$FreeBSD\$.*\n/

Similar commit in main:
(cherry picked from commit 2a63c3be15)
2023-08-23 11:43:23 -06:00
.cirrus-ci
.github/workflows .github: Attempt to fix and increase robustness of macOS action 2023-02-22 12:47:12 -08:00
bin Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
cddl Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
contrib ldns: Upgrade to 1.8.3. 2023-08-18 15:29:28 +00:00
crypto ssh: comment deprecated option handling for retired local patches 2023-08-08 12:42:01 -04:00
etc Merge llvm-project main llvmorg-16-init-18548-gb0daacf58f41 2023-07-23 19:38:08 +02:00
gnu Remove $FreeBSD$: two-line .h pattern 2023-08-23 11:43:21 -06:00
include Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
kerberos5 Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
lib Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
libexec Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
release release: Set loader_menu_multi_user_prompt to "Installer" for installer 2023-08-01 21:42:52 +01:00
rescue Include bsd.linker.mk to get LINKER_TYPE and VERSION in rescue 2023-04-29 09:23:06 +02:00
sbin Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
secure Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
share Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
stand Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
sys sys: Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:22 -06:00
targets
tests Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
tools Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
usr.bin Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
usr.sbin Remove $FreeBSD$: one-line .c comment pattern 2023-08-23 11:43:23 -06:00
.arcconfig
.arclint
.cirrus.yml Cirrus update to new freebsd instance version 2023-08-18 12:23:02 -04:00
.clang-format
.gitattributes
.gitignore gitignore: whack dead architectures 2023-08-06 21:05:36 +02:00
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Switch to GCC 9 for the GCC tinderbox. 2023-03-22 15:33:30 -07:00
Makefile.inc1 Makefile.inc1: Support building with macOS Ventura's AMFI Launch Constraints 2023-08-01 21:42:53 +01:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc ObsoleteFiles.inc: Remove leading slash from 20230714 entry 2023-08-07 17:22:58 +03:00
README.md hier(7): remove text describing /usr/src layout 2022-12-05 12:37:07 -04:00
RELNOTES RELNOTES: Add an entry for the NFS "syskrb5" mount option 2023-05-26 16:05:00 -07:00
UPDATING pf: Add code to enable filtering for locally delivered packets 2023-07-14 11:07:58 +01: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.

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