247624 Commits

Author SHA1 Message Date
nonaka
2dcd42398d iwm(4): make interrupt routine running on softint context.
see http://mail-index.netbsd.org/tech-kern/2016/12/06/msg021281.html
2017-01-08 07:42:00 +00:00
nonaka
55784dc0a6 use pci_intr_establish_xname(9). 2017-01-08 06:49:10 +00:00
nonaka
70ea049dff twiddle bpf related. 2017-01-08 06:48:06 +00:00
nonaka
d4ba81213b cosmetic 2017-01-08 06:23:29 +00:00
christos
9ab931861e xxx: gcc avoid bogus ssp warning 2017-01-08 05:20:51 +00:00
christos
b0642a4b8a remove dup DIAGNOSTIC 2017-01-08 05:11:24 +00:00
christos
3c6522a12a need this for the build 2017-01-08 05:11:13 +00:00
christos
d164900dd0 fix typo 2017-01-08 05:05:27 +00:00
christos
37dcb46237 Limit number of words we read.. 2017-01-08 05:04:45 +00:00
christos
65ce4b4f2f Add COPTS for xhci.c, since the do_command_locked causes a spurious stack
proector warning.
2017-01-08 05:02:08 +00:00
kamil
50603fe4db Update TODO.ptrace
1. siginfo_t accessors done
2. PTRACE_O_TRACEEXIT not applicable for NetBSD as we are tracing the whole
process at once, not per thread
3. PTRACE_O_TRACEEXEC implemented as SIGTRAP & TRAP_EXEC

Sponsored by <The NetBSD Foundation>
2017-01-08 04:27:36 +00:00
christos
631c5ab455 regen 2017-01-08 01:59:43 +00:00
christos
5a016eb166 remove some local hacks. 2017-01-08 01:56:31 +00:00
christos
438e49ab2a PR/51569: Andreas Gustafsson: Check the right bit for pclmulqdq:
Perform a Carry-Less Multiplication of Quadword instruction
(accelerator for GCM)
2017-01-08 01:55:49 +00:00
christos
c5c2e2a4dd fix nsd rc. 2017-01-07 23:05:35 +00:00
christos
9b4226cef8 add nsd npfd 2017-01-07 22:37:22 +00:00
christos
44ed840a46 add nsd 2017-01-07 22:27:36 +00:00
wiz
c5b8852fdf sqlite-3.16.2 out. 2017-01-07 21:41:20 +00:00
christos
67442b909a PR/51118: Jared McNeill: Fix build on FreeBSD by removing osnet assert.h
and sys/limits.h and use sys/syslimits.h directly.
2017-01-07 21:39:52 +00:00
christos
b8eef4082a regen 2017-01-07 21:31:07 +00:00
christos
4c2e361d5c strmode on MacOS/X is in string.h 2017-01-07 21:30:42 +00:00
christos
6b3772867a adjust for SSP (MacOS/X) 2017-01-07 21:29:30 +00:00
christos
2a18a44e7d make this compile (but not work) XXX 2017-01-07 21:12:42 +00:00
christos
863d66edc3 kill alloca in favor of ssp 2017-01-07 21:11:14 +00:00
christos
b223019c67 more nsd 2017-01-07 20:49:23 +00:00
christos
3309be15f3 add more nsd 2017-01-07 20:46:29 +00:00
christos
4fd6f669fe add path 2017-01-07 20:43:16 +00:00
christos
323aaf9d6c debug for nsd 2017-01-07 20:40:08 +00:00
christos
131138c7d5 Add nsd 2017-01-07 20:21:57 +00:00
christos
7fe75036ca more nsd 2017-01-07 20:20:58 +00:00
palle
f7af29bd85 sun4v: slowtrap() now selects normal globals properly on both sun4u and sun4v platforms. Verified using qemu for both sun4u and sun4v systems 2017-01-07 20:19:09 +00:00
christos
35cc6ce981 more nsd 2017-01-07 20:17:21 +00:00
christos
09e56bb693 add nsd 2017-01-07 19:55:35 +00:00
christos
cf0aafe730 Add nsd 2017-01-07 19:53:49 +00:00
christos
45ae8c0d90 undef debug 2017-01-07 19:53:21 +00:00
christos
479d8f7d84 Add nsd build glue 2017-01-07 19:51:21 +00:00
christos
d83a80ee7f Import nsd 2017-01-07 19:41:59 +00:00
christos
544707338c include <sys/sigtypes.h> for sigset_t 2017-01-07 19:04:24 +00:00
christos
48a80eb186 npflog0.pcap is binary 2017-01-07 18:50:50 +00:00
christos
b083914cc2 add example. 2017-01-07 18:48:47 +00:00
christos
d106d90e70 add pcs 2017-01-07 18:28:49 +00:00
christos
95f6ceca86 add npfd 2017-01-07 17:29:24 +00:00
christos
3f2d359121 descend to npfd 2017-01-07 17:27:02 +00:00
christos
cec127882c add man page, lint cleanups. 2017-01-07 16:48:03 +00:00
christos
177e6c06dd restrict permissions on log file 2017-01-07 16:36:54 +00:00
christos
836d3605fd rotate npflog0.pcap 2017-01-07 16:34:50 +00:00
kiyohara
03aa6dbf80 Add CUBOX to v7 and v7hf. 2017-01-07 16:29:04 +00:00
martin
b42e1be68a Add missing includes 2017-01-07 16:24:40 +00:00
kiyohara
af4278a708 Support SolidRun Cubox. 2017-01-07 16:24:07 +00:00
kiyohara
a4c1b5d6be Add support Marvell Dove.
Also <SoC>_intr_bootstrap() rename to <SoC>_bootstrap(). And SoC init func, getclk into that.
2017-01-07 16:19:28 +00:00