svn commit: r294969 - stable/10/sys/sys

2016-01-27 Thread Ed Maste
Author: emaste Date: Thu Jan 28 01:45:15 2016 New Revision: 294969 URL: https://svnweb.freebsd.org/changeset/base/294969 Log: MFC r294530: Add STB_GNU_UNIQUE symbol binding definition Red Hat created STB_GNU_UNIQUE to handle certain special cases relating to dynamically loading C++

svn commit: r294959 - in stable/10/sys: dev/uart kern sys

2016-01-27 Thread Marius Strobl
Author: marius Date: Wed Jan 27 22:48:04 2016 New Revision: 294959 URL: https://svnweb.freebsd.org/changeset/base/294959 Log: MFC: r294362, r294414, r294753 - Fix tty_drain() and, thus, TIOCDRAIN of the current tty(4) incarnation to actually wait until the TX FIFOs of UARTs have be

svn commit: r294963 - in stable/10: lib/libc/gen tools/regression/posixsem2

2016-01-27 Thread Jilles Tjoelker
Author: jilles Date: Wed Jan 27 22:56:04 2016 New Revision: 294963 URL: https://svnweb.freebsd.org/changeset/base/294963 Log: MFC r294565: sem: Don't free nameinfo that is still in list when open() fails. This bug could be reproduced easily by calling sem_open() with O_CREAT | O_EXCL

svn commit: r294961 - stable/10/sys/dev/puc

2016-01-27 Thread Marius Strobl
Author: marius Date: Wed Jan 27 22:50:04 2016 New Revision: 294961 URL: https://svnweb.freebsd.org/changeset/base/294961 Log: - Add an entry for the SIIG Cyber 2SP1 PCIe adapter, which is based on an Oxford Semiconductor OX16PCI954 but uses only two ports and a non-default clock rate.

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:

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.

svn commit: r294964 - stable/10/etc/rc.d

2016-01-27 Thread Jamie Gritton
Author: jamie Date: Thu Jan 28 00:41:07 2016 New Revision: 294964 URL: https://svnweb.freebsd.org/changeset/base/294964 Log: MFC r294749: Allow the (old rc-style) exec_afterstart jail parameters to start numbering at 0, like exec_prestart and the others do. Make param0 optional,

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: r294970 - stable/10/sys/fs/ext2fs

2016-01-27 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 28 02:19:47 2016 New Revision: 294970 URL: https://svnweb.freebsd.org/changeset/base/294970 Log: MFC r294695: ext2fs: passthrough any extra timestamps to the dinode struct. In general we don't trust any of the extended timestamps unless the

svn commit: r294971 - stable/9/sys/fs/ext2fs

2016-01-27 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 28 02:21:20 2016 New Revision: 294971 URL: https://svnweb.freebsd.org/changeset/base/294971 Log: MFC r294695: ext2fs: passthrough any extra timestamps to the dinode struct. In general we don't trust any of the extended timestamps unless the

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

svn commit: r294958 - in stable/10: share/man/man4 sys/dev/e1000 sys/dev/ixgb sys/dev/netmap

2016-01-27 Thread Marius Strobl
Author: marius Date: Wed Jan 27 22:31:08 2016 New Revision: 294958 URL: https://svnweb.freebsd.org/changeset/base/294958 Log: Sync the e1000 drivers with what's in head as of r294327, modulo parts that don't apply to stable/10 (driver API, if_inc_counter(), RSS changes etc.) and modulo

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

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

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

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

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

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:

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

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

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

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

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

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));

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

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,

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

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,

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:

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 >

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:

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:

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

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

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

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:

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

svn commit: r294941 - vendor/clang/clang-release_38-r258968

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:09:57 2016 New Revision: 294941 URL: https://svnweb.freebsd.org/changeset/base/294941 Log: Tag clang release_38 branch r258968. Added: vendor/clang/clang-release_38-r258968/ - copied from r294940, vendor/clang/dist/

