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
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()
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
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
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
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
___
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
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,
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
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 (
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
> ==
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
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
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/
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
15 matches
Mail list logo