svn commit: r251832 - stable/9/sys/kern

2013-06-16 Thread Konstantin Belousov
Author: kib Date: Mon Jun 17 06:21:42 2013 New Revision: 251832 URL: http://svnweb.freebsd.org/changeset/base/251832 Log: MFC r251322: Instead of yielding, pause for 1 tick when donating the current thread time to the owner of the vnode lock while iterating over the free vnode list. Modif

svn commit: r251831 - svnadmin/conf

2013-06-16 Thread Xin LI
Author: delphij Date: Mon Jun 17 06:15:52 2013 New Revision: 251831 URL: http://svnweb.freebsd.org/changeset/base/251831 Log: Turn over releng/8.4 to secteam. Approved by: re (kib) Modified: svnadmin/conf/approvers Modified: svnadmin/conf/approvers =

svn commit: r251829 - stable/9/sys/dev/fxp

2013-06-16 Thread Pyun YongHyeon
Author: yongari Date: Mon Jun 17 04:40:27 2013 New Revision: 251829 URL: http://svnweb.freebsd.org/changeset/base/251829 Log: MFC r251600: Avoid unnecessary controller reinitialization by checking driver running state. fxp(4) requires controller reinitialization for the following ca

svn commit: r251830 - stable/8/sys/dev/fxp

2013-06-16 Thread Pyun YongHyeon
Author: yongari Date: Mon Jun 17 04:42:02 2013 New Revision: 251830 URL: http://svnweb.freebsd.org/changeset/base/251830 Log: MFC r251600: Avoid unnecessary controller reinitialization by checking driver running state. fxp(4) requires controller reinitialization for the following ca

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

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

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

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

2013-06-16 Thread Ed Maste
On 15 June 2013 19:23, Niclas Zeising 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 changes

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

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

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 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.freebs

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

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

svn commit: r251822 - head/share/misc

2013-06-16 Thread Veniamin Gvozdikov
Author: vg (ports committer) Date: Sun Jun 16 21:49:37 2013 New Revision: 251822 URL: http://svnweb.freebsd.org/changeset/base/251822 Log: Added my another mentors: osa and eadler Approved by: rm (mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/committe

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 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 standard license -

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: head/share/misc/committers-ports.d

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 wrote: > On Sun, Jun 16, 2013 at 9:35 PM, Eitan Adler 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

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 0x00

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: head/gnu/lib/libsupc++/Version

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 Modifie

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 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 files are

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 Modifie

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: 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: r251814 - in stable/9/release/doc: de_DE.ISO8859-1 fr_FR.ISO8859-1 ja_JP.eucJP ru_RU.KOI8-R zh_CN.GB2312

2013-06-16 Thread Hiroki Sato
Author: hrs Date: Sun Jun 16 18:32:02 2013 New Revision: 251814 URL: http://svnweb.freebsd.org/changeset/base/251814 Log: Remove obsolete translations. Deleted: stable/9/release/doc/de_DE.ISO8859-1/ stable/9/release/doc/fr_FR.ISO8859-1/ stable/9/release/doc/ja_JP.eucJP/ stable/9/release

svn commit: r251812 - in stable/9/release: . amd64 i386 ia64 pc98 powerpc sparc64

2013-06-16 Thread Hiroki Sato
Author: hrs Date: Sun Jun 16 18:27:53 2013 New Revision: 251812 URL: http://svnweb.freebsd.org/changeset/base/251812 Log: MFC r245177,r245346,r246283,r251650: - Set WITHOUT_SVN=yes for textproc/docproj. - Add CHECKSUM.* support in Makefile. - Use ln -fs to create a symlink. - Remove p

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 X-MFC-To

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 >

svn commit: r251810 - head/share/mk

2013-06-16 Thread Jeremie Le Hen
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 by: joeld Modified: head/share/mk/bsd.lib.mk Modified: head/share

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 Net

svn commit: r251807 - head/sys/dev/xen/blkfront

2013-06-16 Thread Justin T. Gibbs
Author: gibbs Date: Sun Jun 16 16:01:24 2013 New Revision: 251807 URL: http://svnweb.freebsd.org/changeset/base/251807 Log: sys/dev/xen/blkfront/blkfront.c: In xbd_thaw(), fix inverted logic to verify the queue is frozen before attempting a thaw. MFC after:1 week Modifi

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 : > > 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 wastes CPU cycles for

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 least

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

2013-06-16 Thread Ed Schouten
Hi Marius, 2013/6/15 Marius Strobl : > 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 wastes CPU cycles for the write memory > barrier - because in total store order, atomic operat

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

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 . That way _Atomic() is defined next to all the other C11 keywords for which we provide compatibility for pre-C11 compilers. While there, fix the

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 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 -> 5.14 > dir

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

2013-06-16 Thread Ed Schouten
Hello Pawel, 2013/6/16 Pawel Jakub Dawidek : > 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 kind of br

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: r251512 - in head: . etc etc/mtree gnu/usr.bin/gdb gnu/usr.bin/gdb/arch/amd64 gnu/usr.bin/gdb/arch/arm gnu/usr.bin/gdb/arch/i386 gnu/usr.bin/gdb/arch/ia64 gnu/usr.bin/gdb/arch/mips gnu

2013-06-16 Thread Jeremie Le Hen
On Fri, Jun 07, 2013 at 07:53:04PM -0400, Ed Maste wrote: > On 7 June 2013 19:35, Don Lewis wrote: > > Can the debug files be compressed so they don't take up as much room? It > > looks like gdb supports compressed symbol files. The same would be nice > > for /boot/kernel/*.symbols, btw ... > >

svn commit: r251802 - stable/9/usr.bin/lsvfs

2013-06-16 Thread Hiroki Sato
Author: hrs Date: Sun Jun 16 07:18:07 2013 New Revision: 251802 URL: http://svnweb.freebsd.org/changeset/base/251802 Log: MFC r251580: - Add file system type number (vfc_typenum) in the list. This is useful for debugging when changing vfs.typenumhash configuration. - Refactor fmt_fla

svn commit: r251801 - head/share/misc

2013-06-16 Thread Joel Dahl
Author: joel (doc committer) Date: Sun Jun 16 07:16:44 2013 New Revision: 251801 URL: http://svnweb.freebsd.org/changeset/base/251801 Log: cvsweb -> svnweb Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree