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

2015-05-20 Thread Lawrence Stewart
On 05/20/15 14:24, Hiren Panchasara wrote: On 05/20/15 at 02:13P, Lawrence Stewart wrote: Hi Hiren, On 05/20/15 11:08, Hiren Panchasara wrote: Author: hiren Date: Wed May 20 01:08:01 2015 New Revision: 283136 URL: https://svnweb.freebsd.org/changeset/base/283136 Log: Add a new sysctl

svn commit: r283138 - head/sys/arm/ti

2015-05-20 Thread Rui Paulo
Author: rpaulo Date: Wed May 20 06:23:01 2015 New Revision: 283138 URL: https://svnweb.freebsd.org/changeset/base/283138 Log: ti_pruss: pass the correct IRQ to userland. Also, fix several problems with the kqueue notification. Submitted by: Manuel Stühn freebsdnewbie at freenet.de

svn commit: r283143 - head/tools/build/mk

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 10:56:09 2015 New Revision: 283143 URL: https://svnweb.freebsd.org/changeset/base/283143 Log: Remove usr/share/dtrace/{tcpconn,tcpstate,tcptrack,udptrack} if MK_CDDL == no Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r283146 - head/sys/netipsec

2015-05-20 Thread Andrey V. Elsukov
Author: ae Date: Wed May 20 11:59:53 2015 New Revision: 283146 URL: https://svnweb.freebsd.org/changeset/base/283146 Log: In the reply to SADB_X_SPDGET message use the same sequence number that was in the request. Some IKE deamons expect it will the same. Linux and NetBSD also follow this

svn commit: r283144 - head/cddl/lib

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 11:03:53 2015 New Revision: 283144 URL: https://svnweb.freebsd.org/changeset/base/283144 Log: Articulate dependencies for cddl/lib/libdtrace and cddl/lib/libzfs Parallelize the build in this subdirectory MFC after: 1 week Sponsored by: EMC / Isilon

svn commit: r283145 - head/cddl/lib

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 11:16:17 2015 New Revision: 283145 URL: https://svnweb.freebsd.org/changeset/base/283145 Log: Add dependencies for libzfs_core and libzpool I missed on my first pass on this Makefile MFC with: r283144 Sponsored by: EMC / Isilon Storage Division Modified:

Re: svn commit: r283139 - head

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 3:06, Bjoern A. Zeeb b...@freebsd.org wrote: On 20 May 2015, at 09:23 , Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Wed May 20 09:23:37 2015 New Revision: 283139 URL: https://svnweb.freebsd.org/changeset/base/283139 Log: Fix buildworld by adding

svn commit: r283141 - head/usr.sbin/uefisign

2015-05-20 Thread Edward Tomasz Napierala
Author: trasz Date: Wed May 20 09:40:34 2015 New Revision: 283141 URL: https://svnweb.freebsd.org/changeset/base/283141 Log: Remove the warning about invalid PE checksum; apparently nothing cares about those checksums anyway. MFC after:1 month Sponsored by: The FreeBSD Foundation

svn commit: r283140 - head

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 09:36:25 2015 New Revision: 283140 URL: https://svnweb.freebsd.org/changeset/base/283140 Log: Only build sys/boot/usb/tools if MK_USB != no Sponsored by: EMC / Isilon Storage Division Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r283142 - head/sys/net80211

2015-05-20 Thread Gleb Smirnoff
Author: glebius Date: Wed May 20 09:42:33 2015 New Revision: 283142 URL: https://svnweb.freebsd.org/changeset/base/283142 Log: EVENTHANDLER_REGISTER() doesn't fail. Modified: head/sys/net80211/ieee80211_freebsd.c Modified: head/sys/net80211/ieee80211_freebsd.c

Re: svn commit: r283139 - head

2015-05-20 Thread Bjoern A. Zeeb
On 20 May 2015, at 09:23 , Baptiste Daroussin b...@freebsd.org wrote: Author: bapt Date: Wed May 20 09:23:37 2015 New Revision: 283139 URL: https://svnweb.freebsd.org/changeset/base/283139 Log: Fix buildworld by adding libproc and librtld_db to the _prebuild_libs Those are needed to

svn commit: r283139 - head

