Find a file
Julien Grall 2b2c460d7b etc/ttys: add xen console
Xen VMs get a simulated serial device meant for use as a console.  Often
an xterm or other advanced terminal is used, so use xterm as the type.

Depending on configuration, FreeBSD on Xen for amd64 may instead use an
emulated serial port, but the virtual console may also be available.

Submitted by:	Elliott Mitchell <ehem+freebsd@m5p.com>
Reviewed by:	imp (slightly earlier version)
MFC after:	2 weeks
Differential Revision:	https://reviews.freebsd.org/D29873
2021-07-06 11:53:10 -03:00
.cirrus-ci
.github
bin
cddl
contrib Import Arm Optimized Routines v21.02 2021-07-06 11:05:34 +01:00
crypto
etc sbin/md5: Create /usr/tests/sbin/md5 directory for placing tests 2021-06-25 18:29:46 +08:00
gnu
include Import device-tree files from Linux 5.13 2021-07-01 17:50:17 +02:00
kerberos5
lib riscv: Implement non-stub __vdso_gettc and __vdso_gettimekeep 2021-07-05 16:16:53 +01:00
libexec rtld/tests: Avoid function name conflict with libc opendir() 2021-07-06 10:51:57 +01:00
release release: Remove C-like string comparison operator 2021-06-30 11:13:51 -06:00
rescue Fix building rescue/rescue when sanitizers are enabled 2021-07-06 12:18:30 +01:00
sbin etc/ttys: add xen console 2021-07-06 11:53:10 -03:00
secure
share man7: Update FreeBSD.org URLs 2021-07-04 22:07:23 +08:00
stand loader: Fix dtb loading 2021-07-05 15:53:08 +02:00
sys ktls: auto-disable ifnet (inline hw) kTLS 2021-07-06 10:28:32 -04:00
targets
tests Skip netgraph tests when WITHOUT_NETGRAPH is set 2021-07-06 09:45:34 -04:00
tools stress2: Wait for the "swap" program to terminate 2021-07-05 09:16:32 +02:00
usr.bin usr.bin/diff: fix UBSan error in readhash 2021-07-06 12:16:40 +01:00
usr.sbin freebsd-update: Update URL of supported platforms information 2021-07-04 21:45:08 +08:00
.arcconfig
.arclint
.cirrus.yml CI: use amd64 EDK II firmware included with QEMU 2021-06-26 14:22:48 -04:00
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc ObsoleteFiles.inc: add a few missed files 2021-06-30 20:34:36 +00:00
README.md
RELNOTES nfscl: Add entries to UPDATING and RELNOTES for commit a145cf3f73 2021-06-24 19:10:36 -07:00
UPDATING UPDATING: Fix typos / improve langauge 2021-06-28 19:42:17 -06: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.