CVS commit: src/tools/gcc

2016-06-07 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jun  7 08:12:13 UTC 2016

Modified Files:
src/tools/gcc: gcc-version.mk

Log Message:
set gcc 5.4 netbsd version to 2016-06-06


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/tools/gcc/gcc-version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/libutil

2016-06-07 Thread Thomas Klausner
Module Name:src
Committed By:   wiz
Date:   Tue Jun  7 11:20:45 UTC 2016

Modified Files:
src/lib/libutil: opendisk.3

Log Message:
Fix typo. Sort errors.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/lib/libutil/opendisk.3

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/lib/csu/common

2016-06-07 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jun  7 12:07:35 UTC 2016

Modified Files:
src/lib/csu/common: crt0-common.c crtbegin.c

Log Message:
Fun fact of the weak: a weak reference doesn't have visibility attached.
As such, reorganize the start/end references to use a weak reference
only, if we use it to remove size knowledge. Otherwise use weak
external declarations.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/lib/csu/common/crt0-common.c
cvs rdiff -u -r1.11 -r1.12 src/lib/csu/common/crtbegin.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/sys

2016-06-07 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Tue Jun  7 12:09:30 UTC 2016

Modified Files:
src/sys/sys: cdefs_elf.h

Log Message:
Explicitly provide a hidden attribute for the declaration of the end
symbol, since our GCC 4.8 forgets to emit it. This shows up most
prominently in rump on SPARC, where the linker set iteration would try
to continue across DSO borders.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/sys/cdefs_elf.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/blacklist/bin

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jun  7 17:31:02 UTC 2016

Modified Files:
src/external/bsd/blacklist/bin: blacklistctl.8 blacklistd.8
blacklistd.conf.5

Log Message:
Add FreeBSD release notes (Kurt Lidl)


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/external/bsd/blacklist/bin/blacklistctl.8
cvs rdiff -u -r1.15 -r1.16 src/external/bsd/blacklist/bin/blacklistd.8
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/blacklist/bin/blacklistd.conf.5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/gpl3/gcc

2016-06-07 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jun  7 18:53:12 UTC 2016

Modified Files:
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/alpha: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/arm: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/armeb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/coldfire: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earm: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmeb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhf: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmhfeb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv4eb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6eb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hf: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv6hfeb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7eb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hf: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/earmv7hfeb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/hppa: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/i386: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/m68k: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64eb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mips64el: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipseb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/mipsel: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/powerpc: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3eb: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sh3el: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/sparc: gcov-iov.h
src/external/gpl3/gcc/lib/libgcc/libgcov/arch/x86_64: gcov-iov.h
src/external/gpl3/gcc/lib/libiberty/arch/alpha: config.h
src/external/gpl3/gcc/lib/libiberty/arch/arm: config.h
src/external/gpl3/gcc/lib/libiberty/arch/armeb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/coldfire: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earm: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmeb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmhf: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmhfeb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv4: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv4eb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv6: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv6eb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv6hf: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv6hfeb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv7: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv7eb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv7hf: config.h
src/external/gpl3/gcc/lib/libiberty/arch/earmv7hfeb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/hppa: config.h
src/external/gpl3/gcc/lib/libiberty/arch/i386: config.h
src/external/gpl3/gcc/lib/libiberty/arch/m68k: config.h
src/external/gpl3/gcc/lib/libiberty/arch/mips64eb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/mips64el: config.h
src/external/gpl3/gcc/lib/libiberty/arch/mipseb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/mipsel: config.h
src/external/gpl3/gcc/lib/libiberty/arch/powerpc: config.h
src/external/gpl3/gcc/lib/libiberty/arch/sh3eb: config.h
src/external/gpl3/gcc/lib/libiberty/arch/sh3el: config.h
src/external/gpl3/gcc/lib/libiberty/arch/sparc: config.h
src/external/gpl3/gcc/lib/libiberty/arch/x86_64: config.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/alpha: c++config.h defs.mk
gstdint.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/arm: c++config.h defs.mk
gstdint.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/armeb: c++config.h defs.mk
gstdint.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/coldfire: c++config.h
defs.mk gstdint.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earm: c++config.h defs.mk
gstdint.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmeb: c++config.h defs.mk
gstdint.h
src/external/gpl3/gcc/lib/libstdc++-v3/arch/earmhf: c++config.h defs.mk
gstdin

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

2016-06-07 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Tue Jun  7 19:16:46 UTC 2016

Modified Files:
src/distrib/sets/lists/comp: mi

Log Message:
add bits/uniform_int_dist.h for gcc=53 (*)

(*) gcc=53 now means gcc 5.4, and is hard to fix until we remove gcc=48
support and can go to eg, gcc=5, gcc=6, etc.  the same applies for
the HAVE_GCC variable in the build system.


To generate a diff of this commit:
cvs rdiff -u -r1.2042 -r1.2043 src/distrib/sets/lists/comp/mi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2016-06-07 Thread Marc Balmer
Module Name:src
Committed By:   mbalmer
Date:   Tue Jun  7 19:42:47 UTC 2016

Modified Files:
src/share/misc: airport

Log Message:
BER is not an operational airport


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 src/share/misc/airport

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/lib/dri

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jun  7 23:21:58 UTC 2016

Modified Files:
src/external/mit/xorg/lib/dri: Makefile

Log Message:
sprinke -Wno-stack-protector


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/external/mit/xorg/lib/dri/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/mit/xorg/bin/xrandr

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Jun  7 23:33:45 UTC 2016

