HardenedBSD src tree
Go to file
Vladimir Kondratyev 54d2dfc4b2 cyapa(4): Add support for evdev protocol
Tested-by:	Matthias Apitz <guru@unixarea.de>
MFC-after:	2 weeks
2020-12-23 11:10:49 +03:00
.github/workflows
bin Remove unused includes. 2020-12-22 21:04:36 -08:00
cddl
contrib Fix abort in jemalloc extent coalescing. 2020-12-18 10:09:21 +00:00
crypto
etc
gnu Remove additional GDB leftovers missed in r368667 2020-12-15 18:12:03 +00:00
include Change POSIX compliance level for visibility of strerror_l(3). 2020-12-17 17:08:25 +00:00
kerberos5
lib libc: Fix most issues reported by mandoc 2020-12-19 14:54:28 +00:00
libexec rtld-elf: link udivmoddi4 from compiler_rt 2020-12-19 08:38:31 +00:00
release riscv: increase GENERICSD gap 2020-12-16 20:21:56 +00:00
rescue
sbin ipfw(8): Fix a few mandoc related issues 2020-12-19 12:47:40 +00:00
secure
share Filter TCP connections to SO_REUSEPORT_LB listen sockets by NUMA domain 2020-12-19 22:04:46 +00:00
stand lualoader: fix lua-lint run 2020-12-17 18:29:30 +00:00
sys cyapa(4): Add support for evdev protocol 2020-12-23 11:10:49 +03:00
targets
tests net tests: Re-enable most if_clone tests 2020-12-17 21:54:25 +00:00
tools tools/tools/locale: fix static-colldef 2020-12-18 08:43:06 +00:00
usr.bin patch(1): Fix a few mandoc related issues 2020-12-19 13:00:17 +00:00
usr.sbin trim(8): Fix a few issues reported by mandoc 2020-12-19 13:56:19 +00:00
.arcconfig
.arclint
.cirrus.yml
.clang-format
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Remove additional GDB leftovers missed in r368667 2020-12-15 18:12:03 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc
README Mark the repository has been converted to Git 2020-12-23 12:27:27 +08:00
README.md Mark the repository has been converted to Git 2020-12-23 12:27:27 +08:00
RELNOTES
UPDATING /etc/services: attempt to bring the database to this century 2/2. 2020-12-17 02:54:32 +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