svn commit: r293415 - in vendor/ntp/dist: . html include lib/isc lib/isc/win32 libntp libparse ntpd ntpdate ntpdc ntpq ntpsnmpd ports/winnt/include ports/winnt/instsrv ports/winnt/libntp ports/winn...

2016-01-08 Thread Xin LI
Author: delphij Date: Fri Jan 8 08:06:14 2016 New Revision: 293415 URL: https://svnweb.freebsd.org/changeset/base/293415 Log: Vendor import of ntp-4.2.8p5. Added: vendor/ntp/dist/include/safecast.h (contents, props changed) Modified: vendor/ntp/dist/ChangeLog vendor/ntp/dist/CommitLog

svn commit: r293416 - vendor/ntp/4.2.8p5

2016-01-08 Thread Xin LI
Author: delphij Date: Fri Jan 8 08:06:52 2016 New Revision: 293416 URL: https://svnweb.freebsd.org/changeset/base/293416 Log: Tag ntp 4.2.8p5. Added: vendor/ntp/4.2.8p5/ - copied from r293415, vendor/ntp/dist/ ___ svn-src-all@freebsd.org

svn commit: r293417 - head/contrib/ntp

2016-01-08 Thread Xin LI
Author: delphij Date: Fri Jan 8 08:09:10 2016 New Revision: 293417 URL: https://svnweb.freebsd.org/changeset/base/293417 Log: mergeinfo fixup. Modified: Directory Properties: head/contrib/ntp/ (props changed) ___ svn-src-all@freebsd.org mailing

svn commit: r293432 - in head/sys: kern netgraph/bluetooth/socket ofed/drivers/infiniband/ulp/sdp sys

2016-01-08 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 8 19:03:20 2016 New Revision: 293432 URL: https://svnweb.freebsd.org/changeset/base/293432 Log: Make it possible for sbappend() to preserve M_NOTREADY on mbufs, just like sbappendstream() does. Although, M_NOTREADY may appear only on SOCK_STREAM sockets, due

svn commit: r293434 - head/tools/regression/geom_concat

2016-01-08 Thread Garrett Cooper
Author: ngie Date: Fri Jan 8 19:10:52 2016 New Revision: 293434 URL: https://svnweb.freebsd.org/changeset/base/293434 Log: - Use attach_md for memory disks so they can be tracked. - Add a geom_concat specific cleanup function and trap on that function at exit so things are cleaned up

svn commit: r293435 - head/sys/boot/userboot/libstand

2016-01-08 Thread Ed Maste
Author: emaste Date: Fri Jan 8 19:12:26 2016 New Revision: 293435 URL: https://svnweb.freebsd.org/changeset/base/293435 Log: Reduce libstand Makefile duplication Userboot's copy of the libstand Makefile had more extensive changes compared to the one in sys/boot/libstand32, but it turns

svn commit: r293436 - head/tools/regression/geom_eli

2016-01-08 Thread Garrett Cooper
Author: ngie Date: Fri Jan 8 19:38:59 2016 New Revision: 293436 URL: https://svnweb.freebsd.org/changeset/base/293436 Log: - Add a conf.sh file for executing common functions with geli -- Use linear probing to find the first unique md(4) device, unlike the other code which uses

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Gleb Smirnoff
On Fri, Jan 08, 2016 at 12:37:14PM -0800, Bryan Drewery wrote: B> > The new syscalls is a drop in replacement. No modifications are required B> > to applications. One can take nginx binary for stable/10 and run it B> > successfully on head. Although SF_NODISKIO lost its original sense, as

svn commit: r293438 - head/tools/regression/geom_raid3

2016-01-08 Thread Garrett Cooper
Author: ngie Date: Fri Jan 8 19:47:49 2016 New Revision: 293438 URL: https://svnweb.freebsd.org/changeset/base/293438 Log: - Add a geom_raid3 specific cleanup function and trap on that function at exit so things are cleaned up properly - Use attach_md for attaching md(4) devices -

svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 8 20:34:57 2016 New Revision: 293439 URL: https://svnweb.freebsd.org/changeset/base/293439 Log: New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and up to now. The new sendfile is the code that Netflix uses to send their multiple tens

