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

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

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

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: head/tools/build/mk/OptionalObso

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 Stora

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 wrote: >> On 20 May 2015, at 09:23 , Baptiste Daroussin 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 librt

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 be

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

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 Divis

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 Differ

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: head/Ma

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 Modifi

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 to

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: https://svnwe

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

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

2015-05-20 Thread Alexander Kabaev
On Fri, 15 May 2015 13:50:38 + (UTC) John Baldwin wrote: > Author: jhb > Date: Fri May 15 13:50:37 2015 > New Revision: 282971 > URL: https://svnweb.freebsd.org/changeset/base/282971 > > Log: > Previously, cv_waiters was only updated by cv_signal or cv_wait. If > a thread awakened due to a

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 wrote: > On Fri, 15 May 2015 13:50:38 + (UTC) > John Baldwin wrote: > > > Author: jhb > > Date: Fri May 15 13:50:37 2015 > > New Revision: 282971 > > URL: https://svnweb.freebsd.org/changeset/base/282971 > > > > Log: > > Previously, cv_wait

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

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 f

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 us

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

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 ar

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 wrote: > On Wed, May 20, 2015 at 9:00 AM, Alexander Kabaev > wrote: > > > On Fri, 15 May 2015 13:50:38 + (UTC) > > John Baldwin wrote: > > > > > Author: jhb > > > Date: Fri May 15 13:50:37 2015 > > > New Revision: 282971 > > > URL: https://

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

Re: svn commit: r283151 - head

2015-05-20 Thread Craig Rodrigues
On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon 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? But

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

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: r282971 - in head/sys: kern sys

2015-05-20 Thread Matthew Ahrens
On Wed, May 20, 2015 at 10:41 AM, Alexander Kabaev wrote: > On Wed, 20 May 2015 09:54:45 -0700 > Matthew Ahrens wrote: > > > On Wed, May 20, 2015 at 9:00 AM, Alexander Kabaev > > wrote: > > > > > On Fri, 15 May 2015 13:50:38 + (UTC) > > > John Baldwin wrote: > > > > > > > Author: jhb > > >

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 Submi

Re: svn commit: r283151 - head

2015-05-20 Thread Garrett Cooper
On May 20, 2015, at 10:43, Craig Rodrigues wrote: > On Wed, May 20, 2015 at 10:24 AM, Andriy Gapon 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 > > Sho

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

2015-05-20 Thread Baptiste Daroussin
eFiles.inc == --- 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 +

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: ... 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 for boo

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 https://www.delphij.net/ FreeBSD - The Power to Serve!

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

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 not

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 direc

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 libprocst

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 target

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 guest'

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 evaluation

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 Origin