freebsd-skq/sys
skra 10a4549d3c Rename pte.h to pte-v4.h and start including directly either pte-v4.h
or pte-v6.h in files which needs it.

There are quite internal definitions in pte-v4.h and pte-v6.h headers
specific for corresponding pmap implementation. These headers should be
included only in very few files and an intention is to not hide for
which implementation such files are.

Further, sys/arm/arm/elf_trampoline.c is an example of file which
uses armv4 like pmap implementation for both armv4 and armv6 platforms.
This is another reason why pte.h which includes specific header
according to __ARM_ARCH is not created.
2016-02-19 09:23:32 +00:00
..
amd64
arm Rename pte.h to pte-v4.h and start including directly either pte-v4.h 2016-02-19 09:23:32 +00:00
arm64 Introduce bus_get_bus_tag() method 2016-02-18 13:00:04 +00:00
boot Remove dd xfer stats emitted during buildworld 2016-02-18 14:17:28 +00:00
bsm
cam Remove a stray else. It isn't needed (due to the return at the end of 2016-02-18 15:12:52 +00:00
cddl
compat Silence VPS-Studio errors (V512). These buffer underflows are intentional. 2016-02-18 19:37:39 +00:00
conf FAST_DEPEND: Apply conditional -MF from r291945 to kernel as well. 2016-02-19 00:41:41 +00:00
contrib Optimize ROL and ROR emulations and fix comments. 2016-02-18 23:03:37 +00:00
crypto
ddb
dev hyperv/hn: Free the txdesc buf_ring when the TX ring is destroyed 2016-02-19 05:13:56 +00:00
fs After nullfs rmdir operation, reclaim the directory vnode which was 2016-02-17 19:43:03 +00:00
gdb
geom Use the right size for zeroing. 2016-02-17 18:28:38 +00:00
gnu
i386
isa Replace several bus_alloc_resource() calls using default arguments with bus_alloc_resource_any() 2016-02-19 03:37:56 +00:00
kern Ensure that we test the event condition when a disabled kevent is enabled. 2016-02-19 01:49:33 +00:00
kgssapi
libkern
mips Replace several bus_alloc_resource() calls using default arguments with bus_alloc_resource_any() 2016-02-19 03:37:56 +00:00
modules
net Fix regression introduced on 272446r. 2016-02-19 06:35:53 +00:00
net80211 net80211: add few missing subtype names. 2016-02-19 05:59:38 +00:00
netgraph
netinet Add protection code. 2016-02-18 21:33:10 +00:00
netinet6 Fix reporting of mapped addressed in getpeername() and getsockname() for 2016-02-18 21:05:04 +00:00
netipsec
netnatm
netpfil Fix obvious typo, that lead to incorrect sorting. 2016-02-18 19:05:30 +00:00
netsmb
nfs
nfsclient
nfsserver
nlm
ofed
opencrypto
pc98
powerpc Extract common code from PowerPC's ofw_pci 2016-02-18 13:07:21 +00:00
riscv Increase kernel and user VA space. 2016-02-18 15:28:57 +00:00
rpc
security
sparc64 Introduce bus_get_bus_tag() method 2016-02-18 13:00:04 +00:00
sys Introduce bus_get_bus_tag() method 2016-02-18 13:00:04 +00:00
teken
tests
tools
ufs
vm
x86
xdr
xen
Makefile