svn commit: r293440 - head

2016-01-08 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 8 21:07:34 2016 New Revision: 293440 URL: https://svnweb.freebsd.org/changeset/base/293440 Log: Fix upgrading from OSVERSION 102-132 after r288829. r288829 states that lex requires the latest m4, but was not always building it. Move lex to the

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Gleb Smirnoff
On Fri, Jan 08, 2016 at 01:22:45PM -0800, NGie Cooper wrote: N> > 1) The review requests were sent continuosly to arch@ during last 1.5 years. N> > N> > https://lists.freebsd.org/pipermail/freebsd-arch/2014-May/015385.html N> > N> > 2) Team of engineers at Netflix has a lot of code build on

svn commit: r293443 - head/tools/regression/geom_uzip

2016-01-08 Thread Garrett Cooper
Author: ngie Date: Fri Jan 8 21:38:26 2016 New Revision: 293443 URL: https://svnweb.freebsd.org/changeset/base/293443 Log: - Make test-1.sh into a TAP testable testcase - Delete test-2.sh as it was an incomplete testcase, and the contents were basically a subset of test-1.sh - Add a

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Gleb Smirnoff
On Fri, Jan 08, 2016 at 12:44:32PM -0800, NGie Cooper wrote: N> > Log: N> > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and N> > up to now. N> > N> > The new sendfile is the code that Netflix uses to send their multiple tens N> > of gigabits of data per second. The

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread NGie Cooper
> On Jan 8, 2016, at 13:10, Gleb Smirnoff wrote: > > On Fri, Jan 08, 2016 at 12:44:32PM -0800, NGie Cooper wrote: > N> > Log: > N> > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 > and > N> > up to now. > N> > > N> > The new sendfile is the

svn commit: r293437 - head/tools/regression/geom_nop

2016-01-08 Thread Garrett Cooper
Author: ngie Date: Fri Jan 8 19:43:18 2016 New Revision: 293437 URL: https://svnweb.freebsd.org/changeset/base/293437 Log: - Add a conf.sh file for executing common functions with gnop - Use attach_md for attaching md(4) devices - Don't hardcode /tmp for temporary files, which violates the

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Bryan Drewery
On 1/8/2016 12:34 PM, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 8 20:34:57 2016 > New Revision: 293439 > URL: https://svnweb.freebsd.org/changeset/base/293439 > > Log: > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and > up to now. > > The new

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread NGie Cooper
> On Jan 8, 2016, at 12:34, Gleb Smirnoff wrote: > > Author: glebius > Date: Fri Jan 8 20:34:57 2016 > New Revision: 293439 > URL: https://svnweb.freebsd.org/changeset/base/293439 > > Log: > New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 and > up

svn commit: r293441 - head/tools/regression/geom_shsec

2016-01-08 Thread Garrett Cooper
Author: ngie Date: Fri Jan 8 21:25:27 2016 New Revision: 293441 URL: https://svnweb.freebsd.org/changeset/base/293441 Log: - Add a geom_shsec specific cleanup function and trap on that function at exit so things are cleaned up properly - Use attach_md for attaching md(4) devices -

Re: svn commit: r293439 - in head: lib/libc/sys sys/dev/ti sys/kern sys/sys usr.bin/netstat

2016-01-08 Thread Bryan Drewery
On 1/8/2016 1:10 PM, Gleb Smirnoff wrote: > 1) The review requests were sent continuosly to arch@ during last 1.5 years. > >https://lists.freebsd.org/pipermail/freebsd-arch/2014-May/015385.html > > 2) Team of engineers at Netflix has a lot of code build on top of that code, >e.g.

svn commit: r293442 - head/tools/regression/geom_stripe

2016-01-08 Thread Garrett Cooper
Author: ngie Date: Fri Jan 8 21:28:09 2016 New Revision: 293442 URL: https://svnweb.freebsd.org/changeset/base/293442 Log: - Add a geom_stripe specific cleanup function and trap on that function at exit so things are cleaned up properly - Use attach_md for attaching md(4) devices -

svn commit: r293446 - in stable/10: sys/kgssapi usr.sbin/gssd

2016-01-08 Thread Josh Paetzel
Author: jpaetzel Date: Fri Jan 8 23:58:32 2016 New Revision: 293446 URL: https://svnweb.freebsd.org/changeset/base/293446 Log: MFC 293043 Unset the gss kernel state when gssd exits When gssd exits it leaves the kernel state set by gssd_syscall(). nfsd sees this and waits endlessly

svn commit: r293450 - in head: gnu/lib/libgcc share/mk tools/build/options

2016-01-08 Thread Ed Maste
Author: emaste Date: Sat Jan 9 00:42:07 2016 New Revision: 293450 URL: https://svnweb.freebsd.org/changeset/base/293450 Log: Support use of LLVM's libunwind for exception unwinding It is built in libgcc_s.so and libgcc_eh.a to simplify transition. It is enabled by default on arm64

svn commit: r293451 - head/sys/boot/userboot/libstand

2016-01-08 Thread Bryan Drewery
Author: bdrewery Date: Sat Jan 9 00:43:11 2016 New Revision: 293451 URL: https://svnweb.freebsd.org/changeset/base/293451 Log: Update dependencies. Sponsored by: EMC / Isilon Storage Division Modified: head/sys/boot/userboot/libstand/Makefile.depend Modified:

svn commit: r293453 - head/share/man/man5

2016-01-08 Thread Ed Maste
Author: emaste Date: Sat Jan 9 00:47:01 2016 New Revision: 293453 URL: https://svnweb.freebsd.org/changeset/base/293453 Log: Regen after r293450 Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5

svn commit: r293454 - in head/sys/boot: i386/loader userboot/userboot zfs

2016-01-08 Thread Allan Jude
Author: allanjude Date: Sat Jan 9 00:54:08 2016 New Revision: 293454 URL: https://svnweb.freebsd.org/changeset/base/293454 Log: Only call init_zfs_bootenv() when the system was booted with ZFS Add a few other safeguards to ensure things do not break when the boot device cannot be

svn commit: r293447 - stable/10/share/vt/keymaps

2016-01-08 Thread Ed Maste
Author: emaste Date: Sat Jan 9 00:28:34 2016 New Revision: 293447 URL: https://svnweb.freebsd.org/changeset/base/293447 Log: MFC r293047: Use correct name 'us' for character 31 in keymaps 'ns' was a historical accident, and kbdcontrol(1) has accepted the correct 'us' as well as 'ns'

svn commit: r293448 - stable/10/release

2016-01-08 Thread Glen Barber
Author: gjb Date: Sat Jan 9 00:31:24 2016 New Revision: 293448 URL: https://svnweb.freebsd.org/changeset/base/293448 Log: MFC r293173, r293231: r293173: Fix path to include .OBJDIR to avoid polluting the source tree during 'make release'. r293231: Add a new target to touch

svn commit: r293449 - stable/10/sys/kern

2016-01-08 Thread Konstantin Belousov
Author: kib Date: Sat Jan 9 00:34:48 2016 New Revision: 293449 URL: https://svnweb.freebsd.org/changeset/base/293449 Log: MFC r292749: Do not substitute interpeter if the brand interpreter path is different from the interpreter path requested by the binary. Modified:

svn commit: r293452 - head/release

2016-01-08 Thread Glen Barber
Author: gjb Date: Sat Jan 9 00:45:38 2016 New Revision: 293452 URL: https://svnweb.freebsd.org/changeset/base/293452 Log: Set FORCE_PKG_REGISTER=1 when installing packages to avoid failures when re-using build chroot(8) environments. This is based on the patch in the PR referenced

svn commit: r293455 - stable/10/usr.sbin/kbdcontrol

2016-01-08 Thread Ed Maste
Author: emaste Date: Sat Jan 9 01:01:04 2016 New Revision: 293455 URL: https://svnweb.freebsd.org/changeset/base/293455 Log: MFC r293055: kbdmap.5: Use current names for ASCII control codes lf, ff, us Refer to the old names nl, np, ns as historical aliases. PR: 205776,

svn commit: r293444 - head/tools/regression

