Re: svn commit: r232901 - head/usr.sbin/pc-sysinstall/backend

2012-03-13 Thread Alexander Motin
On 03/12/12 23:41, Josh Paetzel wrote: Author: jpaetzel Date: Mon Mar 12 21:41:29 2012 New Revision: 232901 URL: http://svn.freebsd.org/changeset/base/232901 Log: Use gpart "-a" flag to 4k alignment. Submitted by:kris Obtained from: PC-BSD Modified: head/usr.sbin/pc-s

svn commit: r232917 - head/sys/kern

2012-03-13 Thread Alexander Motin
Author: mav Date: Tue Mar 13 08:18:54 2012 New Revision: 232917 URL: http://svn.freebsd.org/changeset/base/232917 Log: Rewrite thread CPU usage percentage math to not depend on periodic calls with HZ rate through the sched_tick() calls from hardclock(). Potentially it can be used to impro

svn commit: r232918 - in head/sys/fs: fdescfs nullfs portalfs unionfs

2012-03-13 Thread Kevin Lo
Author: kevlo Date: Tue Mar 13 10:04:13 2012 New Revision: 232918 URL: http://svn.freebsd.org/changeset/base/232918 Log: Use NULL instead of 0 Modified: head/sys/fs/fdescfs/fdesc_vfsops.c head/sys/fs/nullfs/null_vfsops.c head/sys/fs/portalfs/portal_vfsops.c head/sys/fs/unionfs/union_vfs

svn commit: r232919 - in head: share/man/man4 sys/kern

2012-03-13 Thread Alexander Motin
Author: mav Date: Tue Mar 13 10:21:08 2012 New Revision: 232919 URL: http://svn.freebsd.org/changeset/base/232919 Log: Add kern.eventtimer.activetick tunable/sysctl, specifying whether each hardclock() tick should be run on every active CPU, or on only one. On my tests, avoiding extra int

svn commit: r232920 - head/share/man/man4

2012-03-13 Thread Alexander Motin
Author: mav Date: Tue Mar 13 10:54:14 2012 New Revision: 232920 URL: http://svn.freebsd.org/changeset/base/232920 Log: Some formatting for r232919. Submitted by: pluknet Modified: head/share/man/man4/eventtimers.4 Modified: head/share/man/man4/eventtimers.4 =

svn commit: r232921 - in head/sys: modules/netgraph/netflow netgraph/netflow

2012-03-13 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Mar 13 11:08:40 2012 New Revision: 232921 URL: http://svn.freebsd.org/changeset/base/232921 Log: Use rt_numfibs variable instead of compile-time RT_NUMFIBS. Reviewed by:glebius (previous version) Approved by:kib(mentor), ae(mentor) Modified: head/sys/

Re: svn commit: r232921 - in head/sys: modules/netgraph/netflow netgraph/netflow

2012-03-13 Thread Bjoern A. Zeeb
On 13. Mar 2012, at 11:08 , Alexander V. Chernikov wrote: > Author: melifaro > Date: Tue Mar 13 11:08:40 2012 > New Revision: 232921 > URL: http://svn.freebsd.org/changeset/base/232921 > > Log: > Use rt_numfibs variable instead of compile-time RT_NUMFIBS. Thanks a lot for doing this! This will

Re: svn commit: r232921 - in head/sys: modules/netgraph/netflow netgraph/netflow

2012-03-13 Thread Alexander V. Chernikov
On 13.03.2012 16:51, Bjoern A. Zeeb wrote: On 13. Mar 2012, at 11:08 , Alexander V. Chernikov wrote: Author: melifaro Date: Tue Mar 13 11:08:40 2012 New Revision: 232921 URL: http://svn.freebsd.org/changeset/base/232921 Log: Use rt_numfibs variable instead of compile-time RT_NUMFIBS. Thank

Re: svn commit: r232832 - in head/lib/csu: . amd64 arm common i386-elf mips powerpc powerpc64 sparc64

2012-03-13 Thread Nathan Whitehorn
On 03/11/12 15:04, Konstantin Belousov wrote: Author: kib Date: Sun Mar 11 20:04:09 2012 New Revision: 232832 URL: http://svn.freebsd.org/changeset/base/232832 Log: Stop calling _init/_fini methods from crt1 for dynamic binaries. Do call preinit, init and fini arrays methods from crt1 for

svn commit: r232926 - in head: include/xlocale lib/libc/locale

2012-03-13 Thread David Chisnall
Author: theraven Date: Tue Mar 13 14:14:13 2012 New Revision: 232926 URL: http://svn.freebsd.org/changeset/base/232926 Log: More xlocale cleanups. Approved by: dim (mentor) Modified: head/include/xlocale/_ctype.h head/lib/libc/locale/Symbol.map Modified: head/include/xlocale/_ctype.h

svn commit: r232927 - head/include/xlocale

2012-03-13 Thread David Chisnall
Author: theraven Date: Tue Mar 13 15:21:14 2012 New Revision: 232927 URL: http://svn.freebsd.org/changeset/base/232927 Log: Add missing prototypes. Approved by: dim (mentor) Modified: head/include/xlocale/_ctype.h Modified: head/include/xlocale/_ctype.h

Re: svn commit: r232582 - head/lib/libc/gen

2012-03-13 Thread Marcel Moolenaar
On Mar 5, 2012, at 7:42 PM, Oleksandr Tymoshenko wrote: > @@ -308,6 +308,13 @@ _init_tls() > } > } > > +#ifdef TLS_VARIANT_I > + /* > + * tls_static_space should include space for TLS structure > + */ > + tls_static_space += TLS_TCB_SIZE; > +#endif > + How d

svn commit: r232929 - head/include/xlocale

2012-03-13 Thread David Chisnall
Author: theraven Date: Tue Mar 13 17:32:55 2012 New Revision: 232929 URL: http://svn.freebsd.org/changeset/base/232929 Log: Fix the other missing prototypes. Approved by: dim (mentor) Modified: head/include/xlocale/_ctype.h Modified: head/include/xlocale/_ctype.h ==

Re: svn commit: r232929 - head/include/xlocale

2012-03-13 Thread Andreas Tobler
On 13.03.12 18:32, David Chisnall wrote: Author: theraven Date: Tue Mar 13 17:32:55 2012 New Revision: 232929 URL: http://svn.freebsd.org/changeset/base/232929 Log: Fix the other missing prototypes. Approved by: dim (mentor) Modified: head/include/xlocale/_ctype.h Modified: head/incl

svn commit: r232931 - head/include/xlocale

2012-03-13 Thread David Chisnall
Author: theraven Date: Tue Mar 13 18:53:28 2012 New Revision: 232931 URL: http://svn.freebsd.org/changeset/base/232931 Log: And remove the duplicate inlines... Approved by: dim (mentor) Modified: head/include/xlocale/_ctype.h Modified: head/include/xlocale/_ctype.h

svn commit: r232932 - head/lib/csu/powerpc64

2012-03-13 Thread Nathan Whitehorn
Author: nwhitehorn Date: Tue Mar 13 18:59:19 2012 New Revision: 232932 URL: http://svn.freebsd.org/changeset/base/232932 Log: Work around a binutils bug on powerpc64 where the TOC would not be properly reloaded when calling _fini() in large binaries with multiple TOC sections (e.g. GCC), lea

svn commit: r232933 - head/sys/conf

2012-03-13 Thread Dimitry Andric
Author: dim Date: Tue Mar 13 19:18:34 2012 New Revision: 232933 URL: http://svn.freebsd.org/changeset/base/232933 Log: Update comments and CFLAGS in sys/conf/kern.mk, introduced in r221879, to match reality: clang does _not_ disable SSE automatically when -mno-mmx is used, you have to specif

Re: svn commit: r232894 - head/contrib/llvm/tools/clang/lib/Basic

2012-03-13 Thread Dimitry Andric
On 2012-03-13 03:15, Alexander Best wrote: > On Mon Mar 12 12, Dimitry Andric wrote: >> Author: dim >> Date: Mon Mar 12 21:07:22 2012 >> New Revision: 232894 >> URL: http://svn.freebsd.org/changeset/base/232894 >> >> Log: >> Pull in r145194 from upstream clang trunk: >> >> Make our handlin

svn commit: r232934 - head/contrib/gdb/gdb

2012-03-13 Thread Dimitry Andric
Author: dim Date: Tue Mar 13 19:40:56 2012 New Revision: 232934 URL: http://svn.freebsd.org/changeset/base/232934 Log: Pull in a fix (still under GPLv2) for a double free in gdb, leading to an assert, which can occur if you repeatedly dlopen() and dlclose() a .so file in a tight loop. This

svn commit: r232935 - head/lib/libc/locale

2012-03-13 Thread David Chisnall
Author: theraven Date: Tue Mar 13 20:02:41 2012 New Revision: 232935 URL: http://svn.freebsd.org/changeset/base/232935 Log: First set of xlocale man pages. More to follow... Approved by: dim (mentor) Added: head/lib/libc/locale/ctype_l.3 - copied, changed from r232600, head/lib/li

svn commit: r232936 - head/sys/kern

2012-03-13 Thread Adrian Chadd
Author: adrian Date: Tue Mar 13 20:27:48 2012 New Revision: 232936 URL: http://svn.freebsd.org/changeset/base/232936 Log: Add module load/unload stubs. Modified: head/sys/kern/subr_acl_nfs4.c head/sys/kern/subr_acl_posix1e.c Modified: head/sys/kern/subr_acl_nfs4.c =

