Commit Graph

235727 Commits

Author SHA1 Message Date
msaitoh
ecf6737d54 regen. 2015-05-16 09:39:47 +00:00
msaitoh
45bd3bb8db Add some Intel Core 5G devices and Realtek RTL8188EE. 2015-05-16 09:39:22 +00:00
nonaka
1d659cfa1d should be able to use 5GHz wireless network. 2015-05-16 07:58:19 +00:00
skrll
930f1887e6 Add MULTIPROCESSOR tlb flushes to armv7_tlb_flushID. Also, invalidate the
branch predictor.

This function is only used by db_write_bytes and kobj_machdep
2015-05-16 07:22:37 +00:00
matt
cac6d59cc3 Use :Q instead of " to quote make vars DBG and LDSTATIC 2015-05-16 02:33:12 +00:00
kefren
a6fab82126 Don't put segment on the wire if security request can't be fulfilled 2015-05-16 01:15:34 +00:00
joerg
73311a5466 Don't pre-compute string sizes in a relatively cold function. 2015-05-15 18:28:36 +00:00
kefren
110f4b05db Don't try to do PCB lookup for bad checksummed segments
Fixes PR/43510 and PR/48452
2015-05-15 18:03:45 +00:00
jmcneill
b6cb6e0638 Tegra SATA registers 2015-05-15 17:43:35 +00:00
joerg
d8b0a2809a Drop conditional support for writing large numbers as hex. 2015-05-15 16:25:50 +00:00
joerg
8f2555d84b Remove conditionals for NetBSD before 4.0. 2015-05-15 16:24:30 +00:00
joerg
5d88ea0bae Don't create a weak alias in the !RUMPACTION case. 2015-05-15 14:26:02 +00:00
jmcneill
5cdbd765d2 enable SATA, maybe it will inspire someone to fix it 2015-05-15 12:18:48 +00:00
jmcneill
b43705e146 more Tegra SATA init 2015-05-15 11:50:30 +00:00
jmcneill
27610eb34b enable XUSB PADCTL 2015-05-15 11:49:58 +00:00
jmcneill
cb241d9174 Tegra XUSB PADCTL driver 2015-05-15 11:49:10 +00:00
skrll
c60165d82a Make sure TLB is invalidated and ACTLR.SMP is set on ARM A15. ACTLR.SMP
enables the processor to receive instruction cache, BTB and TLB main-
tenance operations from other processors
2015-05-15 10:57:55 +00:00
ozaki-r
4b2e293fbb Add missing rump flag to net/route test files 2015-05-15 10:53:58 +00:00
msaitoh
d35fd4d212 Print operable voltage with aprint_verbose(). OK'ed by pgoyette@. 2015-05-15 08:44:24 +00:00
knakahara
5613b8fb8b if_iwm use unified establish API. 2015-05-15 08:44:15 +00:00
knakahara
d12e1568ea update man. 2015-05-15 08:39:14 +00:00
knakahara
117a6cdd67 pci_msi_string() must be used by MD code only. 2015-05-15 08:36:41 +00:00
knakahara
6d12998d34 refactor: change function names and move them. 2015-05-15 08:29:33 +00:00
knakahara
f945a2f765 unify INTx, MSI and MSI-X APIs without alloc. (alloc API is under discussion) 2015-05-15 08:26:44 +00:00
martin
abb0534607 Enable ktrace by default 2015-05-15 08:19:48 +00:00
kefren
0c4c07ab30 Add options -X for deadline and -x for reply maxwait (flag names matching
FreeBSD). Unline FreeBSD, currently -x doesn't count late packets to statistics.
After discussion with, and help from ozaki-r@
Should fix PR/49896
2015-05-15 08:02:39 +00:00
msaitoh
9bfe97f79b Fix typo in comment. 2015-05-15 07:59:00 +00:00
matt
fd223cea42 Simplify a tiny bit. 2015-05-15 07:56:25 +00:00
matt
c3824aa5ce In lwp_ctl, convert ptr to 32 bits before copyout. 2015-05-15 07:52:51 +00:00
matt
397eb68d6f Fix _lwp_ctl for big endian 64-bit platforms. (little-endian too but not
as noticable).
2015-05-15 07:45:15 +00:00
ozaki-r
6011d36bd6 Fix rump.{netstat,route} shows host's interface names in link local addresses
Interface names of IPv6 link local addresses are resolved
by getnameinfo(3). So we need to rump-ify it as well as
if_indextoname and getifaddrs.
2015-05-15 06:58:59 +00:00
matt
47b1040f9a More sorting. 2015-05-15 06:51:24 +00:00
matt
a45d8296ac Don't keep two list of build kernels. include etc/etc.evbarm/Makefile.inc
and use it to generate list of MDSETTARGETS.
2015-05-15 06:50:41 +00:00
matt
7efc40e9c3 Update list of armv7 install kernels. 2015-05-15 06:27:48 +00:00
pgoyette
754633894c Even though this isn't a man page, it looks like one. So sort the
SEE ALSO section accordingly.
2015-05-15 06:21:12 +00:00
matt
297071a176 alphabetize armv7 kernels 2015-05-15 06:11:06 +00:00
joerg
5331e11882 The relocation relaxation issue in AES on ARM has been resolved
differently, so remove hack marker.
2015-05-14 19:27:23 +00:00
joerg
7d697e8913 copysignl is also needed for PowerPC's double-double format, so special
case that. Functional support was added earlier, but not enabled.
2015-05-14 19:26:12 +00:00
chs
6dafee9c7b in nfs_writerpc(), avoid a signed/unsigned problem in computing the
number of bytes to back up in the uio when we need to resend a write RPC
(eg. after a server crash) on a 64-bit platform.  should fix PR 35448.
2015-05-14 17:35:54 +00:00
chs
f3abe35cbf in bounds_check_with_*, reject negative block numbers and avoid
a potential overflow in calculating the size of the request.
2015-05-14 17:31:24 +00:00
matt
c39dfe1b4c Use movw/movw 2015-05-14 17:15:56 +00:00
wiz
08966c2e65 Sort sections. 2015-05-14 13:59:57 +00:00
wiz
5f5eebf1e3 Minus needs a backslash, add it. 2015-05-14 13:59:15 +00:00
wiz
8eea49b975 tmux-2.0 is out. 2015-05-14 13:53:36 +00:00
christos
d2ed0c780a fix warnings on ubuntu 32 bit (Miki Rozloznik) 2015-05-14 10:44:15 +00:00
jmcneill
6972907fd9 enable SATA OOB clock 2015-05-14 10:23:03 +00:00
maxv
c183389775 Use-after-free. Found by Brainy.
ok christos@
2015-05-14 07:27:14 +00:00
hsuenaga
18a97e755e add synchronization barrier for AURORA_IO_CACHE_COHERENCY.
cleanup MARVELL L2 cache code.
2015-05-14 05:39:32 +00:00
mrg
53e5192712 switch the default method to SNA. 2015-05-14 02:43:33 +00:00
pgoyette
592ac08505 Descend into the examples to build them all the time. (They will not
be installed, but we still want to make sure they build to avoid any
bit-rot).
2015-05-14 01:34:31 +00:00