236835 Commits

Author SHA1 Message Date
skrll
6e61a7832e Use IPL_VM for dwc2_intr and mark as MP safe where possible. 2015-07-30 07:32:40 +00:00
ozaki-r
3fd3aaa9ea Fix TESTS_SH assignment 2015-07-30 05:43:42 +00:00
ryo
f0a9db033c fix to compile unless defined IMXUARTCONSOLE 2015-07-30 04:39:42 +00:00
riastradh
06eea0f657 Add $NetBSD$ tag. 2015-07-30 04:36:48 +00:00
jnemeth
f59ebd632b typo from Timo Buhrmester 2015-07-30 03:21:33 +00:00
macallan
8e272e6ce3 build EXA support 2015-07-30 02:58:00 +00:00
ozaki-r
0f1639b8cc Add tests for IPv4 DAD 2015-07-30 02:52:53 +00:00
ozaki-r
b4bfe1a892 Add tests for GARP 2015-07-30 02:51:05 +00:00
ginsbach
b6db50f38d Only apply am/pm adjustment to tm_hour when it has actually been parsed. 2015-07-29 20:32:54 +00:00
christos
6efe3a8e5c fix debug sets after latest x changes. 2015-07-29 19:44:47 +00:00
christos
bedea1f2c3 add missing lint libraries 2015-07-29 19:44:01 +00:00
christos
d4dbab9987 fix name of the test 2015-07-29 19:18:18 +00:00
christos
3c96e852e2 Don't use NO_SYS_HEADERS because <sys/types.h> is not included when you
do that before the typedefs in /usr/xsrc/external/mit/xorg-server/dist/hw/\
xfree86/x86emu/x86emu/types.h, and then some source files include
<sys/types.h> leading to uint redefinitions.
2015-07-29 19:03:15 +00:00
christos
5af4616131 new lint test. 2015-07-29 18:27:18 +00:00
christos
862f3563b3 new test 2015-07-29 18:26:15 +00:00
christos
0bc60106c2 Make the return type of "? type1 : void *" or "? void * : type1" to be type1
instead of void *.
2015-07-29 18:23:32 +00:00
christos
38c355353a Be more specific about the type errors 2015-07-29 18:22:06 +00:00
christos
29920b2c0d From FreeBSD:
A remote attacker may effectively bypass MaxAuthTries settings, which would
enable them to brute force passwords. [CVE-2015-5600]
XXX: pullup-7
2015-07-29 15:04:40 +00:00
tsutsui
e2c773cb5b Revert rev 1.359 which broke libsa builds. PR/50101 2015-07-29 14:35:04 +00:00
tsutsui
ebddcf615c Revert incorrect and broken kludge. PR/50101 2015-07-29 14:32:54 +00:00
jmcneill
f61056522c use utmip settings for 12MHz ref clk, not 13MHz 2015-07-29 14:30:18 +00:00
skrll
679cf18640 When expanding an inline function make sure you get the argument order
correct!

Now there's no functional change to expanding bcm2835_intr_establish
2015-07-29 14:22:49 +00:00
jmcneill
949233f4de enable ADMA2 data transfer mode 2015-07-29 12:11:32 +00:00
jmcneill
e9e1d300f5 Add ADMA2 support, which enables scatter gather DMA for data transfers on
controllers that support it.
2015-07-29 12:11:13 +00:00
ozaki-r
8fd2ad14ac Add tests for ARP
Forgot to commit this. Should fix the build.
2015-07-29 12:05:10 +00:00
skrll
2503df91ce Expand the bcm2835_intr_establish inline.
No functional change.
2015-07-29 10:47:58 +00:00
christos
4dcf3726f4 XXX: add missing symbols. 2015-07-29 08:52:22 +00:00
ryo
d0174d8730 initialize uart register when it is not a console. 2015-07-29 08:51:03 +00:00
christos
f1143c9783 We don't have Debugger if we don't have DDB. 2015-07-29 08:45:28 +00:00
ozaki-r
e32e871503 Don't divide flags output
If there are many enabled flags, ifconfig divides flags output into
multiple formatted strings due to snprintb_m, e.g.,
  wm0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX>wm0: flags=8b43<MULTICAST> mtu 1500

This behavior is probably unexpected. The change always outputs enabled
flags at once like this:
  wm0: flags=8b43<UP,BROADCAST,RUNNING,PROMISC,ALLMULTI,SIMPLEX,MULTICAST> mtu 1500
2015-07-29 07:42:27 +00:00
ozaki-r
d4516589be Add tests for ARP 2015-07-29 06:10:09 +00:00
ozaki-r
fe28962804 Introduce rump.arp
arp(8) uses RTM that requires that getpid(2) works correctly. Unfortunately
supporting getpid(2) in librumphijack will be tricky so that we rump-ify
arp(8) as well as ifconfig and route commands.

Suggested by pooka@.
2015-07-29 06:07:35 +00:00
matt
b34a1cd317 Adjust some of IPLs of various IPIs. 2015-07-29 04:59:48 +00:00
christos
0c5f4eaec2 add sys/stdbool.h 2015-07-29 00:12:27 +00:00
christos
024ced04ed move stdbool.h to sys, reuire pool.h to include <sys/stdbool.h> for bool,
centralize definitions of bool, true, false, to <sys/stdbool.h>
2015-07-29 00:10:25 +00:00
skrll
fccd5682de Reduce latency a bit. From nat@ 2015-07-28 21:24:43 +00:00
christos
8d365aaee5 revert previous, will fix differently. 2015-07-28 19:46:42 +00:00
christos
b308d13cf7 fix build 2015-07-28 19:38:48 +00:00
christos
9495115b2a fix build (stdbool lossage) 2015-07-28 19:32:07 +00:00
christos
138650eddf new bind 2015-07-28 18:58:08 +00:00
christos
b4a6c5034b merge conflicts for bind-9.10.2-P3 to address CVE-2015-5477. 2015-07-28 18:55:16 +00:00
christos
3f9a56fe3c Import bind 9.10.2-P3 2015-07-28 18:48:08 +00:00
christos
2b89e69445 new test 2015-07-28 18:08:37 +00:00
christos
198668b6a8 new c99 init test found by xorg's Iconify.c 2015-07-28 18:05:19 +00:00
christos
afb2c8bbbf handle c99 nested struct initialization { .data.foo[0] = 1 } 2015-07-28 17:56:56 +00:00
christos
4de23ec610 fix member list deallocation; remove #if 0'ed code. 2015-07-28 17:55:13 +00:00
kamil
638c990b9a Compatibility fixes in reallocarr(3)
Make this work on !NetBSD platforms:
- replace __CTASSERT() with platform agnostic solution SQRT_SIZE_MAX
- include nbtool_config.h for cross builds to get definition of __RCSID()
- restore errno in the last rare code path for platforms affecting errno(2)
  in memcpy(2)

While there: rename parameter name 'num' to 'number' to be in sync with
the calloc(3) parameter naming.

Reported by scole_mail at the current-users ml.
2015-07-28 17:13:34 +00:00
christos
f9da13407d fix build 2015-07-28 16:51:25 +00:00
christos
d9b0abf9c6 fix build. 2015-07-28 16:50:12 +00:00
prlw1
43f47764df Print vndattach error 2015-07-28 13:12:47 +00:00