HardenedBSD src tree
Go to file
Emmanuel Vadot 30975efbaf pkgbase: Put libbsdxml in FreeBSD-runtime
libbsdxml is used by a lot of programs so just put it in FreeBSD-runtime.

Differential Revision: https://reviews.freebsd.org/D31800
Reviewed by: emaste
2021-09-07 10:22:45 +02:00
.cirrus-ci Cirrus-CI: add some timing info on pkg install failure 2021-08-04 15:02:00 -04:00
.github [skip ci] fix syntax in CODEOWNERS 2021-07-22 10:58:54 -06:00
bin sh: improve emacs mode 2021-08-28 16:11:57 +02:00
cddl pkgbase: Create a FreeBSD-dwatch package 2021-09-07 10:20:40 +02:00
contrib compiler-rt: add aarch64 init function for LSE atomics 2021-09-06 21:24:01 +02:00
crypto openssh: update default version addendum in man pages 2021-09-04 11:33:13 -04:00
etc Register /usr/tests/usr.bin/diff3 2021-08-23 07:04:28 +02:00
gnu
include Add _Fork() 2021-08-03 21:19:32 +03:00
kerberos5
lib pkgbase: Put libbsdxml in FreeBSD-runtime 2021-09-07 10:22:45 +02:00
libexec pkgbase: Create a FreeBSD-telnet package 2021-09-07 10:18:11 +02:00
release pkgbase: Create a FreeBSD-rdma package 2021-09-07 10:22:16 +02:00
rescue Fix building rescue/rescue when sanitizers are enabled 2021-07-06 12:18:30 +01:00
sbin pkgbase: Move spppcontrol to FreeBSD-ppp 2021-09-07 10:18:53 +02:00
secure caroot: update root store 2021-09-04 02:32:20 -05:00
share pkgbase: Create a syscons-data package 2021-09-07 10:21:40 +02:00
stand loader.efi: fix console output after BS off 2021-09-03 00:48:56 +03:00
sys ixgbe: increase the timeout 2021-09-06 21:17:19 -07:00
targets Fix bootstrapping to actually build lldb-tblgen for later use 2021-08-24 15:04:25 +01:00
tests pf tests: altq:codel_bridge requires if_bridge 2021-09-01 16:13:11 +02:00
tools git-arc: allow word splitting in build_commit_list() 2021-09-06 07:42:46 -08:00
usr.bin pkgbase: Create a FreeBSD-rdma package 2021-09-07 10:22:16 +02:00
usr.sbin pkgbase: Create a mlx-tools package 2021-09-07 10:20:16 +02:00
.arcconfig
.arclint
.cirrus.yml Cirrus-CI: reduce VM memory to 8G 2021-08-30 21:40:37 -04:00
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Revert "Fix native-xtools build" 2021-08-03 10:00:28 -07:00
Makefile.inc1 Add WITH_LLVM_BINUTILS to install LLVM binutils instead of Elftoolchain 2021-09-06 09:49:49 +01:00
Makefile.libcompat Prefer MK_SSP=no to SSP_CFLAGS= 2021-08-04 15:23:22 -03:00
Makefile.sys.inc
ObsoleteFiles.inc Don't build and install {llvm,clang,lldb}-tblgen for the target 2021-09-06 09:32:41 +01:00
README.md
RELNOTES RELNOTES: Add entries for KASAN and KMSAN 2021-08-11 13:08:36 -04:00
UPDATING UPDATING: Add a note about OpenSSL defaulting KTLS to off. 2021-08-17 14:43:46 -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.