svn commit: r192246 - head/etc/rc.d

2009-05-17 Thread Daniel Gerzo
Author: danger (doc committer) Date: Sun May 17 08:25:02 2009 New Revision: 192246 URL: http://svn.freebsd.org/changeset/base/192246 Log: - do not create and mount new file systems on top of the old ones on every invocation of this script once we already have one (in case tmpmfs="YES").

svn commit: r192247 - head/sys/boot/forth

2009-05-17 Thread Christian Brueffer
Author: brueffer Date: Sun May 17 10:58:50 2009 New Revision: 192247 URL: http://svn.freebsd.org/changeset/base/192247 Log: Improve the accf_dns_load description. Modified: head/sys/boot/forth/loader.conf Modified: head/sys/boot/forth/loader.conf =

Re: svn commit: r192194 - in head/sys: boot/i386/zfsboot boot/zfs cddl/boot/zfs

2009-05-17 Thread Pegasus Mc Cleaft
On Saturday 16 May 2009 18:47:16 Doug Rabson wrote: > On 16 May 2009, at 19:35, Pegasus Mc Cleaft wrote: > > On Saturday 16 May 2009 10:48:20 Doug Rabson wrote: > >> Author: dfr > >> Date: Sat May 16 10:48:20 2009 > >> New Revision: 192194 > >> URL: http://svn.freebsd.org/changeset/base/192194 > >>

svn commit: r192248 - stable/7/lib/libpmc

2009-05-17 Thread Fabien Thomas
Author: fabient Date: Sun May 17 11:45:37 2009 New Revision: 192248 URL: http://svn.freebsd.org/changeset/base/192248 Log: MFC 190395: Allow compile from c++ for libpmc Reviewed by: jkoshy (mentor) Modified: stable/7/lib/libpmc/ (props changed) stable/7/lib/libpmc/pmc.h stable/7/li

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

2009-05-17 Thread Edward Tomasz Napierala
Author: trasz Date: Sun May 17 12:21:11 2009 New Revision: 192249 URL: http://svn.freebsd.org/changeset/base/192249 Log: Fix the example. Modified: head/share/man/man4/md.4 Modified: head/share/man/man4/md.4 == --- h

svn commit: r192250 - head/sys/kern

2009-05-17 Thread Ed Schouten
Author: ed Date: Sun May 17 12:30:25 2009 New Revision: 192250 URL: http://svn.freebsd.org/changeset/base/192250 Log: Several cleanups to tty_info(), better known as Ctrl-T. - Only pick up PROC_LOCK once, which means we can drop the PGRP_LOCK right after picking up PROC_LOCK for the fir

svn commit: r192251 - stable/7/lib/libc/net

2009-05-17 Thread Bruce M Simpson
Author: bms Date: Sun May 17 15:42:41 2009 New Revision: 192251 URL: http://svn.freebsd.org/changeset/base/192251 Log: MFC rev 191654: Fix an obvious bug in getsourcefilter()'s use of struct __msfilterreq; the kernel will return in msfr_nsrcs the number of source filters in-mode for a give

Re: svn commit: r192033 - stable/7/sys/dev/ata

2009-05-17 Thread Bruce Simpson
Alexander Motin wrote: Bruce Simpson wrote: Could this commit have broken boot on my amd64 system with an ULi SATA controller? This commit could change driver used for controller and so expose some other bug in ALI driver. As I can see, there is present vendor-specific driver for this chip,

svn commit: r192252 - head/sys/kern

2009-05-17 Thread Ed Schouten
Author: ed Date: Sun May 17 16:17:48 2009 New Revision: 192252 URL: http://svn.freebsd.org/changeset/base/192252 Log: Print an extra newline when not at the first column already. This makes siginfo output look a lot better when pressing it the first time when in sh(1), for example:

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

2009-05-17 Thread Rick Macklem
Author: rmacklem Date: Sun May 17 17:54:01 2009 New Revision: 192255 URL: http://svn.freebsd.org/changeset/base/192255 Log: Added a SYSCTL to sys/fs/nfsserver/nfs_nfsdport.c so that the value of nfsrv_dolocallocks can be changed via sysctl. I also added some non-empty descriptor strings and

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

