svn commit: r294493 - in head/sys/boot: common efi/boot1

2016-01-21 Thread Steven Hartland
Author: smh Date: Thu Jan 21 08:58:39 2016 New Revision: 294493 URL: https://svnweb.freebsd.org/changeset/base/294493 Log: Fix EFI UFS caching EFI was mixing caching in two separate places causing issues when multiple partitions where tested. Eliminate this by removing fsstat and re-

Re: svn commit: r294471 - head/sys/dev/usb/wlan

2016-01-21 Thread Andriy Gapon
On 21/01/2016 03:28, Mark Johnston wrote: > One feature that would be nice would be a way to associate KTR rings > with arbitrary objects rather than having a single global ring (or > per-CPU rings). For example, KTR_BUF lets one trace operations on > filesystem buffers, but there's no good way to

Re: svn commit: r294487 - head

2016-01-21 Thread Dag-Erling Smørgrav
Gleb Smirnoff writes: > Log: > Note that new ssh(1) doesn't allow to use DSA keys by default. Please revert. The correct procedure is to contact the maintainer, report the problem and ask whether the change was intentional, at which point a decision can be made as to whether to revert or docum

svn commit: r294494 - head/crypto/openssh

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 10:57:45 2016 New Revision: 294494 URL: https://svnweb.freebsd.org/changeset/base/294494 Log: Take care not to pick up the wrong version of OpenSSL when running in an environment that has OpenSSL from ports in addition to the base version. Modified: head/crypto/

svn commit: r294495 - in head: . crypto/openssh

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 11:10:14 2016 New Revision: 294495 URL: https://svnweb.freebsd.org/changeset/base/294495 Log: Enable DSA keys by default. They were disabled in OpenSSH 6.9p1. Noticed by: glebius Modified: head/UPDATING head/crypto/openssh/myproposal.h (contents, props

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread Slawa Olhovchenkov
On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: > On 20/01/2016 22:03, Alan Somers wrote: > > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote: > >> On 19/01/2016 19:20, Alan Somers wrote: > >>> The thing is, it never really worked in the first place. Panics and > >>> deadlocks

svn commit: r294496 - in head/crypto/openssh: . contrib contrib/redhat contrib/suse

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 11:54:34 2016 New Revision: 294496 URL: https://svnweb.freebsd.org/changeset/base/294496 Log: Upgrade to OpenSSH 7.1p2. Modified: head/crypto/openssh/ChangeLog head/crypto/openssh/README head/crypto/openssh/auth.c head/crypto/openssh/bitmap.c head/crypto/o

svn commit: r294497 - head/crypto/openssh

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 12:41:02 2016 New Revision: 294497 URL: https://svnweb.freebsd.org/changeset/base/294497 Log: Explain why we don't include VersionAddendum in the debug mode banner. Modified: head/crypto/openssh/ssh.c Modified: head/crypto/openssh/ssh.c ==

svn commit: r294498 - head/crypto/openssh

2016-01-21 Thread Dag-Erling Smørgrav
Author: des Date: Thu Jan 21 12:42:31 2016 New Revision: 294498 URL: https://svnweb.freebsd.org/changeset/base/294498 Log: Update the instructions and the list of major local modifications. Modified: head/crypto/openssh/FREEBSD-upgrade Modified: head/crypto/openssh/FREEBSD-upgrade ==

svn commit: r294499 - head/lib/clang

2016-01-21 Thread Andrew Turner
Author: andrew Date: Thu Jan 21 12:59:54 2016 New Revision: 294499 URL: https://svnweb.freebsd.org/changeset/base/294499 Log: Disable -mlong-calls for the clang libraries for now, it increases the size of the clang binary for people with a crt1.o from before r293832. Modified: head/lib/clan

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread Cy Schubert
In message <20160121113813.gg37...@zxy.spb.ru>, Slawa Olhovchenkov writes: > On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: > > > On 20/01/2016 22:03, Alan Somers wrote: > > > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote: > > >> On 19/01/2016 19:20, Alan Somers wrote: > > >>

svn commit: r294504 - in head/sys: conf fs/ext2fs modules/ext2fs

2016-01-21 Thread Pedro F. Giffuni
Author: pfg Date: Thu Jan 21 14:50:28 2016 New Revision: 294504 URL: https://svnweb.freebsd.org/changeset/base/294504 Log: ext2fs: Bring back the htree dir_index implementation. The htree dir_index is perhaps one of the most characteristic features of the linux ext3 implementation. It was

