HardenedBSD src tree
Go to file
Simon J. Gerraty ed19b7c525 zalloc_malloc:Free hexdump preceeding buffer when we detect overflow
Move hexdump from stand/common/misc.c to stand/libsa/hexdump.c
(svn cp)
Disable use of pager - causes linking issue for boot1
can be re-enabled by defining HEXDUMP_PAGER.

Reviewed by:	stevek, imp
MFC after:	1 week
Sponsored by:	Juniper Networks
Differential Revision: https://reviews.freebsd.org/D26235
2020-08-29 21:05:43 +00:00
bin sh: Keep ignored SIGINT/SIGQUIT after set in a background job 2020-08-28 15:35:45 +00:00
cddl libzfs: Add missing crypto dependency 2020-08-27 13:05:41 +00:00
contrib Fix -Wundef warnings when building liblua 2020-08-25 13:30:34 +00:00
crypto Fix Clang version detection. 2020-08-26 16:55:28 +00:00
etc
gnu
include update vendor openzfs to a00c61 (2.0-rc1) 2020-08-28 18:41:28 +00:00
kerberos5
lib lib: add libnetmap 2020-08-28 20:03:54 +00:00
libexec /etc/zfs/zpool.cache is the preferred (and new) location of zpool.cache. 2020-08-27 14:33:46 +00:00
release Refine the VCSUPDATE logic further: 2020-08-29 16:04:02 +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 carrot: update bundle 2020-08-29 02:46:25 +00:00
share LinuxKPI: Implement ksize() function. 2020-08-29 19:26:31 +00:00
stand zalloc_malloc:Free hexdump preceeding buffer when we detect overflow 2020-08-29 21:05:43 +00:00
sys LinuxKPI: Implement ksize() function. 2020-08-29 19:26:31 +00:00
targets
tests update vendor openzfs to a00c61 (2.0-rc1) 2020-08-28 18:41:28 +00:00
tools Apply a big hammer for stale pre-OpenZFS files 2020-08-26 04:01:06 +00:00
usr.bin Update Hong Kong Liberation Day (hah!) 2020-08-27 03:50:34 +00:00
usr.sbin Disregard jails in jail.conf that have bad parameters (parameter/variable 2020-08-27 17:04:55 +00:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile Fix typo in r364325 that broke tinderbox with -DBUILD_WITH_STRICT_TMPPATH 2020-08-25 13:30:19 +00:00
Makefile.inc1 MFH 2020-08-27 20:25:33 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc
README
README.md
RELNOTES Fix silly typo... 2020-08-24 20:02:13 +00:00
UPDATING Add note about NO_CLEAN build. 2020-08-27 17:30:57 +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