freebsd kernel with SKQ
Go to file
scottph 4401c86345 bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bit
Reviewed by:	kib
Approved by:	scottl (implicit)
MFC after:	1 week
Sponsored by:	Ampere Computing, Inc.
Differential Revision:	https://reviews.freebsd.org/D26128
2020-08-26 02:07:46 +00:00
bin date.1: note possibly surprising behaviour of -j -f 2020-08-26 00:31:59 +00:00
cddl [PowerPC] Apply the ppc32 GOT overflow fix to powerpcspe 2020-08-25 18:54:10 +00:00
contrib Fix -Wundef warnings when building liblua 2020-08-25 13:30:34 +00:00
crypto sshd: allow UseBlocklist alias for UseBlacklist 2020-07-29 00:34:24 +00:00
etc Merge ^/head r364082 through r364250. 2020-08-15 11:49:31 +00:00
gnu Remove now-unused GNU as build infrastructure 2020-06-07 13:53:23 +00:00
include Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
kerberos5
lib After r364423, which ensures the callbacks that dl_iterate_phdr(3) 2020-08-25 20:07:11 +00:00
libexec Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
release pkgbase: Replace / with | for PKG_WWW 2020-08-11 10:07:59 +00:00
rescue Merge OpenZFS support in to HEAD. 2020-08-25 02:21:27 +00:00
sbin Fix makefs bootstrap on macOS after D25563 2020-08-25 13:30:24 +00:00
secure caroot: switch to using echo+shell glob to enumerate certs 2020-08-23 23:56:57 +00:00
share bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bit 2020-08-26 02:07:46 +00:00
stand ZFS: whitelist zstd and encryption in the loader 2020-08-25 23:26:52 +00:00
sys bitset: add BIT_FFS_AT() for finding the first bit set greater than a start bit 2020-08-26 02:07:46 +00:00
targets Add WITH_CLANG_FORMAT option 2020-06-24 17:03:42 +00:00
tests Skip zpool_clear_005_pos test until bug fixed 2020-08-25 20:04:35 +00:00
tools Add necessary Makefile.inc1 infrastructure for building on non-FreeBSD 2020-08-25 13:29:57 +00:00
usr.bin Add necessary Makefile.inc1 infrastructure for building on non-FreeBSD 2020-08-25 13:29:57 +00:00
usr.sbin efibootmgr: Add option to request booting to the firmware user interface 2020-08-26 02:05:58 +00:00
.arcconfig
.arclint
.cirrus.yml
.clang-format Clang-format: Avoid hardcoded LLVM include-order style 2020-06-24 23:22:36 +00:00
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS Update bhyve maintainers. 2020-06-26 06:11:50 +00:00
Makefile Fix typo in r364325 that broke tinderbox with -DBUILD_WITH_STRICT_TMPPATH 2020-08-25 13:30:19 +00:00
Makefile.inc1 Use bootstrapped install(1) install of tools/install.sh in world stage 2020-08-25 13:30:14 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc Add ufm(4) to ObsoleteFiles.inc 2020-08-20 19:14:53 +00:00
README
README.md
RELNOTES Fix silly typo... 2020-08-24 20:02:13 +00:00
UPDATING Give stronger guidance with regards to upgrading root pools 2020-08-25 17:19:15 +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