Find a file
Kyle Evans 2a69943c7b daemon: kill off some stray blank lines
Overlooked in review; mea culpa.

Reported by:	jrtc27

(cherry picked from commit 6b49a630f4)
2023-04-09 17:49:51 -05:00
.cirrus-ci
.github/workflows .github: Attempt to fix and increase robustness of macOS action 2023-02-22 12:47:12 -08:00
bin csh: install hard link with same mode as target 2023-03-23 10:33:01 -04:00
cddl libdtrace: fix indendation in dt_printd() 2023-03-27 08:49:30 -04:00
contrib llvm/lld: damage control threading 2023-04-09 16:54:53 +02:00
crypto ssh: Update to OpenSSH 9.3p1 2023-03-16 15:08:54 -04:00
etc Merge llvm-project release/15.x llvmorg-15.0.7-0-g8dfdcc7b7bf6 2023-04-09 16:54:52 +02:00
gnu gnu diff3: apply patch to committed src, rather than at build time 2022-11-19 14:10:48 -05:00
include netlink: add headers installation 2023-02-14 12:32:03 +00:00
kerberos5 heimdal: Do not build a redundant source file 2023-04-08 20:52:53 -07:00
lib libz: silence K&R warns 2023-04-09 16:56:49 +02:00
libexec rc.d: Generate machine-id from hostid_save 2023-03-12 09:59:58 +01:00
release pkg-stage.sh: update port trailing version information 2023-03-27 10:11:24 -04:00
rescue rescue: Add fetch(1) to the rescue tool. 2023-02-11 23:55:02 -08:00
sbin devd.conf.5: Fix a typo in the manual page 2023-03-31 09:50:37 +02:00
secure libcrypto padlock.so: Link with -z noexecstack for ld.bfd. 2023-03-22 08:22:06 -07:00
share Update CWARNFLAGS in bsd.sys.mk and CWARNEXTRA in kern.mk for clang 15. 2023-04-09 17:37:03 +02:00
stand stand: fix build userboot without zfs 2023-02-27 19:58:03 -07:00
sys Bump __FreeBSD_version for llvm 15.0.7 merge 2023-04-09 23:33:59 +02:00
targets
tests routing: fix panic when adding an interface route to the p2p interface 2023-04-08 19:19:24 +00:00
tools Merge llvm-project release/15.x llvmorg-15.0.7-0-g8dfdcc7b7bf6 2023-04-09 16:54:52 +02:00
usr.bin less: silence K&R warns 2023-04-09 16:56:53 +02:00
usr.sbin daemon: kill off some stray blank lines 2023-04-09 17:49:51 -05:00
.arcconfig
.arclint
.cirrus.yml CI: Run pkgbase METALOG lint script 2023-03-23 10:30:30 -04:00
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Switch to GCC 9 for the GCC tinderbox. 2023-03-22 15:33:30 -07:00
Makefile.inc1 Merge llvm-project main llvmorg-15-init-15358-g53dc0f10787 2023-04-09 16:54:45 +02:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc Merge llvm-project release/15.x llvmorg-15.0.7-0-g8dfdcc7b7bf6 2023-04-09 16:54:52 +02:00
README.md hier(7): remove text describing /usr/src layout 2022-12-05 12:37:07 -04:00
RELNOTES Note upgrade to sendmail 8.17.1 2023-02-01 02:48:05 +00:00
UPDATING Always install llvm-objdump as objdump 2023-04-04 21:33:57 -04: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.