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
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)
__
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
+
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 arm/rel
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: 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 code
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
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 0e5464
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
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 doesn't
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
On May 20, 2015, at 21:09, Craig Rodrigues 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 people like you t
Author: hselasky
Date: Thu May 21 06:30:44 2015
New Revision: 283171
URL: https://svnweb.freebsd.org/changeset/base/283171
Log:
MFC r280495:
Implement a simple OID number garbage collector. Given the increasing
number of dynamically created and destroyed SYSCTLs during runtime it
is very l
Author: hselasky
Date: Thu May 21 06:34:06 2015
New Revision: 283172
URL: https://svnweb.freebsd.org/changeset/base/283172
Log:
MFC r280495:
Implement a simple OID number garbage collector. Given the increasing
number of dynamically created and destroyed SYSCTLs during runtime it
is very l
On Wed, May 20, 2015 at 10:11 PM, Garrett Cooper
wrote:
> Craig, et al,
> Thank you. I’m sorry it took me so long to get to this —
> especially because it . I’ll try to do better next time.
> Now all that remains is fixing the port (which is where the bulk
> majority of the errors
Author: hselasky
Date: Thu May 21 06:47:20 2015
New Revision: 283173
URL: https://svnweb.freebsd.org/changeset/base/283173
Log:
MFC r282577:
Add support for DYMO LabelWriter PnP.
Modified:
stable/10/share/man/man4/usb_quirk.4
stable/10/sys/dev/usb/quirk/usb_quirk.c
stable/10/sys/dev/usb
Author: hselasky
Date: Thu May 21 06:53:55 2015
New Revision: 283174
URL: https://svnweb.freebsd.org/changeset/base/283174
Log:
MFC r282577:
Add support for DYMO LabelWriter PnP.
Modified:
stable/9/share/man/man4/usb_quirk.4
stable/9/sys/dev/usb/quirk/usb_quirk.c
stable/9/sys/dev/usb/qu
Author: hselasky
Date: Thu May 21 06:56:35 2015
New Revision: 283175
URL: https://svnweb.freebsd.org/changeset/base/283175
Log:
MFC r282817:
Apply proper locking when iterating the multicast addresses and add a
missing check for NULL from a non-blocking "kzalloc()" function call.
Sponso
Author: dim
Date: Thu May 21 06:57:07 2015
New Revision: 283176
URL: https://svnweb.freebsd.org/changeset/base/283176
Log:
Vendor import of llvm RELEASE_361/final tag r237755 (effectively, 3.6.1
release):
https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_361/final@237755
Added:
vendor/ll
Author: dim
Date: Thu May 21 06:57:51 2015
New Revision: 283177
URL: https://svnweb.freebsd.org/changeset/base/283177
Log:
Tag llvm tags/RELEASE_361/final r237755 (effectively, 3.6.1 release).
Added:
- copied from r283176, vendor/llvm/dist/
Directory Properties:
vendor/llvm/llvm-release_
Author: hselasky
Date: Thu May 21 06:58:19 2015
New Revision: 283179
URL: https://svnweb.freebsd.org/changeset/base/283179
Log:
MFC r282817:
Apply proper locking when iterating the multicast addresses and add a
missing check for NULL from a non-blocking "kzalloc()" function call.
Sponso
Author: dim
Date: Thu May 21 06:58:08 2015
New Revision: 283178
URL: https://svnweb.freebsd.org/changeset/base/283178
Log:
Vendor import of clang RELEASE_361/final tag r237755 (effectively, 3.6.1
release):
https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_361/final@237755
Added:
vendor/cl
Author: dim
Date: Thu May 21 06:58:50 2015
New Revision: 283180
URL: https://svnweb.freebsd.org/changeset/base/283180
Log:
Tag clang tags/RELEASE_361/final r237755 (effectively, 3.6.1 release).
Added:
- copied from r283179, vendor/clang/dist/
Directory Properties:
vendor/clang/clang-rele
63 matches
Mail list logo