CVS commit: src/sys/sys

2017-11-18 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sun Nov 19 07:41:52 UTC 2017 Modified Files: src/sys/sys: tls.h Log Message: Remove the _rtld_tls_static_setup() leftover from sys/tls.h This prototype is dead and there are no users. This function isn't defined anywhere. To gen

CVS commit: src/share/dict

2017-11-18 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sun Nov 19 06:04:53 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Improve previous: the usual spelling for the name is "Colleen", not "Coleen". The latter does apparently exist though so don't remove it. To genera

CVS commit: src/bin/sh

2017-11-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 19 03:23:01 UTC 2017 Modified Files: src/bin/sh: eval.c option.list options.c output.c output.h sh.1 var.c Log Message: Implement the -X option - an apparent variant of -x which sends all trace output to the stderr which exis

CVS commit: src/bin/sh

2017-11-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 19 03:22:55 UTC 2017 Modified Files: src/bin/sh: output.c output.h Log Message: Rearrange "struct output" to be slightly more friendly (I think) to I32 P64 systems - keep nextc first, as that's used in macros, and nleft next,

CVS commit: src/usr.bin/config

2017-11-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 19 01:46:29 UTC 2017 Modified Files: src/usr.bin/config: mkioconf.c Log Message: Don't print instances we've already printed. To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.bin/config/mkioconf.c

CVS commit: src/games/fortune/datfiles

2017-11-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Nov 19 01:31:53 UTC 2017 Modified Files: src/games/fortune/datfiles: fortunes2 fortunes2-o.real Log Message: revert removals while there is an active discussion on what to do. To generate a diff of this commit: cvs rdiff -

CVS commit: src/usr.bin/config

2017-11-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sun Nov 19 00:41:10 UTC 2017 Modified Files: src/usr.bin/config: sem.c Log Message: Remove a stray left over debug printf that crashes the builds (ab==NULL). To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/usr.bin

CVS commit: src/share/dict

2017-11-18 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sun Nov 19 00:32:24 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add missing words beginning with 'c' from FreeBSD's copy of src/share/dict/web2. To generate a diff of this commit: cvs rdiff -u -r1.40 -r1.41 src/sha

CVS commit: src/share/dict

2017-11-18 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Nov 18 23:58:54 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add missing words beginning with 'b' from FreeBSD's copy of src/share/dict/web2. To generate a diff of this commit: cvs rdiff -u -r1.39 -r1.40 src/sha

CVS commit: src/share/dict

2017-11-18 Thread Sevan Janiyan
Module Name:src Committed By: sevan Date: Sat Nov 18 23:40:22 UTC 2017 Modified Files: src/share/dict: web2 Log Message: Add capitalised variants missed on the last run. To generate a diff of this commit: cvs rdiff -u -r1.38 -r1.39 src/share/dict/web2 Please note that d

CVS commit: src/usr.bin/make

2017-11-18 Thread Simon J. Gerraty
Module Name:src Committed By: sjg Date: Sat Nov 18 22:34:05 UTC 2017 Modified Files: src/usr.bin/make: var.c src/usr.bin/make/unit-tests: varcmd.exp varcmd.mk Log Message: Do not append to variable set on command line POSIX requires that variables set on the comma

CVS commit: src/games/fortune/datfiles

2017-11-18 Thread Maya Rashish
Module Name:src Committed By: maya Date: Sat Nov 18 20:48:50 UTC 2017 Modified Files: src/games/fortune/datfiles: fortunes fortunes2 fortunes2-o.real Log Message: Remove a few offensive quotes, put in as many new quotes. PR bin/52735 To generate a diff of this commit: c

CVS commit: src/games/fortune/datfiles

2017-11-18 Thread John Nemeth
Module Name:src Committed By: jnemeth Date: Sat Nov 18 19:51:46 UTC 2017 Modified Files: src/games/fortune/datfiles: fortunes Log Message: add quote about libraries offending everyone To generate a diff of this commit: cvs rdiff -u -r1.64 -r1.65 src/games/fortune/datfile

CVS commit: src/external/cddl/osnet/sys/sys

2017-11-18 Thread Robert Elz
Module Name:src Committed By: kre Date: Sat Nov 18 18:52:59 UTC 2017 Modified Files: src/external/cddl/osnet/sys/sys: kmem.h Log Message: Let's define symbols before using them. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/external/cddl/osnet/sys/sys/k

CVS commit: src/sys/conf

2017-11-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 18 18:44:55 UTC 2017 Modified Files: src/sys/conf: files Log Message: Catch up with the new config version. To generate a diff of this commit: cvs rdiff -u -r1.1183 -r1.1184 src/sys/conf/files Please note that diffs a

CVS commit: src/usr.bin/config

2017-11-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 18 18:44:20 UTC 2017 Modified Files: src/usr.bin/config: defs.h mkioconf.c sem.c Log Message: Allow multiple attachments methods to the same child+parent combination: foo* at bar? with baz foo* at bar? with barf

CVS commit: src/usr.bin/config

2017-11-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 18 18:41:44 UTC 2017 Modified Files: src/usr.bin/config: sem.c Log Message: - Factor out the remove_pspec code into a function. - Avoid NULL pointer when printing an error. To generate a diff of this commit: cvs rdiff

CVS commit: src/usr.bin/config

2017-11-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 18 18:39:16 UTC 2017 Modified Files: src/usr.bin/config: main.c Log Message: add more debugging, no functional change. To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/usr.bin/config/main.c Please not

CVS commit: src/tests/lib/libc/sys

2017-11-18 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sat Nov 18 17:00:00 UTC 2017 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: PR kern/52167 strikes on sparc64 too. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/tests/lib/libc/sys/t_ptrace

CVS commit: src/external/cddl/osnet/sys/sys

2017-11-18 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Nov 18 13:51:56 UTC 2017 Modified Files: src/external/cddl/osnet/sys/sys: kmem.h Log Message: use symbolic constant for 0 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/external/cddl/osnet/sys/sys/kmem.h

CVS commit: src/share/misc

2017-11-18 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Sat Nov 18 08:19:21 UTC 2017 Modified Files: src/share/misc: acronyms-o.real Log Message: Add "HFIC" and "HSIC" - as seen on IRC recently. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/misc/acronyms-o.r