Re: svn commit: r224674 - head/etc

2011-08-08 Thread Peter Wemm
On Mon, Aug 8, 2011 at 11:36 PM, Doug Barton wrote: > On 08/08/2011 23:31, Peter Wemm wrote: >> No, if people use mergemaster in this mode: >>      -U          Attempt to auto upgrade files that have not been user >> modified. >> .. then mergemaster will silently turn off NIS for you. >> >> If it

Re: svn commit: r224674 - head/etc

2011-08-08 Thread Doug Barton
On 08/08/2011 23:31, Peter Wemm wrote: > No, if people use mergemaster in this mode: > -U Attempt to auto upgrade files that have not been user > modified. > .. then mergemaster will silently turn off NIS for you. > > If it is considered bad practice to use -U, then people should be

svn commit: r224724 - head/sys/dev/ath

2011-08-08 Thread Adrian Chadd
Author: adrian Date: Tue Aug 9 04:24:56 2011 New Revision: 224724 URL: http://svn.freebsd.org/changeset/base/224724 Log: Remove this call, now that I've solved the radar module problem without needing this particular modification. It can be called during ath_dfs_radar_enable() and still

Re: svn commit: r224674 - head/etc

2011-08-08 Thread Doug Barton
On 08/08/2011 02:42, Bjoern A. Zeeb wrote: > Back in the days, when I introduced NO_NIS (which was the name back > then), I considered both this and something along Ed's initial change > and I am sure some of the discussions can still be found in the > archives (from around 2005/-2y). > > While I

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

2011-08-08 Thread Bruce Evans
On Mon, 8 Aug 2011, Jonathan Anderson wrote: Log: Create timeval2timespec() and timespec2timeval(). These functions will be used by process descriptors to convert process creation time into process descriptor [acm]time. These were intentionally left out. What is wrong with the existing AP

svn commit: r224722 - head/sys/boot/common

2011-08-08 Thread Dimitry Andric
Author: dim Date: Mon Aug 8 20:53:04 2011 New Revision: 224722 URL: http://svn.freebsd.org/changeset/base/224722 Log: Fix buffer overflow in sys/boot/common/util.c's printf(), when printing large (>= 10^10) numbers. In theory, 20 characaters should be enough, but bump the buffer to 32 char

svn commit: r224721 - head/sys/sys

2011-08-08 Thread Jonathan Anderson
Author: jonathan Date: Mon Aug 8 20:36:52 2011 New Revision: 224721 URL: http://svn.freebsd.org/changeset/base/224721 Log: Create timeval2timespec() and timespec2timeval(). These functions will be used by process descriptors to convert process creation time into process descriptor [acm]t

svn commit: r224720 - head/sys/dev/ath

2011-08-08 Thread Adrian Chadd
Author: adrian Date: Mon Aug 8 19:03:26 2011 New Revision: 224720 URL: http://svn.freebsd.org/changeset/base/224720 Log: And add another missing brace. Another pointy hat moment. This one however isn't used by any public code yet, so it didn't break the build. Approved by: re (kib, bl

svn commit: r224719 - head/sys/dev/ath/ath_hal

2011-08-08 Thread Adrian Chadd
Author: adrian Date: Mon Aug 8 18:05:22 2011 New Revision: 224719 URL: http://svn.freebsd.org/changeset/base/224719 Log: Bitten again by the optional HALDEBUG compilation. Remove this debugging, it's not needed anymore and when not enabled, those variables trigger a compiler warning.

svn commit: r224718 - head/sys/dev/ath/ath_hal

2011-08-08 Thread Adrian Chadd
Author: adrian Date: Mon Aug 8 17:33:35 2011 New Revision: 224718 URL: http://svn.freebsd.org/changeset/base/224718 Log: The older HAL code sets up the regulatory domain once; FreeBSD/net80211 allows it to be overridden at runtime. Thus, add a function which updates ah_dfsDomain after a

svn commit: r224717 - head/sys/net80211

2011-08-08 Thread Bernhard Schmidt
Author: bschmidt Date: Mon Aug 8 16:29:07 2011 New Revision: 224717 URL: http://svn.freebsd.org/changeset/base/224717 Log: When setting a fixed channel on adapters with 11n support the scan channel list ends up with 2 entries, the HT and the legacy channel. The scan itself is currently alwa

svn commit: r224716 - in head/sys/dev/ath: . ath_dfs/null ath_hal

2011-08-08 Thread Adrian Chadd
Author: adrian Date: Mon Aug 8 16:22:42 2011 New Revision: 224716 URL: http://svn.freebsd.org/changeset/base/224716 Log: Introduce some more DFS related hooks, inspired both by local work and the Atheros reference code. The radar detection code needs to know what the current DFS domain i

svn commit: r224715 - head/sys/dev/ath

2011-08-08 Thread Adrian Chadd
Author: adrian Date: Mon Aug 8 15:42:37 2011 New Revision: 224715 URL: http://svn.freebsd.org/changeset/base/224715 Log: .. and add a missing bracket. Approved by: re (kib, blanket) Modified: head/sys/dev/ath/if_athvar.h Modified: head/sys/dev/ath/if_athvar.h =

svn commit: r224714 - head/sys/dev/ath

2011-08-08 Thread Adrian Chadd
Author: adrian Date: Mon Aug 8 15:41:03 2011 New Revision: 224714 URL: http://svn.freebsd.org/changeset/base/224714 Log: Fix method naming to match the reference HAL definition. Obtained from:Atheros Approved by: re (kib, blanket) Modified: head/sys/dev/ath/if_athvar.h Modif

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

2011-08-08 Thread Kostik Belousov
On Mon, Aug 08, 2011 at 02:02:08PM +, Martin Matuska wrote: > Author: mm > Date: Mon Aug 8 14:02:08 2011 > New Revision: 224712 > URL: http://svn.freebsd.org/changeset/base/224712 > > Log: > Revert r224655 and r224614 because vn_fullpath* does not always work > on nullfs mounts. > >

svn commit: r224712 - head/sys/kern

2011-08-08 Thread Martin Matuska
Author: mm Date: Mon Aug 8 14:02:08 2011 New Revision: 224712 URL: http://svn.freebsd.org/changeset/base/224712 Log: Revert r224655 and r224614 because vn_fullpath* does not always work on nullfs mounts. Change shall be reconsidered after 9.0 is released. Requested by: re (kib) Ap

svn commit: r224711 - stable/7/share/man/man3

2011-08-08 Thread Ed Maste
Author: emaste Date: Mon Aug 8 13:58:39 2011 New Revision: 224711 URL: http://svn.freebsd.org/changeset/base/224711 Log: MFC r224047: Remove note that claims pthread_set_name_np is for debugging only. As Garrett points out, It is no more a debugging interface than setproctit

svn commit: r224710 - stable/8/share/man/man3

2011-08-08 Thread Ed Maste
Author: emaste Date: Mon Aug 8 13:56:27 2011 New Revision: 224710 URL: http://svn.freebsd.org/changeset/base/224710 Log: MFC r224047: Remove note that claims pthread_set_name_np is for debugging only. As Garrett points out, It is no more a debugging interface than setproctit

svn commit: r224709 - in head/sys/dev/ath: . ath_hal ath_hal/ar5212 ath_hal/ar5416

2011-08-08 Thread Adrian Chadd
Author: adrian Date: Mon Aug 8 13:15:39 2011 New Revision: 224709 URL: http://svn.freebsd.org/changeset/base/224709 Log: Add another HAL method - ah_isFastClockEnabled - which returns AH_TRUE if 5ghz fast clock is enabled in the current operating mode. It's slightly dirty, but it's part

svn commit: r224708 - head/share/man/man8

2011-08-08 Thread Rick Macklem
Author: rmacklem Date: Mon Aug 8 13:13:22 2011 New Revision: 224708 URL: http://svn.freebsd.org/changeset/base/224708 Log: Change "options NFSCLIENT" to "options NFSCL" in diskless.8, since that is now the default NFS client. This is a content change. Reported by: shuvaev at physik.un

svn commit: r224707 - stable/7/sys/net

2011-08-08 Thread Sergey Kandaurov
Author: pluknet Date: Mon Aug 8 12:19:20 2011 New Revision: 224707 URL: http://svn.freebsd.org/changeset/base/224707 Log: MFC r224571: Add missing MODULE_VERSION() definition. PR: kern/159345 Modified: stable/7/sys/net/if_lagg.c Directory Properties: stable/7/sys/ (prop

svn commit: r224706 - stable/8/sys/net

2011-08-08 Thread Sergey Kandaurov
Author: pluknet Date: Mon Aug 8 12:16:42 2011 New Revision: 224706 URL: http://svn.freebsd.org/changeset/base/224706 Log: MFC r224571: Add missing MODULE_VERSION() definition. PR: kern/159345 Modified: stable/8/sys/net/if_lagg.c Directory Properties: stable/8/sys/ (prop

Re: svn commit: r224674 - head/etc

2011-08-08 Thread Bjoern A. Zeeb
On Aug 7, 2011, at 8:51 PM, Simon L. B. Nielsen wrote: > > On 6 Aug 2011, at 11:16, Doug Barton wrote: > >> Author: dougb >> Date: Sat Aug 6 09:16:53 2011 >> New Revision: 224674 >> URL: http://svn.freebsd.org/changeset/base/224674 >> >> Log: >> Rather than edit the nsswitch.conf file based on

svn commit: r224704 - stable/8/sys/kern

2011-08-08 Thread Konstantin Belousov
Author: kib Date: Mon Aug 8 08:22:15 2011 New Revision: 224704 URL: http://svn.freebsd.org/changeset/base/224704 Log: MFC r224581: Fix the LK_NOSHARE lockmgr flag interaction with LK_UPGRADE and LK_DOWNGRADE lock ops. Namely, the ops should be NOP since LK_NOSHARE locks are always exclusi

Re: svn commit: r224674 - head/etc

2011-08-08 Thread Hiroki Sato
Garrett Cooper wrote in : ya> On Sun, Aug 7, 2011 at 9:12 PM, Doug Barton wrote: ya> > On 8/7/2011 6:05 PM, Garrett Cooper wrote: ya> >> On Sun, Aug 7, 2011 at 1:51 PM, Simon L. B. Nielsen wrote: ya> >>> ya> >>> On 6 Aug 2011, at 11:16, Doug Barton wrote: ya> >>> ya> Author: dougb ya> >