Re: CVS commit: src/sys/dev/scsipi

2017-06-18 Thread Kengo NAKAHARA
Hi, Today, I found my environment panic while rebooting. As bisecting, it seems the cause is below commit. On 2017/06/18 7:35, Michael van Elst wrote: > Module Name: src > Committed By: mlelstv > Date: Sat Jun 17 22:35:50 UTC 2017 > > Modified Files: > src/sys/dev/scsipi:

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 03:21:31 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: Another fix from FreeBSD (this one from April 2009). When processing a string (as in eval, trap, or sh -c) don't allow trailing \n's to destroy the exit

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 03:21:31 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: Another fix from FreeBSD (this one from April 2009). When processing a string (as in eval, trap, or sh -c) don't allow trailing \n's to destroy the exit

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 02:51:51 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: Fix from FreeBSD (applied there in July 2008...) Don't dump core with input like sh -c 'x=; echo >&$x' - that is where the word after a >& or <& redirect

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 02:51:51 UTC 2017 Modified Files: src/bin/sh: eval.c Log Message: Fix from FreeBSD (applied there in July 2008...) Don't dump core with input like sh -c 'x=; echo >&$x' - that is where the word after a >& or <& redirect

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 02:49:33 UTC 2017 Modified Files: src/bin/sh: main.c Log Message: Correct the initial line number used for processing -c arg strings. (It was inheriting the value from end of profile file processing) - I didn't notice

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 02:49:33 UTC 2017 Modified Files: src/bin/sh: main.c Log Message: Correct the initial line number used for processing -c arg strings. (It was inheriting the value from end of profile file processing) - I didn't notice

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 02:46:50 UTC 2017 Modified Files: src/bin/sh: expand.c Log Message: Now that excessive use of STACKSTRNUL has served its purpose (well, accidental purpose) in exposing the bug in its implementation, go back to not using

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 02:46:50 UTC 2017 Modified Files: src/bin/sh: expand.c Log Message: Now that excessive use of STACKSTRNUL has served its purpose (well, accidental purpose) in exposing the bug in its implementation, go back to not using

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 02:43:55 UTC 2017 Modified Files: src/bin/sh: mkoptions.sh Log Message: "b" more forgiving when sorting options to allow reasonable (and intended) flexibility in option.list format. Changes nothing for current

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Mon Jun 19 02:43:55 UTC 2017 Modified Files: src/bin/sh: mkoptions.sh Log Message: "b" more forgiving when sorting options to allow reasonable (and intended) flexibility in option.list format. Changes nothing for current

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

2017-06-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 18 23:20:20 UTC 2017 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: Only try to attach to CPUs with the same cluster ID as the boot processor. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2017-06-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 18 23:20:20 UTC 2017 Modified Files: src/sys/arch/arm/fdt: cpu_fdt.c Log Message: Only try to attach to CPUs with the same cluster ID as the boot processor. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

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

2017-06-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 18 22:11:50 UTC 2017 Modified Files: src/sys/arch/arm/cortex: gic.c Log Message: Don't assume that CPU index = GIC CPU interface number. We can determine the current CPU interface number by reading from the read-only

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

2017-06-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 18 22:11:50 UTC 2017 Modified Files: src/sys/arch/arm/cortex: gic.c Log Message: Don't assume that CPU index = GIC CPU interface number. We can determine the current CPU interface number by reading from the read-only

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

2017-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 18 20:24:59 UTC 2017 Modified Files: src/distrib/sets/lists/etc: mi Log Message: add racoon To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/distrib/sets/lists/etc/mi Please note that diffs are not

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

2017-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 18 20:24:59 UTC 2017 Modified Files: src/distrib/sets/lists/etc: mi Log Message: add racoon To generate a diff of this commit: cvs rdiff -u -r1.248 -r1.249 src/distrib/sets/lists/etc/mi Please note that diffs are not

CVS commit: src/etc/pam.d

