FreeBSD src
Go to file
Warner Losh d677d4be0c Skip -flto for all MIPS ports
There likely should be a macro for the ports that support lto, but I'm
making sure that all the mips things build before decommissioning it and
this is the only thing that's broken...

Sponsored by:		Netflix
2021-11-16 16:23:02 -07:00
.cirrus-ci
.github
bin echo(1): Replace errexit() with err(3) 2021-11-09 22:12:19 +01:00
cddl cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
contrib mandoc: import version 1.14.6 2021-11-15 16:58:58 +01:00
crypto
etc Merge llvm-project release/13.x llvmorg-13.0.0-rc1-97-g23ba3732246a 2021-11-13 21:42:03 +01:00
gnu
include sched.h: Hide all Linux compat sched_* functions under _WITH_CPU_SET_T 2021-11-13 19:27:54 +02:00
kerberos5
lib Fix two more nits from 0mp 2021-11-10 13:09:19 -05:00
libexec rtld dump_auxv: be pedantic and distiguish between auxv union members based on format 2021-11-13 22:13:10 +02:00
release
rescue
sbin growfs: do not error if filesystem is already requested size 2021-11-15 15:40:57 -05:00
secure
share vm_page: Remove vm_page_sbusy() and vm_page_xbusy() 2021-11-15 13:01:30 -05:00
stand loader: Do not force comconsole for arm and arm64 2021-11-16 10:11:56 +01:00
sys Enable ASLR by default for 64-bit executables 2021-11-16 23:16:09 +01:00
targets
tests ktls tests: Check the return values of close(). 2021-11-16 09:56:15 -08:00
tools Added a new unionfs test scenario. Removed a few old unionfs tests from 2021-11-15 10:40:51 +01:00
usr.bin Skip -flto for all MIPS ports 2021-11-16 16:23:02 -07:00
usr.sbin Revert "bsdinstall: add knob to set ASLR sysctls" 2021-11-16 23:16:10 +01:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile mandoc: import v1.14.6 2021-11-15 16:35:39 +01:00
Makefile.inc1 cddl: fix missing ZFS library dependencies 2021-11-15 09:42:07 -05:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc vm_page: Remove vm_page_sbusy() and vm_page_xbusy() 2021-11-15 13:01:30 -05:00
README.md
RELNOTES
UPDATING Add in the commit revision to the UPDATING file for the CC changes 2021-11-11 06:39:20 -05: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.