CVS commit: src/tests/net/ipsec

2017-07-15 Thread Ryota Ozaki
Module Name:src Committed By: ozaki-r Date: Sat Jul 15 07:26:02 UTC 2017 Modified Files: src/tests/net/ipsec: t_ipsec_misc.sh Log Message: Fix wrong argument handling To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/net/ipsec/t_ipsec_misc.sh Please

CVS commit: src/usr.bin/systat

2017-07-15 Thread Michael van Elst
Module Name:src Committed By: mlelstv Date: Sat Jul 15 08:22:23 UTC 2017 Modified Files: src/usr.bin/systat: iostat.c vmstat.c Log Message: Use I/O timestamps to compute disk statistics for better precisison. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38

CVS commit: src/sys/dev/ic

2017-07-15 Thread Tetsuya Isaki
Module Name:src Committed By: isaki Date: Sat Jul 15 10:17:09 UTC 2017 Modified Files: src/sys/dev/ic: msm6258.c Log Message: Add DIAGNOSTIC code. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/dev/ic/msm6258.c Please note that diffs are not publi

CVS commit: src/usr.bin/mkubootimage

2017-07-15 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sat Jul 15 11:13:08 UTC 2017 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 mkubootimage.c uboot.h Log Message: Add support for "kernel_noload" image types. This type is the same as the "kernel" type, except it can run

CVS commit: src/usr.bin/mkubootimage

2017-07-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jul 15 12:10:31 UTC 2017 Modified Files: src/usr.bin/mkubootimage: mkubootimage.1 Log Message: Remove unnecessary macros. Use standard headers. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/usr.bin/mkubootima

CVS commit: src/sys/sys

2017-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 15 13:46:02 UTC 2017 Modified Files: src/sys/sys: cdefs.h Log Message: Ignore __thread for lint for now To generate a diff of this commit: cvs rdiff -u -r1.132 -r1.133 src/sys/sys/cdefs.h Please note that diffs are no

CVS commit: src/external/mit/xorg/server/xorg-server.old/hw/vfb

2017-07-15 Thread Taylor R Campbell
Module Name:src Committed By: riastradh Date: Sat Jul 15 13:54:07 UTC 2017 Modified Files: src/external/mit/xorg/server/xorg-server.old/hw/vfb: Makefile Log Message: Missed a MKCRYPTO spot. ...although if nobody noticed, maybe that means this doesn't actually use libcrypt

CVS commit: src/usr.bin/time

2017-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 15 14:34:08 UTC 2017 Modified Files: src/usr.bin/time: ext.h time.1 time.c Log Message: Allow the user to specify the output format on the command line. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/u

CVS commit: src/bin/csh

2017-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 15 14:35:55 UTC 2017 Modified Files: src/bin/csh: extern.h time.c Log Message: Add a variant that passes the format, so that time(1) can use it. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/bin/csh

CVS commit: src/usr.bin/time

2017-07-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sat Jul 15 14:40:36 UTC 2017 Modified Files: src/usr.bin/time: time.1 Log Message: Simplify. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/usr.bin/time/time.1 Please note that diffs are not public domain; they

CVS commit: src/sys/conf

2017-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 15 15:20:52 UTC 2017 Modified Files: src/sys/conf: Makefile.kern.inc Added Files: src/sys/conf: dts.mk Log Message: Move the dts rule to a separate file and add dependencies handling. To generate a diff of this

CVS commit: src/sys/conf

2017-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 15 15:53:48 UTC 2017 Modified Files: src/sys/conf: dts.mk Log Message: do dts depend processing in two passes, one for /include/ and one for #include To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/

CVS commit: src/tests/bin/sh

2017-07-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jul 15 18:50:42 UTC 2017 Modified Files: src/tests/bin/sh: t_arith.sh Log Message: Add basic tests for the forthcoming ',' '++' and '--' operators. Until the support for those is committed to /bin/sh (and when testing any other s

CVS commit: src/tests/bin/sh

2017-07-15 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Jul 15 18:52:21 UTC 2017 Modified Files: src/tests/bin/sh: t_option.sh Log Message: Add some tests for the (likely forthcoming) pipefail option (modelled after than in ksh and bash, and the similar thing in zsh) for which a reque

CVS commit: src/sys/netipsec

2017-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 15 22:48:32 UTC 2017 Modified Files: src/sys/netipsec: key.c Log Message: fix printf format. To generate a diff of this commit: cvs rdiff -u -r1.184 -r1.185 src/sys/netipsec/key.c Please note that diffs are not public

CVS commit: src/sys/arch/macppc/stand/bootxx

2017-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 15 23:26:46 UTC 2017 Modified Files: src/sys/arch/macppc/stand/bootxx: Makefile Log Message: Avoid missing _restgpr_30_x To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/macppc/stand/bootxx/Ma

CVS commit: src/external/gpl3/gcc/dist/gcc/config

2017-07-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Jul 15 23:52:30 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd.h Log Message: fix the powerpc build, by undefining the EH_SPEC entry first. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1

CVS commit: src/sys/arch/xen

2017-07-15 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Jul 16 05:03:37 UTC 2017 Modified Files: src/sys/arch/xen/include: evtchn.h src/sys/arch/xen/xen: evtchn.c Log Message: Add a glue function to inspect event channel<->legacy IRQ mappings. This is towards getting xen to

CVS commit: src/sys/arch

2017-07-15 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Sun Jul 16 06:14:24 UTC 2017 Modified Files: src/sys/arch/x86/isa: isa_machdep.c src/sys/arch/xen/include: intr.h pci_machdep.h src/sys/arch/xen/x86: intr.c src/sys/arch/xen/xen: isa_machdep.c pci_intr_machd