svn commit: r294505 - in head/sys: compat/linuxkpi/common/include/linux compat/linuxkpi/common/src sys

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 14:57:45 2016 New Revision: 294505 URL: https://svnweb.freebsd.org/changeset/base/294505 Log: Implement idr_preload(), idr_preload_end(), idr_alloc() and idr_alloc_cyclic() in the LinuxKPI. Bump the FreeBSD version to force recompilation of all KLDs due to I

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread alan somers
On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote: > On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: > >> On 20/01/2016 22:03, Alan Somers wrote: >> > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote: >> >> On 19/01/2016 19:20, Alan Somers wrote: >> >>> The thing is, it n

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread Slawa Olhovchenkov
On Thu, Jan 21, 2016 at 08:03:25AM -0700, alan somers wrote: > On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote: > > On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: > > > >> On 20/01/2016 22:03, Alan Somers wrote: > >> > On Wed, Jan 20, 2016 at 2:20 AM, Andriy Gapon wrote:

Re: svn commit: r294329 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2016-01-21 Thread Steven Hartland
On 21/01/2016 15:10, Slawa Olhovchenkov wrote: On Thu, Jan 21, 2016 at 08:03:25AM -0700, alan somers wrote: On Thu, Jan 21, 2016 at 4:38 AM, Slawa Olhovchenkov wrote: On Thu, Jan 21, 2016 at 01:34:57AM +0200, Andriy Gapon wrote: On 20/01/2016 22:03, Alan Somers wrote: On Wed, Jan 20, 201

svn commit: r294506 - head/sys/boot/common

2016-01-21 Thread Steven Hartland
Author: smh Date: Thu Jan 21 15:27:44 2016 New Revision: 294506 URL: https://svnweb.freebsd.org/changeset/base/294506 Log: Prevent loader.conf load failure due to unknown console entries When processing loader.conf if console contained an entry for an unsupported console then cons_set wou

svn commit: r294507 - head/contrib/bsnmp/snmp_mibII

2016-01-21 Thread Hartmut Brandt
Author: harti Date: Thu Jan 21 16:11:20 2016 New Revision: 294507 URL: https://svnweb.freebsd.org/changeset/base/294507 Log: Fill the ifAlias leaf of the ifXTable with the interface description if there is one available and it fits into the maximum size (64 characters). Modified: head/contr

svn commit: r294510 - head/sys/arm/mv

2016-01-21 Thread Andrew Turner
Author: andrew Date: Thu Jan 21 16:42:52 2016 New Revision: 294510 URL: https://svnweb.freebsd.org/changeset/base/294510 Log: Remove an extra '!' found by clang 3.8. Modified: head/sys/arm/mv/mv_pci.c Modified: head/sys/arm/mv/mv_pci.c

svn commit: r294511 - in head/sys: conf dev/fdt dev/ofw

2016-01-21 Thread Andrew Turner
Author: andrew Date: Thu Jan 21 16:48:01 2016 New Revision: 294511 URL: https://svnweb.freebsd.org/changeset/base/294511 Log: Remove fdt_fixup_table from architectures where it's unneeded. We only make use of fdt_fixup_table on PowerPC and ARM. As such we can remove it from other architectur

Re: svn commit: r294507 - head/contrib/bsnmp/snmp_mibII

2016-01-21 Thread Shawn Webb
On Thu, Jan 21, 2016 at 04:11:20PM +, Hartmut Brandt wrote: > Author: harti > Date: Thu Jan 21 16:11:20 2016 > New Revision: 294507 > URL: https://svnweb.freebsd.org/changeset/base/294507 > > Log: > Fill the ifAlias leaf of the ifXTable with the interface description > if there is one avai

svn commit: r294514 - head/sys/netinet

2016-01-21 Thread Bjoern A. Zeeb
Author: bz Date: Thu Jan 21 17:25:41 2016 New Revision: 294514 URL: https://svnweb.freebsd.org/changeset/base/294514 Log: The variable is write once only and not used. Recover the vertical space. Sponsored by: The FreeBSD Foundation MFC After:3 days Obtained from:

svn commit: r294515 - head/lib/libc/mips

