freebsd kernel with SKQ
Go to file
Mateusz Piotrowski e6f59be239 systat.1: Fix synopsis
systat does not have a "-display" flag. Use Ar to indicate that
"display" is meant to be substituted with an actual display command.

MFC after:	1 week
2021-02-10 18:09:49 +01:00
.github/workflows
bin cp: fix indentation 2021-01-27 12:18:45 +01:00
cddl build: remove LIBPTHREAD/LIBTHR build options 2021-01-22 12:33:27 -06:00
contrib MFV d60fa10fd8: 2021-02-09 20:27:25 -08:00
crypto OpenSSL: Support for kernel TLS offload (KTLS) 2021-01-28 10:24:13 -08:00
etc
gnu Bump shared library versions after ncurses bump in 13. 2021-02-01 17:11:49 -08:00
include Vendor import of Gavin Howard's bc version 3.2.6 2021-01-31 20:58:45 +01:00
kerberos5 kerberos5: fix the WITH_OPENLDAP build 2021-01-30 00:07:50 -06:00
lib Always build the sanitizer runtimes when compiling with clang 2021-02-10 15:25:14 +00:00
libexec Don't check compat.linux.emul_path before loading linux(4) 2021-02-08 22:00:25 +00:00
release release: disable the 'reldoc' target after the ASCIIDoctor switch 2021-02-05 11:47:15 -05:00
rescue
sbin Revert "SO_RERROR indicates that receive buffer overflows should be handled as errors." 2021-02-08 22:32:32 +00:00
secure OpenSSL: Regenerate manual pages. 2021-01-28 10:24:24 -08:00
share bsd.compiler.mk: Detect distribution-provided GCC when executed as cc 2021-02-09 21:40:24 +00:00
stand loader: do not autoselect smaller font than 8x16 with high res display 2021-02-09 13:46:58 +02:00
sys vm: Honour the "noreuse" flag to vm_page_unwire_managed() 2021-02-10 11:10:27 -05:00
targets ndis(4): remove as previous announced 2021-01-25 21:45:03 +00:00
tests tests/sys/vfs/lookup_cap_dotdot: No longer aborts after ATF update 2021-02-04 17:57:27 +00:00
tools prepare-commit-msg: Remove blank character 2021-02-08 20:18:39 +01:00
usr.bin systat.1: Fix synopsis 2021-02-10 18:09:49 +01:00
usr.sbin usr.sbin/makefs: fix use-after-free in read_mtree_keywords() 2021-02-10 15:24:25 +00:00
.arcconfig
.arclint
.cirrus.yml Revert "Cirrus-CI: Use the default Git history depth" 2021-01-29 11:22:03 -05:00
.clang-format
.gitattributes
.gitignore Vendor import of Gavin Howard's bc version 3.2.6 2021-01-31 20:58:45 +01:00
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Remove the MK_LIBCPLUSPLUS option 2021-02-01 09:32:07 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc Bump shared library versions after ncurses bump in 13. 2021-02-01 17:11:49 -08:00
README
README.md Vendor import of Gavin Howard's bc version 3.2.6 2021-01-31 20:58:45 +01:00
RELNOTES
UPDATING Bump __FreeBSD_version for multiple LinuxKPI updates conflicting 2021-01-28 16:37:28 +00: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