svn commit: r294908 - head/lib/libthread_db/arch/riscv

2016-01-27 Thread Ruslan Bukin
Author: br Date: Wed Jan 27 10:34:07 2016 New Revision: 294908 URL: https://svnweb.freebsd.org/changeset/base/294908 Log: Add the RISC-V MD parts of libthread_db. Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision:https://reviews.freebsd.org/D5064 Added: head

Re: svn commit: r294893 - head/lib/libdpv

2016-01-27 Thread Ruslan Bukin
I get this with GCC 5.2.0: /home/rb743/dev/freebsd-riscv/lib/libdpv/dialog_util.c:270:23: error: zero-length gnu_printf format string [-Werror=for mat-zero-length] sprintf(dargv[n++], ""); Ruslan On Wed, Jan 27, 2016 at 06:21:35AM +, Devin Teske wrote: > Author: dteske > Date: Wed Jan 27

svn commit: r294909 - head/crypto/openssh

2016-01-27 Thread Dag-Erling Smørgrav
Author: des Date: Wed Jan 27 13:40:44 2016 New Revision: 294909 URL: https://svnweb.freebsd.org/changeset/base/294909 Log: Switch UseDNS back on Modified: head/crypto/openssh/FREEBSD-upgrade head/crypto/openssh/servconf.c head/crypto/openssh/sshd_config head/crypto/openssh/sshd_config.5

Re: svn commit: r294909 - head/crypto/openssh

2016-01-27 Thread Steven Hartland
While I can guess the reason, it would be nice to document the reason on things like this :-) Regards Steve On 27/01/2016 13:40, Dag-Erling Smørgrav wrote: Author: des Date: Wed Jan 27 13:40:44 2016 New Revision: 294909 URL: https://svnweb.freebsd.org/changeset/base/294909 Log: Swi

Re: svn commit: r294909 - head/crypto/openssh

2016-01-27 Thread Slawa Olhovchenkov
On Wed, Jan 27, 2016 at 01:56:39PM +, Steven Hartland wrote: > While I can guess the reason, it would be nice to document the reason on > things like this :-) Or use more clear commit message (on stable/10 UseDNS is on by default, but nothing about relation to host names in ~/.ssh/known_host

svn commit: r294912 - head/lib/libthr/arch/riscv/include

2016-01-27 Thread Ruslan Bukin
Author: br Date: Wed Jan 27 14:10:50 2016 New Revision: 294912 URL: https://svnweb.freebsd.org/changeset/base/294912 Log: Add pthread MD part for RISC-V. Reviewed by: andrew Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision:https://reviews.freebsd.org/D5063

Re: svn commit: r294909 - head/crypto/openssh

2016-01-27 Thread Dag-Erling Smørgrav
Steven Hartland writes: > While I can guess the reason, it would be nice to document the reason > on things like this :-) Because it used to be on, and people who relied on it were locked out after upgrading. We can consider turning it back off before 11, with sufficient advance warning (and pos

svn commit: r294915 - head/sys/conf

2016-01-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 27 14:46:30 2016 New Revision: 294915 URL: https://svnweb.freebsd.org/changeset/base/294915 Log: Fix generation of dependency rules for the LinuxKPI, the MLX5 driver and all of OFED except MLX4[EN/IB]. Sponsored by: Mellanox Technologies MFC after:1 we

svn commit: r294916 - head/share/misc

2016-01-27 Thread Svatopluk Kraus
Author: skra Date: Wed Jan 27 14:47:00 2016 New Revision: 294916 URL: https://svnweb.freebsd.org/changeset/base/294916 Log: Fix my email. Modified: head/share/misc/committers-src.dot Modified: head/share/misc/committers-src.dot

Re: svn commit: r294893 - head/lib/libdpv

2016-01-27 Thread Bjoern A. Zeeb
> On 27 Jan 2016, at 06:21 , Devin Teske wrote: > > Author: dteske > Date: Wed Jan 27 06:21:35 2016 > New Revision: 294893 > URL: https://svnweb.freebsd.org/changeset/base/294893 > > Log: > Fix a crash if `-D' is used without `-t title' > > dialog(3)'s dlg_reallocate_gauge(), used both by di

svn commit: r294922 - head/lib/libdpv

2016-01-27 Thread Devin Teske
Author: dteske Date: Wed Jan 27 15:28:23 2016 New Revision: 294922 URL: https://svnweb.freebsd.org/changeset/base/294922 Log: Fix fatal warn when compiling under GCC 5.2.0 GCC 5.2.0 generates the following [fatal] warning: dialog_util.c:270:23: error: zero-length gnu_printf format strin

Re: svn commit: r294893 - head/lib/libdpv

2016-01-27 Thread Devin Teske
On Wed, 2016-01-27 at 11:03 +, Ruslan Bukin wrote: > I get this with GCC 5.2.0: > > /home/rb743/dev/freebsd-riscv/lib/libdpv/dialog_util.c:270:23: error: > zero-length gnu_printf format string [-Werror=for > mat-zero-length] >sprintf(dargv[n++], ""); > > Ruslan > Fixed just now: https:/

Re: svn commit: r294893 - head/lib/libdpv

2016-01-27 Thread Devin Teske
On Wed, 2016-01-27 at 15:21 +, Bjoern A. Zeeb wrote: > > On 27 Jan 2016, at 06:21 , Devin Teske wrote: > > > > Author: dteske > > Date: Wed Jan 27 06:21:35 2016 > > New Revision: 294893 > > URL: https://svnweb.freebsd.org/changeset/base/294893 > > > > Log: > > Fix a crash if `-D' is used wi

svn commit: r294923 - head/contrib/netbsd-tests/usr.bin/grep

2016-01-27 Thread Alan Somers
Author: asomers Date: Wed Jan 27 16:13:10 2016 New Revision: 294923 URL: https://svnweb.freebsd.org/changeset/base/294923 Log: Fix grep_test:recurse with ZFS and TMPFS tmpdirs contrib/netbsd-tests/usr.bin/grep/t_grep.sh Fix grep_test:recurse when /tmp is either zfs or tmpfs. The tes

svn commit: r294924 - head/usr.sbin/syslogd

2016-01-27 Thread Alan Somers
Author: asomers Date: Wed Jan 27 16:17:15 2016 New Revision: 294924 URL: https://svnweb.freebsd.org/changeset/base/294924 Log: syslogd: Enable repeated line compression for lines of any length. Enable repeated line compression for lines of any length, instead of only short lines. AFAICT r

svn commit: r294925 - in head/sys/boot: common i386/boot2 i386/gptboot i386/zfsboot mips/beri/boot2 pc98/boot2

2016-01-27 Thread Warner Losh
Author: imp Date: Wed Jan 27 16:36:18 2016 New Revision: 294925 URL: https://svnweb.freebsd.org/changeset/base/294925 Log: Fix mistake when transitioning to the new defines with ZFS loader. I hate adding yet another define, but it is the lessor of the evil choices available. Kill another evi

Re: svn commit: r294925 - in head/sys/boot: common i386/boot2 i386/gptboot i386/zfsboot mips/beri/boot2 pc98/boot2

2016-01-27 Thread Steven Hartland
On 27/01/2016 16:36, Warner Losh wrote: Author: imp Date: Wed Jan 27 16:36:18 2016 New Revision: 294925 URL: https://svnweb.freebsd.org/changeset/base/294925 Log: Fix mistake when transitioning to the new defines with ZFS loader. I hate adding yet another define, but it is the lessor of

svn commit: r294926 - head/sys/boot/ficl/i386

2016-01-27 Thread Allan Jude
Author: allanjude Date: Wed Jan 27 16:45:23 2016 New Revision: 294926 URL: https://svnweb.freebsd.org/changeset/base/294926 Log: ficl on i386 should cast to unsigned char output to support efi i386 make it possible for efi_console to recognize and translate box characters on i386 build (u

Re: svn commit: r294909 - head/crypto/openssh

2016-01-27 Thread NGie Cooper
> On Jan 27, 2016, at 05:40, Dag-Erling Smørgrav wrote: > > Author: des > Date: Wed Jan 27 13:40:44 2016 > New Revision: 294909 > URL: https://svnweb.freebsd.org/changeset/base/294909 > > Log: > Switch UseDNS back on Please add "Relnotes: yes" to the MFC commit, if this is MFCed. Speaking of

svn commit: r294927 - head/sys/dev/ofw

2016-01-27 Thread Andrew Turner
Author: andrew Date: Wed Jan 27 17:33:31 2016 New Revision: 294927 URL: https://svnweb.freebsd.org/changeset/base/294927 Log: When finding the physical address of a device allow intermediate addresses to be 64-bit on 32-bit architectures. It is not uncommon for device trees to use the upper

Re: svn commit: r294927 - head/sys/dev/ofw

2016-01-27 Thread Ian Lepore
On Wed, 2016-01-27 at 17:33 +, Andrew Turner wrote: > Author: andrew > Date: Wed Jan 27 17:33:31 2016 > New Revision: 294927 > URL: https://svnweb.freebsd.org/changeset/base/294927 ... > + KASSERT(size <= BUS_SPACE_MAXSIZE, > + ("Bus size is too large: %jx", (intmax_t)addr)); O

svn commit: r294928 - head/sys/dev/ofw

2016-01-27 Thread Andrew Turner
Author: andrew Date: Wed Jan 27 17:47:07 2016 New Revision: 294928 URL: https://svnweb.freebsd.org/changeset/base/294928 Log: Fix the value we print when the size is too large. While here fix the types we cast to to be unsigned as the data is unsigned. Reviewed by: ian Modified: head/

svn commit: r294930 - in head/sys: amd64/amd64 amd64/ia32 amd64/linux amd64/linux32 arm/arm arm64/arm64 i386/i386 i386/linux i386/svr4 mips/mips powerpc/powerpc sparc64/sparc64 sys

2016-01-27 Thread John Baldwin
Author: jhb Date: Wed Jan 27 17:55:01 2016 New Revision: 294930 URL: https://svnweb.freebsd.org/changeset/base/294930 Log: Convert ss_sp in stack_t and sigstack to void *. POSIX requires these members to be of type void * rather than the char * inherited from 4BSD. NetBSD and OpenBSD bot

svn commit: r294931 - in head: share/man/man9 sys/netinet sys/netinet/cc sys/netinet/tcp_stacks

2016-01-27 Thread Gleb Smirnoff
Author: glebius Date: Wed Jan 27 17:59:39 2016 New Revision: 294931 URL: https://svnweb.freebsd.org/changeset/base/294931 Log: Rename netinet/tcp_cc.h to netinet/cc/cc.h. Discussed with: lstewart Added: head/sys/netinet/cc/cc.h - copied, changed from r294930, head/sys/netinet/

Re: svn commit: r294909 - head/crypto/openssh

2016-01-27 Thread Conrad Meyer
From context in other emails: This commit will not be MFCed, because this configuration is already enabled in stable/10. For the same reason, it doesn't need Relnotes. Best, Conrad On Wed, Jan 27, 2016 at 9:25 AM, NGie Cooper wrote: > >> On Jan 27, 2016, at 05:40, Dag-Erling Smørgrav wrote: >>

svn commit: r294932 - head/usr.sbin/iscsid

2016-01-27 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Jan 27 18:12:42 2016 New Revision: 294932 URL: https://svnweb.freebsd.org/changeset/base/294932 Log: Improve reporting of connection problems in iscsid(8). Obtained from:Mellanox Technologies MFC after:1 month Sponsored by: The FreeBSD Foundation Mod

svn commit: r294933 - head/sys/dev/filemon

2016-01-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jan 27 19:11:11 2016 New Revision: 294933 URL: https://svnweb.freebsd.org/changeset/base/294933 Log: Drop any previous fd when setting a new one. Reported by: mjg Sponsored by: EMC / Isilon Storage Division MFC after:2 weeks Modified: head/sys/dev/file

Re: svn commit: r294915 - head/sys/conf

2016-01-27 Thread Bryan Drewery
On 1/27/2016 6:46 AM, Hans Petter Selasky wrote: > == > --- head/sys/conf/kern.post.mkWed Jan 27 14:16:13 2016 > (r294914) > +++ head/sys/conf/kern.post.mkWed Jan 27 14:46:30 2016 > (r294915)

svn commit: r294934 - head/sys/kern

2016-01-27 Thread Mateusz Guzik
Author: mjg Date: Wed Jan 27 19:55:02 2016 New Revision: 294934 URL: https://svnweb.freebsd.org/changeset/base/294934 Log: ktrace: tidy up ktrstruct - minor style fixes - avoid doing strlen twice [1] PR: 206648 Submitted by: C Turt (original version) [1] Modified: hea

svn commit: r294936 - head/libexec/rtld-elf

2016-01-27 Thread Alexander Kabaev
Author: kan Date: Wed Jan 27 20:20:37 2016 New Revision: 294936 URL: https://svnweb.freebsd.org/changeset/base/294936 Log: Do not unlock rtld_phdr_lock over callback invocations. The dl_iterate_phdr consumer code in libgcc does not expect multiple callbacks running concurrently. This was

svn commit: r294935 - head/gnu/lib/libgcc

2016-01-27 Thread Alexander Kabaev
Author: kan Date: Wed Jan 27 20:20:35 2016 New Revision: 294935 URL: https://svnweb.freebsd.org/changeset/base/294935 Log: Make .debug file for libgcc_s.so.1 more useful. The files compiled into libgcc_s.so.1 did not have -g on compiler command line, making generated .debug quite pointl

svn commit: r294937 - head/share/vt/fonts

2016-01-27 Thread Ed Maste
Author: emaste Date: Wed Jan 27 20:23:42 2016 New Revision: 294937 URL: https://svnweb.freebsd.org/changeset/base/294937 Log: Replace prebuilt uuencoded gallant.fnt with editable hex version Added: head/share/vt/fonts/gallant.hex (contents, props changed) Deleted: head/share/vt/fonts/gall

Re: svn commit: r294936 - head/libexec/rtld-elf

2016-01-27 Thread Alexander Kabaev
On Wed, 27 Jan 2016 20:20:37 + (UTC) Alexander Kabaev wrote: > Author: kan > Date: Wed Jan 27 20:20:37 2016 > New Revision: 294936 > URL: https://svnweb.freebsd.org/changeset/base/294936 > > Log: > Do not unlock rtld_phdr_lock over callback invocations. > > The dl_iterate_phdr consume

Re: svn commit: r294915 - head/sys/conf

2016-01-27 Thread Hans Petter Selasky
On 01/27/16 20:19, Bryan Drewery wrote: On 1/27/2016 6:46 AM, Hans Petter Selasky wrote: == --- head/sys/conf/kern.post.mk Wed Jan 27 14:16:13 2016(r294914) +++ head/sys/conf/kern.post.mk Wed Jan 27 14:46:30 20

Re: svn commit: r294915 - head/sys/conf

2016-01-27 Thread Bryan Drewery
On 1/27/2016 12:36 PM, Hans Petter Selasky wrote: > On 01/27/16 20:19, Bryan Drewery wrote: >> On 1/27/2016 6:46 AM, Hans Petter Selasky wrote: >>> == >>> >>> --- head/sys/conf/kern.post.mkWed Jan 27 14:16:13 2016(r

svn commit: r294949 - head/sys/dev/filemon

2016-01-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jan 27 21:12:18 2016 New Revision: 294949 URL: https://svnweb.freebsd.org/changeset/base/294949 Log: filemon_ioctl: Handle error from devfs_get_cdevpriv(9). MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/filemon/filem

svn commit: r294952 - head/sys/dev/filemon

2016-01-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jan 27 21:14:09 2016 New Revision: 294952 URL: https://svnweb.freebsd.org/changeset/base/294952 Log: filemon_ioctl: Lock the associated filemon handle before writing to it. Reported by: mjg MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Mo

svn commit: r294953 - head/sys/dev/filemon

2016-01-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jan 27 21:17:43 2016 New Revision: 294953 URL: https://svnweb.freebsd.org/changeset/base/294953 Log: filemon_comment has nothing to do with wrappers so move it out of filemon_wrapper.c. It only prints the header from filemon_ioctl. Keep the name though to stay

svn commit: r294954 - in head/sys: kern ufs/ffs

2016-01-27 Thread Kirk McKusick
Author: mckusick Date: Wed Jan 27 21:23:01 2016 New Revision: 294954 URL: https://svnweb.freebsd.org/changeset/base/294954 Log: The bread() function was inconsistent about whether it would return a buffer pointer in the event of an error (for some errors it would return a buffer pointer and

svn commit: r294956 - head/sys/ufs/ffs

2016-01-27 Thread Kirk McKusick
Author: mckusick Date: Wed Jan 27 21:27:05 2016 New Revision: 294956 URL: https://svnweb.freebsd.org/changeset/base/294956 Log: This fixes a bug in UFS2 exported NFS volumes. An NFS client can crash a server that has exported UFS2 by presenting a filehandle with an inode number that referenc

svn commit: r294957 - head/sys/dev/filemon

2016-01-27 Thread Bryan Drewery
Author: bdrewery Date: Wed Jan 27 21:37:43 2016 New Revision: 294957 URL: https://svnweb.freebsd.org/changeset/base/294957 Log: filemon_dtr: Lock the associated filemon handle before writing to it. Reported by: mjg MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modi

svn commit: r294965 - head/sys/dev/filemon

2016-01-27 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 28 00:51:17 2016 New Revision: 294965 URL: https://svnweb.freebsd.org/changeset/base/294965 Log: filemon: Use process_exit EVENTHANDLER to capture process exit. This fixes some cases where a process could exit without being untracked by filemon. Reporte

svn commit: r294967 - head/sys/dev/filemon

2016-01-27 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 28 01:17:55 2016 New Revision: 294967 URL: https://svnweb.freebsd.org/changeset/base/294967 Log: filemon: Trace fork via process_fork event. This avoids needing ugly hooks and needing both a vfork and fork handler. MFC after:2 weeks Sponsored by:

svn commit: r294968 - head/sys/dev/filemon

2016-01-27 Thread Bryan Drewery
Author: bdrewery Date: Thu Jan 28 01:19:19 2016 New Revision: 294968 URL: https://svnweb.freebsd.org/changeset/base/294968 Log: Follow-up r294967: Mark flags unused. X-MFC-With: r294967 MFC after:2 weeks Sponsored by: EMC / Isilon Storage Division Modified: head/sys/dev/filemon

svn commit: r294973 - head/sbin/ggate/ggated

2016-01-27 Thread Garrett Cooper
Author: ngie Date: Thu Jan 28 03:24:06 2016 New Revision: 294973 URL: https://svnweb.freebsd.org/changeset/base/294973 Log: Add pidfile support to ggated(8) The tests will manipulate the system daemon today, which can cause undesired service interruption when the tests are run. This