Commit Graph

248076 Commits

Author SHA1 Message Date
christos
2d6ff91c6a PR/51884: Ngie Cooper: Include and message fixes 2017-01-16 16:29:19 +00:00
christos
9ac9a14dec PR/51886: Ngie Cooper: Use _exit instead of exit 2017-01-16 16:28:27 +00:00
christos
75e7228cd4 PR/51887: Ngie Cooper: Include and error message fixes 2017-01-16 16:27:43 +00:00
christos
138b5d077b PR/51890: Ngie Cooper: include and error message fixes. 2017-01-16 16:27:06 +00:00
christos
ab92520e8c PR/51888: Ngie Cooper: more error checking, missing includes 2017-01-16 16:23:41 +00:00
christos
17284898e1 PR/51889: Ngie Cooper: add sys/time.h 2017-01-16 16:22:22 +00:00
christos
97e4301caa use in6_print 2017-01-16 15:46:19 +00:00
christos
35561f6b22 ip6_sprintf -> IN6_PRINT so that we pass the size. 2017-01-16 15:44:46 +00:00
christos
fcb36c6a50 really, use. 2017-01-16 15:44:05 +00:00
christos
f068397dd4 rename arplog -> ARPLOG to make it clear that it is a macro and tuck-in the
buffer used for address formatting.
2017-01-16 15:14:16 +00:00
njoly
5b1c9fdbe9 Last Nm macro line must not end with a comma. 2017-01-16 12:54:25 +00:00
njoly
8c8db9bbf1 Add missing comma in NAME section. 2017-01-16 12:50:14 +00:00
isaki
83856daa0e FSINCOS: Fix register address which writes cosine value back. 2017-01-16 12:05:40 +00:00
maya
71271aa82c Correct definitions for TCR.
Values from ARM Cortex A-53 MPCore Processor Technical Reference Manual
4.3.48. Translation Control Register, EL1
2017-01-16 10:15:42 +00:00
maya
71c37036d4 move declaration to #ifdef WM_DEBUG block as opposed to using __debugused
fixes build with DEBUG but without WM_DEBUG

ok martin
2017-01-16 09:58:04 +00:00
hauke
9f6b4eb870 Add carp as an alias for vrrp - after all, we do not ship vrrp, but we
do ship carp(4).

Restore the pfsync entry that was added with 1.20, then wiped out by
the 1.21 import. Please merge any wholesale imports properly.

Remove http://www.sethwklein.net/projects/iana-etc/ which 404s.

Should fix PR bin/51568
2017-01-16 09:39:26 +00:00
ryo
28df50d7bb Make pfil(9) MP-safe (applying psref(9)) 2017-01-16 09:28:40 +00:00
ozaki-r
e4b1e1923a Remove KASSERT (revert in6.c,v 1.232)
We don't need it (it's harmless though).
2017-01-16 08:26:30 +00:00
ozaki-r
cc5766bfdd Rewrite tests for CARP in a shell script instead of C
The new shell script enables us to modify/add tests easily.
2017-01-16 08:18:11 +00:00
ryo
28f4c24cc2 Make ip6_sprintf(), in_fmtaddr(), lla_snprintf() and icmp6_redirect_diag() mpsafe.
Reviewed by ozaki-r@
2017-01-16 07:33:36 +00:00
msaitoh
bf8e43f67b regen. 2017-01-16 04:45:06 +00:00
msaitoh
05443e104c Add Intel SSD DC P3520. 2017-01-16 04:44:38 +00:00
knakahara
6a30de8a0d update todo comment 2017-01-16 00:14:04 +00:00
christos
97ca6b9ca6 add Makefile struct 2017-01-16 00:11:41 +00:00
christos
c02d86680a regen all 2017-01-16 00:11:09 +00:00
knakahara
bab4f3a363 support {extended, advanced} receive descriptor for wm(4).
support below two receive descriptors.
    - extended descriptor (used by 82574 only)
    - advanced descriptor (used by 82575 and newer)

SPH(split header buffer) is not supported yet.

ok by msaitoh@n.o.
2017-01-16 00:09:06 +00:00
kamil
c2ffce666f Fix one markup issue and add initial HISTORY section
Import HISTORY notes from FreeBSD.

Sponsored by <The NetBSD Foundation>
2017-01-15 22:18:11 +00:00
wiz
7d1bc67258 Sort errors. 2017-01-15 22:14:22 +00:00
pgoyette
4545115c63 Document E2BIG error when copying a large object. 2017-01-15 21:42:09 +00:00
kamil
ed0c486b27 Introduce TRAP_HWWPT in <sys/siginfo> for hw assisted watchpoints
TRAP_HWWPT is si_code of SIGTRAP and it will be used for hardware assisted
watchpoints (vel breakpoints).

Sponsored by <The NetBSD Foundation>
2017-01-15 21:42:03 +00:00
christos
d3da06c622 elide psabi errors on i386 2017-01-15 21:27:38 +00:00
snj
4e9c4b2022 note that spz updated BIND to 9.10.4-P5 (thanks!) and that 9.11.0-P2 is
out (though it seems kinda silly to track that branch)
2017-01-15 21:19:28 +00:00
christos
40465f45bf leave pragmas alone. 2017-01-15 21:10:24 +00:00
bouyer
79390e9148 Document bouyer-socketcan
While there update status of bouyer-quota2 (which got merged a long
time ago).
2017-01-15 20:36:21 +00:00
christos
9279f94b7e elide strict-prototypes for unrepresentable function 2017-01-15 20:10:25 +00:00
christos
0c925f5c13 bump to 128K (because of npf large rules) and return E2BIG. 2017-01-15 18:15:45 +00:00
christos
74c01bd5e3 undo paren change 2017-01-15 18:03:12 +00:00
christos
7a2c2e75f4 put linux_handler_t in the right place. 2017-01-15 17:00:59 +00:00
christos
1b58307eb4 regen 2017-01-15 17:00:37 +00:00
christos
1ecca95a27 fix *syslog_ss* 2017-01-15 16:41:39 +00:00
christos
58716ac1f5 more types for constants 2017-01-15 15:27:41 +00:00
christos
935cf6304d regen 2017-01-15 15:20:15 +00:00
christos
9c7372b37e regen 2017-01-15 15:19:33 +00:00
christos
0dec36ce08 need intptr_t cast for linux_handler_t 2017-01-15 15:18:52 +00:00
isaki
57a2dd587d exp(>11356) is +inf even if extended precision.
exp(<-11401) is 0 even if extended precision.
2017-01-15 11:56:11 +00:00
martin
459114d7c1 Cast pointer to int via intptr_t 2017-01-15 11:46:21 +00:00
isaki
e1e03e141f Fix indent in comments. 2017-01-15 07:46:57 +00:00
msaitoh
68196282e1 Add Intel 200 series devices. 2017-01-15 04:45:39 +00:00
msaitoh
2611132dfa regen. 2017-01-15 04:44:01 +00:00
msaitoh
54c6a640e7 Add Intel 200 series chipset devices from "Table 2-2. PCH-H Device and
Revision ID Table, Intel 200 Series Chipset Family Platform Controller
Hub(PCI) Datasheet Volume 1 of 2 (335192-001)".
2017-01-15 04:43:27 +00:00