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 st

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 e

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 bef

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 it

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 option.lis

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 s

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 GIC

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 pu

CVS commit: src/usr.sbin/makemandb

2017-06-18 Thread Abhinav Upadhyay
00 abhinav Exp $ */ +/* $NetBSD: apropos-utils.h,v 1.13 2017/06/18 16:24:10 abhinav Exp $ */ /*- * Copyright (c) 2011 Abhinav Upadhyay * All rights reserved. @@ -45,7 +45,7 @@ typedef enum mandb_access_mode { } mandb_access_mode; -#define APROPOS_SCHEMA_VERSION 20120507 +#define APROPOS_

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 src/sys/arch/evbarm/conf/EX

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 src/sys/kern/vfs_tr

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 src/

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 P