2009-05-17 Thread Rick Macklem
Author: rmacklem Date: Sun May 17 19:33:48 2009 New Revision: 192256 URL: http://svn.freebsd.org/changeset/base/192256 Log: Fix the acquisition of local locks via VOP_ADVLOCK() by the experimental nfsv4 server. It was setting the a_id argument to a fixed value, but that wasn't sufficient for

svn commit: r192257 - head/sys/dev/usb/wlan

2009-05-17 Thread Sam Leffler
Author: sam Date: Sun May 17 19:46:50 2009 New Revision: 192257 URL: http://svn.freebsd.org/changeset/base/192257 Log: fix 11a channel use; mark OFDM operation correctly Submitted by: Lucius Windschuh Modified: head/sys/dev/usb/wlan/if_uath.c Modified: head/sys/dev/usb/wlan/if_uath.c =

svn commit: r192258 - in head/sys/dev/usb: . wlan

2009-05-17 Thread Sam Leffler
Author: sam Date: Sun May 17 19:51:08 2009 New Revision: 192258 URL: http://svn.freebsd.org/changeset/base/192258 Log: add TRENDnet TEW-504UB/EU Submitted by: Lucius Windschuh Modified: head/sys/dev/usb/usbdevs head/sys/dev/usb/wlan/if_uath.c Modified: head/sys/dev/usb/usbdevs ==

svn commit: r192260 - in head/sys: kern sys ufs/ffs

2009-05-17 Thread Alan Cox
Author: alc Date: Sun May 17 20:26:00 2009 New Revision: 192260 URL: http://svn.freebsd.org/changeset/base/192260 Log: Introduce vfs_bio_set_valid() and use it from ffs_realloccg(). This eliminates the misuse of vfs_bio_clrbuf() by ffs_realloccg(). In collaboration with:tegge Mo

svn commit: r192261 - head/sys/vm

2009-05-17 Thread Alan Cox
Author: alc Date: Sun May 17 20:40:41 2009 New Revision: 192261 URL: http://svn.freebsd.org/changeset/base/192261 Log: Eliminate a pointless call to pmap_clear_reference() from vm_pageout_scan(). If the page belongs to an object with a reference count of zero, then it can't have any managed

svn commit: r192262 - head/sys/netinet

2009-05-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 17 20:53:10 2009 New Revision: 192262 URL: http://svn.freebsd.org/changeset/base/192262 Log: Unbreak options VIMAGE builds, in a followup to r192011 which did not introduce INIT_VNET_NET() initializers necessary for accessing V_loif. Submitted by: zec Reviewed b

svn commit: r192263 - head/sys/sys

2009-05-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 17 20:55:33 2009 New Revision: 192263 URL: http://svn.freebsd.org/changeset/base/192263 Log: Put the structs under #ifndef VIMAGE_GLOBALS as some constants are not defined for VIMAGE_GLOBALS and thus broke the build for that option. Reported by: csjp Modified:

svn commit: r192264 - head/sys/contrib/altq/altq

2009-05-17 Thread Bjoern A. Zeeb
Author: bz Date: Sun May 17 20:59:09 2009 New Revision: 192264 URL: http://svn.freebsd.org/changeset/base/192264 Log: Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again. Modified: head/sys/contrib/altq/altq/altq_subr.c Modified: head/sys/contrib/altq/altq/altq_subr.c =

svn commit: r192265 - head/share/man/man9

2009-05-17 Thread Christian Brueffer
Author: brueffer Date: Sun May 17 21:28:37 2009 New Revision: 192265 URL: http://svn.freebsd.org/changeset/base/192265 Log: Document sbuf_new_auto(). While here, add a missing `-' in phk's name. MFC after:3 days Modified: head/share/man/man9/sbuf.9 Modified: head/share/man/man9

Re: svn commit: r192033 - stable/7/sys/dev/ata

