Re: svn commit: r224875 - head

2011-08-15 Thread Peter Jeremy
On 2011-Aug-15 07:30:48 +, Robert Watson wrote: >Log: > Bump __FreeBSD_version to reflect the availability of capabilities, but > also capability-related changes to fget(9). This is likely not part of > a formal KPI, but the nvidia driver (at least) uses it. Maybe I missed it somewhere bu

Re: svn commit: r221071 - in head: . sys/amd64/conf sys/arm/conf sys/cam sys/cam/ata sys/conf sys/geom sys/i386/conf sys/mips/conf sys/modules/cam sys/pc98/conf

2011-08-15 Thread David O'Brien
On Tue, Apr 26, 2011 at 05:01:49PM +, Alexander Motin wrote: > Log: >- Add shim to simplify migration to the CAM-based ATA. For each new adaX > device in /dev/ create symbolic link with adY name, trying to mimic old ATA > numbering. Imitation is not complete, but should be enough in mos

svn commit: r224898 - head/sys/dev/puc

2011-08-15 Thread John Baldwin
Author: jhb Date: Mon Aug 15 19:29:25 2011 New Revision: 224898 URL: http://svn.freebsd.org/changeset/base/224898 Log: Add device id for the Moxa CP-112UL dual-port serial adapters. Submitted by: Jan Mikkelsen janm of transactionware com Approved by: re (kib) MFC after:1 week Mod

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

2011-08-15 Thread Gleb Smirnoff
Author: glebius Date: Mon Aug 15 13:33:28 2011 New Revision: 224883 URL: http://svn.freebsd.org/changeset/base/224883 Log: Fix a couple of issues in last commit. Submitted by: maxim Approved by: re (kib) Modified: head/share/man/man4/carp.4 Modified: head/share/man/man4/carp.4 ==

svn commit: r224882 - head/sys/conf

2011-08-15 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Aug 15 13:33:14 2011 New Revision: 224882 URL: http://svn.freebsd.org/changeset/base/224882 Log: Use a maximum of -O on PowerPC kernels instead of -O2 to prevent a rare bug that could cause intermittent memory corruption on PowerPC SMP systems using non-debug ker

Re: svn commit: r224721 - head/sys/sys

2011-08-15 Thread Alexander Best
On Mon Aug 15 11, Alexander Best wrote: > On Mon Aug 15 11, Bruce Evans wrote: > > On Wed, 10 Aug 2011, Alexander Best wrote: > > > > >On Wed Aug 10 11, Bruce Evans wrote: > > >>On Wed, 10 Aug 2011, Alexander Best wrote: > > >>>any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being >

Re: svn commit: r224721 - head/sys/sys

2011-08-15 Thread Alexander Best
On Mon Aug 15 11, Bruce Evans wrote: > On Wed, 10 Aug 2011, Alexander Best wrote: > > >On Wed Aug 10 11, Bruce Evans wrote: > >>On Wed, 10 Aug 2011, Alexander Best wrote: > >>>any reason {TIMEVAL,TIMESPEC}_TO_{TIMESPEC,TIMEVAL}()s code is being > >>>executed > >>>in a > >>> > >>>do { ... } while (

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

2011-08-15 Thread Gleb Smirnoff
Author: glebius Date: Mon Aug 15 12:08:41 2011 New Revision: 224879 URL: http://svn.freebsd.org/changeset/base/224879 Log: Describe how carp(4) status changes can be processed with help of devd(8). Submitted by: "Alexander V. Chernikov" Approved by: re (kib) Modified: head/share/ma

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

2011-08-15 Thread Robert Watson
On Sun, 14 Aug 2011, Alexander Best wrote: It might be worth mentioning this in UPDATING or similar, since a kernel built with clang (I haven't tried gcc) during this window will make it impossible to do a buildworld without first rebuilding the kernel with this fix. It also seems to break at

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

2011-08-15 Thread Robert Watson
On Sun, 14 Aug 2011, Niclas Zeising wrote: When falloc() was broken into separate falloc_noinstall() and finstall(), a bug was introduced in kern_openat() such that the error from the vnode open operation was overwritten before it was passed as an argument to dupfdopen(). This broke ope

svn commit: r224876 - in head/sys: modules/portalfs ufs/ffs

2011-08-15 Thread Robert Watson
Author: rwatson Date: Mon Aug 15 07:32:44 2011 New Revision: 224876 URL: http://svn.freebsd.org/changeset/base/224876 Log: Fix two cases involving opt_capsicum.h and module builds: (1) opt_capsicum.h is no longer required in ffs_alloc.c, so remove the #include. (2) portalfs depend

svn commit: r224875 - head

2011-08-15 Thread Robert Watson
/malloc.conf.) +20110815: + During the merge of Capsicum features, the fget(9) KPI was modified. + This may require the rebuilding of out-of-tree device drivers -- + issues have been reported specifically with the nVidia device driver. + __FreeBSD_version is bumped to 900041