1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
Mirror of the FreeBSD src repository https://git.FreeBSD.org/src.git .
Go to file
Ian Lepore 0eba88cf91 Allow dcons(4) to be unloaded when loaded as a module.
When the module is unloaded, the tty devices are destroyed.  That requires
implementing the tsw_free callback to avoid a panic.  This driver requires
no particular cleanup to be done from the callback, but the module itself
must remain in memory until the deferred tsw_free callbacks are invoked.
These changes implement that by incrementing a reference count variable in
the detach routine, and decrementing it in the tsw_free callback.  The
MOD_UNLOAD event handler doesn't return until the count drops to zero.

PR: 237758
2019-05-10 02:30:16 +00:00
bin
cddl
contrib Fix expected output after r347207 2019-05-08 18:46:12 +00:00
crypto
etc etc/Makefile: Remove empty newline 2019-05-08 21:26:11 +00:00
gnu
include Import Linux 5.1 DTS files 2019-05-08 19:00:46 +00:00
kerberos5
lib libsecureboot: make it easier to customize trust anchors 2019-05-09 22:25:12 +00:00
libexec
release Bump EC2 AMI filesystem size up to 4000 MB. 2019-05-08 21:03:03 +00:00
rescue
sbin ifconfig(8): Partial revert of r347241 2019-05-09 12:58:33 +00:00
secure
share Add usage example to tree(3). 2019-05-08 18:49:59 +00:00
stand loader: use DPRINTF in biosdisk.c and define safe DPRINTF 2019-05-09 13:12:43 +00:00
sys Allow dcons(4) to be unloaded when loaded as a module. 2019-05-10 02:30:16 +00:00
targets
tests Refactor tests/sys/opencrypto/runtests 2019-05-10 00:03:32 +00:00
tools
usr.bin
usr.sbin nfsd.8: Fix mandoc -Tlint and igor warnings 2019-05-09 19:03:52 +00:00
.arcconfig
.arclint
.cirrus.yml
.gitattributes
.gitignore
COPYRIGHT
LOCKS
MAINTAINERS
Makefile
Makefile.inc1 Add wc(1) to native-xtools so that it can be used in qemu-user jails 2019-05-08 15:17:36 +00:00
Makefile.libcompat
Makefile.sys.inc
ObsoleteFiles.inc Refactor tests/sys/opencrypto/runtests 2019-05-10 00:03:32 +00:00
README
README.md
UPDATING Remove IPSEC from GENERIC due to performance issues 2019-05-09 22:38: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