2016-01-21 Thread Brooks Davis
Author: brooks Date: Thu Jan 21 17:29:01 2016 New Revision: 294515 URL: https://svnweb.freebsd.org/changeset/base/294515 Log: Fix the implementations of PSEUDO_NOERROR and PSEUDO. The PSEUDO* macros should not declare , only _ and __sys_. This was causing the interposing C wrappers to be

svn commit: r294518 - head/sys/compat/linuxkpi/common/include/linux

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 17:36:06 2016 New Revision: 294518 URL: https://svnweb.freebsd.org/changeset/base/294518 Log: Use function macro instead of non-function macro to reduce chance of incorrect expansion. MFC after:1 week Sponsored by: Mellanox Technologies Modified:

svn commit: r294520 - head/sys/compat/linuxkpi/common/include/asm

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 17:52:55 2016 New Revision: 294520 URL: https://svnweb.freebsd.org/changeset/base/294520 Log: LinuxKPI atomic fixes: - Fix implementation of atomic_add_unless(). The atomic_cmpset_int() function returns a boolean and not the previous value of the atomic

svn commit: r294521 - head/sys/compat/linuxkpi/common/include/asm

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 17:56:23 2016 New Revision: 294521 URL: https://svnweb.freebsd.org/changeset/base/294521 Log: Implement 64-bit atomic operations for the LinuxKPI. MFC after:1 week Sponsored by: Mellanox Technologies Added: head/sys/compat/linuxkpi/common/include/a

Re: svn commit: r294475 - head/sys/kern

2016-01-21 Thread Gleb Smirnoff
On Wed, Jan 20, 2016 at 05:40:03PM -0800, Ravi Pokala wrote: R> ISTR there's an API for creating a batch of counters; that might be cleaner than creating a dozen+ individually? There are some. An array macros are in sys/counter.h itself. The network stack has magic macros that allow you to use ar

svn commit: r294525 - head/sys/netpfil/ipfw

2016-01-21 Thread Alexander V. Chernikov
Author: melifaro Date: Thu Jan 21 18:20:40 2016 New Revision: 294525 URL: https://svnweb.freebsd.org/changeset/base/294525 Log: Fix panic on table/table entry delete. The panic could have happened if more than 64 distinct values had been used. Table value code uses internal objhash API

svn commit: r294526 - head/sys/amd64/include

2016-01-21 Thread Hans Petter Selasky
Author: hselasky Date: Thu Jan 21 18:22:50 2016 New Revision: 294526 URL: https://svnweb.freebsd.org/changeset/base/294526 Log: Add missing atomic wrapper macro. Reviewed by: alfred @ Sponsored by: Mellanox Technologies MFC after:1 week Modified: head/sys/amd64/include/atomic.h

svn commit: r294523 - head/lib/libc/gmon

2016-01-21 Thread Brooks Davis
Author: brooks Date: Thu Jan 21 18:17:19 2016 New Revision: 294523 URL: https://svnweb.freebsd.org/changeset/base/294523 Log: Replace the last non-optional use of sbrk() in the tree with mmap(). All gmon want's is a region of memory without the overhead of malloc(). Just mapping some page

Re: svn commit: r294471 - head/sys/dev/usb/wlan

2016-01-21 Thread Conrad Meyer
On Thu, Jan 21, 2016 at 1:52 AM, Andriy Gapon wrote: > On 21/01/2016 03:28, Mark Johnston wrote: >> Isilon has done ad-hoc implementations of this for bufs and mbufs, and >> they're quite handy for debugging. With BUF_TRACKING enabled in our >> kernel config, each buf contains a const char *b_reco

Re: svn commit: r294495 - in head: . crypto/openssh

2016-01-21 Thread Conrad Meyer
On Thu, Jan 21, 2016 at 3:10 AM, Dag-Erling Smørgrav wrote: > Author: des > Date: Thu Jan 21 11:10:14 2016 > New Revision: 294495 > URL: https://svnweb.freebsd.org/changeset/base/294495 > > Log: > Enable DSA keys by default. They were disabled in OpenSSH 6.9p1. Are we going to maintain DSA key

Re: svn commit: r294471 - head/sys/dev/usb/wlan

2016-01-21 Thread alex.burlyga.ietf alex.burlyga.ietf
Just out of curriosity, why not Dtrace? For kernel it has most of the things that all the ad-hoc tracing things trying to accomplish and then some more. On Wed, Jan 20, 2016 at 4:02 PM, Adrian Chadd wrote: > Hi, > > So yeah, I think it's time we just bit the bullet and wrote a > generic-ish debug