2017-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 18 20:23:21 UTC 2017 Modified Files: src/etc/pam.d: Makefile Log Message: Install racoon pam file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/etc/pam.d/Makefile Please note that diffs are not

CVS commit: src/etc/pam.d

2017-06-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jun 18 20:23:21 UTC 2017 Modified Files: src/etc/pam.d: Makefile Log Message: Install racoon pam file. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/etc/pam.d/Makefile Please note that diffs are not

Re: CVS commit: src/usr.bin/make

2017-06-18 Thread Martin Husemann
On Sun, Jun 18, 2017 at 02:21:42PM -0400, Christos Zoulas wrote: > 1. What needs the intermediate representation, and how it can be used? For debuging makefiles. Martin

Re: CVS commit: src/usr.bin/make

2017-06-18 Thread Christos Zoulas
On Jun 18, 7:01pm, jo...@bec.de (Joerg Sonnenberger) wrote: -- Subject: Re: CVS commit: src/usr.bin/make | On Sat, Jun 17, 2017 at 10:40:25PM -0400, Christos Zoulas wrote: | > On Jun 18, 12:36am, jo...@bec.de (Joerg Sonnenberger) wrote: | > -- Subject: Re: CVS commit: src/usr.bin/make | > | > |

CVS commit: src/usr.sbin/makemandb

2017-06-18 Thread Abhinav Upadhyay
16:24:10 abhinav Exp $ */ /*- * Copyright (c) 2011 Abhinav Upadhyay <er.abhinav.upadh...@gmail.com> * All rights reserved. @@ -45,7 +45,7 @@ typedef enum mandb_access_mode { } mandb_access_mode; -#define APROPOS_SCHEMA_VERSION 20120507 +#define APROPOS_SCHEMA_VERSION 20170618 /*

CVS commit: src/usr.sbin/makemandb

2017-06-18 Thread Abhinav Upadhyay
Module Name:src Committed By: abhinav Date: Sun Jun 18 16:24:10 UTC 2017 Modified Files: src/usr.sbin/makemandb: Makefile apropos-utils.c apropos-utils.h Added Files: src/usr.sbin/makemandb: custom_apropos_tokenizer.c custom_apropos_tokenizer.h

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

2017-06-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 18 15:57:16 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: EXYNOS Log Message: Build exynos5422 .dtb files with this kernel. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

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

2017-06-18 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Sun Jun 18 15:57:16 UTC 2017 Modified Files: src/sys/arch/evbarm/conf: EXYNOS Log Message: Build exynos5422 .dtb files with this kernel. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/kern

2017-06-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 18 14:00:18 UTC 2017 Modified Files: src/sys/kern: vfs_trans.c Log Message: Make the fast path of fstrans_get_lwp_info() "static inline". To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/kern

2017-06-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 18 14:00:18 UTC 2017 Modified Files: src/sys/kern: vfs_trans.c Log Message: Make the fast path of fstrans_get_lwp_info() "static inline". To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48

CVS commit: src/sys/kern

2017-06-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 18 13:59:45 UTC 2017 Modified Files: src/sys/kern: vfs_trans.c Log Message: Clear fstrans entries whose mount is gone from the last fstrans_done() only. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/sys/kern

2017-06-18 Thread Juergen Hannken-Illjes
Module Name:src Committed By: hannken Date: Sun Jun 18 13:59:45 UTC 2017 Modified Files: src/sys/kern: vfs_trans.c Log Message: Clear fstrans entries whose mount is gone from the last fstrans_done() only. To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 18 07:50:46 UTC 2017 Modified Files: src/bin/sh: expand.c Log Message: NFC: DEBUG mode only change. Fix botched cleanup of one TRACE(). To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/bin/sh/expand.c

CVS commit: src/bin/sh

2017-06-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Jun 18 07:50:46 UTC 2017 Modified Files: src/bin/sh: expand.c Log Message: NFC: DEBUG mode only change. Fix botched cleanup of one TRACE(). To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/bin/sh/expand.c