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
==
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
===
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
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
===
> 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
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
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
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:
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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://
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
===
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
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
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
==
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
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
> > >
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
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
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
+
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
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!
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
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
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
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
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
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'
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
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
45 matches
Mail list logo