2015-05-20 Thread Baptiste Daroussin
Author: bapt Date: Wed May 20 09:23:37 2015 New Revision: 283139 URL: https://svnweb.freebsd.org/changeset/base/283139 Log: Fix buildworld by adding libproc and librtld_db to the _prebuild_libs Those are needed to build libdtrace Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

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

2015-05-20 Thread Eric van Gyzen
On 05/20/2015 02:33, Lawrence Stewart wrote: On 05/20/15 14:24, Hiren Panchasara wrote: On 05/20/15 at 02:13P, Lawrence Stewart wrote: Hi Hiren, On 05/20/15 11:08, Hiren Panchasara wrote: Author: hiren Date: Wed May 20 01:08:01 2015 New Revision: 283136 URL:

svn commit: r283149 - head/sys/modules

2015-05-20 Thread Ed Maste
Author: emaste Date: Wed May 20 12:54:22 2015 New Revision: 283149 URL: https://svnweb.freebsd.org/changeset/base/283149 Log: Avoid trying to build cxbge on 32-bit MIPS It lacks required 64-bit atomics. Reviewed by: imp (earlier version) Sponsored by: The FreeBSD Foundation

svn commit: r283147 - in head/cddl: sbin usr.bin usr.sbin

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 12:26:09 2015 New Revision: 283147 URL: https://svnweb.freebsd.org/changeset/base/283147 Log: Build cddl/{sbin,usr.bin,usr.sbin} in parallel as all of the applications are freestanding (they require libraries build via make libraries in buildworld) MFC

svn commit: r283150 - head

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 12:56:40 2015 New Revision: 283150 URL: https://svnweb.freebsd.org/changeset/base/283150 Log: Add _more_ missing dependencies for lib/libproc to further squash build races Verified via `cd lib/libproc; make -VLIBADD` Pointyhat to: ngie Modified:

svn commit: r283152 - head

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 13:05:33 2015 New Revision: 283152 URL: https://svnweb.freebsd.org/changeset/base/283152 Log: Unbreak the arm64/sparc64 tinderbox by only compiling lib/libproc and lib/librtld_db on architectures where they're supported Reported by: bz, Jenkins Pointyhat

svn commit: r283148 - head

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 12:46:30 2015 New Revision: 283148 URL: https://svnweb.freebsd.org/changeset/base/283148 Log: Articulate all dependencies for lib/libproc to squash build races after r283139 on !arm64 and !sparc64 Pointyhat to: bapt Sponsored by: EMC / Isilon Storage

svn commit: r283151 - head

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 13:04:00 2015 New Revision: 283151 URL: https://svnweb.freebsd.org/changeset/base/283151 Log: cddl/lib/libctf isn't always a requirement for lib/libproc; its use is dependent on MK_CTF != no. Use the other divined value instead of reinventing the wheel

svn commit: r283154 - stable/10

2015-05-20 Thread Glen Barber
Author: gjb Date: Wed May 20 17:02:30 2015 New Revision: 283154 URL: https://svnweb.freebsd.org/changeset/base/283154 Log: Record mergeinfo for r282772, missed in r282877. Sponsored by: The FreeBSD Foundation Modified: Directory Properties: stable/10/ (props changed)

Re: svn commit: r283151 - head

2015-05-20 Thread Andriy Gapon
On 20/05/2015 16:04, Garrett Cooper wrote: Author: ngie Date: Wed May 20 13:04:00 2015 New Revision: 283151 URL: https://svnweb.freebsd.org/changeset/base/283151 Log: cddl/lib/libctf isn't always a requirement for lib/libproc; its use is dependent on MK_CTF != no. Use the other

Re: svn commit: r282971 - in head/sys: kern sys

2015-05-20 Thread Matthew Ahrens
On Wed, May 20, 2015 at 9:00 AM, Alexander Kabaev kab...@gmail.com wrote: On Fri, 15 May 2015 13:50:38 + (UTC) John Baldwin j...@freebsd.org wrote: Author: jhb Date: Fri May 15 13:50:37 2015 New Revision: 282971 URL: https://svnweb.freebsd.org/changeset/base/282971 Log:

Re: svn commit: r283151 - head

