freebsd-nq/sys
Ed Maste 2351669e6d loader.efi: show EFI error number, not full status value
EFI return values set the high bit to indicate an error. The log
messages changed here are printed only in the case of an error,
so including the error bit is redundant. Also switch to decimal to
match the error definitions (in sys/boot/efi/include/efierr.h).

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2015-12-18 17:39:54 +00:00
..
amd64
arm [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
arm64 Support the variant of the interrupt-map property where the parent bus has 2015-12-17 17:00:04 +00:00
boot loader.efi: show EFI error number, not full status value 2015-12-18 17:39:54 +00:00
bsm
cam Fix style issues around existing SDT probes. 2015-12-16 23:39:27 +00:00
cddl Support an arbitrary number of arguments to DTrace syscall probes. 2015-12-17 00:00:27 +00:00
compat Fix style issues around existing SDT probes. 2015-12-16 23:39:27 +00:00
conf [intrng] Migrate the intrng code from sys/arm/arm to sys/kern/subr_intr.c. 2015-12-18 05:43:59 +00:00
contrib
crypto
ddb
dev No need to test command values this way. There can be only one, even 2015-12-18 05:55:24 +00:00
fs Fix breakage caused by r292373 in ZFS/FUSE/NFS/SMBFS. 2015-12-16 23:48:50 +00:00
gdb
geom It turns out that it's OK to sleep in this context, so use M_WAITOK 2015-12-18 14:10:00 +00:00
gnu
i386
isa
kern proc: fix a race which could result in dereference of bad p_pgrp pointer on fork 2015-12-18 16:33:15 +00:00
kgssapi
libkern
mips [qca953x] remove unneeded initialisation. 2015-12-15 04:45:00 +00:00
modules Scheduling module to introduce a fixed delay into the I/O path. 2015-12-18 05:39:25 +00:00
net Revert r292275 & r292379 2015-12-17 14:41:30 +00:00
net80211 net80211: remove hardcoded slot time durations from drivers 2015-12-13 20:48:24 +00:00
netgraph Create a USB_PNP_INFO and use it to export the existing PNP 2015-12-11 05:28:00 +00:00
netinet Revert r292275 & r292379 2015-12-17 14:41:30 +00:00
netinet6 Revert r292275 & r292379 2015-12-17 14:41:30 +00:00
netipsec
netnatm
netpfil Properly drain callouts in the IPFW subsystem to avoid use after free 2015-12-15 09:02:05 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc Enable PRINTF_BUFR_SIZE on powerpc64, following r194204 on x86. The kernel 2015-12-18 14:35:27 +00:00
riscv/include Import RISC-V machine headers. This is a minimal set required to compile 2015-12-17 18:44:30 +00:00
rpc
security Fix style issues around existing SDT probes. 2015-12-16 23:39:27 +00:00
sparc64
sys proc: fix a race which could result in dereference of bad p_pgrp pointer on fork 2015-12-18 16:33:15 +00:00
teken
tests
tools
ufs
vm vm_page_replace: add wrapper to KASSERT about old page 2015-12-17 17:48:57 +00:00
x86 x86/bounce: try to always completely fill bounce pages 2015-12-15 10:07:03 +00:00
xdr
xen
Makefile