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
Author: ken
Date: Mon Sep 23 22:04:20 2013
New Revision: 255831
URL: http://svnweb.freebsd.org/changeset/base/255831
Log:
Add missing mergeinfo that should have gone in revision 255830, which was a
MFC of 255501.
This was caused by committing from sys/dev/mps instead of sys.
Pointy h
Author: ken
Date: Mon Sep 23 21:52:07 2013
New Revision: 255830
URL: http://svnweb.freebsd.org/changeset/base/255830
Log:
MFC r255501
This is slightly modified from the FreeBSD/head version, to include
version checks for the scanning changes for not only FreeBSD/head
(139 and higher
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: 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: 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: 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: 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: 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 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: 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: 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
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
--
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
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
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
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
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
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 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-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn
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().
Author: theraven
Date: Mon Sep 23 11:36:38 2013
New Revision: 255814
URL: http://svnweb.freebsd.org/changeset/base/255814
Log:
Tagged libcxxrt vendor import.
Added:
vendor/libcxxrt/2013-09-23-dafd555f547386c8c25f9afd07ea3693db13e52a/
- copied from r255813, vendor/libcxxrt/dist/
_
Author: theraven
Date: Mon Sep 23 11:35:49 2013
New Revision: 255813
URL: http://svnweb.freebsd.org/changeset/base/255813
Log:
Imported newer libcxxrt into vendor branch.
Modified:
vendor/libcxxrt/dist/libelftc_dem_gnu3.c
vendor/libcxxrt/dist/typeinfo.cc
vendor/libcxxrt/dist/unwind-itaniu
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
Author: kib
Date: Mon Sep 23 07:53:58 2013
New Revision: 255811
URL: http://svnweb.freebsd.org/changeset/base/255811
Log:
MFC r255607:
In pmap_copy(), when the copied region is mapped with superpage but does
not cover entire superpage, avoid copying.
MFC r255620:
Merge the change r255
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.
--
27 matches
Mail list logo