FreeBSD src
Go to file
Alex Richardson 188d6f4bc6 Fix crunchgen usage of mkstemp()
On Glibc systems mkstemp can only be used once with the same template
string since it will be modified in-place and no longer contain any 'X' chars.
It is fine to reuse the same file here but we need to be explicit and use
open() instead of mkstemp() on the second use.

While touching this file also avoid a hardcoded /bin/pwd since that may not
work when building on non-FreeBSD systems.

Reviewed By:	brooks
Differential Revision: https://reviews.freebsd.org/D25990
2020-08-12 15:49:06 +00:00
bin
cddl Fix libdtrace build with zsh as /bin/sh 2020-08-11 16:46:54 +00:00
contrib telnet(1): Document -P option 2020-08-07 08:41:14 +00:00
crypto sshd: allow UseBlocklist alias for UseBlacklist 2020-07-29 00:34:24 +00:00
etc Connect the tests provided with the new bc and dc 2020-08-03 20:26:04 +00:00
gnu
include <regex.h>: reserve a regcomp field for REG_POSIX 2020-07-31 12:40:31 +00:00
kerberos5
lib Add support for Cortex-A76/Neoverse-N1 to hwpmc 2020-08-12 10:17:17 +00:00
libexec When booting a system with WITHOUT_IPFILTER the following errors 2020-08-11 23:36:38 +00:00
release pkgbase: Replace / with | for PKG_WWW 2020-08-11 10:07:59 +00:00
rescue Move ifconfig SFP status functionality into libifconfig 2020-08-09 16:27:28 +00:00
sbin ipfw: make the "frag" keyword accept additional options "mf", 2020-08-11 15:46:22 +00:00
secure
share hook cp2112.4 to the build 2020-08-12 11:37:28 +00:00
stand Allow overriding the tool used for stripping binaries 2020-08-11 16:46:27 +00:00
sys iflib: netmap: improve rxsync to support IFLIB_HAS_RXCQ 2020-08-12 14:45:31 +00:00
targets
tests fusefs: fix the FUSE_FORGET unit test after r364064 2020-08-11 01:09:06 +00:00
tools since kld_deb.py was removed a while back, this script isn't useful 2020-08-11 22:33:56 +00:00
usr.bin tput(1): Several enhancements for the manual page 2020-08-11 21:44:43 +00:00
usr.sbin Fix crunchgen usage of mkstemp() 2020-08-12 15:49:06 +00:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Fix -DBUILD_WITH_STRICT_TMPPATH dtrace builds 2020-08-11 16:46:48 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc Remove free_domain() and uma_zfree_domain(). 2020-08-04 13:58:36 +00:00
README
README.md
RELNOTES Mention the new implementation of bc and dc which has become the default 2020-08-08 19:48:15 +00:00
UPDATING Add an UPDATING entry for r364092, since it did a version bump. 2020-08-11 02:05:09 +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