svn commit: r251803 - head/sys/kern

2013-06-16 Thread Ed Schouten
Author: ed Date: Sun Jun 16 09:30:35 2013 New Revision: 251803 URL: http://svnweb.freebsd.org/changeset/base/251803 Log: Change callout use counter to use C11 atomics. In order to get some coverage of C11 atomics in kernelspace, switch at least one piece of code in kernelspace to use C11

Re: svn commit: r251796 - head/sbin/hastd

2013-06-16 Thread Ed Schouten
Hello Pawel, 2013/6/16 Pawel Jakub Dawidek p...@freebsd.org: Hmm, I don't like HAST to be a victim of bad LLVM import. This is not the kind of software you run on HEAD (so it might go unnoticed initially) and this is the kind of software that when breaks can have serious consequences. What

Re: svn commit: r251794 - in head: . contrib/cvs etc etc/mtree gnu/usr.bin gnu/usr.bin/cvs share/doc/psd share/doc/psd/28.cvs share/mk tools/build/mk tools/build/options tools/tools/nanobsd/gateworks

2013-06-16 Thread Bryan Drewery
On 6/15/2013 10:06 PM, Peter Wemm wrote: On Sat, Jun 15, 2013 at 4:34 PM, Bryan Drewery bdrew...@freebsd.org wrote: There are build-time dependencies on cvs. This is just grepping my last (partial) exp-run logs for '/usr/bin/n?cvs' Where was this righteous indignation when the perl 5.14.2

svn commit: r251804 - head/sys/sys

2013-06-16 Thread Ed Schouten
Author: ed Date: Sun Jun 16 10:48:47 2013 New Revision: 251804 URL: http://svnweb.freebsd.org/changeset/base/251804 Log: Move _Atomic() into sys/cdefs.h. That way _Atomic() is defined next to all the other C11 keywords for which we provide compatibility for pre-C11 compilers. While

Re: svn commit: r251794 - in head: . contrib/cvs etc etc/mtree gnu/usr.bin gnu/usr.bin/cvs share/doc/psd share/doc/psd/28.cvs share/mk tools/build/mk tools/build/options tools/tools/nanobsd/gateworks

2013-06-16 Thread Baptiste Daroussin
On Sat, Jun 15, 2013 at 08:06:03PM -0700, Peter Wemm wrote: On Sat, Jun 15, 2013 at 4:34 PM, Bryan Drewery bdrew...@freebsd.org wrote: There are build-time dependencies on cvs. This is just grepping my last (partial) exp-run logs for '/usr/bin/n?cvs' Where was this righteous indignation

Re: svn commit: r251803 - head/sys/kern

2013-06-16 Thread Nathan Whitehorn
On 06/16/13 04:30, Ed Schouten wrote: Author: ed Date: Sun Jun 16 09:30:35 2013 New Revision: 251803 URL: http://svnweb.freebsd.org/changeset/base/251803 Log: Change callout use counter to use C11 atomics. In order to get some coverage of C11 atomics in kernelspace, switch at

Re: svn commit: r251782 - head/sys/sparc64/sparc64

2013-06-16 Thread Marius Strobl
On Sun, Jun 16, 2013 at 01:49:09PM +0200, Ed Schouten wrote: Hi Marius, 2013/6/15 Marius Strobl mar...@alchemy.franken.de: Semantically, this change is wrong; what we really need here is an acquire variant. Using the release variant instead happens to also work - albeit additionally

svn commit: r251809 - head/sys/fs/ext2fs

2013-06-16 Thread Pedro F. Giffuni
Author: pfg Date: Sun Jun 16 16:10:45 2013 New Revision: 251809 URL: http://svnweb.freebsd.org/changeset/base/251809 Log: Re-sort ext2fs headers to make things easier to find. In the ext2fs driver we have a mixture of headers: - The ext2_ prefixed headers have strong influence from

Re: svn commit: r251810 - head/share/mk

2013-06-16 Thread Jeremie Le Hen
On Sun, Jun 16, 2013 at 04:29:24PM +, Jeremie Le Hen wrote: Author: jlh Date: Sun Jun 16 16:29:23 2013 New Revision: 251810 URL: http://svnweb.freebsd.org/changeset/base/251810 Log: Fix install from read-only obj dir when SHLIB_LDSCRIPT is used. Reported by:joeld Tested

svn commit: r251811 - head/release

2013-06-16 Thread Glen Barber
Author: gjb Date: Sun Jun 16 17:54:56 2013 New Revision: 251811 URL: http://svnweb.freebsd.org/changeset/base/251811 Log: Fix OSVERSION variable within PBUILD_FLAGS. Submitted by: Garrett Cooper (in part) Approved by: kib (mentor) MFC After:1 week X-MFC-With: r251652

