CVS commit: src/lib/csu/common

2018-07-12 Thread Robert Elz
Module Name:src Committed By: kre Date: Fri Jul 13 01:00:17 UTC 2018 Modified Files: src/lib/csu/common: crt0-common.c Log Message: i386/amd64 build fix. Fix "possibly used uninitialized" from gcc. These changes should make no practical effect - but because external

CVS commit: src/external/gpl3/gdb/dist/bfd

2018-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 12 23:18:28 UTC 2018 Modified Files: src/external/gpl3/gdb/dist/bfd: elf.c Log Message: aarch64 does not have PT_STEP so we start from 0. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/doc

2018-07-12 Thread Joerg Sonnenberger
tos 20180626] aarch64: Add support for SMP. [ryo 20180709] viadrm(4): Removed, superseded by viadrmums. [maya 20180710] + x86: Support for -static -pie binaries. [joerg 20180712]

CVS commit: src/share/mk

2018-07-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 12 21:41:25 UTC 2018 Modified Files: src/share/mk: bsd.README bsd.own.mk Log Message: Update MKSTATICPIE entry to actually do something. To generate a diff of this commit: cvs rdiff -u -r1.378 -r1.379

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

2018-07-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 12 21:39:24 UTC 2018 Modified Files: src/external/gpl3/gcc/dist/gcc/config: netbsd-elf.h Log Message: Static PIE should have no linker, otherwise it isn't really static. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3

2018-07-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 12 21:38:16 UTC 2018 Modified Files: src/external/gpl3/binutils.old/dist/bfd: elf.c src/external/gpl3/binutils/dist/bfd: elf.c Log Message: PT_PHDR is useful without PT_INTERP, i.e. for static PIE. It removes the

CVS commit: src/lib/csu/common

2018-07-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 12 21:36:46 UTC 2018 Modified Files: src/lib/csu/common: crt0-common.c Log Message: Add static PIE support for i386 and AMD64. The basic glue works with mininal changes for other architectures as well, but those require

CVS commit: src/lib/csu/common

2018-07-12 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jul 12 21:35:12 UTC 2018 Modified Files: src/lib/csu/common: crt0-common.c Log Message: _DYNAMIC is present for static PIE as well, so loosen rtld check. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17

CVS commit: src/external/mit/xorg/server/drivers/xf86-video-nv

2018-07-12 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jul 12 21:22:20 UTC 2018 Modified Files: src/external/mit/xorg/server/drivers/xf86-video-nv: Makefile Log Message: build EXA support for nv driver To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 \

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2018-07-12 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 12 21:19:55 UTC 2018 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_driver.c nv_proto.h nv_type.h nv_xaa.c Added Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_exa.c Log Message:

CVS commit: xsrc/external/mit/xf86-video-nv/dist/src

2018-07-12 Thread Michael Lorenz
Module Name:xsrc Committed By: macallan Date: Thu Jul 12 21:16:33 UTC 2018 Modified Files: xsrc/external/mit/xf86-video-nv/dist/src: nv_local.h Log Message: add powerpc-specific barrier instructions, use them a bit more now this mostly works on G5 To generate a diff of

CVS commit: src/sys/arch

2018-07-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jul 12 19:48:16 UTC 2018 Modified Files: src/sys/arch/amd64/amd64: amd64_trap.S locore.S machdep.c src/sys/arch/amd64/include: frameasm.h src/sys/arch/x86/x86: svs.c Log Message: Handle NMIs correctly when SVS

CVS commit: src/sys/arch/x86/x86

2018-07-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jul 12 18:39:09 UTC 2018 Modified Files: src/sys/arch/x86/x86: cpu.c Log Message: Oh. Don't call svs_pdir_switch if SVS is disabled, that's not needed. I was playing around with PMCs, and was wondering why some cache misses

CVS commit: src/usr.bin/make

2018-07-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jul 12 18:03:31 UTC 2018 Modified Files: src/usr.bin/make: dir.c Log Message: Fix previous: cached_stats() returning < 0 means that the file is not found, not that it was found in the cache, and centralize reporting. To

CVS commit: src/usr.bin/make

2018-07-12 Thread Reinoud Zandijk
Module Name:src Committed By: reinoud Date: Thu Jul 12 17:46:37 UTC 2018 Modified Files: src/usr.bin/make: dir.c Log Message: Remove duplicate code in make(1)'s dir.c. When the cached_stats() code was added, some old logic stayed around that implements the cached_stats()

CVS commit: [phil-wifi] src/sys

2018-07-12 Thread Phil Nelson
Module Name:src Committed By: phil Date: Thu Jul 12 16:02:50 UTC 2018 Added Files: src/sys/kern [phil-wifi]: subr_sbuf.c src/sys/sys [phil-wifi]: sbuf.h Log Message: Add sbuf files from FreeBSD to support net80211. Files from same version as net80211 files. To

CVS commit: [netbsd-8] src/doc

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 15:26:11 UTC 2018 Modified Files: src/doc [netbsd-8]: CHANGES-8.0 Log Message: Tickets #890, #900, #901 To generate a diff of this commit: cvs rdiff -u -r1.1.2.224 -r1.1.2.225 src/doc/CHANGES-8.0 Please note that

CVS commit: [netbsd-8] src/lib/libutil

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 15:24:43 UTC 2018 Modified Files: src/lib/libutil [netbsd-8]: pty.c Log Message: Pull up following revision(s) (requested by kamil in ticket #901): lib/libutil/pty.c: revision 1.32 Fix stack use after scope

CVS commit: [netbsd-8] src/usr.sbin/sysinst

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 15:18:45 UTC 2018 Modified Files: src/usr.sbin/sysinst [netbsd-8]: util.c Log Message: Pull up following revision(s) (requested by kamil in ticket #900): usr.sbin/sysinst/util.c: revision 1.10,1.11 Enlarge

CVS commit: [netbsd-8] src/sys/net

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 15:11:56 UTC 2018 Modified Files: src/sys/net [netbsd-8]: if_pppoe.c Log Message: Pull up following revision(s) (requested by yamaguchi in ticket #890): sys/net/if_pppoe.c: revision 1.137

CVS commit: [netbsd-7-0] src/doc

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 14:59:58 UTC 2018 Modified Files: src/doc [netbsd-7-0]: CHANGES-7.0.3 Log Message: Ticket #1619 To generate a diff of this commit: cvs rdiff -u -r1.1.2.108 -r1.1.2.109 src/doc/CHANGES-7.0.3 Please note that diffs

CVS commit: [netbsd-7-0] src/usr.bin/printf

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 14:59:30 UTC 2018 Modified Files: src/usr.bin/printf [netbsd-7-0]: printf.c Log Message: Pull up following revision(s) (requested by kre in ticket #1619): usr.bin/printf/printf.c: revision 1.37-1.39 fix some

CVS commit: [netbsd-7-1] src/doc

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 14:59:03 UTC 2018 Modified Files: src/doc [netbsd-7-1]: CHANGES-7.1.3 Log Message: Ticket #1619 To generate a diff of this commit: cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-7.1.3 Please note that diffs are

CVS commit: [netbsd-7-1] src/usr.bin/printf

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 14:58:23 UTC 2018 Modified Files: src/usr.bin/printf [netbsd-7-1]: printf.c Log Message: Pull up following revision(s) (requested by kre in ticket #1619): usr.bin/printf/printf.c: revision 1.37-1.39 fix some

CVS commit: [netbsd-7] src/doc

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 14:57:57 UTC 2018 Modified Files: src/doc [netbsd-7]: CHANGES-7.2 Log Message: Ticket #1619 To generate a diff of this commit: cvs rdiff -u -r1.1.2.94 -r1.1.2.95 src/doc/CHANGES-7.2 Please note that diffs are not

CVS commit: [netbsd-7] src/usr.bin/printf

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 14:57:30 UTC 2018 Modified Files: src/usr.bin/printf [netbsd-7]: printf.c Log Message: Pull up following revision(s) (requested by kre in ticket #1619): usr.bin/printf/printf.c: revision 1.37-1.39 fix some

CVS commit: src/sys/dev

2018-07-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jul 12 13:05:39 UTC 2018 Modified Files: src/sys/dev/pci: ld_virtio.c src/sys/dev/virtio: files.virtio Log Message: revert previous, unintended, commit To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25

CVS commit: src/sys

2018-07-12 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Thu Jul 12 12:48:50 UTC 2018 Modified Files: src/sys/arch/arm/arm: cpufunc.c src/sys/arch/arm/arm32: vm_machdep.c src/sys/dev/pci: ld_virtio.c src/sys/dev/virtio: files.virtio Log Message: is gone; dont

CVS commit: src/crypto/external/bsd/heimdal/lib/libkadm5srv

2018-07-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Jul 12 11:13:50 UTC 2018 Modified Files: src/crypto/external/bsd/heimdal/lib/libkadm5srv: Makefile Log Message: Provide an explicit dependency on heimbase To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 \

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

2018-07-12 Thread Maya Rashish
Module Name:src Committed By: maya Date: Thu Jul 12 10:39:06 UTC 2018 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC Log Message: Add entries for viadrmums to amd64 kernel configs too. Commented out for GENERIC, same as i386. To generate a diff of this commit:

CVS commit: src/usr.sbin/ndp

2018-07-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 12 08:20:49 UTC 2018 Modified Files: src/usr.sbin/ndp: ndp.c Log Message: Use s6, not mysin. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/ndp/ndp.c Please note that diffs are not public

CVS commit: src/usr.sbin/ndp

2018-07-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 12 08:16:14 UTC 2018 Modified Files: src/usr.sbin/ndp: ndp.c Log Message: ndp(8): host_buf should not be used in delete(). host_buf is passed to the argument host of delete() in do_foreach(). To generate a diff of this

CVS commit: src/usr.sbin/ndp

2018-07-12 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 12 07:32:35 UTC 2018 Modified Files: src/usr.sbin/ndp: ndp.c Log Message: Remove duplicate rtrlist() function prototype. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.sbin/ndp/ndp.c Please note

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

2018-07-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jul 12 07:06:36 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: ...and obsolete the html of pmc.3 too... We will obsolete all the pmc* references anyway. To generate a diff of this commit: cvs rdiff -u

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

2018-07-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jul 12 07:04:15 UTC 2018 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Obsolete pmc.3, it was part of libpmc. To generate a diff of this commit: cvs rdiff -u -r1.2207 -r1.2208 src/distrib/sets/lists/comp/mi

CVS commit: src

2018-07-12 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Thu Jul 12 06:52:49 UTC 2018 Modified Files: src/distrib/sets/lists/base: ad.arm src/distrib/sets/lists/comp: ad.arm ad.arm.shl src/distrib/sets/lists/debug: ad.arm src/lib: Makefile src/share/mk: