Go to file
Mark Johnston da6997b053 Add UPDATING entries and bump version
Approved by:	so
2023-12-05 13:32:16 -05:00
bin freebsd-version(1): Add -j flag to support jails 2021-10-08 11:27:33 -05:00
cddl libctf: Improve check for duplicate SOU definitions in ctf_add_type() 2021-11-22 11:32:18 -05:00
contrib contrib/tzdata: import tzdata 2022g 2023-02-08 08:11:52 -08:00
crypto Fix multiple OpenSSL vulnerabilities. 2023-02-16 10:00:54 -08:00
etc contrib/tzdata: import tzdata 2022d 2022-11-01 14:02:56 -04:00
gnu Revert "Do a sweep and remove most WARNS=6 settings" 2021-08-29 15:28:30 +02:00
include Add tcgetwinsize(3) and tcsetwinsize(3) to termios 2021-01-16 08:38:49 +02:00
kerberos5 Add Makefile.depend.options 2019-12-19 04:58:11 +00:00
lib geli: split the initalization of HMAC 2023-02-08 10:09:41 -08:00
libexec MFC: rc.d/rctl: unbreak for distinct /usr filesystem 2021-11-22 14:36:39 +07:00
release 12.3: update DVD pkg configuration 2021-11-12 10:29:53 -05:00
rescue Introduce src.conf knob to build userland with retpoline 2018-11-20 20:16:03 +00:00
sbin ping: Fix handling of IP packet sizes 2022-11-29 15:01:15 -08:00
secure Fix multiple OpenSSL vulnerabilities. 2023-02-16 10:00:54 -08:00
share contrib/tzdata: import tzdata 2022d 2022-11-01 14:02:56 -04:00
stand loader: dev_net.c should use __func__ with printf 2021-10-08 03:16:56 -05:00
sys Add UPDATING entries and bump version 2023-12-05 13:32:16 -05:00
targets Prefer MK_SSP=no to SSP_CFLAGS= 2021-08-11 14:20:01 -03:00
tests fusefs: fix intermittency in the dev_fuse_poll test 2021-10-11 23:57:38 -06:00
tools contrib/tzdata: import tzdata 2022g 2023-02-08 08:11:52 -08:00
usr.bin cmp: initialize limit to avoid stack garbage limits 2021-10-26 02:47:17 -05:00
usr.sbin bhyve: validate e82545 checksum offset field 2022-04-05 23:28:58 +00:00
.arcconfig callsign isn't required anymore 2016-09-29 06:19:45 +00:00
.arclint arc lint: ignore /tests/ in chmod 2017-12-19 03:38:06 +00:00
.cirrus.yml Cirrus-CI: reduce VM memory to 8G 2021-09-02 15:22:55 -04:00
.gitattributes MFC r342793 - selectively disable ZFS without disabling loader 2019-03-20 15:34:40 +00:00
.gitignore Ignore generated LINT files 2021-02-18 16:12:22 -08:00
COPYRIGHT copyrights: Happy New Year 2021 2020-12-31 10:44:52 -05:00
LOCKS LOCKS: update current locks 2018-06-09 03:08:04 +00:00
MAINTAINERS MFC r361541, r362038, r364240 2020-09-10 20:46:16 +00:00
Makefile Revert "12.3: Makefile: add a newline to validate the git->svn exporter" 2021-10-21 19:08:30 -04:00
Makefile.inc1 12.3: update stable/12 to -PRERELEASE to start the release cycle 2021-10-06 20:07:19 -04:00
Makefile.libcompat 12.3: update stable/12 to -PRERELEASE to start the release cycle 2021-10-06 20:07:19 -04:00
Makefile.sys.inc AUTO_OBJ: For all top-level targets enforce using an OBJDIR. 2017-12-05 21:29:47 +00:00
ObsoleteFiles.inc contrib/tzdata: import tzdata 2022d 2022-11-01 14:02:56 -04:00
README README: add generic notes about GENERIC and NOTES 2018-06-17 19:44:24 +00:00
README.md README: add generic notes about GENERIC and NOTES 2018-06-17 19:44:24 +00:00
UPDATING Add UPDATING entries and bump version 2023-12-05 13:32:16 -05:00

FreeBSD Source:

This is the top level of the FreeBSD source directory. This file was last revised on: FreeBSD

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), https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html, and https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig.html for more information, including setting make(1) variables.

Source Roadmap:

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

https://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/current-stable.html