Modified Files:
src/external/mit/xorg/bin/xrandr: Makefile

Log Message:
elide stack protector warning


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/external/mit/xorg/bin/xrandr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 01:11:49 UTC 2016

Modified Files:
src/usr.sbin/mopd/common: cmp.c device.c dl.c file.c get.c log.c
loop-bsd.c mopdef.c nma.c os.h pf.c print.c put.c rc.c
src/usr.sbin/mopd/mopd: mopd.c process.c
Added Files:
src/usr.sbin/mopd/common: Makefile.linux loop-linux2.c pf-linux2.c
version.c
src/usr.sbin/mopd/mopd: Makefile.linux

Log Message:
Quick+Dirty port to linux


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mopd/common/Makefile.linux \
src/usr.sbin/mopd/common/loop-linux2.c \
src/usr.sbin/mopd/common/pf-linux2.c src/usr.sbin/mopd/common/version.c
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/mopd/common/cmp.c \
src/usr.sbin/mopd/common/mopdef.c
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/mopd/common/device.c \
src/usr.sbin/mopd/common/pf.c
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/mopd/common/dl.c
cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/mopd/common/file.c
cvs rdiff -u -r1.6 -r1.7 src/usr.sbin/mopd/common/get.c \
src/usr.sbin/mopd/common/nma.c src/usr.sbin/mopd/common/os.h
cvs rdiff -u -r1.3 -r1.4 src/usr.sbin/mopd/common/log.c
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/mopd/common/loop-bsd.c
cvs rdiff -u -r1.7 -r1.8 src/usr.sbin/mopd/common/print.c \
src/usr.sbin/mopd/common/put.c src/usr.sbin/mopd/common/rc.c
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mopd/mopd/Makefile.linux
cvs rdiff -u -r1.14 -r1.15 src/usr.sbin/mopd/mopd/mopd.c
cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/mopd/mopd/process.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd/common

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 01:13:14 UTC 2016

Added Files:
src/usr.sbin/mopd/common: port.h

Log Message:
portability macros.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mopd/common/port.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd/mopchk

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 01:15:26 UTC 2016

Modified Files:
src/usr.sbin/mopd/mopchk: mopchk.c
Added Files:
src/usr.sbin/mopd/mopchk: Makefile.linux

Log Message:
compile on linux


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mopd/mopchk/Makefile.linux
cvs rdiff -u -r1.13 -r1.14 src/usr.sbin/mopd/mopchk/mopchk.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd/mopcopy

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 01:16:35 UTC 2016

Modified Files:
src/usr.sbin/mopd/mopcopy: mopcopy.c
Added Files:
src/usr.sbin/mopd/mopcopy: Makefile.linux

Log Message:
Port to linux


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mopd/mopcopy/Makefile.linux
cvs rdiff -u -r1.5 -r1.6 src/usr.sbin/mopd/mopcopy/mopcopy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd/mopprobe

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 01:17:54 UTC 2016

Modified Files:
src/usr.sbin/mopd/mopprobe: mopprobe.c
Added Files:
src/usr.sbin/mopd/mopprobe: Makefile.linux

Log Message:
port to linux


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mopd/mopprobe/Makefile.linux
cvs rdiff -u -r1.12 -r1.13 src/usr.sbin/mopd/mopprobe/mopprobe.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd/moptrace

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 01:19:05 UTC 2016

Modified Files:
src/usr.sbin/mopd/moptrace: moptrace.c
Added Files:
src/usr.sbin/mopd/moptrace: Makefile.linux

Log Message:
Port to linux


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/usr.sbin/mopd/moptrace/Makefile.linux
cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/mopd/moptrace/moptrace.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/dhcpcd/dist

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 01:33:08 UTC 2016

Modified Files:
src/external/bsd/dhcpcd/dist: dhcp-common.c

Log Message:
fix variable length stack allocation from upstream


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/external/bsd/dhcpcd/dist/dhcp-common.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/external/bsd/dhcp/bin/server

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 01:41:43 UTC 2016

Modified Files:
src/external/bsd/dhcp/bin/server: Makefile

Log Message:
stack protector


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/bsd/dhcp/bin/server/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/xen/xen

2016-06-07 Thread John Nemeth
Module Name:src
Committed By:   jnemeth
Date:   Wed Jun  8 01:59:06 UTC 2016

Modified Files:
src/sys/arch/xen/xen: xen_machdep.c

Log Message:
Feeding uninitialised garbage to the hypervisor is likely to be a bad idea.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/xen/xen/xen_machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/sysinst

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 02:00:40 UTC 2016

Modified Files:
src/usr.sbin/sysinst: Makefile.inc

Log Message:
elide stack protector warning


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/usr.sbin/sysinst/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



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

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 02:27:31 UTC 2016

Modified Files:
src/external/mit/xorg/server/drivers/xf86-video-intel: Makefile

Log Message:
more -Wno-stack-protector


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 \
src/external/mit/xorg/server/drivers/xf86-video-intel/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/usr.sbin/mopd/common

2016-06-07 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Jun  8 02:58:19 UTC 2016

Removed Files:
src/usr.sbin/mopd/common: version.c

Log Message:
delete generated file


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r0 src/usr.sbin/mopd/common/version.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/share/misc

2016-06-07 Thread Robert Elz
Module Name:src
Committed By:   kre
Date:   Wed Jun  8 04:25:31 UTC 2016

Modified Files:
src/share/misc: airport

Log Message:
Correct misspellings in a few Thai airport names


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/share/misc/airport

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.