svn commit: r232937 - in head/sys/modules: . acl_nfs4 acl_posix1e

2012-03-13 Thread Adrian Chadd
Author: adrian Date: Tue Mar 13 20:28:42 2012 New Revision: 232937 URL: http://svn.freebsd.org/changeset/base/232937 Log: Add module building Makefile entries for NFSv4 and POSIX.1e ACL handling. Added: head/sys/modules/acl_nfs4/ head/sys/modules/acl_nfs4/Makefile (contents, props changed

svn commit: r232938 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2012-03-13 Thread Adrian Chadd
Author: adrian Date: Tue Mar 13 20:29:04 2012 New Revision: 232938 URL: http://svn.freebsd.org/changeset/base/232938 Log: Add dependencies onto acl_posix1e and acl_nfs4. Modified: head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/zfs_ioctl.c Modified: head/sys/cddl/contrib/opensolaris/uts/

svn commit: r232939 - head/sys/conf

2012-03-13 Thread Adrian Chadd
Author: adrian Date: Tue Mar 13 20:29:56 2012 New Revision: 232939 URL: http://svn.freebsd.org/changeset/base/232939 Log: (Re)-make these ACL routines optional. They're only currently used by ZFS and UFS_ACL. They're just wasting space on embedded platforms with neither enabled. Modifie

svn commit: r232940 - in head/tools/tools/wtap: vis_map wtap

2012-03-13 Thread Adrian Chadd
Author: adrian Date: Tue Mar 13 20:30:23 2012 New Revision: 232940 URL: http://svn.freebsd.org/changeset/base/232940 Log: Add a BINDIR so "make install" works. Modified: head/tools/tools/wtap/vis_map/Makefile head/tools/tools/wtap/wtap/Makefile Modified: head/tools/tools/wtap/vis_map/Makef

Re: svn commit: r232582 - head/lib/libc/gen

2012-03-13 Thread Oleksandr Tymoshenko
On 13/03/2012 9:21 AM, Marcel Moolenaar wrote: On Mar 5, 2012, at 7:42 PM, Oleksandr Tymoshenko wrote: @@ -308,6 +308,13 @@ _init_tls() } } +#ifdef TLS_VARIANT_I + /* +* tls_static_space should include space for TLS structure +*/ + tls_static

svn commit: r232946 - in head/sys: contrib/dev/ral modules/ralfw modules/ralfw/rt2860

2012-03-13 Thread Bernhard Schmidt
Author: bschmidt Date: Tue Mar 13 21:25:25 2012 New Revision: 232946 URL: http://svn.freebsd.org/changeset/base/232946 Log: Update the rt2860's firmware and add a Makefile for the module. While here remove the ucode header file which was used to generate the fw files but by now is outdated.

svn commit: r232947 - head/sys/kern

2012-03-13 Thread Konstantin Belousov
Author: kib Date: Tue Mar 13 22:00:46 2012 New Revision: 232947 URL: http://svn.freebsd.org/changeset/base/232947 Log: Lock the process around manipulations with p_flag. Reported and reviewed by: jh MFC after:3 days Modified: head/sys/kern/kern_exit.c Modified: head/sys/kern/k

svn commit: r232948 - head/sys/ufs/ffs

2012-03-13 Thread Konstantin Belousov
Author: kib Date: Tue Mar 13 22:04:27 2012 New Revision: 232948 URL: http://svn.freebsd.org/changeset/base/232948 Log: Supply boolean as the second argument to ffs_update(), and not a MNT_[NO]WAIT constants, which in fact always caused sync operation. Based on the submission by: bde R

svn commit: r232950 - in head: contrib/libc++/include contrib/libc++/include/ext contrib/libc++/src contrib/libcxxrt lib/libc++

2012-03-13 Thread David Chisnall
Author: theraven Date: Wed Mar 14 00:09:36 2012 New Revision: 232950 URL: http://svn.freebsd.org/changeset/base/232950 Log: Import new versions of libcxxrt and libc++. Please tests any C++ code you care about with -stdlib=libc++! Approved by: dim (mentor) Added: head/contrib/libc++/in

svn commit: r232951 - head/sys/dev/fxp

2012-03-13 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 14 00:26:36 2012 New Revision: 232951 URL: http://svn.freebsd.org/changeset/base/232951 Log: fxp(4) does not handle deferred dma map loading. Tell bus_dmamap_load(9) that it should return immediately with error when there are insufficient mapping resources. Mo

svn commit: r232953 - head/sys/dev/fxp

2012-03-13 Thread Pyun YongHyeon
Author: yongari Date: Wed Mar 14 00:54:37 2012 New Revision: 232953 URL: http://svn.freebsd.org/changeset/base/232953 Log: Fix white space nits. Modified: head/sys/dev/fxp/if_fxp.c Modified: head/sys/dev/fxp/if_fxp.c ===