Re: svn commit: r294471 - head/sys/dev/usb/wlan

2016-01-21 Thread Andriy Gapon
On 21/01/2016 19:25, Conrad Meyer wrote: > On Thu, Jan 21, 2016 at 1:52 AM, Andriy Gapon wrote: >> On 21/01/2016 03:28, Mark Johnston wrote: >>> Isilon has done ad-hoc implementations of this for bufs and mbufs, and >>> they're quite handy for debugging. With BUF_TRACKING enabled in our >>> kernel

svn commit: r294530 - head/sys/sys

2016-01-21 Thread Ed Maste
Author: emaste Date: Thu Jan 21 20:44:21 2016 New Revision: 294530 URL: https://svnweb.freebsd.org/changeset/base/294530 Log: Add STB_GNU_UNIQUE symbol binding definition Red Hat created STB_GNU_UNIQUE to handle certain special cases relating to dynamically loading C++ DSOs[1]. We do

svn commit: r294531 - head/sys/sys

2016-01-21 Thread Kirk McKusick
Author: mckusick Date: Thu Jan 21 20:52:20 2016 New Revision: 294531 URL: https://svnweb.freebsd.org/changeset/base/294531 Log: Update comment to note the function, prison_priv_check(), that needs to be updated in kern_jail.c when a new priviledge is added. Modified: head/sys/sys/priv.h Mo

Re: svn commit: r294507 - head/contrib/bsnmp/snmp_mibII

2016-01-21 Thread Ed Maste
On 21 January 2016 at 11:11, Hartmut Brandt wrote: > Author: harti > Date: Thu Jan 21 16:11:20 2016 > New Revision: 294507 > URL: https://svnweb.freebsd.org/changeset/base/294507 > > Log: > Fill the ifAlias leaf of the ifXTable with the interface description > if there is one available and it

Re: svn commit: r294530 - head/sys/sys

2016-01-21 Thread Renato Botelho
> On Jan 21, 2016, at 18:44, Ed Maste wrote: > > Author: emaste > Date: Thu Jan 21 20:44:21 2016 > New Revision: 294530 > URL: https://svnweb.freebsd.org/changeset/base/294530 > > Log: > Add STB_GNU_UNIQUE symbol binding definition > > Red Hat created STB_GNU_UNIQUE to handle certain special

Re: svn commit: r294530 - head/sys/sys

2016-01-21 Thread Ed Maste
On 21 January 2016 at 16:00, Renato Botelho wrote: >> On Jan 21, 2016, at 18:44, Ed Maste wrote: >> >> Author: emaste >> Date: Thu Jan 21 20:44:21 2016 >> New Revision: 294530 >> URL: https://svnweb.freebsd.org/changeset/base/294530 >> >> Log: >> Add STB_GNU_UNIQUE symbol binding definition >> >

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

2016-01-21 Thread Antoine Brodin
On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev wrote: > Author: kan > Date: Wed Jan 20 23:26:35 2016 > New Revision: 294470 > URL: https://svnweb.freebsd.org/changeset/base/294470 > > Log: > Fix initlist_add_object invocation parameters. > > The tail parameter should point to the last obje

svn commit: r294534 - in head/sys/netinet: . cc tcp_stacks

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 21 22:24:20 2016 New Revision: 294534 URL: https://svnweb.freebsd.org/changeset/base/294534 Log: Cleanup TCP files from unnecessary interface related includes. Modified: head/sys/netinet/cc/cc.c head/sys/netinet/cc/cc_cdg.c head/sys/netinet/cc/cc_chd.c head

svn commit: r294535 - in head/sys/netinet: . cc tcp_stacks

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 21 22:34:51 2016 New Revision: 294535 URL: https://svnweb.freebsd.org/changeset/base/294535 Log: - Rename cc.h to more meaningful tcp_cc.h. - Declare it a kernel only include, which it already is. - Don't include tcp.h implicitly from tcp_cc.h Added: head/sys

svn commit: r294536 - head/sys/netinet

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Thu Jan 21 22:53:12 2016 New Revision: 294536 URL: https://svnweb.freebsd.org/changeset/base/294536 Log: Refactor TCP_CONGESTION setsockopt handling: - Use M_TEMP instead of stack variable. - Unroll error handling, removing several levels of indentation. Modified: he

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

