235048 Commits

Author SHA1 Message Date
riastradh
9f0b3ec037 Replace drm_ioremap by drm_core_ioremap, reducing diff a little. 2015-04-29 04:38:55 +00:00
nonaka
242c5369e5 Added control debugging output via sysctl. 2015-04-29 03:35:09 +00:00
pgoyette
9de73f0bfc At suggestion from riastradh@ ...
Remove auto_configure(9) goop from sysmon device.  It does make things
a bit cleaner, and also reduces source code by about 10%.

Tested via QEMU with no obvious side-effects.
2015-04-29 03:27:27 +00:00
christos
c4603cb30b - use calloc to zero memory
- pass the proper buffer to mkdir
- fix for apple ufs
2015-04-29 01:49:25 +00:00
martin
8f4af8381b Remove reference to (no longer existing) ialloc.c 2015-04-28 19:59:14 +00:00
jmcneill
fd24bc2e28 isb after writing cpacr, from Andrew Turner 2015-04-28 17:14:21 +00:00
christos
7b216f83e1 new tzcode. 2015-04-28 17:01:40 +00:00
christos
1275c9b3e8 remove unused 2015-04-28 17:00:42 +00:00
christos
0c69da7c8a welcome to tzcode 2015d (zic performance improvements and cleanups) 2015-04-28 17:00:24 +00:00
ginsbach
7b940a5b54 Add hour tests as a standalone test case. 2015-04-28 16:06:09 +00:00
nonaka
b789114cab Use MSI instead of legacy INTx, if available.
should fix PR/49663.
2015-04-28 15:38:02 +00:00
christos
4f6ce6a7d2 reduce bss usage 2015-04-28 15:15:53 +00:00
christos
d5a931670f remove 80211 stats if small. 2015-04-28 15:14:57 +00:00
christos
ae5191b56d Add small. 2015-04-28 15:14:07 +00:00
christos
98223238c6 remove unused flags 2015-04-28 15:13:45 +00:00
macallan
0d580d9e18 add entries for sdmmc hosts, no driver yet 2015-04-28 15:08:07 +00:00
macallan
b476f8d357 'USB' -> 'USB OTG' to distinguish this one from the other USB hosts 2015-04-28 15:07:07 +00:00
macallan
dfeb853a61 add sdmmc ('MSC') registers 2015-04-28 15:05:45 +00:00
rjs
e955d68624 Add DCCP. 2015-04-28 13:52:49 +00:00
martin
7bd37d6abf sysmon_task_queue_sched needs to RUN_ONCE(tq_preinit) as well, it can
be called from sysmon_envsys_register() early.
2015-04-28 11:58:49 +00:00
jmcneill
8bcb30da14 Add a basic driver for the Clock and Reset controller, use it to determine
CPU frequency.
2015-04-28 11:15:55 +00:00
prlw1
9521ae7bfd Fix typos 2015-04-28 09:48:30 +00:00
martin
92e379c74a Make this compilable in non-DIAGNOSTIC kernels. 2015-04-28 06:23:57 +00:00
ozaki-r
c0fdcc94a3 Fix previous
sockaddr_copy never fail here so we can just return in success.

The previous code worked anyway, so I didn't notice the mistake...
2015-04-28 02:56:58 +00:00
knakahara
7f02247480 fix debug message. 2015-04-28 02:38:53 +00:00
riastradh
1179827e7d KASSERT x then y, not (x && y). 2015-04-27 20:21:19 +00:00
christos
f7924c012b fix mbuf leak on failure (Brainy) 2015-04-27 17:38:01 +00:00
christos
6ff99d8719 free mbuf on failure (Brainy) 2015-04-27 17:36:41 +00:00
christos
f02d1b7713 Fix memory leak (Brainy) 2015-04-27 17:34:51 +00:00
christos
c902c296d4 fix mistake in previous 2015-04-27 17:05:58 +00:00
christos
ffe2b84e28 Apply Revision 220794 from FreeBSD to avoid dup ACKs:
When checking to see if a window update should be sent to the remote peer,
don't force a window update if the window would not actually grow due to
window scaling.  Specifically, if the window scaling factor is larger than
2 * MSS, then after the local reader has drained 2 * MSS bytes from the
socket, a window update can end up advertising the same window.  If this
happens, the supposed window update actually ends up being a duplicate ACK.
This can result in an excessive number of duplicate ACKs when using a
higher maximum socket buffer size.

Pointed out by Ricky Charlet, in tech-net.
2015-04-27 16:50:17 +00:00
hikaru
016c7d8298 Add myself 2015-04-27 12:26:35 +00:00
martin
92e2cbac29 Print error codes from sysmon 2015-04-27 11:55:29 +00:00
wiz
32a8490845 Improve wording and macro usage. 2015-04-27 10:37:20 +00:00
wiz
15cf05626f Improve wording. 2015-04-27 10:32:22 +00:00
ozaki-r
5f21075b8f Add missing error checks on rtcache_setdst
It can fail with ENOMEM.
2015-04-27 10:14:44 +00:00
jmcneill
82e3865891 disable sata and hda until we learn how to power them up 2015-04-27 09:56:36 +00:00
maxv
1a624e5aac Remove #ifdef notyet. 2015-04-27 09:19:58 +00:00
maxv
e04997195b Remove FreeBSD.
ok elad@
2015-04-27 09:17:31 +00:00
knakahara
519d8d98a1 fix i386 build for MSI/MSI-X support code. 2015-04-27 08:30:10 +00:00
pgoyette
1f3e12e9e0 Replace a home-grown run-once implementation with the real RUN_ONCE() 2015-04-27 07:51:28 +00:00
skrll
87d4b1aa4c Remove unused label 2015-04-27 07:13:44 +00:00
knakahara
8ec1d9400a add x86 MD MSI/MSI-X support code. 2015-04-27 07:03:57 +00:00
skrll
ec1f187e3f Trailing whitespace 2015-04-27 06:56:53 +00:00
skrll
b34320dae9 ARM spells the System Control Register SCTLR 2015-04-27 06:54:12 +00:00
knakahara
83fd2fa11c add intr_handle_t and let pci_intr_handle_t use it. 2015-04-27 06:51:40 +00:00
knakahara
c65d622dea add pci_intr_distribute(9) for x86. 2015-04-27 06:42:52 +00:00
ozaki-r
2373b55abc Introduce in6_selecthlim_rt to consolidate an idiom for rt->rt_ifp
It consolidates a scattered routine:
(rt = rtcache_validate(&in6p->in6p_route)) != NULL ? rt->rt_ifp : NULL
2015-04-27 02:59:44 +00:00
jmcneill
f0b45a5b6d remove unnecessary debug print 2015-04-27 00:33:46 +00:00
jmcneill
19d924bc96 add Tegra124 MP support 2015-04-26 22:04:28 +00:00