svn commit: r294943 - in vendor/compiler-rt/dist/cmake: . Modules

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:10:16 2016 New Revision: 294943 URL: https://svnweb.freebsd.org/changeset/base/294943 Log: Vendor import of compiler-rt release_38 branch r258968: https://llvm.org/svn/llvm-project/compiler-rt/branches/release_38@258968 Modified:

svn commit: r294940 - vendor/clang/dist/tools/driver

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:09:38 2016 New Revision: 294940 URL: https://svnweb.freebsd.org/changeset/base/294940 Log: Vendor import of clang release_38 branch r258968: https://llvm.org/svn/llvm-project/cfe/branches/release_38@258968 Modified: vendor/clang/dist/tools/driver/driver.cpp

svn commit: r294950 - vendor/lldb/dist/cmake/modules

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:12:23 2016 New Revision: 294950 URL: https://svnweb.freebsd.org/changeset/base/294950 Log: Vendor import of lldb release_38 branch r258968: https://llvm.org/svn/llvm-project/lldb/branches/release_38@258968 Modified:

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:

svn commit: r294948 - vendor/lld/lld-release_38-r258968

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:12:02 2016 New Revision: 294948 URL: https://svnweb.freebsd.org/changeset/base/294948 Log: Tag lld release_38 branch r258968. Added: vendor/lld/lld-release_38-r258968/ - copied from r294947, vendor/lld/dist/ ___

svn commit: r294951 - vendor/lldb/lldb-release_38-r258968

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:12:47 2016 New Revision: 294951 URL: https://svnweb.freebsd.org/changeset/base/294951 Log: Tag lldb release_38 branch r258968. Added: vendor/lldb/lldb-release_38-r258968/ - copied from r294950, vendor/lldb/dist/

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: r294938 - in vendor/llvm/dist: include/llvm/Analysis lib/Analysis lib/Target/AMDGPU lib/Target/X86 lib/Transforms/Instrumentation test/Analysis/DemandedBits test/CodeGen/X86 test/Transf...

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:08:51 2016 New Revision: 294938 URL: https://svnweb.freebsd.org/changeset/base/294938 Log: Vendor import of llvm release_38 branch r258968: https://llvm.org/svn/llvm-project/llvm/branches/release_38@258968 Added:

svn commit: r294939 - vendor/llvm/llvm-release_38-r258968

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:09:14 2016 New Revision: 294939 URL: https://svnweb.freebsd.org/changeset/base/294939 Log: Tag llvm release_38 branch r258968. Added: vendor/llvm/llvm-release_38-r258968/ - copied from r294938, vendor/llvm/dist/

svn commit: r294947 - vendor/lld/dist/docs

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:11:38 2016 New Revision: 294947 URL: https://svnweb.freebsd.org/changeset/base/294947 Log: Vendor import of lld release_38 branch r258968: https://llvm.org/svn/llvm-project/lld/branches/release_38@258968 Modified: vendor/lld/dist/docs/getting_started.rst

svn commit: r294945 - in vendor/libc++/dist/test/std: input.output/file.streams/fstreams/filebuf.virtuals input.output/iostream.format/ext.manip input.output/iostreams.base/ios.base/ios.base.callba...

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:10:55 2016 New Revision: 294945 URL: https://svnweb.freebsd.org/changeset/base/294945 Log: Vendor import of libc++ release_38 branch r258968: https://llvm.org/svn/llvm-project/libcxx/branches/release_38@258968 Modified:

svn commit: r294946 - vendor/libc++/libc++-release_38-r258968

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:11:18 2016 New Revision: 294946 URL: https://svnweb.freebsd.org/changeset/base/294946 Log: Tag libc++ release_38 branch r258968. Added: vendor/libc++/libc++-release_38-r258968/ - copied from r294945, vendor/libc++/dist/

svn commit: r294944 - vendor/compiler-rt/compiler-rt-release_38-r258968

2016-01-27 Thread Dimitry Andric
Author: dim Date: Wed Jan 27 21:10:40 2016 New Revision: 294944 URL: https://svnweb.freebsd.org/changeset/base/294944 Log: Tag compiler-rt release_38 branch r258968. Added: vendor/compiler-rt/compiler-rt-release_38-r258968/ - copied from r294943, vendor/compiler-rt/dist/

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

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

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

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

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:

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

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

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: 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

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

