On Mon, Jun 15, 2015 at 08:12:15PM +, Xin LI wrote:
> Author: delphij
> Date: Mon Jun 15 20:12:15 2015
> New Revision: 284425
> URL: https://svnweb.freebsd.org/changeset/base/284425
>
> Log:
> Skip src component if /usr/src is empty.
>
> Submitted by: kczekirda
I can't fi
On Mon, Jun 15, 2015 at 6:46 PM, Julian Elischer wrote:
> On 6/15/15 1:34 PM, Garrett Cooper wrote:
>>
>> On Jun 14, 2015, at 20:53, Julian Elischer wrote:
>>
>>> On 6/14/15 10:48 AM, Adrian Chadd wrote:
On 13 June 2015 at 18:22, Craig Rodrigues wrote:
>
> On Sat, Jun 13, 2015
disable the most expensive debugging functionality run
"ln -s 'abort:false,junk:false' /etc/malloc.conf".)
+20150615:
+ The fix for the issue described in the 20150614 sendmail entry
+ below has been been committed in revision 284436. The work
+ arou
Author: gshapiro
Date: Tue Jun 16 02:58:50 2015
New Revision: 284436
URL: https://svnweb.freebsd.org/changeset/base/284436
Log:
The import of openssl to address the FreeBSD-SA-15:10.openssl security
advisory includes a change which rejects handshakes with DH parameters
below 768 bits. sendm
On 6/15/15 1:34 PM, Garrett Cooper wrote:
On Jun 14, 2015, at 20:53, Julian Elischer wrote:
On 6/14/15 10:48 AM, Adrian Chadd wrote:
On 13 June 2015 at 18:22, Craig Rodrigues wrote:
On Sat, Jun 13, 2015 at 6:00 PM, Adrian Chadd wrote:
I guarantee that no matter what you've worked on, ther
Author: pluknet
Date: Mon Jun 15 23:30:54 2015
New Revision: 284434
URL: https://svnweb.freebsd.org/changeset/base/284434
Log:
Deshallify.
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
=
Author: sjg
Date: Mon Jun 15 22:04:29 2015
New Revision: 284433
URL: https://svnweb.freebsd.org/changeset/base/284433
Log:
Remove extra blank lines
Modified:
head/usr.bin/xlint/llib/Makefile
Modified: head/usr.bin/xlint/llib/Makefile
==
Baptiste Daroussin writes:
> Author: bapt
> Date: Mon Jun 15 19:28:07 2015
> New Revision: 284421
> URL: https://svnweb.freebsd.org/changeset/base/284421
>
> Log:
> Revert r284417 it is not necessary anymore
[...]
> Modified: head/Makefile.inc1
>
Author: bapt
Date: Mon Jun 15 21:20:21 2015
New Revision: 284431
URL: https://svnweb.freebsd.org/changeset/base/284431
Log:
Register libpanel into the available libraries
Modified:
head/share/mk/src.libnames.mk
Modified: head/share/mk/src.libnames.mk
=
Author: bapt
Date: Mon Jun 15 21:20:52 2015
New Revision: 284432
URL: https://svnweb.freebsd.org/changeset/base/284432
Log:
Convert to LIBADD
Modified:
head/usr.bin/clang/lldb/Makefile
Modified: head/usr.bin/clang/lldb/Makefile
Author: sjg
Date: Mon Jun 15 21:09:18 2015
New Revision: 284430
URL: https://svnweb.freebsd.org/changeset/base/284430
Log:
Skip MAKE_PRINT_VAR_ON_ERROR unless we are doing META_MODE
with all the recursion in normal build it is too much noise.
Modified:
head/share/mk/local.sys.mk
Modified:
Author: tijl
Date: Mon Jun 15 20:47:26 2015
New Revision: 284428
URL: https://svnweb.freebsd.org/changeset/base/284428
Log:
Follow up to r284427: fix NaN mixing for ctanhf too.
Modified:
head/lib/msun/src/s_ctanhf.c
Modified: head/lib/msun/src/s_ctanhf.c
=
Author: tijl
Date: Mon Jun 15 20:40:44 2015
New Revision: 284427
URL: https://svnweb.freebsd.org/changeset/base/284427
Log:
- Change comments to be more consistent with s_ccosh.c and s_csinh.c.
- Fix a case where NaNs were not mixed correctly and signalling NaNs were
not converted to quiet
Author: tijl
Date: Mon Jun 15 20:16:53 2015
New Revision: 284426
URL: https://svnweb.freebsd.org/changeset/base/284426
Log:
Fix some exceptional cases where the sign of the result is unspecified
but must still satisfy csinh(conj(z)) == conj(csinh(z)) and csinh(-z) ==
-csinh(z). This allows
Author: delphij
Date: Mon Jun 15 20:12:15 2015
New Revision: 284425
URL: https://svnweb.freebsd.org/changeset/base/284425
Log:
Skip src component if /usr/src is empty.
Differential Revision:https://reviews.freebsd.org/D2364
Submitted by: kczekirda
Reviewed by: c
Author: sjg
Date: Mon Jun 15 20:11:15 2015
New Revision: 284424
URL: https://svnweb.freebsd.org/changeset/base/284424
Log:
Pay attention to MK_ELFTOOLCHAIN_TOOLS so we build the desired tools.
Added:
head/lib/libelftc/Makefile.depend (contents, props changed)
head/usr.bin/elfcopy/Makefile
Author: tijl
Date: Mon Jun 15 20:11:06 2015
New Revision: 284423
URL: https://svnweb.freebsd.org/changeset/base/284423
Log:
Fix some exceptional cases where the sign of the result is unspecified
but must still satisfy ccosh(conj(z)) == conj(ccosh(z)) and ccosh(-z) ==
ccosh(z).
In collab
Author: tijl
Date: Mon Jun 15 19:48:28 2015
New Revision: 284422
URL: https://svnweb.freebsd.org/changeset/base/284422
Log:
Change -Wl,-r back to -r so gcc doesn't pass --relax to the linker on some
architectures.
PR: 200881
Modified:
head/usr.sbin/crunch/crunchgen/crunchgen.
Author: bapt
Date: Mon Jun 15 19:28:07 2015
New Revision: 284421
URL: https://svnweb.freebsd.org/changeset/base/284421
Log:
Revert r284417 it is not necessary anymore
Modified:
head/Makefile.inc1
head/cddl/lib/Makefile.inc
head/gnu/lib/libgcc/Makefile
head/gnu/lib/libssp/Makefile
head
Author: sjg
Date: Mon Jun 15 19:23:47 2015
New Revision: 284420
URL: https://svnweb.freebsd.org/changeset/base/284420
Log:
do not include src.opts.mk from here
Modified:
head/share/mk/local.init.mk
Modified: head/share/mk/local.init.mk
> On Jun 15, 2015, at 10:54 AM, Bryan Drewery wrote:
>
> On 6/14/15 3:17 AM, Garrett Cooper wrote:
>> On Jun 14, 2015, at 3:00, Slawa Olhovchenkov
>> wrote:
>>
>>> On Sat, Jun 13, 2015 at 05:13:31PM -0700, Craig Rodrigues wrote:
>>>
The people I talk to use scripting languages like Pytho
Author: sjg
Date: Mon Jun 15 18:43:32 2015
New Revision: 284419
URL: https://svnweb.freebsd.org/changeset/base/284419
Log:
Don't use ${.OBJDIR}/ to qualify target that isn't specified that way
Modified:
head/sys/conf/kmod.mk
Modified: head/sys/conf/kmod.mk
===
> On Jun 15, 2015, at 8:37 AM, Matthew Ahrens wrote:
>
>
>
> On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote:
>
> P.S.
> My personal preference would be to drop that compat code and to convince
> ZFS/FreeBSD users to always use boot environments, so that their kernel and
> userland never
On Mon, Jun 15, 2015 at 10:24:24AM -0700, Craig Rodrigues wrote:
>
> Having more tools use libxo will definitely make it easier to write tools
> like Eagleeye.
>
Having more tools use libxo means having more broken tools.
% w --libxo
w: missing libxo option
OK. Let's check the manpage.
% man
On Mon, Jun 15, 2015 at 10:36:12AM -0600, Warner Losh wrote:
>
> > On Jun 14, 2015, at 12:53 PM, Adrian Chadd wrote:
> >
> > I do like how zero percent of the comments are "hey, maybe we need
> > unit tests that run these tools and ensure they output the right
> > stuff." If this were ${WORK} a
On Mon, Jun 15, 2015 at 10:12 AM, Slawa Olhovchenkov wrote:
>
> No unification. This is more vital, I think.
> And no tools for collect correlation data -- for example collect at
> same time CPU load by core, i/o load by disk and network load by
> inetrface. You may talk about Graphite, but graff
On Mon, Jun 15, 2015 at 10:03:35AM -0700, Peter Wemm wrote:
> On Monday, June 15, 2015 09:27:09 AM Adrian Chadd wrote:
> > ... this feels like the wrong solution. A really, really wrong solution.
> >
> > I was just about to use SHLIBDIR overriding for doing something for
> > cross-builds, and now
On Monday, June 15, 2015 09:27:09 AM Adrian Chadd wrote:
> ... this feels like the wrong solution. A really, really wrong solution.
>
> I was just about to use SHLIBDIR overriding for doing something for
> cross-builds, and now I can't.
>
>
>
> -adrian
FWIW; you can usually use the "I really m
On 6/14/15 3:17 AM, Garrett Cooper wrote:
> On Jun 14, 2015, at 3:00, Slawa Olhovchenkov
> wrote:
>
>> On Sat, Jun 13, 2015 at 05:13:31PM -0700, Craig Rodrigues wrote:
>>
>>> The people I talk to use scripting languages like Python or
>>> Ruby, and devops frameworks like Ansible, Saltstack, Pupp
> On Jun 14, 2015, at 12:53 PM, Adrian Chadd wrote:
>
> I do like how zero percent of the comments are "hey, maybe we need
> unit tests that run these tools and ensure they output the right
> stuff." If this were ${WORK} and I were ${BOSS}, I'd have asked the
> libxo developers to include unit t
On 6/13/15 9:29 PM, Steve Kargl wrote:
> On Sat, Jun 13, 2015 at 05:40:59PM -0700, Craig Rodrigues wrote:
>> On Sat, Jun 13, 2015 at 5:26 PM, Steve Kargl <
>> s...@troutmask.apl.washington.edu> wrote:
>>>
>>> Given the horrid state of the manpages, which I showed
>>> in March, one can only wonder a
On 6/13/15 8:40 PM, Craig Rodrigues wrote:
> For people building embedded products these days,
> storage of gigabytes and even terabytes is often available,
I wish this was true. I recently was feeling good about finding a few
hundred KB here and there to save space on an embedded system.
--
Reg
On Mon, Jun 15, 2015 at 09:27:09AM -0700, Adrian Chadd wrote:
> ... this feels like the wrong solution. A really, really wrong solution.
>
> I was just about to use SHLIBDIR overriding for doing something for
> cross-builds, and now I can't.
yes but I didn't want to revert metamode at this point,
... this feels like the wrong solution. A really, really wrong solution.
I was just about to use SHLIBDIR overriding for doing something for
cross-builds, and now I can't.
-adrian
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mail
On 6/15/15 12:18 PM, Bryan Drewery wrote:
> On 6/14/15 6:37 PM, Adrian Chadd wrote:
>> Hi,
>>
>> I'm happy for this to be your baby and see how it all pans out in the
>> tree, but I thought we as a project learnt some lessons about checking
>> in autogenerated files.
>>
>>
>
> You either commit th
On 6/14/15 6:37 PM, Adrian Chadd wrote:
> Hi,
>
> I'm happy for this to be your baby and see how it all pans out in the
> tree, but I thought we as a project learnt some lessons about checking
> in autogenerated files.
>
>
You either commit these files or inline the DEPENDS lines in the
Makefil
On 2015-06-15 11:10, Baptiste Daroussin wrote:
On Mon, Jun 15, 2015 at 08:54:25AM -0700, Peter Wemm wrote:
On Monday, June 15, 2015 03:34:21 PM Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Jun 15 15:34:20 2015
> New Revision: 284417
> URL: https://svnweb.freebsd.org/changeset/base/284417
On Mon, Jun 15, 2015 at 08:54:25AM -0700, Peter Wemm wrote:
> On Monday, June 15, 2015 03:34:21 PM Baptiste Daroussin wrote:
> > Author: bapt
> > Date: Mon Jun 15 15:34:20 2015
> > New Revision: 284417
> > URL: https://svnweb.freebsd.org/changeset/base/284417
> >
> > Log:
> > Enforce overwrittin
On Monday, June 15, 2015 03:34:21 PM Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Jun 15 15:34:20 2015
> New Revision: 284417
> URL: https://svnweb.freebsd.org/changeset/base/284417
>
> Log:
> Enforce overwritting SHLIBDIR
>
> Since METAMODE has been added, sys.mk loads bsd.mkopt.mk w
Author: bapt
Date: Mon Jun 15 15:34:20 2015
New Revision: 284417
URL: https://svnweb.freebsd.org/changeset/base/284417
Log:
Enforce overwritting SHLIBDIR
Since METAMODE has been added, sys.mk loads bsd.mkopt.mk which ends load
loading
bsd.own.mk which then defines SHLIBDIR before all the
On Mon, Jun 15, 2015 at 7:53 AM, Andriy Gapon wrote:
>
> P.S.
> My personal preference would be to drop that compat code and to convince
> ZFS/FreeBSD users to always use boot environments, so that their kernel and
> userland never fall out of sync :)
>
Me too :-)
--matt
___
Author: avg
Date: Mon Jun 15 13:43:23 2015
New Revision: 284416
URL: https://svnweb.freebsd.org/changeset/base/284416
Log:
ttm_vm_page_alloc: use vm_page_alloc for pages without dma32 restriction
This change re-organizes code a little bit to extract common pieces
of ttm_alloc_new_pages()
On 15/06/2015 13:48, Baptiste Daroussin wrote:
> Author: bapt
> Date: Mon Jun 15 10:48:48 2015
> New Revision: 284409
> URL: https://svnweb.freebsd.org/changeset/base/284409
>
> Log:
> Fix circular dependency between libzfs and libzfs_core
>
> libzfs_core is the wrapper around kernel ioctls
Garrett Cooper wrote:
> > These files need to be generated before mkdep is run.
>
> This is wrong (I’ve had to fix a lot of this at $work recently). They
> need to be added to DPSRCS so they will always be regenerated as a
> dependency of DPADD.
Not in this case. These things are never compiled
Author: bapt
Date: Mon Jun 15 10:48:48 2015
New Revision: 284409
URL: https://svnweb.freebsd.org/changeset/base/284409
Log:
Fix circular dependency between libzfs and libzfs_core
libzfs_core is the wrapper around kernel ioctls, the ioctl compat code belongs
to it
Modified:
head/cddl/li
Oliver Pinter wrote:
> >> * Or are you now the maintainer of these .depend files? :-)
> >
> > For now, yes.
> > I think that's the only reasonable approach at this early stage.
>
> Cool! What is you github account? I like to add your access to our
> repo, and please fix this issue:
> http://jenki
Oliver Pinter wrote:
> On 6/15/15, Simon J. Gerraty wrote:
> > Garrett Cooper wrote:
> >
> >> Breaking source upgrades to later versions is painful. We want to make
> >> sure fmake at least works with upgrade_checks so people can upgrade
> >> from earlier versions of 8/9/10 to 11 without having
Julian Elischer wrote:
> I think a make MAKE_MAKEFILE_DEPENDS=1 (build)world is an important step
> requirement..
You can do 'make buildwork -DWITH_META_FILES' and it will produce meta
files - they can be very handy for debugging issues - like headers
comming from places you didn't expect.
My or
Julian Elischer wrote:
> As long as there is a REALLY EASY WAY to regenerate them and it's well
> documented,
Building each directory (in meta mode) is all that is/should be needed.
> EXACTLY the same output
> each time unless there is a source change, (so svn doesn't see a
> change if there is
Craig Rodrigues wrote:
> I got the same errors here:
>
> https://jenkins.freebsd.org/job/FreeBSD_HEAD/2869/consoleFull
Looks like you fixed it - thanks
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To
Author: ngie
Date: Mon Jun 15 07:13:23 2015
New Revision: 284408
URL: https://svnweb.freebsd.org/changeset/base/284408
Log:
Ensure TESTSDIR is defined before bsd.test.mk is .include'd
MFC after: 1 week
Modified:
head/share/mk/bsd.test.mk
Modified: head/share/mk/bsd.test.mk
=
Craig Rodrigues wrote:
Thanks Craig,
> (2) In the long run, having better documentation, tooling and procedures to
> update the
> Makefile.depend files will be definitely needed.
The only thing needed to update them is a successful build (in meta
mode), it is so painless that many d
On Jun 15, 2015, at 0:04, Garrett Cooper wrote:
> On Jun 14, 2015, at 23:48, Craig Rodrigues wrote:
>
>> Author: rodrigc
>> Date: Mon Jun 15 06:48:43 2015
>> New Revision: 284407
>> URL: https://svnweb.freebsd.org/changeset/base/284407
>>
>> Log:
>> Add ioctl.c, linux_syscalls.c, linux32_sysca
Adrian Chadd wrote:
> I'm happy for this to be your baby and see how it all pans out in the
> tree, but I thought we as a project learnt some lessons about checking
> in autogenerated files.
Sorry I don't have the history on that, but I thought it had been made
clear for 4 years now that this was
On Jun 14, 2015, at 23:48, Craig Rodrigues wrote:
> Author: rodrigc
> Date: Mon Jun 15 06:48:43 2015
> New Revision: 284407
> URL: https://svnweb.freebsd.org/changeset/base/284407
>
> Log:
> Add ioctl.c, linux_syscalls.c, linux32_syscalls.c to beforedepend target.
>
> These files need to be g
55 matches
Mail list logo