2016-01-21 Thread Alexander Kabaev
On Thu, 21 Jan 2016 22:20:12 +0100 Antoine Brodin wrote: > On Thu, Jan 21, 2016 at 12:26 AM, Alexander Kabaev > wrote: > > Author: kan > > Date: Wed Jan 20 23:26:35 2016 > > New Revision: 294470 > > URL: https://svnweb.freebsd.org/changeset/base/294470 > > > > Log: > > Fix initlist_add_object

svn commit: r294539 - head/sys/sparc64/include

2016-01-21 Thread John Baldwin
Author: jhb Date: Fri Jan 22 00:29:11 2016 New Revision: 294539 URL: https://svnweb.freebsd.org/changeset/base/294539 Log: Add an atomic_fetchadd_64() wrapper on sparc64. Reviewed by: marius Modified: head/sys/sparc64/include/atomic.h Modified: head/sys/sparc64/include/atomic.h ===

svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 22 02:07:48 2016 New Revision: 294540 URL: https://svnweb.freebsd.org/changeset/base/294540 Log: Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion control algorithm options. The argument is variable length and is opaque to TCP, forwarded

svn commit: r294541 - in head/sys: conf kern

2016-01-21 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 22 02:23:18 2016 New Revision: 294541 URL: https://svnweb.freebsd.org/changeset/base/294541 Log: - Separate sendfile(2) implementation from uipc_syscalls.c into separate file. Claim my copyright. - Provide more comments, better function and structure names.

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

2016-01-21 Thread Ed Maste
Author: emaste Date: Fri Jan 22 02:28:17 2016 New Revision: 294542 URL: https://svnweb.freebsd.org/changeset/base/294542 Log: Remove old generated unwind.h when using LLVM libunwind When not using LLVM libunwind, unwind.h is a generated header and a stale copy may remain in the OBJDIR aft

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread hiren panchasara
On 01/22/16 at 02:07P, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 22 02:07:48 2016 > New Revision: 294540 > URL: https://svnweb.freebsd.org/changeset/base/294540 > > Log: > Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion > control algorithm options. The ar

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread Gleb Smirnoff
Hiren, On Thu, Jan 21, 2016 at 06:24:02PM -0800, hiren panchasara wrote: h> > Log: h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion h> > control algorithm options. The argument is variable length and is opaque h> > to TCP, forwarded directly to the algorithm's

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread hiren panchasara
On 01/21/16 at 06:39P, Gleb Smirnoff wrote: > Hiren, > > On Thu, Jan 21, 2016 at 06:24:02PM -0800, hiren panchasara wrote: > h> > Log: > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP > congestion > h> > control algorithm options. The argument is variable length and is

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread Gleb Smirnoff
On Thu, Jan 21, 2016 at 06:43:10PM -0800, hiren panchasara wrote: h> > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP congestion h> > h> > control algorithm options. The argument is variable length and is opaque h> > h> > to TCP, forwarded directly to the algorithm's ct

Re: svn commit: r294540 - in head: etc/mtree include share/man/man4 share/man/man9 sys/netinet

2016-01-21 Thread hiren panchasara
On 01/21/16 at 06:50P, Gleb Smirnoff wrote: > On Thu, Jan 21, 2016 at 06:43:10PM -0800, hiren panchasara wrote: > h> > h> > Provide new socket option TCP_CCALGOOPT, which stands for TCP > congestion > h> > h> > control algorithm options. The argument is variable length and > is opaque > h> >

svn commit: r294543 - head/usr.sbin/ypldap

2016-01-21 Thread Marcelo Araujo
Author: araujo Date: Fri Jan 22 03:02:38 2016 New Revision: 294543 URL: https://svnweb.freebsd.org/changeset/base/294543 Log: Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to be tunable. Also it gets more close with the original implementation from OpenBSD. Requested

svn commit: r294544 - head/sys/dev/flash

2016-01-21 Thread Adrian Chadd
Author: adrian Date: Fri Jan 22 03:15:53 2016 New Revision: 294544 URL: https://svnweb.freebsd.org/changeset/base/294544 Log: [flash] Teach mx25l SPI flash driver to interact with fdt_slicer and geom_flashmap This teaches the mx25l driver (sys/dev/flash/mx25l.c) to interact with sys/dev/

svn commit: r294546 - head/sys/boot/kshim

2016-01-21 Thread Wojciech Macek
Author: wma Date: Fri Jan 22 06:05:31 2016 New Revision: 294546 URL: https://svnweb.freebsd.org/changeset/base/294546 Log: Fix compilation errors in usb/kshim Remove old header from the include list and declare extern symbol for delay() function. Approved by: hselas