2015-05-20 Thread Shawn Webb
On Wed, 2015-05-20 at 20:01 +0300, Andriy Gapon wrote: On 20/05/2015 16:04, Garrett Cooper wrote: Author: ngie Date: Wed May 20 13:04:00 2015 New Revision: 283151 URL: https://svnweb.freebsd.org/changeset/base/283151 Log: cddl/lib/libctf isn't always a requirement for

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

2015-05-20 Thread Lawrence Stewart
On 05/20/15 23:19, Eric van Gyzen wrote: On 05/20/2015 02:33, Lawrence Stewart wrote: On 05/20/15 14:24, Hiren Panchasara wrote: On 05/20/15 at 02:13P, Lawrence Stewart wrote: Hi Hiren, On 05/20/15 11:08, Hiren Panchasara wrote: Author: hiren Date: Wed May 20 01:08:01 2015 New Revision:

Re: svn commit: r283151 - head

2015-05-20 Thread Andriy Gapon
On 20/05/2015 20:01, Andriy Gapon wrote: On 20/05/2015 16:04, Garrett Cooper wrote: Author: ngie Date: Wed May 20 13:04:00 2015 New Revision: 283151 URL: https://svnweb.freebsd.org/changeset/base/283151 Log: cddl/lib/libctf isn't always a requirement for lib/libproc; its use is

svn commit: r283153 - head/lib/libc/gen

2015-05-20 Thread Konstantin Belousov
Author: kib Date: Wed May 20 15:37:15 2015 New Revision: 283153 URL: https://svnweb.freebsd.org/changeset/base/283153 Log: Remove the write-only variable phent. We currently do not check the size of the program header's entries. Reported by: adrian (by using gcc 4.9) Sponsored by:

svn commit: r283156 - head/sys/kern

2015-05-20 Thread Mariusz Zaborski
Author: oshogbo Date: Wed May 20 17:44:58 2015 New Revision: 283156 URL: https://svnweb.freebsd.org/changeset/base/283156 Log: Always use the nv_free function. Approved by: pjd (mentor) Modified: head/sys/kern/subr_nvlist.c Modified: head/sys/kern/subr_nvlist.c

svn commit: r283159 - head

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Wed May 20 18:41:54 2015 New Revision: 283159 URL: https://svnweb.freebsd.org/changeset/base/283159 Log: Fix breakage I didn't fully solve in r283151 by depending on the .PHONY target, not the directory when building libctf for libproc Reported by: many, Jenkins

svn commit: r283160 - in head: . kerberos5/lib kerberos5/lib/libhdb kerberos5/lib/libheimsqlite

2015-05-20 Thread Baptiste Daroussin
== --- head/ObsoleteFiles.inc Wed May 20 18:41:54 2015(r283159) +++ head/ObsoleteFiles.inc Wed May 20 18:56:29 2015(r283160) @@ -38,6 +38,15 @@ # xargs -n1 | sort | uniq -d; # done +# 20150520

Re: svn commit: r283088 - head/sys/ddb

2015-05-20 Thread Pedro Giffuni
On 05/19/15 10:58, Pedro Giffuni wrote: On 05/19/15 08:45, John Baldwin wrote: ... snip I will disagree with Bruce a bit and put my vote in for replacing boolean_t with bool where it is used. I do think that logically (if not strictly) your commit is a type mismatch as TRUE/FALSE is

Re: svn commit: r282971 - in head/sys: kern sys

2015-05-20 Thread Xin Li
I think we should also assert that no waiter remains when a conditional variable is destroyed (which also suggests that the memory may be freed shortly). Otherwise we would either have modify after free or lost wakeups. Cheers, -- Xin LI delp...@delphij.nethttps://www.delphij.net/ FreeBSD -

Re: svn commit: r283152 - head

2015-05-20 Thread Baptiste Daroussin
On Wed, May 20, 2015 at 01:05:34PM +, Garrett Cooper wrote: Author: ngie Date: Wed May 20 13:05:33 2015 New Revision: 283152 URL: https://svnweb.freebsd.org/changeset/base/283152 Log: Unbreak the arm64/sparc64 tinderbox by only compiling lib/libproc and lib/librtld_db on

Re: svn commit: r282971 - in head/sys: kern sys

