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

2019-02-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Feb 15 05:06:38 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add new ATF tests traceme_signal{ignored,masked}_crash* in t_ptrace_wait* New tests verify that crashes (from trap signals) are

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

2019-02-14 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Fri Feb 15 04:11:39 UTC 2019 Modified Files: src/tests/lib/libc/sys: t_ptrace_wait.c Log Message: Add new ATF tests traceme_raisesignal_ignored in t_ptrace_wait* Verify that ignoring (with SIG_IGN) in tracee does not stop tracer

CVS commit: src/sys/arch/evbarm

2019-02-14 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Feb 14 21:47:52 UTC 2019 Added Files: src/sys/arch/evbarm/conf: IYONIX files.iyonix std.iyonix src/sys/arch/evbarm/iyonix: autoconf.c com_obio.c i80321_mainbus.c iyonix_machdep.c iyonix_pci.c iyonixreg.h

CVS commit: src/distrib/sets/lists

2019-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 20:42:41 UTC 2019 Modified Files: src/distrib/sets/lists/base: shl.mi src/distrib/sets/lists/comp: ad.arm md.amd64 md.sparc64 shl.mi src/distrib/sets/lists/debug: shl.mi Log Message: get rid of

CVS commit: src/usr.sbin/sup/source

2019-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 20:19:51 UTC 2019 Modified Files: src/usr.sbin/sup/source: supcmeat.c Log Message: add breaks for done() since it might not be __dead. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43

CVS commit: src/sys/arch/sparc64/sparc64

2019-02-14 Thread Palle Lyckegaard
Module Name:src Committed By: palle Date: Thu Feb 14 20:09:40 UTC 2019 Modified Files: src/sys/arch/sparc64/sparc64: trap.c Log Message: sun4v: add debug printout for ALIGN trap To generate a diff of this commit: cvs rdiff -u -r1.189 -r1.190

CVS commit: src/lib/libedit

2019-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 20:09:12 UTC 2019 Modified Files: src/lib/libedit: readline.c Log Message: PR/53981: Jonathan Perkins: history_list should null-terminate To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150

CVS commit: src/usr.sbin/sup/source

2019-02-14 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Feb 14 17:08:54 UTC 2019 Modified Files: src/usr.sbin/sup/source: supextern.h Log Message: done is not always done (it returns, it is not dead) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28

CVS commit: src/external/bsd/nsd

2019-02-14 Thread Patrick Welche
Module Name:src Committed By: prlw1 Date: Thu Feb 14 14:40:08 UTC 2019 Modified Files: src/external/bsd/nsd: Makefile.inc Log Message: libpthread isn't used To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/external/bsd/nsd/Makefile.inc Please note that

CVS commit: src

2019-02-14 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 14 14:30:20 UTC 2019 Modified Files: src/lib/libnvmm: libnvmm_x86.c src/sys/dev/nvmm/x86: nvmm_x86.h nvmm_x86_svm.c nvmm_x86_vmx.c Log Message: Harmonize the handling of the CPL between AMD and Intel. AMD has a

CVS commit: src/bin/sh

2019-02-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 14 13:27:59 UTC 2019 Modified Files: src/bin/sh: show.c Log Message: DEBUG mode only change. When pretty-printing a word from a parse tree, don't display a CTLESC which is there only to protect a CTL* char (a data char

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

2019-02-14 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Thu Feb 14 12:49:28 UTC 2019 Modified Files: src/distrib/sets/lists/comp: md.amd64 Log Message: Sort, and add a couple obsolete files for binutils=231. To generate a diff of this commit: cvs rdiff -u -r1.267 -r1.268

CVS commit: src/usr.bin/crunch/crunchgen

2019-02-14 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 14 12:22:06 UTC 2019 Modified Files: src/usr.bin/crunch/crunchgen: crunchgen.c Log Message: remove the hack to remove .eh_frame -- gcc7 is fixed it seems. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92

CVS commit: src/bin/sh

2019-02-14 Thread Robert Elz
Module Name:src Committed By: kre Date: Thu Feb 14 11:15:24 UTC 2019 Modified Files: src/bin/sh: builtins.def sh.1 var.c Log Message: Add the "specialvar" built-in command. Discussed (well, mentioned anway) on tech-userlevel with no adverse response. This allows the

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

2019-02-14 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 14 10:36:33 UTC 2019 Modified Files: src/tests/lib/libc/arch/hppa: return_one.S src/tests/lib/libc/arch/mips: return_one.S src/tests/lib/libc/arch/powerpc64: return_one.S src/tests/lib/libc/arch/vax:

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

2019-02-14 Thread matthew green
Module Name:src Committed By: mrg Date: Thu Feb 14 10:29:58 UTC 2019 Modified Files: src/external/gpl3/gcc/dist/gcc: output.h varasm.c Log Message: put joerg's varasm.c patch back with additional upstream fixes. now crtbegin.o has a read-only .eh_frame, and libstdc++

CVS commit: src/sys/dev/nvmm/x86

2019-02-14 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Feb 14 09:37:32 UTC 2019 Modified Files: src/sys/dev/nvmm/x86: nvmm_x86_vmx.c Log Message: On AMD, the segments have a simple "present" bit. On Intel however there is an extra "unusable" bit, which has a twisted meaning. We

CVS commit: src/sys/arch

2019-02-14 Thread Cherry G. Mathew
Module Name:src Committed By: cherry Date: Thu Feb 14 08:18:26 UTC 2019 Modified Files: src/sys/arch/amd64/amd64: locore.S machdep.c spl.S vector.S src/sys/arch/amd64/include: frame.h src/sys/arch/i386/i386: machdep.c vector.S