CVS commit: src

2018-02-16 Thread Valeriy E. Ushakov
Module Name:src
Committed By:   uwe
Date:   Sat Feb 17 03:02:04 UTC 2018

Modified Files:
src/distrib/sets/lists/etc: mi
src/etc/rc.d: Makefile

Log Message:
Actually install dhcpd6 rc script.  Organize CONFIGFILES
alphabetically again while where.

PR 53018


To generate a diff of this commit:
cvs rdiff -u -r1.250 -r1.251 src/distrib/sets/lists/etc/mi
cvs rdiff -u -r1.96 -r1.97 src/etc/rc.d/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2018-02-16 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Feb 17 02:11:00 UTC 2018

Modified Files:
src/share/man/man4: options.4

Log Message:
Remove mention of DDB_ONPANIC=2, ddb.dumpstack which is enabled by default now 
handles back traces on panic.


To generate a diff of this commit:
cvs rdiff -u -r1.482 -r1.483 src/share/man/man4/options.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/i386/conf

2018-02-16 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Feb 17 01:34:45 UTC 2018

Modified Files:
src/sys/arch/i386/conf: XEN3_DOM0 XEN3_DOMU

Log Message:
With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/i386/conf/XEN3_DOMU

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch

2018-02-16 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Feb 17 01:31:02 UTC 2018

Modified Files:
src/sys/arch/amd64/conf: XEN3_DOM0 XEN3_DOMU
src/sys/arch/evbarm/conf: MARVELL_NAS
src/sys/arch/macppc/conf: GENERIC GENERIC_601

Log Message:
With the introduction of ddb.dumpstack which is enabled by default, we no longer
need to explicitly set DDB_COMMANDONENTER to run a trace.


To generate a diff of this commit:
cvs rdiff -u -r1.148 -r1.149 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/amd64/conf/XEN3_DOMU
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/MARVELL_NAS
cvs rdiff -u -r1.339 -r1.340 src/sys/arch/macppc/conf/GENERIC
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/macppc/conf/GENERIC_601

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/man/man4

2018-02-16 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Feb 17 01:13:07 UTC 2018

Modified Files:
src/share/man/man4: ddb.4

Log Message:
document dumpstack variable.
Sort built-in variables alphabetically.


To generate a diff of this commit:
cvs rdiff -u -r1.172 -r1.173 src/share/man/man4/ddb.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2018-02-16 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Feb 17 00:53:54 UTC 2018

Modified Files:
src/doc: CHANGES

Log Message:
Note ddb.dumpstack sysctl


To generate a diff of this commit:
cvs rdiff -u -r1.2357 -r1.2358 src/doc/CHANGES

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2018-02-16 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Feb 17 00:46:17 UTC 2018

Modified Files:
src/sys/dev/pci: pcidevs.h pcidevs_data.h

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.1301 -r1.1302 src/sys/dev/pci/pcidevs.h
cvs rdiff -u -r1.1300 -r1.1301 src/sys/dev/pci/pcidevs_data.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci

2018-02-16 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Feb 17 00:45:14 UTC 2018

Modified Files:
src/sys/dev/pci: pcidevs

Log Message:
grammar


To generate a diff of this commit:
cvs rdiff -u -r1.1308 -r1.1309 src/sys/dev/pci/pcidevs

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/ddb

2018-02-16 Thread Sevan Janiyan
Module Name:src
Committed By:   sevan
Date:   Sat Feb 17 00:41:09 UTC 2018

Modified Files:
src/sys/ddb: db_panic.c db_variables.c ddbvar.h

Log Message:
Opt to print a backtrace on panic by default with the intention of improving 
bug reports.
Instead of relying on ddb.onpanic=2, introduce a new sysctl called dumpstack to 
handle this.
via  channeled through  on tech-kern[1]

[1] https://mail-index.netbsd.org/tech-kern/2018/02/15/msg023103.html


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/ddb/db_panic.c
cvs rdiff -u -r1.45 -r1.46 src/sys/ddb/db_variables.c
cvs rdiff -u -r1.12 -r1.13 src/sys/ddb/ddbvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/net

2018-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat Feb 17 00:28:47 UTC 2018

Modified Files:
src/tests/net/net: test.h

Log Message:
remove clause 3, 4.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/net/net/test.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/net

2018-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 16 22:20:18 UTC 2018

Modified Files:
src/tests/net/net: t_tcp.c

Log Message:
Use the same variable name for the accepted socket as with the AF_LOCAL test.
Call getpeereid on the accepted socket.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/tests/net/net/t_tcp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/net

2018-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 16 22:17:17 UTC 2018

Modified Files:
src/tests/net/net: t_unix.c

Log Message:
make sure we call getpeername on the accepted socket!


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/tests/net/net/t_unix.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/net

2018-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 16 19:24:16 UTC 2018

Modified Files:
src/tests/net/net: t_tcp.c

Log Message:
ensure that getpeereid does not succeed on tcp sockets.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/tests/net/net/t_tcp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libc/net

2018-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 16 19:21:49 UTC 2018

Modified Files:
src/lib/libc/net: getpeereid.c

Log Message:
Enforce that getpeereid only returns success on AF_LOCAL sockets, instead
of returning garbage for other socket types.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/lib/libc/net/getpeereid.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/macppc/dev

2018-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Feb 16 18:13:47 UTC 2018

Modified Files:
src/sys/arch/macppc/dev: valkyriefb.c

Log Message:
use _PREFETCHABLE


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/macppc/dev/valkyriefb.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-0] src/doc

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 18:13:22 UTC 2018

Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7

Log Message:
Ticket #1531


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.130 -r1.1.2.131 src/doc/CHANGES-6.0.7

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/macppc/dev

2018-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Feb 16 18:12:45 UTC 2018

Modified Files:
src/sys/arch/macppc/dev: valkyriefbreg.h videopllvar.h

Log Message:
remove accidential garbage


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/macppc/dev/valkyriefbreg.h \
src/sys/arch/macppc/dev/videopllvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-0] src/sys/netipsec

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 18:12:47 UTC 2018

Modified Files:
src/sys/netipsec [netbsd-6-0]: ipsec.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1531):

sys/netipsec/ipsec.c: revision 1.130

Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte
AH packet. Triggerable before authentication when IPsec and forwarding
are both enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.55.12.1 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-1] src/doc

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 18:12:03 UTC 2018

Modified Files:
src/doc [netbsd-6-1]: CHANGES-6.1.6

Log Message:
Ticket #1531


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.127 -r1.1.2.128 src/doc/CHANGES-6.1.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6-1] src/sys/netipsec

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 18:11:27 UTC 2018

Modified Files:
src/sys/netipsec [netbsd-6-1]: ipsec.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1531):

sys/netipsec/ipsec.c: revision 1.130

Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte
AH packet. Triggerable before authentication when IPsec and forwarding
are both enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.55.14.1 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/macppc/dev

2018-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Feb 16 18:10:32 UTC 2018

Modified Files:
src/sys/arch/macppc/dev: valkyriefbreg.h videopllvar.h

Log Message:
add $NetBSD:


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/macppc/dev/valkyriefbreg.h \
src/sys/arch/macppc/dev/videopllvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/doc

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 18:10:40 UTC 2018

Modified Files:
src/doc [netbsd-6]: CHANGES-6.2

Log Message:
Ticket #1531


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.323 -r1.1.2.324 src/doc/CHANGES-6.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-6] src/sys/netipsec

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 18:10:09 UTC 2018

Modified Files:
src/sys/netipsec [netbsd-6]: ipsec.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1531):

sys/netipsec/ipsec.c: revision 1.130

Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte
AH packet. Triggerable before authentication when IPsec and forwarding
are both enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.55.8.1 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/macppc/dev

2018-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Feb 16 18:07:05 UTC 2018

Modified Files:
src/sys/arch/macppc/dev: pmu.c

Log Message:
OF_getprop() retuns -1 on failure, not 0...


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/macppc/dev/pmu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/powerpc/include/oea

2018-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Feb 16 18:04:06 UTC 2018

Modified Files:
src/sys/arch/powerpc/include/oea: hid.h spr.h

Log Message:
add a few pp970-specific bits


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/powerpc/include/oea/hid.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/powerpc/include/oea/spr.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/powerpc/oea

2018-02-16 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Fri Feb 16 18:02:10 UTC 2018

Modified Files:
src/sys/arch/powerpc/oea: cpu_subr.c

Log Message:
use mtspr64() in bridge mode


To generate a diff of this commit:
cvs rdiff -u -r1.88 -r1.89 src/sys/arch/powerpc/oea/cpu_subr.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-0] src/doc

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 16:43:12 UTC 2018

Modified Files:
src/doc [netbsd-7-0]: CHANGES-7.0.3

Log Message:
Ticket #1570


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.83 -r1.1.2.84 src/doc/CHANGES-7.0.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-0] src/sys/netipsec

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 16:42:18 UTC 2018

Modified Files:
src/sys/netipsec [netbsd-7-0]: ipsec.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1570):

sys/netipsec/ipsec.c: revision 1.130

Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte
AH packet. Triggerable before authentication when IPsec and forwarding
are both enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.63.4.1 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/doc

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 16:41:23 UTC 2018

Modified Files:
src/doc [netbsd-7-1]: CHANGES-7.1.2

Log Message:
Ticket #1570


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.13 -r1.1.2.14 src/doc/CHANGES-7.1.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7-1] src/sys/netipsec

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 16:40:39 UTC 2018

Modified Files:
src/sys/netipsec [netbsd-7-1]: ipsec.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1570):

sys/netipsec/ipsec.c: revision 1.130

Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte
AH packet. Triggerable before authentication when IPsec and forwarding
are both enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.63.8.1 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/doc

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 16:39:48 UTC 2018

Modified Files:
src/doc [netbsd-7]: CHANGES-7.2

Log Message:
Ticket #1570


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.69 -r1.1.2.70 src/doc/CHANGES-7.2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-7] src/sys/netipsec

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 16:39:05 UTC 2018

Modified Files:
src/sys/netipsec [netbsd-7]: ipsec.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #1570):

sys/netipsec/ipsec.c: revision 1.130

Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte
AH packet. Triggerable before authentication when IPsec and forwarding
are both enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.63.2.1 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/doc

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 16:36:03 UTC 2018

Modified Files:
src/doc [netbsd-8]: CHANGES-8.0

Log Message:
Ticket #559


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.126 -r1.1.2.127 src/doc/CHANGES-8.0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: [netbsd-8] src/sys/netipsec

2018-02-16 Thread Martin Husemann
Module Name:src
Committed By:   martin
Date:   Fri Feb 16 16:35:18 UTC 2018

Modified Files:
src/sys/netipsec [netbsd-8]: ipsec.c

Log Message:
Pull up following revision(s) (requested by maxv in ticket #559):

sys/netipsec/ipsec.c: revision 1.130

Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte
AH packet. Triggerable before authentication when IPsec and forwarding
are both enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.99.2.3 -r1.99.2.4 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/net

2018-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 16 16:30:20 UTC 2018

Modified Files:
src/tests/net/net: t_tcp.c t_unix.c

Log Message:
explain what's going on before we fix it.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/tests/net/net/t_tcp.c
cvs rdiff -u -r1.13 -r1.14 src/tests/net/net/t_unix.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/net

2018-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 16 16:23:15 UTC 2018

Modified Files:
src/tests/net/net: t_tcp.c t_unix.c
Added Files:
src/tests/net/net: test.h

Log Message:
add getpeereid tests for non-unix sockets, returns garbage...


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/net/net/t_tcp.c
cvs rdiff -u -r1.12 -r1.13 src/tests/net/net/t_unix.c
cvs rdiff -u -r0 -r1.1 src/tests/net/net/test.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/tests/net/net

2018-02-16 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Fri Feb 16 16:08:22 UTC 2018

Modified Files:
src/tests/net/net: t_unix.c

Log Message:
add a getpeeeid test.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/tests/net/net/t_unix.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2018-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 16 15:18:41 UTC 2018

Modified Files:
src/sys/netipsec: ipsec.c ipsec.h ipsec6.h xform.h

Log Message:
Style, remove unused and misleading macros and comments, localify, and
reduce the diff between similar functions. No functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.65 -r1.66 src/sys/netipsec/ipsec.h
cvs rdiff -u -r1.21 -r1.22 src/sys/netipsec/ipsec6.h
cvs rdiff -u -r1.13 -r1.14 src/sys/netipsec/xform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2018-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 16 11:25:16 UTC 2018

Modified Files:
src/sys/netipsec: ipsec.c

Log Message:
Fix inverted logic, otherwise the kernel crashes when receiving a 1-byte
AH packet. Triggerable before authentication when IPsec and forwarding
are both enabled.


To generate a diff of this commit:
cvs rdiff -u -r1.129 -r1.130 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2018-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 16 11:07:44 UTC 2018

Modified Files:
src/sys/netipsec: ipsec.c

Log Message:
Style a bit, no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.128 -r1.129 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2018-02-16 Thread Kengo NAKAHARA
Module Name:src
Committed By:   knakahara
Date:   Fri Feb 16 10:19:04 UTC 2018

Modified Files:
src/distrib/sets/lists/comp: mi
src/sys/net: Makefile

Log Message:
Currently, it is not necessary to install rss_config.h. Pointed out by 
msaitoh@n.o.


To generate a diff of this commit:
cvs rdiff -u -r1.2182 -r1.2183 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.35 -r1.36 src/sys/net/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/dev/pci/ixgbe

2018-02-16 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Fri Feb 16 10:11:21 UTC 2018

Modified Files:
src/sys/dev/pci/ixgbe: ixgbe.c ixv.c

Log Message:
 Fix a bug that the first call of ifflags_cb() causes linkdown. The first
call of ix(gbe|v)_ifflags_cb() refered uninitialized adapter->if_flags.
adapter->if_flags should be initialized in the end of xxx_init().

XXX pullup-[678] (ixgbe)
XXX pullup-8 (ixv)


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 src/sys/dev/pci/ixgbe/ixgbe.c
cvs rdiff -u -r1.78 -r1.79 src/sys/dev/pci/ixgbe/ixv.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2018-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 16 10:07:07 UTC 2018

Modified Files:
src/sys/netipsec: ah_var.h

Log Message:
Remove unused.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/netipsec/ah_var.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2018-02-16 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Fri Feb 16 10:05:22 UTC 2018

Modified Files:
src: BUILDING

Log Message:
regen


To generate a diff of this commit:
cvs rdiff -u -r1.130 -r1.131 src/BUILDING

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/doc

2018-02-16 Thread Leonardo Taccari
Module Name:src
Committed By:   leot
Date:   Fri Feb 16 10:05:01 UTC 2018

Modified Files:
src/doc: BUILDING.mdoc

Log Message:
Fix a typo.

Pointed out by aalm in #NetBSD@Freenode.


To generate a diff of this commit:
cvs rdiff -u -r1.123 -r1.124 src/doc/BUILDING.mdoc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2018-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 16 09:24:56 UTC 2018

Modified Files:
src/sys/netipsec: ipsec_netbsd.c xform_ah.c xform_esp.c xform_ipcomp.c

Log Message:
Add [ah/esp/ipcomp]_enable sysctls, and remove the FreeBSD #ifdefs.
Discussed with ozaki-r@.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/netipsec/ipsec_netbsd.c
cvs rdiff -u -r1.85 -r1.86 src/sys/netipsec/xform_ah.c
cvs rdiff -u -r1.78 -r1.79 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.58 -r1.59 src/sys/netipsec/xform_ipcomp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2018-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 16 09:07:50 UTC 2018

Modified Files:
src/sys/netipsec: ipsec.c xform_ah.c xform_esp.c xform_ipcomp.c

Log Message:
Remove some more FreeBSD sysctl declarations that already have NetBSD
counterparts. Discussed with ozaki-r@.


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.84 -r1.85 src/sys/netipsec/xform_ah.c
cvs rdiff -u -r1.77 -r1.78 src/sys/netipsec/xform_esp.c
cvs rdiff -u -r1.57 -r1.58 src/sys/netipsec/xform_ipcomp.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2018-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 16 08:56:50 UTC 2018

Modified Files:
src/sys/netipsec: ipsec.c

Log Message:
Remove ipsec_replay and ipsec_integrity from this place, they are already
declared as sysctls. Discussed with ozaki-r@.


To generate a diff of this commit:
cvs rdiff -u -r1.126 -r1.127 src/sys/netipsec/ipsec.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/netipsec

2018-02-16 Thread Maxime Villard
Module Name:src
Committed By:   maxv
Date:   Fri Feb 16 08:51:28 UTC 2018

Modified Files:
src/sys/netipsec: ipsec.c ipsec.h ipsec6.h

Log Message:
Remove ip4_esp_randpad and ip6_esp_randpad, unused. Discussed with
ozaki-r@.


To generate a diff of this commit:
cvs rdiff -u -r1.125 -r1.126 src/sys/netipsec/ipsec.c
cvs rdiff -u -r1.64 -r1.65 src/sys/netipsec/ipsec.h
cvs rdiff -u -r1.20 -r1.21 src/sys/netipsec/ipsec6.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/arm/imx

2018-02-16 Thread Ryo Shimizu
Module Name:src
Committed By:   ryo
Date:   Fri Feb 16 08:42:45 UTC 2018

Modified Files:
src/sys/arch/arm/imx: if_enet.c

Log Message:
* avoid writing past the end of the mbuf.
* m_getptr was introduced for the IPsec Crypto code. it must not be used here.

pointed out by maxv@. thanks.


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/imx/if_enet.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src

2018-02-16 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri Feb 16 07:59:06 UTC 2018

Modified Files:
src/distrib/sets/lists/comp: md.ia64
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common:
sanitizer_linux.cc
src/external/gpl3/gcc/dist/libsanitizer/ubsan: ubsan_platform.h

Log Message:
minimal basic support for ia64 and gcc6.  i am not sure about the
bp part of the GetPcSpBp() port, cherry please look :-)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/distrib/sets/lists/comp/md.ia64
cvs rdiff -u -r1.15 -r1.16 \
src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/sanitizer_linux.cc
cvs rdiff -u -r1.6 -r1.7 \
src/external/gpl3/gcc/dist/libsanitizer/ubsan/ubsan_platform.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.