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
===
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
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
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
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
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.
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
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
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
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/
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
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
=
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
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
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
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
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
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
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
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
==
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
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
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
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
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
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
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/
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
=
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
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
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
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
32 matches
Mail list logo