2016-01-08 Thread Garrett Cooper
Author: ngie Date: Fri Jan 8 21:47:41 2016 New Revision: 293444 URL: https://svnweb.freebsd.org/changeset/base/293444 Log: - Move functions that might be used in class-specific cleanup functions (geom_test_cleanup, etc) down so the testcases don't emit noise when bailing - Conform to

Re: svn commit: r277610 - in head: bin/ln lib/libc/include lib/libc/sys share/man/man4 sys/compat/freebsd32 sys/kern sys/sys usr.bin/kdump

2016-01-08 Thread John Baldwin
On Thursday, January 07, 2016 09:17:37 PM Jilles Tjoelker wrote: > On Thu, Jan 07, 2016 at 04:03:25PM +0300, Chagin Dmitry wrote: > > On Fri, Jan 23, 2015 at 09:07:09PM +, Jilles Tjoelker wrote: > > > Author: jilles > > > Date: Fri Jan 23 21:07:08 2015 > > > New Revision: 277610 > > > URL:

Re: svn commit: r293159 - in head/sys: net netinet netinet6

2016-01-08 Thread Oliver Pinter
On 1/4/16, Alexander V. Chernikov wrote: > Author: melifaro > Date: Mon Jan 4 15:03:20 2016 > New Revision: 293159 > URL: https://svnweb.freebsd.org/changeset/base/293159 > > Log: > Add rib_lookup_info() to provide API for retrieving individual route > entries data in

svn commit: r293466 - in head/sys: net netinet

2016-01-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Jan 9 06:26:40 2016 New Revision: 293466 URL: https://svnweb.freebsd.org/changeset/base/293466 Log: (Temporarily) remove route_redirect_event eventhandler. Such handler should pass different set of variables, instead of directly providing 2 locked route

svn commit: r293445 - head

2016-01-08 Thread Bryan Drewery
Author: bdrewery Date: Fri Jan 8 22:59:49 2016 New Revision: 293445 URL: https://svnweb.freebsd.org/changeset/base/293445 Log: Chase r292622: Update path to ioctl.c for incremental build hack. Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc1 Modified:

svn commit: r293462 - stable/10/usr.sbin/syslogd

2016-01-08 Thread Ravi Pokala
Author: rpokala Date: Sat Jan 9 05:02:35 2016 New Revision: 293462 URL: https://svnweb.freebsd.org/changeset/base/293462 Log: MFC r279567, r279568: Add and document an option to cause syslogd to run in the foreground. This allows a separate process to monitor when and how syslogd exits.

svn commit: r293463 - stable/10/lib/libc/gen

2016-01-08 Thread Ravi Pokala
Author: rpokala Date: Sat Jan 9 05:05:15 2016 New Revision: 293463 URL: https://svnweb.freebsd.org/changeset/base/293463 Log: MFC r291114: popen() requires check for fdopen() failure Move fdopen() up near other resource allocation like malloc(); do proper deallocation on failure later

svn commit: r293464 - stable/10/share/man/man4

2016-01-08 Thread Ravi Pokala
Author: rpokala Date: Sat Jan 9 05:07:02 2016 New Revision: 293464 URL: https://svnweb.freebsd.org/changeset/base/293464 Log: MFC r292123: Document mps.enable_ssu mps(4) sends StartStopUnit to SATA direct-access devices during shutdown. Document the tunables which control that behavior.

Re: svn commit: r293459 - head/usr.sbin/bhyve

2016-01-08 Thread Allan Jude
On 2016-01-08 23:09, Gleb Smirnoff wrote: > On Sat, Jan 09, 2016 at 03:08:21AM +, George V. Neville-Neil wrote: > G> Author: gnn > G> Date: Sat Jan 9 03:08:21 2016 > G> New Revision: 293459 > G> URL: https://svnweb.freebsd.org/changeset/base/293459 > G> > G> Log: > G> Add netmap support

svn commit: r293465 - head/sys/net

2016-01-08 Thread Alexander V. Chernikov
Author: melifaro Date: Sat Jan 9 05:39:06 2016 New Revision: 293465 URL: https://svnweb.freebsd.org/changeset/base/293465 Log: Please Coverity by removing unneccessary check (rt_key() is always set). Coverity CID: 1347797 Modified: head/sys/net/route.c Modified: head/sys/net/route.c