Re: svn commit: r294536 - head/sys/netinet

2016-01-21 Thread Lawrence Stewart
Hi Gleb, On 01/22/16 09:53, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Jan 21 22:53:12 2016 > New Revision: 294536 > URL: https://svnweb.freebsd.org/changeset/base/294536 > > Log: > Refactor TCP_CONGESTION setsockopt handling: > - Use M_TEMP instead of stack variable. > - Unroll err

svn commit: r294547 - head/sys/boot/kshim

2016-01-21 Thread Wojciech Macek
Author: wma Date: Fri Jan 22 06:26:11 2016 New Revision: 294547 URL: https://svnweb.freebsd.org/changeset/base/294547 Log: Provide busdma stubs for loader/kshim Simple bus space stubs require the VA-PA mapping to be identical. Approved by: hselasky, cognet (mentor)

Re: svn commit: r294536 - head/sys/netinet

2016-01-21 Thread NGie Cooper
> On Jan 21, 2016, at 22:19, Lawrence Stewart wrote: > > Hi Gleb, > > On 01/22/16 09:53, Gleb Smirnoff wrote: >> Author: glebius >> Date: Thu Jan 21 22:53:12 2016 >> New Revision: 294536 >> URL: https://svnweb.freebsd.org/changeset/base/294536 >> >> Log: >> Refactor TCP_CONGESTION setsockopt

Re: svn commit: r294535 - in head/sys/netinet: . cc tcp_stacks

2016-01-21 Thread Lawrence Stewart
Hi Gleb, On 01/22/16 09:34, Gleb Smirnoff wrote: > Author: glebius > Date: Thu Jan 21 22:34:51 2016 > New Revision: 294535 > URL: https://svnweb.freebsd.org/changeset/base/294535 > > Log: > - Rename cc.h to more meaningful tcp_cc.h. As a bit of historical context, the naming was intentionally

svn commit: r294548 - head/share/dtrace

2016-01-21 Thread Devin Teske
Author: dteske Date: Fri Jan 22 07:19:30 2016 New Revision: 294548 URL: https://svnweb.freebsd.org/changeset/base/294548 Log: Add scripts for watching common entry points. MFC after:3 days X-MFC-to: stable/10 Added: head/share/dtrace/watch_execve (contents, props changed) h

svn commit: r294549 - head/share/dtrace

2016-01-21 Thread Devin Teske
Author: dteske Date: Fri Jan 22 07:22:30 2016 New Revision: 294549 URL: https://svnweb.freebsd.org/changeset/base/294549 Log: Fix bad title on script (caused by copy/paste) MFC after:3 days X-MFC-to: stable/10 X-MFC-with: r294548 Modified: head/share/dtrace/watch_execve Mo

svn commit: r294553 - head/sys/dev/hyperv/vmbus

2016-01-21 Thread Sepherosa Ziehau
Author: sephe Date: Fri Jan 22 07:29:31 2016 New Revision: 294553 URL: https://svnweb.freebsd.org/changeset/base/294553 Log: hyperv/vmbus: Lookup channel through id table Vmbus event handler will need to find the channel by its relative id, when software interrupt for event happens. The

svn commit: r294554 - in head: contrib/ntp contrib/ntp/html contrib/ntp/include contrib/ntp/libntp contrib/ntp/ntpd contrib/ntp/ntpdc contrib/ntp/ntpq contrib/ntp/ntpsnmpd contrib/ntp/scripts contr...

2016-01-21 Thread Xin LI
Author: delphij Date: Fri Jan 22 07:32:39 2016 New Revision: 294554 URL: https://svnweb.freebsd.org/changeset/base/294554 Log: MFV r294491: ntp 4.2.8p6. Security: CVE-2015-7973, CVE-2015-7974, CVE-2015-7975 Security: CVE-2015-7976, CVE-2015-7977, CVE-2015-7978 Security: CVE-

Re: svn commit: r294543 - head/usr.sbin/ypldap

2016-01-21 Thread Bruce Evans
On Fri, 22 Jan 2016, Marcelo Araujo wrote: Log: Switch from FD_SETSIZE to getdtablesize(2) as it can make the FD to be tunable. Also it gets more close with the original implementation from OpenBSD. Modified: head/usr.sbin/ypldap/yp.c ===