svn commit: r251815 - head

2013-06-16 Thread Antoine Brodin
Author: antoine Date: Sun Jun 16 18:32:59 2013 New Revision: 251815 URL: http://svnweb.freebsd.org/changeset/base/251815 Log: Add more obsolete files. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r251817 - head

2013-06-16 Thread Antoine Brodin
Author: antoine Date: Sun Jun 16 19:07:06 2013 New Revision: 251817 URL: http://svnweb.freebsd.org/changeset/base/251817 Log: One more obsolete file. Modified: head/ObsoleteFiles.inc Modified: head/ObsoleteFiles.inc

svn commit: r251818 - head/tools/regression/lib/libc/nss

2013-06-16 Thread Eitan Adler
Author: eadler Date: Sun Jun 16 19:35:01 2013 New Revision: 251818 URL: http://svnweb.freebsd.org/changeset/base/251818 Log: Remove lines declaring All rights reserved or similar comments: they are not true as the files are actually under the BSD-2 license Approved by: bushman

Re: svn commit: r251818 - head/tools/regression/lib/libc/nss

2013-06-16 Thread Eitan Adler
On Sun, Jun 16, 2013 at 9:35 PM, Eitan Adler ead...@freebsd.org wrote: Author: eadler Date: Sun Jun 16 19:35:01 2013 New Revision: 251818 URL: http://svnweb.freebsd.org/changeset/base/251818 Log: Remove lines declaring All rights reserved or similar comments: they are not true as the

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

2013-06-16 Thread Niclas Zeising
Author: zeising (doc,ports committer) Date: Sun Jun 16 20:51:44 2013 New Revision: 251819 URL: http://svnweb.freebsd.org/changeset/base/251819 Log: Fix the libc++ option. This somehow got reverted when this was updated after the CVS removal. Modified: head/share/man/man5/src.conf.5

svn commit: r251820 - head/gnu/lib/libsupc++

2013-06-16 Thread David Chisnall
Author: theraven Date: Sun Jun 16 21:15:35 2013 New Revision: 251820 URL: http://svnweb.freebsd.org/changeset/base/251820 Log: Fix some missing symbols in the libsupc++ Version.map MFC after:1 week Modified: head/gnu/lib/libsupc++/Version.map Modified:

Re: svn commit: r251767 - in head/sys: amd64/include/xen i386/include/xen xen xen/interface xen/interface/arch-arm/hvm xen/interface/arch-ia64 xen/interface/arch-ia64/hvm xen/interface/arch-x86 xen/in

2013-06-16 Thread Glen Barber
On Fri, Jun 14, 2013 at 11:43:45PM +, Justin T. Gibbs wrote: Author: gibbs Date: Fri Jun 14 23:43:44 2013 New Revision: 251767 URL: http://svnweb.freebsd.org/changeset/base/251767 Log: Upgrade Xen interface headers to Xen 4.2.1. Move FreeBSD from interface version 0x00030204

Re: svn commit: r251818 - head/tools/regression/lib/libc/nss

2013-06-16 Thread Benjamin Kaduk
On Sun, Jun 16, 2013 at 3:43 PM, Eitan Adler ead...@freebsd.org wrote: On Sun, Jun 16, 2013 at 9:35 PM, Eitan Adler ead...@freebsd.org wrote: Author: eadler Date: Sun Jun 16 19:35:01 2013 New Revision: 251818 URL: http://svnweb.freebsd.org/changeset/base/251818 Log: Remove lines

svn commit: r251821 - head/share/misc

2013-06-16 Thread Veniamin Gvozdikov
Author: vg (ports committer) Date: Sun Jun 16 21:45:04 2013 New Revision: 251821 URL: http://svnweb.freebsd.org/changeset/base/251821 Log: Add myself as ports committer. Approved by: rm (mentor) Modified: head/share/misc/committers-ports.dot Modified:

Re: svn commit: r251818 - head/tools/regression/lib/libc/nss

2013-06-16 Thread Eitan Adler
On Sun, Jun 16, 2013 at 11:31 PM, Benjamin Kaduk bjkf...@gmail.com wrote: There is presumably a reason why it is in the licensing template, and removing it without the consent of competent legal counsel seems ill-advised. IANAL. Agreed. I already asked the author for permission to use the

Re: svn commit: r251507 - head/usr.sbin/portsnap/portsnap

2013-06-16 Thread Gavin Atkinson
On Sat, 8 Jun 2013, Eitan Adler wrote: On 7 June 2013 22:21, Xin LI delp...@freebsd.org wrote: Author: delphij Date: Fri Jun 7 20:21:30 2013 New Revision: 251507 URL: http://svnweb.freebsd.org/changeset/base/251507 Log: Make 'portsnap alfred' overwrite ports tree if it's not