2009-05-17 Thread Alexander Motin
Bruce Simpson wrote: Alexander Motin wrote: Bruce Simpson wrote: Could this commit have broken boot on my amd64 system with an ULi SATA controller? This commit could change driver used for controller and so expose some other bug in ALI driver. As I can see, there is present vendor-specific

svn commit: r192270 - head/sys/kern

2009-05-17 Thread Alan Cox
Author: alc Date: Sun May 17 23:25:53 2009 New Revision: 192270 URL: http://svn.freebsd.org/changeset/base/192270 Log: Several changes to vfs_bio_clrbuf(): Provide a more descriptive comment. Eliminate dead code. The page cannot possibly have PG_ZERO set. Eliminate unnecessary bl

svn commit: r192274 - svnadmin/conf

2009-05-17 Thread Kip Macy
Author: kmacy Date: Sun May 17 23:40:59 2009 New Revision: 192274 URL: http://svn.freebsd.org/changeset/base/192274 Log: add self to list to avoid size limit Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

Re: svn commit: r192033 - stable/7/sys/dev/ata

2009-05-17 Thread Bruce Simpson
Alexander Motin wrote: ... This change is not anyhow related to your system. Looks like the real reason found by jhb@ on sta...@. Probably something become more strict in system resource management last time and this driver violates now. Thanks... I reckon John is probably on the money with

svn commit: r192277 - head/sys/dev/bwi

2009-05-17 Thread Warner Losh
Author: imp Date: Mon May 18 01:00:11 2009 New Revision: 192277 URL: http://svn.freebsd.org/changeset/base/192277 Log: Turns out that my BCM4318 has a PCI ID of 0x4319, which lead me to believe it was a BCM4319. However, it is the a/b/g variation of the BCM4318. The chip itself is labelled

svn commit: r192278 - head/sys/contrib/altq/altq

2009-05-17 Thread Bjoern A. Zeeb
Author: bz Date: Mon May 18 01:05:09 2009 New Revision: 192278 URL: http://svn.freebsd.org/changeset/base/192278 Log: tbr_timeout() is a timer driven function[1]. While the previous commit made LINT happy this does the proper looping over all vnets as we are only called `globally' and not on

svn commit: r192279 - head/sys/dev/bwi

2009-05-17 Thread Warner Losh
Author: imp Date: Mon May 18 01:07:38 2009 New Revision: 192279 URL: http://svn.freebsd.org/changeset/base/192279 Log: Correct types of PHY, per http://bcm-specs.sipsolutions.net/PHYVersioning # Note: The driver doesn't support either these PHY types, so this is # effectively a nop.

Re: svn commit: r191902 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2009-05-17 Thread Adam McDougall
On Thu, May 07, 2009 at 08:57:06PM +, Kip Macy wrote: Author: kmacy Date: Thu May 7 20:57:06 2009 New Revision: 191902 URL: http://svn.freebsd.org/changeset/base/191902 Log: Allow the VM to provide backpressure on the ARC cache as it does on Solaris. Modified: he

svn commit: r192280 - head/bin/ps

2009-05-17 Thread Brian Somers
Author: brian Date: Mon May 18 01:45:52 2009 New Revision: 192280 URL: http://svn.freebsd.org/changeset/base/192280 Log: Remove redundant whitespace Modified: head/bin/ps/ps.c Modified: head/bin/ps/ps.c == --- head/b

svn commit: r192281 - head/sys/dev/bce

2009-05-17 Thread Xin LI
Author: delphij Date: Mon May 18 01:51:52 2009 New Revision: 192281 URL: http://svn.freebsd.org/changeset/base/192281 Log: DMA synchronization fixes: - In bce_rx_intr(), use BUS_DMASYNC_POSTREAD instead of BUS_DMASYNC_POSTWRITE, as we want to "read" from the rx page chain pages.

svn commit: r192284 - head/sys/compat/linux