svn commit: r294913 - in stable: 10/release/doc/share/xml 9/release/doc/share/xml

2016-01-27 Thread Glen Barber
Author: gjb Date: Wed Jan 27 14:12:10 2016 New Revision: 294913 URL: https://svnweb.freebsd.org/changeset/base/294913 Log: Document SA-16:08, SA-16:09, SA-16:10. Sponsored by: The FreeBSD Foundation Modified: stable/10/release/doc/share/xml/security.xml Changes in other areas also in

svn commit: r294913 - in stable: 10/release/doc/share/xml 9/release/doc/share/xml

2016-01-27 Thread Glen Barber
Author: gjb Date: Wed Jan 27 14:12:10 2016 New Revision: 294913 URL: https://svnweb.freebsd.org/changeset/base/294913 Log: Document SA-16:08, SA-16:09, SA-16:10. Sponsored by: The FreeBSD Foundation Modified: stable/9/release/doc/share/xml/security.xml Changes in other areas also in

svn commit: r294910 - stable/10/lib/libc/net

2016-01-27 Thread Michael Tuexen
Author: tuexen Date: Wed Jan 27 13:59:27 2016 New Revision: 294910 URL: https://svnweb.freebsd.org/changeset/base/294910 Log: MFC r294688: sctp_sendv() needs to fill in the association id on return. Modified: stable/10/lib/libc/net/sctp_sys_calls.c Directory Properties: stable/10/

svn commit: r294911 - stable/10/lib/libc/net

2016-01-27 Thread Michael Tuexen
Author: tuexen Date: Wed Jan 27 14:01:21 2016 New Revision: 294911 URL: https://svnweb.freebsd.org/changeset/base/294911 Log: MFC r294694: sctp_sendx() needs to provide the assoc_id back. Modified: stable/10/lib/libc/net/sctp_sys_calls.c Directory Properties: stable/10/ (props changed)

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:

Quick enquiry for gcu.info

2016-01-27 Thread james
Good morning, I have been looking through your site and found from this page http://gcu.info/ a link to ietf.org, this got me thinking about the history of the internet and how it has changed. I then found this: http://www.evolutionoftheweb.com/?hl=en-gb which shows the timeline of how things

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

svn commit: r294917 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 27 14:55:41 2016 New Revision: 294917 URL: https://svnweb.freebsd.org/changeset/base/294917 Log: MFC r294314: Allow RX and TX pause frames to be set through ifconfig. Sponsored by: Mellanox Technologies Differential Revision:

svn commit: r294918 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 27 14:57:37 2016 New Revision: 294918 URL: https://svnweb.freebsd.org/changeset/base/294918 Log: MFC r294317: Declare local variables at top of function. Sponsored by: Mellanox Technologies Differential Revision:https://reviews.freebsd.org/D4939

svn commit: r294919 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 27 14:59:22 2016 New Revision: 294919 URL: https://svnweb.freebsd.org/changeset/base/294919 Log: MFC r294318: Add clarifying comment about CQE zipping. Sponsored by: Mellanox Technologies Differential Revision:https://reviews.freebsd.org/D4940

svn commit: r294920 - stable/10/sys/dev/mlx5/mlx5_en

2016-01-27 Thread Hans Petter Selasky
Author: hselasky Date: Wed Jan 27 15:01:08 2016 New Revision: 294920 URL: https://svnweb.freebsd.org/changeset/base/294920 Log: MFC r294319: Fix an issue where the network adapter could be left in down state after changing the HW LRO sysctl when previously in up state. Sponsored by:

svn commit: r294921 - stable/10/sys/boot/forth

2016-01-27 Thread Devin Teske
Author: dteske Date: Wed Jan 27 15:19:48 2016 New Revision: 294921 URL: https://svnweb.freebsd.org/changeset/base/294921 Log: MFC 283933: Add comments r283933: Indicate where the flag for later abort" originates. Modified: stable/10/sys/boot/forth/support.4th Directory Properties: