maxv
f126f71f90
Put pmap_pg_nx into the dummy Xen page. While here, do some KNF and
...
localify a bit.
2017-01-22 20:04:35 +00:00
nat
6d2afc0315
Don't call initbufs before audio_set_defaults. It is called in
...
audiosetinfo anyway.
Addresses PR kern/51707.
2017-01-22 19:52:02 +00:00
dholland
175335403f
Mention nvidia drmkms (will be in -8, people are arguing over -7)
2017-01-22 19:47:00 +00:00
maxv
4d2995d98f
Import xpmap_pg_nx, and put it in the per-cpu recursive slot on amd64.
2017-01-22 19:42:48 +00:00
dholland
2055e807bf
Restore xhci support. It is not in a release yet.
2017-01-22 19:29:38 +00:00
maxv
14f8c1a9b1
Export xpmap_pg_nx, and put it in the page table pages. It does not change
...
anything, since Xen removes the X bit on these; but it is better for
consistency.
2017-01-22 19:24:51 +00:00
jakllsch
6b21f5b784
Add TEGRA_EHCI_PHY_VBUS_WAKEUP_ID_REG and bit definitions.
2017-01-22 17:46:20 +00:00
jakllsch
65f3afca08
Add some SMMU registers and bit definitions.
2017-01-22 17:43:23 +00:00
jakllsch
8e88e626a1
Whitespace adjustment.
2017-01-22 17:40:06 +00:00
jakllsch
e80cc4d230
Define bits in CAR_PLLP_OUTA_REG.
2017-01-22 17:39:18 +00:00
jakllsch
549138ace2
Call OF to bring up the CyberPro if it's not the console.
...
Avoids igsfb crash later with serial console due to
inaccessible hardware.
2017-01-22 17:27:31 +00:00
christos
bafac785ec
PR/51905: GXIO Expension boards arn't configured if GXIO_DEFAULT_EXPANSION
...
isn't defined. Fix a bunch of issues with the original code.
2017-01-22 17:19:32 +00:00
wiz
be22884536
gdb-7.12.1 out.
2017-01-22 14:41:19 +00:00
rin
4696254e45
Respect coding style of upstream; revert r1.4 and put back parentheses.
...
No binary changes. Pointed out by mrg.
2017-01-22 05:11:22 +00:00
mrg
1e71d48020
re-do the previous to avoid malloc/free on the same size every iteration.
...
with this, or the previous, 'netstat -b 1' no longer leaks memory in
-current (or any older release using sysctl for this.)
2017-01-22 04:52:04 +00:00
christos
e5282544de
sprinkle free
2017-01-22 04:26:31 +00:00
nat
0a6a643faa
Use more specific error messages if the setting of channel parameters
...
fails. Use aprint_error_dev for this.
As suggested by pgoyette@
2017-01-21 23:37:17 +00:00
christos
9666b979fc
Don't let set cloexec for "exec n>&1" like ksh does (but not bash). Unit
...
tests pass... If we don't like that, we should add some unittests that fail.
2017-01-21 23:03:36 +00:00
nat
3b71b05413
Don't release/reacquire thread lock during open in setup_[p/r]filters.
...
This can lead to panics and/or unpredictable behaviour.
Found by maya@
Addresses PR kern/51746.
2017-01-21 22:54:11 +00:00
rin
8b69e36164
Bump for } command fix in v_paragraph.c r1.5.
2017-01-21 22:27:43 +00:00
nat
d78960acf3
Add auto config for channel/hw format.
...
Addresses PR kern/51703.
Addresses PR kern/51760.
Addresses PR kern/51879.
2017-01-21 22:22:41 +00:00
rin
b1d8d816a1
Fix a strange corner case in } command.
...
When } command is executed in the last paragraph including EOF, the original vi
(traditional/SVR4) moves the cursor to the *last* character in the last line.
However, nvi moves it to the *first* character in the last line.
2017-01-21 22:22:28 +00:00
rin
af424159bb
KNF; remove parentheses from return's
2017-01-21 22:06:46 +00:00
jdolecek
23d1788ac4
xref xhci(4)
2017-01-21 20:30:29 +00:00
jdolecek
4d28299886
long month name
2017-01-21 20:29:38 +00:00
jdolecek
f3e49fbede
add skeleton manpage for xhci(4)
2017-01-21 20:21:57 +00:00
jklos
2dd9143774
This fixes a bug where mtree would use names & IDs from the host system
...
instead of from the build.
2017-01-21 19:37:46 +00:00
skrll
9b566f7a87
Pull across from nick-nhusb. This really should be fixed to use the
...
appropriate FDT info. At this point this is more likely to get fixed in
HEAD than on the branch.
2017-01-21 15:41:55 +00:00
skrll
50ca4843de
Pull across from nick-nhusb.
...
Some locking fixing, MPification and an attach fix
2017-01-21 12:45:22 +00:00
maxv
416bf33c7c
Add some checks, mostly same as in_arpinput.
2017-01-21 11:07:46 +00:00
skrll
fc18ade08e
Merge from nick-nhusb - some MPification
2017-01-21 10:30:15 +00:00
skrll
330b576ec5
Fix typoes
2017-01-21 09:53:29 +00:00
skrll
ef4dd38e5e
Fix a kmem_{zalloc,free} size
2017-01-21 07:39:30 +00:00
nonaka
2eda2c1a97
Remove unused iwm_softc member.
2017-01-21 05:58:49 +00:00
nonaka
15848e6f8e
PR/51797: initialize hardware completely when receiving a deauth frame from AP.
...
avoid "iwm0: fatal firmware error".
2017-01-21 05:54:06 +00:00
nonaka
34ebb69694
more block network interrupt.
2017-01-21 05:46:57 +00:00
nonaka
a4316e8721
increase command response timeout value.
2017-01-21 05:43:24 +00:00
nonaka
a91faac144
include <sys/intr.h> for softint(9).
2017-01-21 05:40:47 +00:00
rmind
82fad0d6ea
npfctl: fix shift/reduce conflicts, thanks to riastradh@.
2017-01-20 23:00:30 +00:00
maya
c7ed247615
add a wishlist for a major bump. isinff and compatibility cabs.
2017-01-20 22:10:38 +00:00
maya
1d815938de
use isinf instead of isinff. this doesn't introduce a functional change -
...
isinf works for float as well, and is more portable.
from Ngie Cooper in PR bin/51838
2017-01-20 21:15:56 +00:00
maxv
a87e9a2b62
Make sure the protocol address length equals that of IPv4. Also, make sure
...
the hardware address length equals that of the interface we received the
packet on. Otherwise a packet could easily set them both to zero and make
the kernel read beyond the allocated mbuf, which is terrible.
Note: for the latter we drop the packet instead of replying, since it is
malformed.
Note: I also added an ugly hack in CARP, since it apparently expects at
least six bytes.
2017-01-20 19:21:01 +00:00
maxv
cb01df4fa5
Style
2017-01-20 17:50:52 +00:00
maxv
0b9f08e68e
Reput a nullcheck that was mistakenly removed in rev1.204. ar_hrd is
...
packet-controlled.
2017-01-20 17:45:42 +00:00
abhinav
8dbf57f731
Fix a spelling: s/regestring/registering
2017-01-20 16:54:11 +00:00
abhinav
b461520850
Fix typo: s/suport/support
2017-01-20 16:14:44 +00:00
maya
b8f12c7fce
Check pmf_device_register return value. NFC
...
Appeases static analyzers.
2017-01-20 12:25:07 +00:00
skrll
c8226a8b4f
Fix build
2017-01-20 09:45:13 +00:00
wiz
857253ed15
Bump date for previous.
2017-01-20 08:48:14 +00:00
ozaki-r
ac86ae25b9
Protect if_clone data with if_clone_mtx
...
To this end, carpattach needs to be delayed from RUMP_COMPONENT_NET to
RUMP_COMPONENT_NET_IF on rump_server. Otherwise mutex_enter via carpattach
for if_clone_mtx is called before mutex_init for it in ifinit1.
2017-01-20 08:35:33 +00:00