svn commit: r193432 - head/sys/nlm

2009-06-04 Thread Doug Rabson
Author: dfr Date: Thu Jun 4 08:13:51 2009 New Revision: 193432 URL: http://svn.freebsd.org/changeset/base/193432 Log: Don't panic in nlm_record_lock if we get ENOENT from lf_advlockasync. This is likely to be because the file was just removed and in our context this is harmless. Modified:

Re: svn commit: r193420 - head/sys/dev/usb/wlan

2009-06-04 Thread Nick Hibma
Will you MFC this to FBSD7? Nick Author: weongyo Date: Thu Jun 4 02:49:50 2009 New Revision: 193420 URL: http://svn.freebsd.org/changeset/base/193420 Log: reimplements RF logic for GCT chipset (as known as UW2453) to support ICIDU NI-707503 which is donated by Nick Hibma (great

svn commit: r193434 - head/sys/nlm

2009-06-04 Thread Ed Schouten
Author: ed Date: Thu Jun 4 11:22:53 2009 New Revision: 193434 URL: http://svn.freebsd.org/changeset/base/193434 Log: Correct typo; errno = error. Modified: head/sys/nlm/nlm_advlock.c Modified: head/sys/nlm/nlm_advlock.c

Re: svn commit: r193432 - head/sys/nlm

2009-06-04 Thread Adrian Chadd
This broke the build. errno? adrian 2009/6/4 Doug Rabson d...@freebsd.org: Author: dfr Date: Thu Jun  4 08:13:51 2009 New Revision: 193432 URL: http://svn.freebsd.org/changeset/base/193432 Log:  Don't panic in nlm_record_lock if we get ENOENT from lf_advlockasync. This  is likely to

Re: svn commit: r193434 - head/sys/nlm

2009-06-04 Thread Doug Rabson
On Thu, 4 Jun 2009 11:22:53 + (UTC), Ed Schouten e...@freebsd.org wrote: Author: ed Date: Thu Jun 4 11:22:53 2009 New Revision: 193434 URL: http://svn.freebsd.org/changeset/base/193434 Log: Correct typo; errno = error. Thanks Ed. Now where did I leave that pointy hat :(

svn commit: r193435 - head/sys/netinet

2009-06-04 Thread Luigi Rizzo
Author: luigi Date: Thu Jun 4 12:27:57 2009 New Revision: 193435 URL: http://svn.freebsd.org/changeset/base/193435 Log: fix a bug introduced in rev.190865 related to the signedness of the credit of a pipe. On passing, also use explicit signed/unsigned types for two other fields. Noticed

svn commit: r193436 - head/sys/rpc

2009-06-04 Thread Rick Macklem
Author: rmacklem Date: Thu Jun 4 14:13:06 2009 New Revision: 193436 URL: http://svn.freebsd.org/changeset/base/193436 Log: Fix two races in the server side krpc w.r.t upcalls: Add a flag so that soupcall_clear() is only called once to cancel an upcall. Move the test for

svn commit: r193437 - head/sys/rpc

2009-06-04 Thread Rick Macklem
Author: rmacklem Date: Thu Jun 4 14:49:27 2009 New Revision: 193437 URL: http://svn.freebsd.org/changeset/base/193437 Log: Fix upcall races in the client side krpc. For the client side upcall, holding SOCKBUF_LOCK() isn't sufficient to guarantee that there is no upcall in progress, since

svn commit: r193438 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb kern

2009-06-04 Thread Konstantin Belousov
Author: kib Date: Thu Jun 4 15:10:29 2009 New Revision: 193438 URL: http://svn.freebsd.org/changeset/base/193438 Log: MFC r192094: Do not advance req-oldidx when sysctl_old_user returning an error due to copyout failure or short buffer. MFC r192144: Revert r192094. The revision

Re: svn commit: r193241 - in head: . sys/sys

2009-06-04 Thread David Schultz
On Mon, Jun 01, 2009, Ken Smith wrote: It was noted we're close to running out of numbers we can use before we hit code freeze and the branch for the release. Since we're entering code slush at the end of today in theory all changes that would warrant a bump in __FreeBSD_version are supposed

svn commit: r193439 - head/sys/net80211

2009-06-04 Thread Sam Leffler
Author: sam Date: Thu Jun 4 15:57:38 2009 New Revision: 193439 URL: http://svn.freebsd.org/changeset/base/193439 Log: o station mode channel switch support o IEEE80211_IOC_CHANSWITCH fixups: - restrict to hostap vaps - return EOPNOTSUPP instead of EINVAL when applied to !hostap vap

Re: svn commit: r193434 - head/sys/nlm

2009-06-04 Thread Julian Elischer
Doug Rabson wrote: On Thu, 4 Jun 2009 11:22:53 + (UTC), Ed Schouten e...@freebsd.org wrote: Author: ed Date: Thu Jun 4 11:22:53 2009 New Revision: 193434 URL: http://svn.freebsd.org/changeset/base/193434 Log: Correct typo; errno = error. Thanks Ed. Now where did I leave that pointy

svn commit: r193440 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs kern sys

2009-06-04 Thread Paul Saab
Author: ps Date: Thu Jun 4 16:18:07 2009 New Revision: 193440 URL: http://svn.freebsd.org/changeset/base/193440 Log: Support shared vnode locks for write operations when the offset is provided on filesystems that support it. This really improves mysql + innodb performance on ZFS.

Re: svn commit: r193241 - in head: . sys/sys

2009-06-04 Thread M. Warner Losh
In message: 20090604151959.ga26...@zim.mit.edu David Schultz d...@freebsd.org writes: : On Mon, Jun 01, 2009, Ken Smith wrote: : It was noted we're close to running out of numbers we can use before we : hit code freeze and the branch for the release. Since we're entering : code

Re: svn commit: r193241 - in head: . sys/sys

2009-06-04 Thread David Schultz
On Thu, Jun 04, 2009, M. Warner Losh wrote: In message: 20090604151959.ga26...@zim.mit.edu David Schultz d...@freebsd.org writes: : On Mon, Jun 01, 2009, Ken Smith wrote: : It was noted we're close to running out of numbers we can use before we : hit code freeze and the branch

Re: svn commit: r193440 - in head/sys: cddl/contrib/opensolaris/uts/common/fs/zfs kern sys

2009-06-04 Thread Kostik Belousov
On Thu, Jun 04, 2009 at 04:18:08PM +, Paul Saab wrote: Author: ps Date: Thu Jun 4 16:18:07 2009 New Revision: 193440 URL: http://svn.freebsd.org/changeset/base/193440 Log: Support shared vnode locks for write operations when the offset is provided on filesystems that support it.

svn commit: r193442 - head/sys/kern

2009-06-04 Thread Paul Saab
Author: ps Date: Thu Jun 4 16:50:03 2009 New Revision: 193442 URL: http://svn.freebsd.org/changeset/base/193442 Log: When checking for shared writes, use the struct mount returned from vn_start_write. Reviewed by: jhb Modified: head/sys/kern/vfs_vnops.c Modified:

svn commit: r193444 - in stable/7/sys: . contrib/pf dev/ath/ath_hal dev/cxgb dev/iir

2009-06-04 Thread Christian Brueffer
Author: brueffer Date: Thu Jun 4 17:55:42 2009 New Revision: 193444 URL: http://svn.freebsd.org/changeset/base/193444 Log: MFC: r192097 Compare the correct variable against NULL. Reviewed by: scottl Found with: Coverity Prevent(tm) CID: 821 Modified: stable/7/sys/

svn commit: r193447 - head/sbin/ifconfig

2009-06-04 Thread Sam Leffler
Author: sam Date: Thu Jun 4 18:22:21 2009 New Revision: 193447 URL: http://svn.freebsd.org/changeset/base/193447 Log: track rename of CSA ie Submitted by: wxs Modified: head/sbin/ifconfig/ifieee80211.c Modified: head/sbin/ifconfig/ifieee80211.c

Re: svn commit: r193433 - head/sys/fs/devfs

2009-06-04 Thread Pawel Jakub Dawidek
On Thu, Jun 04, 2009 at 10:30:18AM +, Robert Watson wrote: Author: rwatson Date: Thu Jun 4 10:30:18 2009 New Revision: 193433 URL: http://svn.freebsd.org/changeset/base/193433 Log: Re-add opt_mac.h include, which is required in order for MNT_MULTILABEL to be set properly on

Re: svn commit: r193433 - head/sys/fs/devfs

2009-06-04 Thread Pawel Jakub Dawidek
On Thu, Jun 04, 2009 at 09:07:09PM +0200, Pawel Jakub Dawidek wrote: On Thu, Jun 04, 2009 at 10:30:18AM +, Robert Watson wrote: Author: rwatson Date: Thu Jun 4 10:30:18 2009 New Revision: 193433 URL: http://svn.freebsd.org/changeset/base/193433 Log: Re-add opt_mac.h include,

svn commit: r193462 - head/usr.bin/calendar/calendars

2009-06-04 Thread Edwin Groothuis
Author: edwin Date: Thu Jun 4 21:48:04 2009 New Revision: 193462 URL: http://svn.freebsd.org/changeset/base/193462 Log: [patch] calendar.music: Chuck Berry was born in St. Louis, Missouri, not California The /usr/bin/calendar program reports that Chuck Berry was born in San

svn commit: r193464 - head/games/fortune/datfiles

2009-06-04 Thread Edwin Groothuis
Author: edwin Date: Thu Jun 4 21:55:07 2009 New Revision: 193464 URL: http://svn.freebsd.org/changeset/base/193464 Log: [patch] fortune(6): file not Y2.01K compliant Update the time in the fortune to make the joke a little bit more realistic again: Bump year from 2009 to 2039. PR:

svn commit: r193465 - head/sys/dev/sound/usb

2009-06-04 Thread Andrew Thompson
Author: thompsa Date: Thu Jun 4 21:59:28 2009 New Revision: 193465 URL: http://svn.freebsd.org/changeset/base/193465 Log: revert r162516. We only support 1 or 2 channels per stream which reflects mono and stereo. Submitted by: Hans Petter Selasky Modified:

svn commit: r193466 - head/sys/dev/usb/input

2009-06-04 Thread Andrew Thompson
Author: thompsa Date: Thu Jun 4 22:00:48 2009 New Revision: 193466 URL: http://svn.freebsd.org/changeset/base/193466 Log: Remove duplicate variable setting. Spotted by: Sylvestre Gallon Modified: head/sys/dev/usb/input/ukbd.c Modified: head/sys/dev/usb/input/ukbd.c

svn commit: r193467 - head/games/fortune/datfiles

2009-06-04 Thread Edwin Groothuis
Author: edwin Date: Thu Jun 4 22:01:50 2009 New Revision: 193467 URL: http://svn.freebsd.org/changeset/base/193467 Log: [patch] fortune(6): George Bernard Shaw quote fix From the original PR: s/milestones/millstones/ and less important.. s/man/Man/ Not every

svn commit: r193473 - head/sbin/kldload

2009-06-04 Thread Benno Rice
Author: benno Date: Thu Jun 4 23:31:05 2009 New Revision: 193473 URL: http://svn.freebsd.org/changeset/base/193473 Log: style(9) pass prior to further changes. Sponsored by: Redacted Consulting Modified: head/sbin/kldload/kldload.c Modified: head/sbin/kldload/kldload.c

svn commit: r193475 - head/sbin/kldload

2009-06-04 Thread Benno Rice
Author: benno Date: Thu Jun 4 23:43:08 2009 New Revision: 193475 URL: http://svn.freebsd.org/changeset/base/193475 Log: Perform some checking on the requested list of modules to warn people if they try to load modules by filename out of the current directory where the module in question

svn commit: r193480 - head/sbin/kldload

2009-06-04 Thread Benno Rice
Author: benno Date: Fri Jun 5 03:06:24 2009 New Revision: 193480 URL: http://svn.freebsd.org/changeset/base/193480 Log: Bump document date. Pointed out by: trhodes Modified: head/sbin/kldload/kldload.8 Modified: head/sbin/kldload/kldload.8

Re: svn commit: r193402 - vendor/clang/clang-r72805

2009-06-04 Thread Philip M. Gollucci
Ed Schouten wrote: Author: ed Date: Wed Jun 3 21:11:51 2009 New Revision: 193402 URL: http://svn.freebsd.org/changeset/base/193402 Log: Tag the Clang r72805 import. Added: vendor/clang/clang-r72805/ - copied from r193401, vendor/clang/dist/ I feel like you're doing these