2015-05-20 Thread Alexander Kabaev
On Wed, 20 May 2015 09:54:45 -0700 Matthew Ahrens m...@mahrens.org wrote: On Wed, May 20, 2015 at 9:00 AM, Alexander Kabaev kab...@gmail.com wrote: On Fri, 15 May 2015 13:50:38 + (UTC) John Baldwin j...@freebsd.org wrote: Author: jhb Date: Fri May 15 13:50:37 2015 New

svn commit: r283155 - head/sys/sys

2015-05-20 Thread Mariusz Zaborski
Author: oshogbo Date: Wed May 20 17:42:40 2015 New Revision: 283155 URL: https://svnweb.freebsd.org/changeset/base/283155 Log: Correct variable name in the interface. Approved by: pjd (mentor) Modified: head/sys/sys/nvpair_impl.h Modified: head/sys/sys/nvpair_impl.h

svn commit: r283158 - head/sys/kern

2015-05-20 Thread Mariusz Zaborski
Author: oshogbo Date: Wed May 20 17:48:22 2015 New Revision: 283158 URL: https://svnweb.freebsd.org/changeset/base/283158 Log: Fix memory leak. Approved by: pjd (mentor) Modified: head/sys/kern/subr_nvlist.c Modified: head/sys/kern/subr_nvlist.c

Re: svn commit: r283151 - head

