freebsd-nq/sys
Justin Hibbits 295be3307c Use uint32_t for LBC block size.
LBC block size can only be up to 4GB.  The existing code already clamps it, but
mixes unsigned long and uint32_t.  This works on 32-bit targets, but not 64-bit,
so isn't completely correct.  This fixes the type confusion.
2016-01-01 15:36:56 +00:00
..
amd64 Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c. 2015-12-23 21:41:42 +00:00
arm Bring some of the recent locore-v4.S improvements into locore-V6... 2015-12-29 22:18:35 +00:00
arm64 Decode and print the ID_AA64* registers on boot. These registers hold 2015-12-30 17:36:34 +00:00
boot Reduce libstand Makefile duplication 2016-01-01 15:30:11 +00:00
bsm
cam
cddl Replace sys/crypto/sha2/sha2.c with lib/libmd/sha512c.c 2015-12-27 17:33:59 +00:00
compat Handle when filedescriptors are closed before initialized. An early 2015-12-31 14:47:45 +00:00
conf In the unload target, check that the module is loaded first. 2016-01-01 03:59:09 +00:00
contrib [rtwn] add rtwn firmware. 2015-12-31 22:31:43 +00:00
crypto Break up opencrypto/xform.c so it can be reused piecemeal 2015-12-30 22:43:07 +00:00
ddb
dev Fix a couple printf formats. 2016-01-01 15:17:24 +00:00
fs Force nullfs vnode reclaim after unlinking, to potentially unlink 2015-12-30 19:49:22 +00:00
gdb
geom Add some additional GPT partition types 2015-12-27 18:12:13 +00:00
gnu
i386 Move shared variables from {amd64,i386}/initcpu.c to x86/identcpu.c. 2015-12-23 21:41:42 +00:00
isa
kern - (Ab)use udivx for dividing the u_int pc_cpuid when implementing 2015-12-30 13:49:20 +00:00
kgssapi
libkern
mips Fix missing path conversion from the previous commit to shuffle mdio around. 2015-12-27 07:39:44 +00:00
modules 17 years and change after I wrote warp_saver, here's a simple plasma effect 2016-01-01 04:04:40 +00:00
net Remove second EVENTHANDLER_REGISTER slipped in r292978. 2016-01-01 10:15:06 +00:00
net80211 [net80211] document the (not completely complete) set of places where 2016-01-01 00:21:07 +00:00
netgraph - grab ng_btsocket_l2cap_sockets_mtx lock in 2015-12-23 16:32:04 +00:00
netinet Remove second EVENTHANDLER_REGISTER slipped in r292978. 2016-01-01 10:15:06 +00:00
netinet6 Use lltable_get_ifp() instead of direct access to lltable fields. 2016-01-01 12:35:33 +00:00
netipsec
netnatm
netpfil
netsmb
nfs
nfsclient
nfsserver
nlm
ofed Implement interface link header precomputation API. 2015-12-31 05:03:27 +00:00
opencrypto Break up opencrypto/xform.c so it can be reused piecemeal 2015-12-30 22:43:07 +00:00
pc98
powerpc Use uint32_t for LBC block size. 2016-01-01 15:36:56 +00:00
riscv/include
rpc
security
sparc64 Change the - hopefully - last piece of ktr(9) to use PCPU_GET(cpuid) 2015-12-30 18:57:29 +00:00
sys Bump copyright year. 2015-12-31 11:21:45 +00:00
teken
tests
tools
ufs
vm Add missed relpbuf() for a smallfs page-in. 2015-12-27 14:42:39 +00:00
x86 Add standard extended feature bit 6 from the Intel SDM rev. 57, which 2015-12-29 22:14:21 +00:00
xdr
xen Clean up unused-but-set-variable spotted by gcc-4.9. 2015-12-31 01:54:07 +00:00
Makefile