on 10/09/2013 15:03 Davide Italiano said the following:
> The Illumos cv_timedwait_hires() doesn't use 'res' argument so if you
> want to be consistent with their behaviour you should pass '0' as
> precision argument to cv_timedwait_sbt().
As far as I can see, illumos does use the resolution.
--
Author: trasz
Date: Mon Sep 23 10:36:03 2013
New Revision: 255812
URL: http://svnweb.freebsd.org/changeset/base/255812
Log:
Prevent "lock (iscsi) sx does not match earlier (sleep mutex) lock" panic
triggered by "kldload iscsi_initiator; kldunload iscsi_initiator; kldload
iscsi".
Approve
On Mon, Sep 23, 2013 at 9:14 AM, Andriy Gapon wrote:
> on 10/09/2013 15:03 Davide Italiano said the following:
>> The Illumos cv_timedwait_hires() doesn't use 'res' argument so if you
>> want to be consistent with their behaviour you should pass '0' as
>> precision argument to cv_timedwait_sbt().
on 23/09/2013 14:41 Davide Italiano said the following:
> I think gethrestime is not suitable for the amount of precision
> required
I agree on this.
--
Andriy Gapon
___
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/sv
Author: theraven
Date: Mon Sep 23 13:16:21 2013
New Revision: 255815
URL: http://svnweb.freebsd.org/changeset/base/255815
Log:
Import a new libcxxrt. This fixes some potential crashing in the demangler.
Approved by: re (gjb)
MFC after:1 week
Modified:
head/contrib/libcxxrt/libelf
On 9/22/2013 11:36 PM, Dag-Erling Smørgrav wrote:
> Author: des
> Date: Mon Sep 23 04:36:51 2013
> New Revision: 255809
> URL: http://svnweb.freebsd.org/changeset/base/255809
>
> Log:
> Add a setup script for unbound(8) called local-unbound-setup. It
> generates a configuration suitable for r
This breaks the build in the peculiar case where you have
a git checkout of some other project, then a FreeBSD SVN
checkout inside of that:
Project/.git
Project/src/ -- FreeBSD source tree.
For some reason newvers.sh is now looking one level too far
up, so it's seeing the dir containing the
Author: loos
Date: Mon Sep 23 14:00:18 2013
New Revision: 255816
URL: http://svnweb.freebsd.org/changeset/base/255816
Log:
Fix DELAY() on RPi, the wrong math was making it take twice it should.
Reported by: Alexander
Approved by: adrian (mentor)
Approved by: re (gjb)
Modified:
he
Author: nwhitehorn
Date: Mon Sep 23 14:18:34 2013
New Revision: 255817
URL: http://svnweb.freebsd.org/changeset/base/255817
Log:
Add installer support for CHRP/PAPR PowerPC systems that use MBR+BSD
formatting, like x86, but with an additional MBR slice containing a raw
boot partition.
A
Yeah, I think the moral of this neverending story is that relying on $0
for pathnames is a Bad Idea. Apparently in addition to the patch from
PR 160646, we still need something like the patch I proposed in PR
174422. I'll attach an updated version of that. I've got a test build
running now, I'll
Bryan Drewery writes:
> Why not add a link now in etc/Makefile? This would be surprising to not
> find unbound.conf in /etc/
Yep, I'm going to do that, but I need to figure out how not to break
installworld for people who already have /etc/unbound (since it's
currently in BSD.root.mtree).
DES
--
Author: dteske
Date: Mon Sep 23 16:47:52 2013
New Revision: 255818
URL: http://svnweb.freebsd.org/changeset/base/255818
Log:
Fix a bug in HTTP checking/fetching.
Fix a bug in HTTP checking/fetching. Add Main Site to HTTP menu. Add new
example script browse_packages_http.sh and move existing
Author: glebius
Date: Mon Sep 23 18:12:25 2013
New Revision: 255821
URL: http://svnweb.freebsd.org/changeset/base/255821
Log:
Fix coredump on 'arp -d'.
Submitted by: az
Approved by: re (kib)
Modified:
head/usr.sbin/arp/arp.c
Modified: head/usr.sbin/arp/arp.c
=
Author: des
Date: Mon Sep 23 17:35:23 2013
New Revision: 255819
URL: http://svnweb.freebsd.org/changeset/base/255819
Log:
Ensure that resolvconf(8) preserves the edns0 setting.
Approved by: re (blanket)
Modified:
head/usr.sbin/unbound/local-setup/local-unbound-setup.sh
Modified: head/u
Dag-Erling Smørgrav writes:
> Bryan Drewery writes:
> > Why not add a link now in etc/Makefile? This would be surprising to not
> > find unbound.conf in /etc/
> Yep, I'm going to do that, but I need to figure out how not to break
> installworld for people who already have /etc/unbound (since it's
Author: trasz
Date: Mon Sep 23 19:54:44 2013
New Revision: 255824
URL: http://svnweb.freebsd.org/changeset/base/255824
Log:
Don't use M_WAITOK when running from context where sleeping is prohibited,
such as callout or a geom thread.
Approved by: re (marius)
Sponsored by: FreeBSD Founda
Author: des
Date: Mon Sep 23 20:03:23 2013
New Revision: 255825
URL: http://svnweb.freebsd.org/changeset/base/255825
Log:
Move local_unbound up in the rc order.
Approved by: re (blanket)
Modified:
head/etc/rc.d/local_unbound
Modified: head/etc/rc.d/local_unbound
===
Author: des
Date: Mon Sep 23 20:06:59 2013
New Revision: 255826
URL: http://svnweb.freebsd.org/changeset/base/255826
Log:
Prevent resolvconf from updating /etc/resolv.conf. As Jakob Schlyter
pointed out, having additional nameservers listed in /etc/resolv.conf
can break DNSSEC verification
Author: kib
Date: Mon Sep 23 20:14:15 2013
New Revision: 255827
URL: http://svnweb.freebsd.org/changeset/base/255827
Log:
Free both KVA and backing pages when freeing TSS memory.
Reported and tested by: pho
Sponsored by: The FreeBSD Foundation
Approved by: re (marius)
Modified:
Author: hiren
Date: Mon Sep 23 20:30:25 2013
New Revision: 255828
URL: http://svnweb.freebsd.org/changeset/base/255828
Log:
Correcting EXAMPLES section.
Approved by: re (gjb)
Modified:
head/share/man/man4/netmap.4
Modified: head/share/man/man4/netmap.4
=
Author: des
Date: Mon Sep 23 20:35:54 2013
New Revision: 255829
URL: http://svnweb.freebsd.org/changeset/base/255829
Log:
Unbreak the WITHOUT_KERBEROS build and try to reduce the odds of a
repeat performance by introducing a script that runs configure with and
without Kerberos, diffs the res
Author: danilo (ports committer)
Date: Tue Sep 24 04:00:49 2013
New Revision: 255833
URL: http://svnweb.freebsd.org/changeset/base/255833
Log:
- Add myself as port commiter and my mentors relationship.
- Add myself to calendar.freebsd.
Approved by: re (gjb), wg (mentor)
Modified:
head
22 matches
Mail list logo