CVS commit: src/share/man/man5

2017-03-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Mar 27 07:45:37 UTC 2017 Modified Files: src/share/man/man5: core.5 Log Message: More markup. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/share/man/man5/core.5 Please note that diffs are not public domain

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

2017-03-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Mar 27 14:26:20 UTC 2017 Modified Files: src/sys/arch/arm/include: cpu.h Log Message: Expose correct cpu_number(), CPU_IS_PRIMARY() and CPU_INFO_FOREACH() for modules so that the dtrace module works on an MP system. To genera

CVS commit: src/sys/arch/xen/xenbus

2017-03-27 Thread Manuel Bouyer
Module Name:src Committed By: bouyer Date: Mon Mar 27 18:39:55 UTC 2017 Modified Files: src/sys/arch/xen/xenbus: xenbus_dev.c Log Message: Avoid variable reassignement; reported by dcb...@hotmail.com in PR port-xen/52112 To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2017-03-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Mar 27 20:50:19 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: reader.c Log Message: Do not truncate pass-phrases without a newline character This also fixes a crash when the pass-phrase entered is emp

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2017-03-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Mar 27 20:55:13 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c keyring.h netpgp.c Log Message: Avoid some type casts Submitted on tech-pkg@ as: [PATCH 03/11] Avoid some type casts

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2017-03-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Mar 27 21:00:43 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c Log Message: Do not use random data for pass-phrases on EOF Submitted on tech-pkg@ as: [PATCH 04/11] Do not use random data for

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2017-03-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Mar 27 21:06:50 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c keyring.h Log Message: Expect a FILE * for pgp_decrypt_seckey() Submitted on tech-pkg@ as: [PATCH 05/11] Expect a FILE * for pgp

CVS commit: src/crypto/external/bsd/netpgp/dist/src/lib

2017-03-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Mar 27 21:19:12 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/lib: keyring.c Log Message: Do not ask for a passphrase when empty Submitted on tech-pkg@ as: [PATCH 06/11] Do not ask for a passphrase when em

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgp

2017-03-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Mar 27 21:30:23 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1 Log Message: Correct option "--armor" Submitted on tech-pkg@ as: [PATCH 07/11] Correct option "--armor" To generate a diff o

CVS commit: src/crypto/external/bsd/netpgp/dist/src/netpgp

2017-03-27 Thread Pierre Pronchery
Module Name:src Committed By: khorben Date: Mon Mar 27 21:34:32 UTC 2017 Modified Files: src/crypto/external/bsd/netpgp/dist/src/netpgp: netpgp.1 Log Message: Also document alternate option "--detach" Submitted on tech-pkg@ as: [PATCH 08/11] Also document alternate option

CVS commit: src/sys/dev

2017-03-27 Thread Nathanial Sloss
Module Name:src Committed By: nat Date: Mon Mar 27 23:25:24 UTC 2017 Modified Files: src/sys/dev: audio.c Log Message: Use play/record gain from last open. Fixes jumping volume when opening /dev/sound then /dev/audio. To generate a diff of this commit: cvs rdiff -u -r1.

CVS commit: src/tests/kernel

2017-03-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Mar 28 01:00:33 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Mark signal6 as failing due to timeout not regular failure This test is marked as PR kern/51918. Timeout has been reported on i386, amd64

CVS commit: src/tests/net/if_pppoe

2017-03-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 28 01:27:46 UTC 2017 Modified Files: src/tests/net/if_pppoe: t_pppoe.sh Log Message: Use the utility functions for rump_server To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/tests/net/if_pppoe/t_pppoe

CVS commit: src/tests/kernel

2017-03-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Mar 28 01:40:40 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Optimize signal6 in t_ptrace_wait Reduce timeout to 5 seconds. This tests timeouts and this change saves time. PR kern/51918 Sponsored b

CVS commit: src/tests/kernel

2017-03-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Mar 28 03:03:15 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Mark fork1 and siginfo5 as broken on sparc, sparc64, evbarm and alpha PR kern/52117 ptrace(2) PTRACE_FORK fails on some platforms These t

CVS commit: src/tests/kernel

2017-03-27 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Tue Mar 28 03:19:20 UTC 2017 Modified Files: src/tests/kernel: t_ptrace_wait.c Log Message: Set timeout expected in resume1 (t_ptrace_wait*) Mark timeout for this test 5 sec. It sometimes works sometimes does not. Add a local sle

CVS commit: src/sys/dev/pci

2017-03-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 28 04:09:52 UTC 2017 Modified Files: src/sys/dev/pci: if_vioif.c Log Message: Don't write to read-only VIRTIO_NET_S_LINK_UP bit The bit is defined as read-only in the Virtio PCI Card Specification. The fix is inspired by

CVS commit: src/sys/dev/pci

2017-03-27 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Tue Mar 28 04:10:33 UTC 2017 Modified Files: src/sys/dev/pci: if_vioif.c virtio.c Log Message: Handle config change interrupts to inhibit sending packets while link down PR kern/52103 by s-yamaguchi@IIJ To generate a diff of t

CVS commit: src/external/bsd/ntp/bin/ntpd

2017-03-27 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Tue Mar 28 04:27:26 UTC 2017 Modified Files: src/external/bsd/ntp/bin/ntpd: ntp.keys.5 Log Message: Remove duplicated NAME section Remove hardcoded argument to .Os Remove extra arguments to .Dt The extra arguments to .Dt were be