CVS commit: src/sys

2018-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 12 05:49:38 UTC 2018 Modified Files: src/sys/kern: uipc_mbufdebug.c src/sys/sys: mbuf.h Log Message: - Print TCP options. Some of them are not decoded yet (e.g. SACK). - Print IP checksum and TCP checksum. - When

CVS commit: src/sys

2018-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 12 05:49:38 UTC 2018 Modified Files: src/sys/kern: uipc_mbufdebug.c src/sys/sys: mbuf.h Log Message: - Print TCP options. Some of them are not decoded yet (e.g. SACK). - Print IP checksum and TCP checksum. - When

CVS commit: src/sys/netinet

2018-10-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Oct 12 05:41:18 UTC 2018 Modified Files: src/sys/netinet: ip_reass.c Log Message: Force ip_off to zero when the reassembly is complete. This was lost in my rev1.19 - before that the IP struct was clobbered for the reassembly,

CVS commit: src/sys/netinet

2018-10-11 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Fri Oct 12 05:41:18 UTC 2018 Modified Files: src/sys/netinet: ip_reass.c Log Message: Force ip_off to zero when the reassembly is complete. This was lost in my rev1.19 - before that the IP struct was clobbered for the reassembly,

CVS commit: src/sys/compat/netbsd32

2018-10-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 12 05:06:05 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: PR kern/53666 Correct misleading names of dummy variables. No binary changes intended. To generate a diff of this commit: cvs

CVS commit: src/sys/compat/netbsd32

2018-10-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Oct 12 05:06:05 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c Log Message: PR kern/53666 Correct misleading names of dummy variables. No binary changes intended. To generate a diff of this commit: cvs

CVS commit: src/share/man/man4

2018-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 12 04:43:50 UTC 2018 Modified Files: src/share/man/man4: ddb.4 Log Message: The 'c' modifier of mbuf command is to NOT follow the mbuf chain. Usually, users want to floow the mbuf chain. This modifier is used when a

CVS commit: src/share/man/man4

2018-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Fri Oct 12 04:43:50 UTC 2018 Modified Files: src/share/man/man4: ddb.4 Log Message: The 'c' modifier of mbuf command is to NOT follow the mbuf chain. Usually, users want to floow the mbuf chain. This modifier is used when a

CVS commit: [pgoyette-compat] src/doc

2018-10-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Oct 12 04:12:07 UTC 2018 Modified Files: src/doc [pgoyette-compat]: TODO.compat-module Log Message: Remove the last item in the need-for-merge section. To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18

CVS commit: [pgoyette-compat] src/doc

2018-10-11 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Fri Oct 12 04:12:07 UTC 2018 Modified Files: src/doc [pgoyette-compat]: TODO.compat-module Log Message: Remove the last item in the need-for-merge section. To generate a diff of this commit: cvs rdiff -u -r1.1.2.17 -r1.1.2.18

CVS commit: src/share/man/man8

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 04:08:59 UTC 2018 Modified Files: src/share/man/man8: compat_netbsd32.8 Log Message: Mention that compat32 supports running arm binaries on aarch64. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/doc

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 04:09:09 UTC 2018 Modified Files: src/doc: CHANGES Log Message: note that aarch64 supports compat_netbsd32 To generate a diff of this commit: cvs rdiff -u -r1.2445 -r1.2446 src/doc/CHANGES Please note that diffs are

CVS commit: src/doc

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 04:09:09 UTC 2018 Modified Files: src/doc: CHANGES Log Message: note that aarch64 supports compat_netbsd32 To generate a diff of this commit: cvs rdiff -u -r1.2445 -r1.2446 src/doc/CHANGES Please note that diffs are

CVS commit: src/share/man/man8

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 04:08:59 UTC 2018 Modified Files: src/share/man/man8: compat_netbsd32.8 Log Message: Mention that compat32 supports running arm binaries on aarch64. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 01:28:58 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: cpuswitch.S db_disasm.c db_machdep.c exec_machdep.c fault.c locore.S netbsd32_machdep.c pmap.c trap.c vectors.S

CVS commit: src/sys/external/bsd/drm2/nouveau

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 12 01:16:20 UTC 2018 Modified Files: src/sys/external/bsd/drm2/nouveau: files.nouveau Log Message: nouveau_nv50_display.c and nouveau_nvif_client.c have variable structures not at the end of a structure. To generate a

CVS commit: src/sys/external/bsd/drm2/nouveau

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Oct 12 01:16:20 UTC 2018 Modified Files: src/sys/external/bsd/drm2/nouveau: files.nouveau Log Message: nouveau_nv50_display.c and nouveau_nvif_client.c have variable structures not at the end of a structure. To generate a

CVS commit: src/sys/arch/aarch64/aarch64

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 01:13:51 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: - cleanup checking address ranges with IN_RANGE macro - change PM_ADDR_CHECK macro to KASSERTMSG - restore fast lookup cases with

CVS commit: src/sys/arch/aarch64/aarch64

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 01:13:51 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c Log Message: - cleanup checking address ranges with IN_RANGE macro - change PM_ADDR_CHECK macro to KASSERTMSG - restore fast lookup cases with

CVS commit: src/sys/arch/aarch64

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 00:57:17 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: rewrite pmap_pte_lookup() to share similar code. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/aarch64

2018-10-11 Thread Ryo Shimizu
Module Name:src Committed By: ryo Date: Fri Oct 12 00:57:17 UTC 2018 Modified Files: src/sys/arch/aarch64/aarch64: pmap.c src/sys/arch/aarch64/include: pmap.h Log Message: rewrite pmap_pte_lookup() to share similar code. To generate a diff of this commit: cvs

CVS commit: src/sys/dev/acpi

2018-10-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 11 22:58:37 UTC 2018 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Fix button type print; "type" is one of PSWITCH_TYPE_*, not ACPI_EVENT_*_BUTTON. To generate a diff of this commit: cvs rdiff -u -r1.271

CVS commit: src/sys/dev/acpi

2018-10-11 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Thu Oct 11 22:58:37 UTC 2018 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Fix button type print; "type" is one of PSWITCH_TYPE_*, not ACPI_EVENT_*_BUTTON. To generate a diff of this commit: cvs rdiff -u -r1.271

CVS commit: [jdolecek-ncqfixes] src/sys/dev

2018-10-11 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Oct 11 20:57:51 UTC 2018 Modified Files: src/sys/dev/ata [jdolecek-ncqfixes]: TODO.ncq ata.c ata_subr.c atavar.h files.ata src/sys/dev/ic [jdolecek-ncqfixes]: ahcisata_core.c ahcisatavar.h

CVS commit: [jdolecek-ncqfixes] src/sys/dev

2018-10-11 Thread Jaromir Dolecek
Module Name:src Committed By: jdolecek Date: Thu Oct 11 20:57:51 UTC 2018 Modified Files: src/sys/dev/ata [jdolecek-ncqfixes]: TODO.ncq ata.c ata_subr.c atavar.h files.ata src/sys/dev/ic [jdolecek-ncqfixes]: ahcisata_core.c ahcisatavar.h

CVS commit: src/etc/mtree

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 18:04:06 UTC 2018 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add intermediate directory. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/etc/mtree/NetBSD.dist.base Please note

CVS commit: src/etc/mtree

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 18:04:06 UTC 2018 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: add intermediate directory. To generate a diff of this commit: cvs rdiff -u -r1.178 -r1.179 src/etc/mtree/NetBSD.dist.base Please note

CVS commit: src/distrib/sets/lists/base

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 15:41:07 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi Log Message: add unbound /var/run To generate a diff of this commit: cvs rdiff -u -r1.1191 -r1.1192 src/distrib/sets/lists/base/mi Please note that

CVS commit: src/distrib/sets/lists/base

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 15:41:07 UTC 2018 Modified Files: src/distrib/sets/lists/base: mi Log Message: add unbound /var/run To generate a diff of this commit: cvs rdiff -u -r1.1191 -r1.1192 src/distrib/sets/lists/base/mi Please note that

CVS commit: src/etc/mtree

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 15:39:55 UTC 2018 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add unbound /var/run directory (reported by hannken@) To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178

CVS commit: src/etc/mtree

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 15:39:55 UTC 2018 Modified Files: src/etc/mtree: NetBSD.dist.base Log Message: Add unbound /var/run directory (reported by hannken@) To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178

CVS commit: src/sys/compat/netbsd32

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 15:23:22 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: PR/53666: Rin Okuyama: tcpdump for i386 does not work with COMPAT_NETBSD32 on amd64. Add BIOCSRTIMEOUT32. To

CVS commit: src/sys/compat/netbsd32

2018-10-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Oct 11 15:23:22 UTC 2018 Modified Files: src/sys/compat/netbsd32: netbsd32_ioctl.c netbsd32_ioctl.h Log Message: PR/53666: Rin Okuyama: tcpdump for i386 does not work with COMPAT_NETBSD32 on amd64. Add BIOCSRTIMEOUT32. To

CVS commit: src/sys/kern

2018-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 11 11:17:07 UTC 2018 Modified Files: src/sys/kern: uipc_mbufdebug.c Log Message: Fix m_examine_ip6() to print IPv6 payload length (ip6_plen) correctly. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/sys/kern

2018-10-11 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Thu Oct 11 11:17:07 UTC 2018 Modified Files: src/sys/kern: uipc_mbufdebug.c Log Message: Fix m_examine_ip6() to print IPv6 payload length (ip6_plen) correctly. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5