2015-05-20 Thread Craig Rodrigues
On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon a...@freebsd.org wrote: lib/libproc__L: \ -cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L +${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L lib/libutil__L Should the above perhaps be ${_cddl_lib_libctf}__L?

svn commit: r283161 - in stable/10: etc/etc.arm release release/arm release/tools release/tools/arm sys/arm/conf

2015-05-20 Thread Glen Barber
Author: gjb Date: Wed May 20 19:32:57 2015 New Revision: 283161 URL: https://svnweb.freebsd.org/changeset/base/283161 Log: MFC r282500, r282693: r282500: Add initial support for building RPI2 images. In release.sh, allow overriding buildenv_setup() before the handoff to

svn commit: r283157 - head/sys/kern

2015-05-20 Thread Mariusz Zaborski
Author: oshogbo Date: Wed May 20 17:47:01 2015 New Revision: 283157 URL: https://svnweb.freebsd.org/changeset/base/283157 Log: Style. Approved by: pjd (mentor) Modified: head/sys/kern/subr_nvpair.c Modified: head/sys/kern/subr_nvpair.c

Re: svn commit: r282971 - in head/sys: kern sys

2015-05-20 Thread Matthew Ahrens
On Wed, May 20, 2015 at 10:41 AM, Alexander Kabaev kab...@gmail.com wrote: On Wed, 20 May 2015 09:54:45 -0700 Matthew Ahrens m...@mahrens.org wrote: On Wed, May 20, 2015 at 9:00 AM, Alexander Kabaev kab...@gmail.com wrote: On Fri, 15 May 2015 13:50:38 + (UTC) John Baldwin

Re: svn commit: r283151 - head

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 10:43, Craig Rodrigues rodr...@freebsd.org wrote: On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon a...@freebsd.org wrote: lib/libproc__L: \ -cddl/lib/libctf__L lib/libelf__L lib/librtld_db__L lib/libutil__L +${_cddl_lib_libctf} lib/libelf__L lib/librtld_db__L

svn commit: r283162 - head/sys/vm

2015-05-20 Thread Konstantin Belousov
Author: kib Date: Wed May 20 23:03:22 2015 New Revision: 283162 URL: https://svnweb.freebsd.org/changeset/base/283162 Log: Remove the write-only variable phent. We currently do not check the size of the program header's entries. Reported by: adrian (by using gcc 4.9) Sponsored by:

svn commit: r283163 - head/sys/vm

2015-05-20 Thread Konstantin Belousov
Author: kib Date: Wed May 20 23:15:56 2015 New Revision: 283163 URL: https://svnweb.freebsd.org/changeset/base/283163 Log: Do grammar fix in the comment to record the right commit message for r283162. Fix a cosmetic issue with vm_page_alloc() calling vm_page_free_toq() with the page

Re: svn commit: r283159 - head

2015-05-20 Thread Peter Wemm
On Wednesday, May 20, 2015 06:41:54 PM Garrett Cooper wrote: Author: ngie Date: Wed May 20 18:41:54 2015 New Revision: 283159 URL: https://svnweb.freebsd.org/changeset/base/283159 Log: Fix breakage I didn't fully solve in r283151 by depending on the .PHONY target, not the directory

Re: svn commit: r283166 - vendor/atf/dist/atf-sh

2015-05-20 Thread Craig Rodrigues
Garrett, Thanks for doing the analysis of the test failure, and jumping on fixing it! I appreciate all the work that you do in monitoring the tests and fixing them. In order for FreeBSD testing to work, we need more people like you to keep an eye on things and help fix things. This stuff

svn commit: r283164 - in stable/10/share: syscons/keymaps vt/keymaps

2015-05-20 Thread Ed Maste
Author: emaste Date: Thu May 21 01:47:12 2015 New Revision: 283164 URL: https://svnweb.freebsd.org/changeset/base/283164 Log: MFC INDEX.keymaps fixes r282898: Correct UTF-8 encoding in Británico One á was ISO 8859-1 0xE1 instead of UTF-8 0xC3 0xA1. r282902: Correct language

svn commit: r283167 - in head: lib/libprocstat usr.bin/procstat

2015-05-20 Thread Allan Jude
Author: allanjude (doc committer) Date: Thu May 21 03:32:44 2015 New Revision: 283167 URL: https://svnweb.freebsd.org/changeset/base/283167 Log: Create links to the libprocstat man pages for all of the libprocstat functions so they can be looked up by name Add a cross refrence to

svn commit: r283166 - vendor/atf/dist/atf-sh

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Thu May 21 03:26:46 2015 New Revision: 283166 URL: https://svnweb.freebsd.org/changeset/base/283166 Log: Import proposed fix from https://github.com/jmmv/atf/commit/0e546407567ea858e261e72f75c5ed61e07d0ddf.patch PR: 197060 Original commit message: From

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

2015-05-20 Thread Peter Grehan
Author: grehan Date: Thu May 21 04:19:22 2015 New Revision: 283168 URL: https://svnweb.freebsd.org/changeset/base/283168 Log: Temporarily revert r282922 which bumped the max descriptors. While there is no issued with the number of descriptors in a virtio indirect descriptor, it's a

svn commit: r283165 - stable/10/usr.sbin/kbdmap

2015-05-20 Thread Ed Maste
Author: emaste Date: Thu May 21 01:50:06 2015 New Revision: 283165 URL: https://svnweb.freebsd.org/changeset/base/283165 Log: MFC r282904: kbdmap(1): increase description size to 256 bytes After conversion to UTF-8 some INDEX.keymaps descriptions are longer than the previous limit of

svn commit: r283170 - head/contrib/atf/atf-sh

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Thu May 21 05:06:08 2015 New Revision: 283170 URL: https://svnweb.freebsd.org/changeset/base/283170 Log: Import proposed fix from upstream for atf-sh/atf_check_test:flush_stdout_on_timeout Many thanks for jmmv for the fix! MFC after: 1 week PR: 197060

Re: svn commit: r283132 - head/lib/libproc

2015-05-20 Thread Bryan Drewery
On 5/19/15 5:23 PM, Baptiste Daroussin wrote: Author: bapt Date: Tue May 19 22:23:15 2015 New Revision: 283132 URL: https://svnweb.freebsd.org/changeset/base/283132 Log: Fix underlinking I recommend always doing a full clean build when adding or removing libraries to libraries when

svn commit: r283169 - head

2015-05-20 Thread Garrett Cooper
Author: ngie Date: Thu May 21 05:02:08 2015 New Revision: 283169 URL: https://svnweb.freebsd.org/changeset/base/283169 Log: _Really_, _Really_ fix buildworld by moving the conditionals down, fixing some typos, and fixing the dependency when MK_LIBCPLUSPLUS != no - `:D` operator

Re: svn commit: r283166 - vendor/atf/dist/atf-sh

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 21:09, Craig Rodrigues rodr...@freebsd.org wrote: Garrett, Thanks for doing the analysis of the test failure, and jumping on fixing it! I appreciate all the work that you do in monitoring the tests and fixing them. In order for FreeBSD testing to work, we need more