Go to file
Mark Johnston b5ad6b488d Add UPDATING entries and bump version
Approved by:	so
2023-12-05 13:37:34 -05:00
bin sh: read more profile files. 2022-11-02 15:51:05 +00:00
cddl dt_unring_buf: set dtbd_oldest to the start of the first record 2022-02-08 18:16:36 +02:00
contrib contrib/tzdata: import tzdata 2023c 2023-06-20 22:04:21 -07:00
crypto ssh: Apply CVE-2023-38408 fix from OpenSSH 9.3p2 2023-08-01 15:47:00 -04:00
etc sh: read more profile files. 2022-11-02 15:51:05 +00:00
gnu Revert "Do a sweep and remove most WARNS=6 settings" 2021-08-29 15:28:30 +02:00
include Change the return value of _Unwind_GetCFA in include/unwind.h. 2022-02-20 13:33:42 +01:00
kerberos5 Add Makefile.depend.options 2019-12-19 04:58:11 +00:00
lib regcomp: use unsigned char when testing for escapes 2023-11-07 20:02:08 -05:00
libexec rc.d/var_run: Add needed "shutdown" keyword 2022-09-22 17:43:36 -07:00
release release: fix on-disc pkg binary symbolic links 2022-11-15 14:21:49 -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:17:20 -08:00
secure Fix multiple OpenSSL vulnerabilities. 2023-02-16 10:00:09 -08:00
share sbuf(9): reference the correct function 2022-10-18 11:39:36 -03:00
stand stand: i386: take into account disk sector size for blk calculation 2022-09-17 14:32:52 -05:00
sys Add UPDATING entries and bump version 2023-12-05 13:37:34 -05:00
targets Unify zlib instances into one. 2022-04-09 21:16:24 -07:00
tests fusefs: After successful F_GETLK, l_whence should be SEEK_SET 2022-10-20 10:24:19 -06:00
tools contrib/tzdata: import tzdata 2022g 2023-02-08 08:11:01 -08:00
usr.bin ldd: guard against stack overflow reading corrupted files. 2022-10-19 14:08:43 -07:00
usr.sbin freebsd-update: create deep BEs by default 2023-11-07 20:01:37 -05: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: Use standard QEMU package 2022-08-28 23:53:21 -04:00
.gitattributes MFC r342793 - selectively disable ZFS without disabling loader 2019-03-20 15:34:40 +00:00
.gitignore add exuberant ctags tags file to gitignore 2022-01-11 15:26:49 +02: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 Partially MFC 7d0c2b1131, to enable MAKE_PARAMS per target_arch 2021-12-21 16:56:30 +01:00
Makefile.inc1 12.4: update stable/12 to -PRERELEASE to start the release cycle 2022-10-06 21:13:43 -04:00
Makefile.libcompat 12.4: update stable/12 to -PRERELEASE to start the release cycle 2022-10-06 21:13:43 -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-09-28 09:30:38 +08:00
README README.md: update gnu directory description 2021-12-19 20:55:18 -05:00
README.md README.md: update gnu directory description 2021-12-19 20:55:18 -05:00
UPDATING Add UPDATING entries and bump version 2023-12-05 13:37:34 -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		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.

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