2009-05-17 Thread Dmitry Chagin
Author: dchagin Date: Mon May 18 04:07:46 2009 New Revision: 192284 URL: http://svn.freebsd.org/changeset/base/192284 Log: Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg(). Approved by: kib (mentor) MFC after:1 month Modified: head/sys/compat/linux/linux_socket.c head/sys/com

Re: svn commit: r192282 - head/sys/netinet6

2009-05-17 Thread Bjoern A. Zeeb
On Mon, 18 May 2009, Qing Li wrote: Author: qingli Date: Mon May 18 02:25:45 2009 New Revision: 192282 URL: http://svn.freebsd.org/changeset/base/192282 Log: This patch resolves the following issues: -- A routing socket message is not generated when an IPv6 address is either inserted or

svn commit: r192282 - head/sys/netinet6

2009-05-17 Thread Qing Li
Author: qingli Date: Mon May 18 02:25:45 2009 New Revision: 192282 URL: http://svn.freebsd.org/changeset/base/192282 Log: This patch resolves the following issues: -- A routing socket message is not generated when an IPv6 address is either inserted or deleted from an interface. The mis

svn commit: r192285 - head/sys/dev/xen/console

2009-05-17 Thread Adrian Chadd
Author: adrian Date: Mon May 18 04:50:31 2009 New Revision: 192285 URL: http://svn.freebsd.org/changeset/base/192285 Log: Disable some un-needed console debugging. Modified: head/sys/dev/xen/console/console.c Modified: head/sys/dev/xen/console/console.c ==

svn commit: r192286 - head/sys/dev/xen/netfront

2009-05-17 Thread Adrian Chadd
Author: adrian Date: Mon May 18 04:56:37 2009 New Revision: 192286 URL: http://svn.freebsd.org/changeset/base/192286 Log: The merge in r189699 reverted part of the work done in a previous commit (r188036.) Re-revert that change so the Xen networking functions again. Modified: head/sys/

svn commit: r192288 - head/sys/dev/nge

2009-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 06:02:54 2009 New Revision: 192288 URL: http://svn.freebsd.org/changeset/base/192288 Log: Use ANSI C declarations for all functions. Modified: head/sys/dev/nge/if_nge.c Modified: head/sys/dev/nge/if_nge.c ==

svn commit: r192289 - head/sys/dev/nge

2009-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 06:05:50 2009 New Revision: 192289 URL: http://svn.freebsd.org/changeset/base/192289 Log: Remove register keyword. Modified: head/sys/dev/nge/if_nge.c Modified: head/sys/dev/nge/if_nge.c

svn commit: r192290 - head/sys/dev/nge

2009-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 06:09:10 2009 New Revision: 192290 URL: http://svn.freebsd.org/changeset/base/192290 Log: Remove trailling whitespaces. Modified: head/sys/dev/nge/if_nge.c head/sys/dev/nge/if_ngereg.h Modified: head/sys/dev/nge/if_nge.c

svn commit: r192291 - head/sys/dev/nge

2009-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 06:13:56 2009 New Revision: 192291 URL: http://svn.freebsd.org/changeset/base/192291 Log: Remove return statement at the end of functions that return void. Modified: head/sys/dev/nge/if_nge.c Modified: head/sys/dev/nge/if_nge.c ===

svn commit: r192292 - head/sys/dev/nge

2009-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 06:19:17 2009 New Revision: 192292 URL: http://svn.freebsd.org/changeset/base/192292 Log: style(9) - space after keyword. Modified: head/sys/dev/nge/if_nge.c Modified: head/sys/dev/nge/if_nge.c =

svn commit: r192294 - head/sys/dev/nge

2009-05-17 Thread Pyun YongHyeon
Author: yongari Date: Mon May 18 06:32:38 2009 New Revision: 192294 URL: http://svn.freebsd.org/changeset/base/192294 Log: s/u_int8_t/uint8_t/g s/u_int16_t/uint16_t/g s/u_int32_t/uint32_t/g Modified: head/sys/dev/nge/if_nge.c head/sys/dev/nge/if_ngereg.h Modified: head/sys/dev/nge/if_n