svn commit: r255726 - in head/sys: amd64/amd64 amd64/include dev/acpica dev/xen/control dev/xen/timer dev/xen/xenpci i386/i386 i386/include kern sys x86/acpica x86/isa x86/x86 x86/xen xen

2013-09-19 Thread Justin T. Gibbs
Author: gibbs Date: Fri Sep 20 05:06:03 2013 New Revision: 255726 URL: http://svnweb.freebsd.org/changeset/base/255726 Log: Add support for suspend/resume/migration operations when running as a Xen PVHVM guest. Submitted by: Roger Pau Monné Sponsored by: Citrix Systems R&D Reviewed by

Re: svn commit: r255597 - in head: etc etc/mtree lib lib/libunbound share/mk tools/build/mk tools/build/options usr.sbin usr.sbin/unbound usr.sbin/unbound/anchor usr.sbin/unbound/checkconf usr.sbin/un

2013-09-19 Thread Rui Paulo
On 15 Sep 2013, at 07:51, Dag-Erling Smørgrav wrote: > Author: des > Date: Sun Sep 15 14:51:23 2013 > New Revision: 255597 > URL: http://svnweb.freebsd.org/changeset/base/255597 > > Log: > Build and install the Unbound caching DNS resolver daemon. > > Approved by: re (blanket) Is this a suita

svn commit: r255725 - head/sys/i386/xen

2013-09-19 Thread Justin T. Gibbs
Author: gibbs Date: Fri Sep 20 04:35:09 2013 New Revision: 255725 URL: http://svnweb.freebsd.org/changeset/base/255725 Log: sys/i386/xen/mp_machdep.c: sys/i386/xen/mptable.c: Set PCPU apic_id and acpi_id fields in a fasion compatible with both UP and SMP configurations. Su

svn commit: r255724 - in head/sys: amd64/amd64 arm/arm i386/i386 i386/xen ia64/ia64 mips/mips powerpc/aim powerpc/booke powerpc/powerpc sparc64/sparc64 vm

2013-09-19 Thread Alan Cox
Author: alc Date: Fri Sep 20 04:30:18 2013 New Revision: 255724 URL: http://svnweb.freebsd.org/changeset/base/255724 Log: The pmap function pmap_clear_reference() is no longer used. Remove it. pmap_clear_reference() has had exactly one caller in the kernel for several years, more precise

svn commit: r255723 - head/share/man/man5

2013-09-19 Thread Ed Maste
Author: emaste Date: Fri Sep 20 01:55:37 2013 New Revision: 255723 URL: http://svnweb.freebsd.org/changeset/base/255723 Log: Regenerate after addition of WITH_LLDB Approved by: re (blanket) Modified: head/share/man/man5/src.conf.5 Modified: head/share/man/man5/src.conf.5 ===

svn commit: r255722 - in head: lib/clang lib/clang/liblldb lib/clang/liblldbAPI lib/clang/liblldbBreakpoint lib/clang/liblldbCommands lib/clang/liblldbCore lib/clang/liblldbDataFormatters lib/clang...

2013-09-19 Thread Ed Maste
Author: emaste Date: Fri Sep 20 01:52:02 2013 New Revision: 255722 URL: http://svnweb.freebsd.org/changeset/base/255722 Log: Add LLDB bmake infrastructure This connects LLDB to the build, but it is disabled by default. Add WITH_LLDB= to src.conf to build it. Note that LLDB requires

svn commit: r255721 - head/contrib/llvm/tools/lldb/source

2013-09-19 Thread Ed Maste
Author: emaste Date: Fri Sep 20 01:18:50 2013 New Revision: 255721 URL: http://svnweb.freebsd.org/changeset/base/255721 Log: Disable LLDB OSX ABI plugin Approved by: re (blanket) Modified: head/contrib/llvm/tools/lldb/source/lldb.cpp Modified: head/contrib/llvm/tools/lldb/source/lldb.c

svn commit: r255719 - stable/9/usr.sbin/bsdconfig/examples

2013-09-19 Thread Devin Teske
Author: dteske Date: Thu Sep 19 22:06:28 2013 New Revision: 255719 URL: http://svnweb.freebsd.org/changeset/base/255719 Log: MFC r255340: Long URLs don't always appear even with autosizing and other tricks. So, add some whitespace to put the URL on a line by itself, maximizing view.

svn commit: r255715 - head/usr.bin/calendar

2013-09-19 Thread Diane Bruce
Author: db (ports committer) Date: Thu Sep 19 20:17:50 2013 New Revision: 255715 URL: http://svnweb.freebsd.org/changeset/base/255715 Log: - calendar uses cpp internally, this diff removes this usage and substitutes a limited subset cpp processor internally. PR: src/178463 A

svn commit: r255714 - head/sbin/hastd

2013-09-19 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 19 20:15:24 2013 New Revision: 255714 URL: http://svnweb.freebsd.org/changeset/base/255714 Log: Use cv_broadcast() instead of cv_signal() when waking up threads waiting on an empty queue as the queue may have several consumers. Before the fix the following sc

svn commit: r255718 - head/sys/dev/arcmsr

2013-09-19 Thread Xin LI
Author: delphij Date: Thu Sep 19 20:30:35 2013 New Revision: 255718 URL: http://svnweb.freebsd.org/changeset/base/255718 Log: Update arcmsr(4) driver to 1.20.00.28 which fixes mutex recursion in CCB abort codepath. Many thanks to Areca for continuing to support FreeBSD. Submitted by:

svn commit: r255713 - head

2013-09-19 Thread Ed Maste
Author: emaste Date: Thu Sep 19 20:09:56 2013 New Revision: 255713 URL: http://svnweb.freebsd.org/changeset/base/255713 Log: Further refinement to bmake bootstrapping Include PROGNAME and DESTDIR in ${MMAKE} so that it doesn't need to be passed to each make invocation. Suggested by:

svn commit: r255716 - head/sbin/hastd

2013-09-19 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 19 20:19:08 2013 New Revision: 255716 URL: http://svnweb.freebsd.org/changeset/base/255716 Log: When updating the map of dirty extents, most recently used extents are kept dirty to reduce the number of on-disk metadata updates. The sequence of operations is:

svn commit: r255717 - head/sbin/hastd

2013-09-19 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 19 20:20:59 2013 New Revision: 255717 URL: http://svnweb.freebsd.org/changeset/base/255717 Log: Fix comments. Approved by: re (marius) MFC after:3 days Modified: head/sbin/hastd/secondary.c Modified: head/sbin/hastd/secondary.c ==

svn commit: r255712 - head/release

2013-09-19 Thread Glen Barber
Author: gjb Date: Thu Sep 19 19:49:31 2013 New Revision: 255712 URL: http://svnweb.freebsd.org/changeset/base/255712 Log: Remove extra 'MAKE_FLAGS' line. Submitted by: jhb Approved by: re (marius) Sponsored by: The FreeBSD Foundation Modified: head/release/release.sh Modified: head

svn commit: r255710 - stable/9/sys/net

2013-09-19 Thread Gleb Smirnoff
Author: glebius Date: Thu Sep 19 19:43:29 2013 New Revision: 255710 URL: http://svnweb.freebsd.org/changeset/base/255710 Log: Merge from r245741 from head: If lagg(4) can't forward a packet due to underlying port problems, return much more meaningful ENETDOWN to the stack, instead of

svn commit: r255711 - in head: lib/libc/sys usr.bin/protect

2013-09-19 Thread Joel Dahl
Author: joel (doc committer) Date: Thu Sep 19 19:43:38 2013 New Revision: 255711 URL: http://svnweb.freebsd.org/changeset/base/255711 Log: Minor mdoc improvements. Approved by: re (blanket) Modified: head/lib/libc/sys/procctl.2 head/usr.bin/protect/protect.1 Modified: head/lib/libc/s

svn commit: r255709 - in head/sys: compat/freebsd32 kern sys

2013-09-19 Thread John Baldwin
Author: jhb Date: Thu Sep 19 18:56:00 2013 New Revision: 255709 URL: http://svnweb.freebsd.org/changeset/base/255709 Log: Regen. Approved by: re (delphij) Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/fr

svn commit: r255708 - in head: lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys sys/vm usr.bin usr.bin/kdump usr.bin/protect usr.bin/truss

2013-09-19 Thread John Baldwin
Author: jhb Date: Thu Sep 19 18:53:42 2013 New Revision: 255708 URL: http://svnweb.freebsd.org/changeset/base/255708 Log: Extend the support for exempting processes from being killed when swap is exhausted. - Add a new protect(1) command that can be used to set or revoke protection from

Re: svn commit: r254703 - in head: share/man/man9 sys/sys

2013-09-19 Thread John Baldwin
On Wednesday, September 18, 2013 11:06:33 am Davide Italiano wrote: > On Thu, Sep 12, 2013 at 4:08 PM, John Baldwin wrote: > > Hmm, I think I had envisioned something a bit simpler. Namely, I would > > change lc_lock/lc_unlock to return a uintptr_t instead of an int, and > > I would then change l

svn commit: r255707 - head/usr.sbin/daemon

2013-09-19 Thread Mikolaj Golub
Author: trociny Date: Thu Sep 19 18:00:05 2013 New Revision: 255707 URL: http://svnweb.freebsd.org/changeset/base/255707 Log: 1. Properly clean pid files in the case of the error. 2. Write the supervisor pid before the restart loop, so we don't uselessly rewrite it after every child resta

Re: svn commit: r255628 - svnadmin/conf

2013-09-19 Thread John Baldwin
On Tuesday, September 17, 2013 4:43:12 am Edward Tomasz Napierala wrote: > Author: trasz > Date: Tue Sep 17 08:43:12 2013 > New Revision: 255628 > URL: http://svnweb.freebsd.org/changeset/base/255628 > > Log: > Explicitly require Security Officer's approval for kernel PRNG bits. > > Note th

svn commit: r255705 - head/sys/i386/xen

2013-09-19 Thread Justin T. Gibbs
Author: gibbs Date: Thu Sep 19 14:41:10 2013 New Revision: 255705 URL: http://svnweb.freebsd.org/changeset/base/255705 Log: sys/i386/xen_mp_machdep.c: Set a 'fake' acpi_id for the i386 PV port, it is needed in order to use VIRQs or IPI event channels. Submitted by: Roger Pau

svn commit: r255699 - in head: share/man/man4 usr.bin/procstat

2013-09-19 Thread Bryan Drewery
Author: bdrewery (ports committer) Date: Thu Sep 19 10:56:36 2013 New Revision: 255699 URL: http://svnweb.freebsd.org/changeset/base/255699 Log: cap_new(2) and cap_getrights2) were replaced with cap_rights_limit(2) and cap_rights_get(2) in r247602 Reviewed by: pjd Approved by: gjb A