svn commit: r255695 - head/lib/libc/net

2013-09-19 Thread Michael Tuexen
Author: tuexen Date: Thu Sep 19 06:19:24 2013 New Revision: 255695 URL: http://svnweb.freebsd.org/changeset/base/255695 Log: Remove an unused variable and fix a memory leak in sctp_connectx(). Approved by: re (gjb) MFC after:3 days Modified: head/lib/libc/net/sctp_sys_calls.c

svn commit: r255696 - head/usr.bin/svn/lib/libapr

2013-09-19 Thread Dimitry Andric
Author: dim Date: Thu Sep 19 06:31:03 2013 New Revision: 255696 URL: http://svnweb.freebsd.org/changeset/base/255696 Log: Make svnlite (actually libapr) work correctly on big-endian arches. Otherwise, you would get errors similar to: $ svn co svn://svn.freebsd.org/base/head test A

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

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

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

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 j...@freebsd.org 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

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

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:

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

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: 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:

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

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: 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: 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

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

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:

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: 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: 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

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.

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 d...@freebsd.org 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

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 RD Reviewed