svn commit: r224919 - head/sys/dev/acpica

2011-08-16 Thread Alexander Motin
Author: mav Date: Tue Aug 16 21:51:29 2011 New Revision: 224919 URL: http://svn.freebsd.org/changeset/base/224919 Log: Always check current HPET counter value after comparator programming to avoid lost timer interrupts. Previous optimization attempt doing it only for intervals less then 5000

svn commit: r224918 - head/sys/netinet

2011-08-16 Thread Michael Tuexen
Author: tuexen Date: Tue Aug 16 21:04:18 2011 New Revision: 224918 URL: http://svn.freebsd.org/changeset/base/224918 Log: Fix the handling of [gs]etsockopt() unconnected 1-to-1 style sockets. While there: * Fix a locking issue in setsockopt() of SCTP_CMT_ON_OFF. * Fix a bug in setsockopt()

svn commit: r224917 - head/lib/libusb

2011-08-16 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 16 21:04:04 2011 New Revision: 224917 URL: http://svn.freebsd.org/changeset/base/224917 Log: Update LibUSB v1.0 manual page: - fix some minor spelling - fix some style - add description of new function MFC after:1 week Approved by: re (kib) Mo

svn commit: r224915 - head/sys/fs/procfs

2011-08-16 Thread Konstantin Belousov
Author: kib Date: Tue Aug 16 20:13:17 2011 New Revision: 224915 URL: http://svn.freebsd.org/changeset/base/224915 Log: Do not return success and a string "unknown" when vn_fullpath() was unable to resolve the path of the text vnode of the process. The behaviour is very confusing for any cons

svn commit: r224914 - in head/sys: dev/streams fs/devfs fs/fifofs kern ofed/include/linux opencrypto security/mac security/mac_stub security/mac_test sys

2011-08-16 Thread Konstantin Belousov
Author: kib Date: Tue Aug 16 20:07:47 2011 New Revision: 224914 URL: http://svn.freebsd.org/changeset/base/224914 Log: Add the fo_chown and fo_chmod methods to struct fileops and use them to implement fchown(2) and fchmod(2) support for several file types that previously lacked it. Add MAC e

Re: svn commit: r224778 - in head: sys/amd64/linux32 sys/cddl/compat/opensolaris/sys sys/compat/freebsd32 sys/compat/linux sys/compat/svr4 sys/dev/aac sys/dev/amr sys/dev/hwpmc sys/dev/ipmi sys/dev/is

2011-08-16 Thread Jaakko Heinonen
On 2011-08-16, Jonathan Anderson wrote: > Fixed in r224911. Thanks! > On 16 August 2011 14:57, Jonathan Anderson wrote: > > It looks like r224086 added "goto out" error handling, so our "return > > (error)" seems to be a merge conflict. -- Jaakko ___

Re: svn commit: r224778 - in head: sys/amd64/linux32 sys/cddl/compat/opensolaris/sys sys/compat/freebsd32 sys/compat/linux sys/compat/svr4 sys/dev/aac sys/dev/amr sys/dev/hwpmc sys/dev/ipmi sys/dev/is

2011-08-16 Thread Jonathan Anderson
Fixed in r224911. Jon On 16 August 2011 14:57, Jonathan Anderson wrote: > It looks like r224086 added "goto out" error handling, so our "return > (error)" seems to be a merge conflict. > > Sorry, I'll ask RE if I can fix that right now. > > > Jon > > On 16 August 2011 13:29, Jaakko Heinonen wr

svn commit: r224911 - head/sys/fs/nfsserver

2011-08-16 Thread Jonathan Anderson
Author: jonathan Date: Tue Aug 16 14:23:16 2011 New Revision: 224911 URL: http://svn.freebsd.org/changeset/base/224911 Log: Fix a merge conflict. r224086 added "goto out"-style error handling to nfssvc_nfsd(), in order to reliably call NFSEXITCODE() before returning. Our Capsicum changes,

Re: svn commit: r224778 - in head: sys/amd64/linux32 sys/cddl/compat/opensolaris/sys sys/compat/freebsd32 sys/compat/linux sys/compat/svr4 sys/dev/aac sys/dev/amr sys/dev/hwpmc sys/dev/ipmi sys/dev/is

2011-08-16 Thread Jonathan Anderson
It looks like r224086 added "goto out" error handling, so our "return (error)" seems to be a merge conflict. Sorry, I'll ask RE if I can fix that right now. Jon On 16 August 2011 13:29, Jaakko Heinonen wrote: > > Hi, > > On 2011-08-11, Robert Watson wrote: >>   Second-to-last commit implementi

svn commit: r224910 - in head: sys/kern tools/regression/security/cap_test

2011-08-16 Thread Jonathan Anderson
Author: jonathan Date: Tue Aug 16 14:14:56 2011 New Revision: 224910 URL: http://svn.freebsd.org/changeset/base/224910 Log: poll(2) implementation for capabilities. When calling poll(2) on a capability, unwrap first and then poll the underlying object. Approved by: re (kib), mentor (

Re: svn commit: r224778 - in head: sys/amd64/linux32 sys/cddl/compat/opensolaris/sys sys/compat/freebsd32 sys/compat/linux sys/compat/svr4 sys/dev/aac sys/dev/amr sys/dev/hwpmc sys/dev/ipmi sys/dev/is

2011-08-16 Thread Jaakko Heinonen
Hi, On 2011-08-11, Robert Watson wrote: > Second-to-last commit implementing Capsicum capabilities in the FreeBSD > kernel for FreeBSD 9.0: This commit seems to have broken nfsd for me. > Modified: head/sys/fs/nfsserver/nfs_nfsdport.c > ==

svn commit: r224907 - head/sys/net80211

2011-08-16 Thread Adrian Chadd
Author: adrian Date: Tue Aug 16 09:07:59 2011 New Revision: 224907 URL: http://svn.freebsd.org/changeset/base/224907 Log: Fix BAR frame TX completion - successful transmission is indicated by a status of 0. Approved by: re (kib) Modified: head/sys/net80211/ieee80211_ht.c Modified: he

svn commit: r224905 - head/sys/dev/arcmsr

2011-08-16 Thread Xin LI
Author: delphij Date: Tue Aug 16 08:41:37 2011 New Revision: 224905 URL: http://svn.freebsd.org/changeset/base/224905 Log: Update arcmsr(4) to 1.20.00.22 to solve recursive acquisition of buffer mutex, which would lead to a deadlock. Many thanks to Areca for their continued support of Fre

svn commit: r224903 - head/lib/libusb

2011-08-16 Thread Hans Petter Selasky
Author: hselasky Date: Tue Aug 16 08:34:16 2011 New Revision: 224903 URL: http://svn.freebsd.org/changeset/base/224903 Log: Add missing function to get device speed to the LibUSB v1.0 API. MFC after:1 week Approved by: re (kib) Modified: head/lib/libusb/libusb.h head/lib/libusb/

Re: svn commit: r224875 - head

2011-08-16 Thread Robert Watson
On Tue, 16 Aug 2011, Peter Jeremy wrote: 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) u