freebsd-nq/sys
Zbigniew Bodek dc61566f95 Stop using early_putc immediately after configuring console with cninit()
Early UART should be released right after system console initialization is
completed. Otherwise, after cninit() both early and system console coexist
what may lead to various issues (i.a. writing to unmapped early
UART address). This cannot be done in cninit_finish() since it can be
called late at the end of MI configuration.

Obtained from:   Semihalf
Reviewed by:     andrew
Sponsored by:    The FreeBSD Foundation
2014-11-19 14:23:29 +00:00
..
amd64
arm Moves all the duplicate code to a single function. 2014-11-18 17:22:08 +00:00
boot
bsm
cam Fix typo. 2014-11-19 08:59:49 +00:00
cddl Fix the following -Werror warning from clang 3.5.0, while building cddl/lib/libctf: 2014-11-19 07:44:21 +00:00
compat
conf Implement the historic DIOCGDINFO ioctl for gpart on BSD 2014-11-18 17:06:40 +00:00
contrib Fix the following -Werror warning from clang 3.5.0, while building 2014-11-19 07:47:37 +00:00
crypto
ddb
dev Fix build without INVARIANTS, broken by r274675. 2014-11-19 13:04:25 +00:00
fs
gdb
geom Implement the historic DIOCGDINFO ioctl for gpart on BSD 2014-11-18 17:06:40 +00:00
gnu
i386 opt_global.h is included automatically in the build. No need to 2014-11-18 17:06:56 +00:00
isa
kern Stop using early_putc immediately after configuring console with cninit() 2014-11-19 14:23:29 +00:00
kgssapi
libkern Sync with userland variant. 2014-11-17 21:01:35 +00:00
mips Moves all the duplicate code to a single function. 2014-11-18 17:22:08 +00:00
modules No need to list opt_global.h. No need to force ALTQ here, since that's 2014-11-18 17:06:54 +00:00
net Finish r274175: do control plane MTU tracking. 2014-11-17 01:05:29 +00:00
net80211
netgraph
netinet Re-introduce padding fields removed with r264321 to keep 2014-11-17 14:56:02 +00:00
netinet6 Finish r274175: do control plane MTU tracking. 2014-11-17 01:05:29 +00:00
netipsec
netnatm
netpfil pf(4) needs to have a correct checksum during its processing. 2014-11-19 13:31:08 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc Moves all the duplicate code to a single function. 2014-11-18 17:22:08 +00:00
rpc
security
sparc64
sys
teken
tools
ufs
vm Collapse three contiguous comment blocks into one. Remove historical 2014-11-18 13:38:07 +00:00
x86
xdr
xen opt_global.h is included automatically in the build. No need to 2014-11-18 17:06:56 +00:00
Makefile