svn commit: r293458 - head/sys/kern

2016-01-08 Thread Mark Johnston
Author: markj Date: Sat Jan 9 01:56:46 2016 New Revision: 293458 URL: https://svnweb.freebsd.org/changeset/base/293458 Log: Prevent cv_waiters wraparound. r282971 attempted to fix this problem by decrementing cv_waiters after waking up from sleeping on a condition variable, but this can

svn commit: r293459 - head/usr.sbin/bhyve

2016-01-08 Thread George V. Neville-Neil
Author: gnn Date: Sat Jan 9 03:08:21 2016 New Revision: 293459 URL: https://svnweb.freebsd.org/changeset/base/293459 Log: Add netmap support for bhyve Submitted by: btw MFC after:1 week Differential Revision:https://reviews.freebsd.org/D4826 Modified:

svn commit: r293461 - in head/sys/boot: common efi/boot1 powerpc/boot1.chrp

2016-01-08 Thread Steven Hartland
Author: smh Date: Sat Jan 9 03:30:33 2016 New Revision: 293461 URL: https://svnweb.freebsd.org/changeset/base/293461 Log: Remove hidden "Not ufs" printfs from boot code Remove the printf("Not ufs\n") from the boot code which was hidden by the local printf implementations, allowing these

Re: svn commit: r293450 - in head: gnu/lib/libgcc share/mk tools/build/options

2016-01-08 Thread Ed Maste
On 9 January 2016 at 00:42, Ed Maste wrote: > > Author: emaste > Date: Sat Jan 9 00:42:07 2016 > New Revision: 293450 > URL: https://svnweb.freebsd.org/changeset/base/293450 > > Log: > Support use of LLVM's libunwind for exception unwinding As reported by bz@, an

Re: svn commit: r293459 - head/usr.sbin/bhyve

2016-01-08 Thread Gleb Smirnoff
On Sat, Jan 09, 2016 at 03:08:21AM +, George V. Neville-Neil wrote: G> Author: gnn G> Date: Sat Jan 9 03:08:21 2016 G> New Revision: 293459 G> URL: https://svnweb.freebsd.org/changeset/base/293459 G> G> Log: G> Add netmap support for bhyve G> G> Submitted by: btw G> MFC after:

svn commit: r293460 - head/sys/boot/efi/boot1

2016-01-08 Thread Steven Hartland
Author: smh Date: Sat Jan 9 03:20:01 2016 New Revision: 293460 URL: https://svnweb.freebsd.org/changeset/base/293460 Log: Switch EFT boot1 to use libstand ARM and i386 already required libstand so switch to using it for all patforms, allowing the removal of custom print and memory

svn commit: r293418 - svnadmin/conf

2016-01-08 Thread Dag-Erling Smørgrav
Author: des Date: Fri Jan 8 09:56:28 2016 New Revision: 293418 URL: https://svnweb.freebsd.org/changeset/base/293418 Log: no longer needed Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r293420 - stable/10/sys/fs/devfs

2016-01-08 Thread Konstantin Belousov
Author: kib Date: Fri Jan 8 10:35:57 2016 New Revision: 293420 URL: https://svnweb.freebsd.org/changeset/base/293420 Log: MFC r293042: Minor style cleanup. Modified: stable/10/sys/fs/devfs/devfs_vnops.c Directory Properties: stable/10/ (props changed) Modified:

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

2016-01-08 Thread Hans Petter Selasky
Author: hselasky Date: Fri Jan 8 10:04:19 2016 New Revision: 293419 URL: https://svnweb.freebsd.org/changeset/base/293419 Log: LinuxKPI style changes: - Properly prefix internal functions with "linux_" instead of only a single underscore to avoid future namespace collisions. - Make

svn commit: r293422 - head/sys/boot/efi/boot1

2016-01-08 Thread Steven Hartland
Author: smh Date: Fri Jan 8 13:58:36 2016 New Revision: 293422 URL: https://svnweb.freebsd.org/changeset/base/293422 Log: Update generated efi boot image templates r279533 increased the boot1 size from 64k to 128k but didn't regenerate the fat templates, hence the change was never

Re: svn commit: r293414 - in head/sys/boot: i386/loader userboot/userboot

2016-01-08 Thread Florian Smeets
On 08.01.16 06:09, Allan Jude wrote: > Author: allanjude > Date: Fri Jan 8 05:09:55 2016 > New Revision: 293414 > URL: https://svnweb.freebsd.org/changeset/base/293414 > > Log: > Add support for ZFS Boot Environments to userboot (for bhyve and others) > > While here, also fix a possible

svn commit: r293421 - head/share/man/man9

2016-01-08 Thread Christian Brueffer
Author: brueffer Date: Fri Jan 8 13:33:22 2016 New Revision: 293421 URL: https://svnweb.freebsd.org/changeset/base/293421 Log: Fix issues found by mandoc -Tlint. MFC after:1 week Modified: head/share/man/man9/DEVICE_PROBE.9 head/share/man/man9/kern_testfrwk.9

svn commit: r293427 - head/sys/kern

2016-01-08 Thread Gleb Smirnoff
Author: glebius Date: Fri Jan 8 17:27:23 2016 New Revision: 293427 URL: https://svnweb.freebsd.org/changeset/base/293427 Log: Revert r293405: it breaks socket buffer INVARIANTS when sending control data over local sockets. Modified: head/sys/kern/uipc_usrreq.c Modified:

Re: svn commit: r293414 - in head/sys/boot: i386/loader userboot/userboot

2016-01-08 Thread Allan Jude
On 2016-01-08 06:54, Florian Smeets wrote: > On 08.01.16 06:09, Allan Jude wrote: >> Author: allanjude >> Date: Fri Jan 8 05:09:55 2016 >> New Revision: 293414 >> URL: https://svnweb.freebsd.org/changeset/base/293414 >> >> Log: >> Add support for ZFS Boot Environments to userboot (for bhyve and

svn commit: r293423 - in head: contrib/ntp contrib/ntp/html contrib/ntp/include contrib/ntp/lib/isc contrib/ntp/lib/isc/win32 contrib/ntp/libntp contrib/ntp/libparse contrib/ntp/ntpd contrib/ntp/nt...

2016-01-08 Thread Xin LI
Author: delphij Date: Fri Jan 8 15:53:48 2016 New Revision: 293423 URL: https://svnweb.freebsd.org/changeset/base/293423 Log: MFV r293415: ntp 4.2.8p5 Reviewed by: cy, roberto Relnotes: yes Differential Revision:https://reviews.freebsd.org/D4828 Added:

svn commit: r293425 - head/sys/boot/efi/boot1

2016-01-08 Thread Ed Maste
Author: emaste Date: Fri Jan 8 16:37:22 2016 New Revision: 293425 URL: https://svnweb.freebsd.org/changeset/base/293425 Log: Add safety belt for boot1.efi file size Reviewed by: smh Sponsored by: The FreeBSD Foundation Differential Revision:https://reviews.freebsd.org/D4833

svn commit: r293424 - head/sys/net

2016-01-08 Thread Alexander V. Chernikov
Author: melifaro Date: Fri Jan 8 16:25:11 2016 New Revision: 293424 URL: https://svnweb.freebsd.org/changeset/base/293424 Log: Do more fine-grained locking in rtrequest1_fib(). Last consumer using RTF_RNH_LOCKED flag was eliminated in r291643. Restrict passing RTF_RNH_LOCKED to

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

2016-01-08 Thread Adrian Chadd
there's been reported panics with this :( -a On 7 January 2016 at 17:16, Gleb Smirnoff wrote: > Author: glebius > Date: Fri Jan 8 01:16:03 2016 > New Revision: 293405 > URL: https://svnweb.freebsd.org/changeset/base/293405 > > Log: > For SOCK_STREAM socket use

svn commit: r293429 - head/sys/boot/efi/boot1

2016-01-08 Thread Ed Maste
Author: emaste Date: Fri Jan 8 17:33:34 2016 New Revision: 293429 URL: https://svnweb.freebsd.org/changeset/base/293429 Log: Avoid unintended $FreeBSD$ expansion in generate-fat.sh Modified: head/sys/boot/efi/boot1/generate-fat.sh Modified: head/sys/boot/efi/boot1/generate-fat.sh