Re: svn commit: r251767 - in head/sys: amd64/include/xen i386/include/xen xen xen/interface xen/interface/arch-arm/hvm xen/interface/arch-ia64 xen/interface/arch-ia64/hvm xen/interface/arch-x86 xen/in

2013-06-16 Thread Justin T. Gibbs
On Jun 16, 2013, at 3:30 PM, Glen Barber g...@freebsd.org wrote: On Fri, Jun 14, 2013 at 11:43:45PM +, Justin T. Gibbs wrote: Author: gibbs Date: Fri Jun 14 23:43:44 2013 New Revision: 251767 URL: http://svnweb.freebsd.org/changeset/base/251767 Log: Upgrade Xen interface headers to

Re: svn commit: r251767 - in head/sys: amd64/include/xen i386/include/xen xen xen/interface xen/interface/arch-arm/hvm xen/interface/arch-ia64 xen/interface/arch-ia64/hvm xen/interface/arch-x86 xen/in

2013-06-16 Thread Glen Barber
On Sun, Jun 16, 2013 at 05:14:46PM -0600, Justin T. Gibbs wrote: On Jun 16, 2013, at 3:30 PM, Glen Barber g...@freebsd.org wrote: On Fri, Jun 14, 2013 at 11:43:45PM +, Justin T. Gibbs wrote: Author: gibbs Date: Fri Jun 14 23:43:44 2013 New Revision: 251767 URL:

svn commit: r251823 - head/sys/fs/ext2fs

2013-06-16 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jun 17 00:39:23 2013 New Revision: 251823 URL: http://svnweb.freebsd.org/changeset/base/251823 Log: Rename remaining DIAGNOSTIC to INVARIANTS. MFC after:3 days Modified: head/sys/fs/ext2fs/ext2_bmap.c Modified: head/sys/fs/ext2fs/ext2_bmap.c

svn commit: r251824 - in head/sys: i386/include/xen i386/xen xen/evtchn xen/interface/foreign

2013-06-16 Thread Justin T. Gibbs
Author: gibbs Date: Mon Jun 17 01:43:07 2013 New Revision: 251824 URL: http://svnweb.freebsd.org/changeset/base/251824 Log: Adjust i386 Xen PV support for updated Xen interface files. sys/i386/include/xen/xenvar.h: sys/i386/xen/xen_machdep.c: sys/xen/interface/foreign/structs.py:

Re: svn commit: r251795 - head/share/man/man5

2013-06-16 Thread Ed Maste
On 15 June 2013 19:23, Niclas Zeising zeis...@daemonic.se wrote: On 2013-06-15 23:29, Eitan Adler wrote: Author: eadler Date: Sat Jun 15 21:29:47 2013 New Revision: 251795 URL: http://svnweb.freebsd.org/changeset/base/251795 Log: Regenerate after CVS removal (and it seems other missed

svn commit: r251825 - in head: . share/man/man9

2013-06-16 Thread Xin LI
(r251824) +++ head/ObsoleteFiles.inc Mon Jun 17 03:32:27 2013(r251825) @@ -38,6 +38,8 @@ # xargs -n1 | sort | uniq -d; # done +# 20130616: vfs_mounted.9 removed +OLD_FILES+=usr/share/man/man9/vfs_mount.9.gz # 20130614: remove CVS from base OLD_FILES+=usr/bin/cvs OLD_FILES+=usr/bin

svn commit: r251826 - head/sys/vm

2013-06-16 Thread Jeff Roberson
Author: jeff Date: Mon Jun 17 03:43:47 2013 New Revision: 251826 URL: http://svnweb.freebsd.org/changeset/base/251826 Log: - Add a new UMA API: uma_zcache_create(). This makes a zone without any backing memory that is only a container for per-cpu caches of arbitrary pointer items.

svn commit: r251827 - head/share/misc

2013-06-16 Thread Ruslan Makhmatkhanov
Author: rm (ports committer) Date: Mon Jun 17 03:56:31 2013 New Revision: 251827 URL: http://svnweb.freebsd.org/changeset/base/251827 Log: - add my mentor - mentee relation with koobs Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committers-ports.dot

svn commit: r251828 - head/usr.bin/calendar/calendars

2013-06-16 Thread Ruslan Makhmatkhanov
Author: rm (ports committer) Date: Mon Jun 17 04:00:46 2013 New Revision: 251828 URL: http://svnweb.freebsd.org/changeset/base/251828 Log: - add myself Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd