CVS commit: src/sys/dev/pci

2016-11-13 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Mon Nov 14 05:38:39 UTC 2016 Modified Files: src/sys/dev/pci: if_wm.c Log Message: Set CTRL_MEHE correctly (PCH_{LPT,SPT} only). To generate a diff of this commit: cvs rdiff -u -r1.443 -r1.444 src/sys/dev/pci/if_wm.c Please no

CVS commit: src/tests/kernel

2016-11-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 14 04:55:57 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Add new tests attach6 and attach7 in t_wait_proc{4,6,id,pid} attach6: Assert that tracer sees its parent when attached to tracer (chec

CVS commit: src/sys/netinet6

2016-11-13 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Mon Nov 14 02:34:19 UTC 2016 Modified Files: src/sys/netinet6: nd6.c Log Message: Add missing rtfree To generate a diff of this commit: cvs rdiff -u -r1.210 -r1.211 src/sys/netinet6/nd6.c Please note that diffs are not public

CVS commit: src/tests/kernel

2016-11-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Mon Nov 14 00:18:33 UTC 2016 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Enhance pipe(2)-based IPC barrier in attach5 of t_ptrace_wait The write(2) call does not block and there is need to perform handshake, in

CVS commit: src/tests/kernel

2016-11-13 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 13 22:59:31 UTC 2016 Modified Files: src/tests/kernel: t_ptrace.c Log Message: Add attach_pid1_securelevel in t_ptrace Assert that a debugger cannot attach to PID 1 with securelevel >= 1 (as root). Test requested by Spo

CVS commit: src/external/bsd/blacklist/port

2016-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 13 22:38:22 UTC 2016 Removed Files: src/external/bsd/blacklist/port: config.h Log Message: no need for config.h; it should be auto-gened. To generate a diff of this commit: cvs rdiff -u -r1.3 -r0 src/external/bsd/black

CVS commit: src/external/bsd/blacklist/port

2016-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 13 22:37:39 UTC 2016 Modified Files: src/external/bsd/blacklist/port: Makefile.am config.h Log Message: add include in the vpath. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/external/bsd/blacklist/p

CVS commit: src

2016-11-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Nov 13 22:14:44 UTC 2016 Modified Files: src/distrib/evbppc/ramdisk: Makefile src/sys/arch/evbppc/conf: INSTALL.inc Log Message: Give the ramdisk a bit more space, evbppc64 for clang is running out. To generate a diff

CVS commit: src/share/mk

2016-11-13 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Nov 13 22:13:55 UTC 2016 Modified Files: src/share/mk: bsd.own.mk Log Message: Define the MKPICLIB default for aarch64 and powerpc64 only for native builds, not inside src/compat. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/kern

2016-11-13 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 13 15:25:01 UTC 2016 Modified Files: src/sys/kern: kern_exit.c kern_prot.c Log Message: Make p_ppid contain the original parent's pid even for traced processes. Only change it when we are being permanently reparented to

CVS commit: src

2016-11-13 Thread Adrian Steinmann
Module Name:src Committed By: ast Date: Sun Nov 13 14:47:46 UTC 2016 Modified Files: src: build.sh Log Message: With driver modulization of if_loop.c through introduction of sys/net/if_module.h, build.sh rumptest of -lrumpnet_virtif now also requires -lrumpdev -lrumpvfs fo

CVS commit: src/sys/compat/netbsd32

2016-11-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 13 13:59:45 UTC 2016 Modified Files: src/sys/compat/netbsd32: netbsd32_conv.h Log Message: correct wrong casting. some are considered harmless, but - tv_sec in netbsd32_timeval is netbsd32_time_t (aka netbsd32_int64_t) rath

CVS commit: src/sys/compat/netbsd32

2016-11-13 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 13 13:52:41 UTC 2016 Modified Files: src/sys/compat/netbsd32: netbsd32.h Log Message: tv_usec in netbsd32_timeval is suseconds_t (aka int32_t) rather than netbsd32_long (considered harmless) approved by martin To generate

CVS commit: src/sys/arch/x86/x86

2016-11-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 13 12:58:40 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap_tlb.c Log Message: Explain why this is the right value, otherwise someone (like me) could be tempted to increase it. The invlpg part is from rmind, the statisti

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

2016-11-13 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Sun Nov 13 12:38:14 UTC 2016 Modified Files: src/sys/arch/i386/i386: vector.S Log Message: The reason we are not using INTRENTRY here is because this interrupt goes through a task gate that points to a TSS entry in the GDT, and ther