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

2009-05-21 Thread Rick Macklem
Author: rmacklem Date: Fri May 22 01:15:07 2009 New Revision: 192574 URL: http://svn.freebsd.org/changeset/base/192574 Log: Fix the experimental nfs server so that it depends on the nlm, since it now calls nlm_acquire_next_sysid(). Approved by: kib (mentor) Modified: head/sys/fs/nfsse

svn commit: r192572 - svnadmin/conf

2009-05-21 Thread John Birrell
Author: jb Date: Thu May 21 23:27:38 2009 New Revision: 192572 URL: http://svn.freebsd.org/changeset/base/192572 Log: Need a bigger size limit to do MFC's to a branch Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf ===

svn commit: r192571 - head/sys/modules/wlan

2009-05-21 Thread Sam Leffler
Author: sam Date: Thu May 21 23:19:49 2009 New Revision: 192571 URL: http://svn.freebsd.org/changeset/base/192571 Log: update for r192468 (monitor mode changes) Submitted by: jkim Modified: head/sys/modules/wlan/Makefile Modified: head/sys/modules/wlan/Makefile =

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

2009-05-21 Thread M. Warner Losh
In message: <3bbf2fe10905211511g53defb6cmac45fc2469cc...@mail.gmail.com> Attilio Rao writes: : At this point I wonder what's the purpose of maintaining the sleeping : version for such functions? As John explained, destroy_dev() needs to sleep to flush all the threads out of the driver

svn commit: r192570 - head/usr.sbin/iostat

2009-05-21 Thread Xin LI
Author: delphij Date: Thu May 21 23:00:20 2009 New Revision: 192570 URL: http://svn.freebsd.org/changeset/base/192570 Log: Use calloc(). Modified: head/usr.sbin/iostat/iostat.c Modified: head/usr.sbin/iostat/iostat.c ===

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

2009-05-21 Thread Attilio Rao
2009/5/21 Kostik Belousov : > On Thu, May 21, 2009 at 07:05:17PM +0200, Attilio Rao wrote: >> 2009/5/21 Kostik Belousov : >> > On Thu, May 21, 2009 at 09:23:15AM -0700, Scott Long wrote: >> >> Kostik Belousov wrote: >> >> >We do have the KPI for the callers that cannot drop the locks and need >> >>

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

2009-05-21 Thread Poul-Henning Kamp
In message <20090521.144043.-501541558@bsdimp.com>, "M. Warner Losh" writes : >: Correct, but kqueuing /dev is not nearly as expressiv as devctl, >: where the protocol has space where the device driver could pass >: useful information to devd(8). > >It could, but right now it doesn't. My poin

svn commit: r192568 - head/share/misc

2009-05-21 Thread TAKATSU Tomonari
Author: tota (ports committer) Date: Thu May 21 21:21:22 2009 New Revision: 192568 URL: http://svn.freebsd.org/changeset/base/192568 Log: Add myself to the list of ports committers. Approved by: maho (mentor) Modified: head/share/misc/committers-ports.dot Modified: head/share/misc/comm

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

2009-05-21 Thread Sam Leffler
Poul-Henning Kamp wrote: In message <20090521.101537.864824728@bsdimp.com>, "M. Warner Losh" writes: Right now, the devctl_notify() is what gets it into devd. However, I'd always viewed devd as having multiple event sources and not just >from the /dev/devctl device. Correct, but

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

2009-05-21 Thread M. Warner Losh
In message: <2070.1242926...@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <20090521.101537.864824728@bsdimp.com>, "M. Warner Losh" writes: : : >Right now, the devctl_notify() is what gets it into devd. However, : >I'd always viewed devd as having multiple event s

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 07:05:17PM +0200, Attilio Rao wrote: > 2009/5/21 Kostik Belousov : > > On Thu, May 21, 2009 at 09:23:15AM -0700, Scott Long wrote: > >> Kostik Belousov wrote: > >> >We do have the KPI for the callers that cannot drop the locks and need > >> >to do destroy_dev, destroy_dev_sc

Re: svn commit: r192561 - head/contrib/groff/font/devutf8

2009-05-21 Thread Ivan Voras
2009/5/21 Dag-Erling Smørgrav : > Dag-Erling Smorgrav writes: >> Log: >>   When man pages are formatted in UTF-8, .Fl is encoded as U+2212 "MINUS >>   SIGN" instead of U+002D "HYPHEN-MINUS".  This is unfortunate for two >>   reasons: 1) this is not the character which is actually used on the >>  

Re: svn commit: r192068 - in stable/7: etc etc/mtree etc/rc.d gnu/usr.bin/man gnu/usr.bin/man/man

2009-05-21 Thread Xin LI
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dag-Erling Smørgrav wrote: > Dag-Erling Smorgrav writes: >> Log: >> MFC r183696, r183698: enable UTF-8 for man pages. > > If you use a UTF-8 locale and dashes in man pages (e.g. in command-line > options) look weird after this commit, merge r192561

Re: svn commit: r192068 - in stable/7: etc etc/mtree etc/rc.d gnu/usr.bin/man gnu/usr.bin/man/man

2009-05-21 Thread Dag-Erling Smørgrav
Dag-Erling Smorgrav writes: > Log: > MFC r183696, r183698: enable UTF-8 for man pages. If you use a UTF-8 locale and dashes in man pages (e.g. in command-line options) look weird after this commit, merge r192561 from head into your tree. I will MFC it in a week or so. DES -- Dag-Erling Smørg

Re: svn commit: r192561 - head/contrib/groff/font/devutf8

2009-05-21 Thread Dag-Erling Smørgrav
Dag-Erling Smorgrav writes: > Log: > When man pages are formatted in UTF-8, .Fl is encoded as U+2212 "MINUS > SIGN" instead of U+002D "HYPHEN-MINUS". This is unfortunate for two > reasons: 1) this is not the character which is actually used on the > command line, and 2) it makes it imposs

svn commit: r192562 - head/sys/netinet6

2009-05-21 Thread Bruce M Simpson
Author: bms Date: Thu May 21 18:05:17 2009 New Revision: 192562 URL: http://svn.freebsd.org/changeset/base/192562 Log: Pullup from p4 tip: * Fix MLDv2 general query timer (fallout from automated refactoring). * Refactor MLDv1 timer. MLDv2 query processing is now working. Modified: hea

svn commit: r192561 - head/contrib/groff/font/devutf8

2009-05-21 Thread Dag-Erling Smorgrav
Author: des Date: Thu May 21 17:56:00 2009 New Revision: 192561 URL: http://svn.freebsd.org/changeset/base/192561 Log: When man pages are formatted in UTF-8, .Fl is encoded as U+2212 "MINUS SIGN" instead of U+002D "HYPHEN-MINUS". This is unfortunate for two reasons: 1) this is not the chara

svn commit: r192559 - head/sys/dev/usb

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:55:18 2009 New Revision: 192559 URL: http://svn.freebsd.org/changeset/base/192559 Log: Don't clear last usage when a new HID item is found, it improves parsing of Apple keyboard HID descriptors. Submitted by: Hans Petter Selasky Modified: head/sys/de

svn commit: r192558 - head/sys/dev/usb

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:48:41 2009 New Revision: 192558 URL: http://svn.freebsd.org/changeset/base/192558 Log: Remove README.TXT as the info is in usb(4). Deleted: head/sys/dev/usb/README.TXT ___ svn-src-all@freebsd.org mailing list http

svn commit: r192557 - in head/sys/dev/usb: . serial

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:47:27 2009 New Revision: 192557 URL: http://svn.freebsd.org/changeset/base/192557 Log: Add Sharp WILLCOM03 ipaq and Option GTHSDPA 3g device ids. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/serial/uipaq.

svn commit: r192556 - head/sys/dev/usb/serial

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:45:37 2009 New Revision: 192556 URL: http://svn.freebsd.org/changeset/base/192556 Log: Use the correct usb config number on attach. Reported by: Greg Rivers Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/serial/umct.c Modified: head/s

svn commit: r192555 - head/sys/dev/usb/controller

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:43:35 2009 New Revision: 192555 URL: http://svn.freebsd.org/changeset/base/192555 Log: Fix a failure to report failure on stalled status stage for control transactions. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/ehci.c M

svn commit: r192554 - head/sys/dev/usb/controller

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:42:32 2009 New Revision: 192554 URL: http://svn.freebsd.org/changeset/base/192554 Log: Add a driver for the AVR32 series USB Device Controller. Not hooked up as FreeBSD does not yet support this platform but it makes it easier to stay in sync. Submitt

svn commit: r192552 - in head/sys/dev/usb: . controller

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:39:21 2009 New Revision: 192552 URL: http://svn.freebsd.org/changeset/base/192552 Log: Improve device mode (gadget) stall handling. Some hardware easily comes out of sync with regard to whether the current or the next control transfer should be stalled,

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

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:26:20 2009 New Revision: 192551 URL: http://svn.freebsd.org/changeset/base/192551 Log: Update usb(4) to match reality, remove section on permissions. Delete usb2_core.4. Submitted by: Hans Petter Selasky Deleted: head/share/man/man4/usb2_core.4 Modif

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

2009-05-21 Thread Poul-Henning Kamp
In message <20090521.101537.864824728@bsdimp.com>, "M. Warner Losh" writes: >Right now, the devctl_notify() is what gets it into devd. However, >I'd always viewed devd as having multiple event sources and not just >from the /dev/devctl device. Correct, but kqueuing /dev is not nearly as expr

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-21 Thread Sean C. Farley
On Wed, 20 May 2009, Carlos A. M. dos Santos wrote: On Wed, May 20, 2009 at 5:01 PM, Peter Jeremy wrote: On 2009-May-19 17:40:22 +, "George V. Neville-Neil" wrote: Log: Add a new program, perror, which takes an errno as a command line argument and outputs the associated textual messa

svn commit: r192550 - head/lib/libusb

2009-05-21 Thread Andrew Thompson
Author: thompsa Date: Thu May 21 17:16:35 2009 New Revision: 192550 URL: http://svn.freebsd.org/changeset/base/192550 Log: Fix libusb20_dev_get_device_desc and defunt xref. Submitted by: Hans Petter Selasky Modified: head/lib/libusb/libusb.3 Modified: head/lib/libusb/libusb.3 ==

svn commit: r192549 - stable/7

2009-05-21 Thread Rui Paulo
ING == --- stable/7/UPDATING Thu May 21 17:09:23 2009(r192548) +++ stable/7/UPDATING Thu May 21 17:12:13 2009(r192549) @@ -8,6 +8,10 @@ Items affecting the ports and packages s /usr/ports/UPDATING. Please read that file before running portupgrade. +20090521: + The k8tem

svn commit: r192548 - in stable/7/sys: . conf contrib/pf dev/amdtemp dev/ath/ath_hal dev/cxgb dev/k8temp modules modules/amdtemp modules/k8temp

2009-05-21 Thread Rui Paulo
Author: rpaulo Date: Thu May 21 17:09:23 2009 New Revision: 192548 URL: http://svn.freebsd.org/changeset/base/192548 Log: MFC 189748, 189768, 189769, 189774: Rename k8temp to amdtemp and add support for the 10h and 11h families. Added: stable/7/sys/dev/amdtemp/ - copied from r189768,

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

2009-05-21 Thread Attilio Rao
2009/5/21 Kostik Belousov : > On Thu, May 21, 2009 at 09:23:15AM -0700, Scott Long wrote: >> Kostik Belousov wrote: >> >We do have the KPI for the callers that cannot drop the locks and need >> >to do destroy_dev, destroy_dev_sched(9). >> >> Good to know, I'll look at destroy_dev_sched().  I'd rath

svn commit: r192547 - head/sys/netinet6

2009-05-21 Thread Bruce M Simpson
Author: bms Date: Thu May 21 17:01:38 2009 New Revision: 192547 URL: http://svn.freebsd.org/changeset/base/192547 Log: Pullup svn source to p4 top of tree: * Fix LOR in MLDv2 query input path. * Strip embedded KAME scope IDs for on-wire IPv6 address comparisons. Modified: head/sys/netin

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

2009-05-21 Thread Ed Schouten
* Kostik Belousov wrote: > On Thu, May 21, 2009 at 06:42:42PM +0200, Ed Schouten wrote: > > I am willing to enable it by default. I'd rather leave the sysctl there, > > to make it easier for people to revert to the old behaviour if it turns > > out to be a problem. > I think this would be much bet

svn commit: r192546 - head/sys/kern

2009-05-21 Thread Ed Schouten
Author: ed Date: Thu May 21 16:48:06 2009 New Revision: 192546 URL: http://svn.freebsd.org/changeset/base/192546 Log: Enable secure TTY input buffer flushing by default. I'm leaving the sysctl there. If people really notice a slowdown, they can revert to the old behaviour. Discussed

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 06:42:42PM +0200, Ed Schouten wrote: > Hi Kostik, > > I forgot to mention something, > > * Ed Schouten wrote: > > Because it reduces performance significantly. If I remember correctly, > > UMTS devices (u3g, etc) have big buffer sizes. This means that we have > > to zero

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

2009-05-21 Thread Ed Schouten
Hi Kostik, I forgot to mention something, * Ed Schouten wrote: > Because it reduces performance significantly. If I remember correctly, > UMTS devices (u3g, etc) have big buffer sizes. This means that we have > to zero a lot of memory. > > The code was already present, but not enabled, so I tho

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 09:23:15AM -0700, Scott Long wrote: > Kostik Belousov wrote: > >We do have the KPI for the callers that cannot drop the locks and need > >to do destroy_dev, destroy_dev_sched(9). > > Good to know, I'll look at destroy_dev_sched(). I'd rather not have to > roll my own decou

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

2009-05-21 Thread Ed Schouten
* Kostik Belousov wrote: > Why is this enabled by sysctl ? Such feature shall be unconditional if > it has any value. Because it reduces performance significantly. If I remember correctly, UMTS devices (u3g, etc) have big buffer sizes. This means that we have to zero a lot of memory. The code wa

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 12:23:54PM -0400, John Baldwin wrote: > On Thursday 21 May 2009 12:15:35 pm Kostik Belousov wrote: > > On Thu, May 21, 2009 at 12:10:59PM -0400, John Baldwin wrote: > > Another thing done inside destroy_dev is the call to the destructors > > of the cdevpriv data, that never

svn commit: r192545 - in head: etc/mtree include

2009-05-21 Thread Rick Macklem
Author: rmacklem Date: Thu May 21 16:27:47 2009 New Revision: 192545 URL: http://svn.freebsd.org/changeset/base/192545 Log: Modify src/etc/mtree/BSD.include.dist and src/include/Makefile so that the .h files in src/sys/fs/nfs will be installed under /usr/include/fs/nfs. This will allow the f

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 04:19:54PM +, Ed Schouten wrote: > Author: ed > Date: Thu May 21 16:19:54 2009 > New Revision: 192544 > URL: http://svn.freebsd.org/changeset/base/192544 > > Log: > Add a new sysctl: kern.tty_inq_flush_secure. > > When enabled all TTY input queue buffers are zero

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

2009-05-21 Thread John Baldwin
On Thursday 21 May 2009 12:15:35 pm Kostik Belousov wrote: > On Thu, May 21, 2009 at 12:10:59PM -0400, John Baldwin wrote: > Another thing done inside destroy_dev is the call to the destructors > of the cdevpriv data, that never had any restrictions on the sleepable > context. > > We do have the K

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

2009-05-21 Thread Scott Long
Kostik Belousov wrote: On Thu, May 21, 2009 at 12:10:59PM -0400, John Baldwin wrote: On Thursday 21 May 2009 11:54:01 am Scott Long wrote: M. Warner Losh wrote: In message: Robert Watson writes: : On Thu, 21 May 2009, John Baldwin wrote: : : Move the M_WAITOK flag in noti

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

2009-05-21 Thread M. Warner Losh
In message: <1689.1242921...@critter.freebsd.dk> "Poul-Henning Kamp" writes: : In message <4a157919.7040...@samsco.org>, Scott Long writes: : : >I would also love to have destroy_dev() and make_dev() be locking-neutral. : : As far as I know, there is nothing preventing that any more.

svn commit: r192544 - head/sys/kern

2009-05-21 Thread Ed Schouten
Author: ed Date: Thu May 21 16:19:54 2009 New Revision: 192544 URL: http://svn.freebsd.org/changeset/base/192544 Log: Add a new sysctl: kern.tty_inq_flush_secure. When enabled all TTY input queue buffers are zeroed when flushing or closing the TTY. Because TTY input queues are also used t

svn commit: r192543 - head/sys/kern

2009-05-21 Thread John Baldwin
Author: jhb Date: Thu May 21 16:18:45 2009 New Revision: 192543 URL: http://svn.freebsd.org/changeset/base/192543 Log: Only use the ABI compat shim for vfs.bufspace if the old buffer is smaller than a long. PR: amd64/134786 Submitted by: Emil Mikulic emikulic| gmail MFC aft

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 12:10:59PM -0400, John Baldwin wrote: > On Thursday 21 May 2009 11:54:01 am Scott Long wrote: > > M. Warner Losh wrote: > > > In message: > > > Robert Watson writes: > > > : On Thu, 21 May 2009, John Baldwin wrote: > > > : > > > : Move the M_WAITOK flag

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

2009-05-21 Thread John Baldwin
On Thursday 21 May 2009 11:54:01 am Scott Long wrote: > M. Warner Losh wrote: > > In message: > > Robert Watson writes: > > : On Thu, 21 May 2009, John Baldwin wrote: > > : > > : Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to > > : > match > > : th

Re: svn commit: r192532 - in head/sys: conf powerpc/booke powerpc/include powerpc/mpc85xx powerpc/powerpc

2009-05-21 Thread Marcel Moolenaar
On May 21, 2009, at 4:43 AM, Rafal Jaworowski wrote: Author: raj Date: Thu May 21 11:43:37 2009 New Revision: 192532 URL: http://svn.freebsd.org/changeset/base/192532 Log: Initial support for SMP on PowerPC MPC85xx. Yay! -- Marcel Moolenaar xcl...@mac.com ___

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

2009-05-21 Thread Poul-Henning Kamp
In message <4a157919.7040...@samsco.org>, Scott Long writes: >I would also love to have destroy_dev() and make_dev() be locking-neutral. As far as I know, there is nothing preventing that any more. The current state of affairs still reflects a reality from before SMPng entirely changed what "ke

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

2009-05-21 Thread Robert Watson
On Thu, 21 May 2009, M. Warner Losh wrote: : devctl_notify() probably needs to grow a sleepable flag, or perhaps we need : two variations, one that can sleep. devctl_notify() has expanded well beyond its original needs. Having an extra case for sleeping is the wrong way to solve this problem

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

2009-05-21 Thread Scott Long
M. Warner Losh wrote: In message: Robert Watson writes: : On Thu, 21 May 2009, John Baldwin wrote: : : Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to : > match : the behaviour alredy present with the further malloc() call in : devctl_notif

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

2009-05-21 Thread John Baldwin
On Thursday 21 May 2009 11:41:00 am M. Warner Losh wrote: > In message: > Robert Watson writes: > : On Thu, 21 May 2009, John Baldwin wrote: > : > : Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to > : > match > : the behaviour alredy present with the

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 09:41:00AM -0600, M. Warner Losh wrote: > In message: > Robert Watson writes: > : On Thu, 21 May 2009, John Baldwin wrote: > : > : Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to > : > match > : the behaviour alredy present wi

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

2009-05-21 Thread M. Warner Losh
In message: Robert Watson writes: : On Thu, 21 May 2009, John Baldwin wrote: : : Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to : > match : the behaviour alredy present with the further malloc() call in : devctl_notify(). : This fixes

svn commit: r192541 - head/sys/dev/iwi

2009-05-21 Thread Sam Leffler
Author: sam Date: Thu May 21 15:30:29 2009 New Revision: 192541 URL: http://svn.freebsd.org/changeset/base/192541 Log: o remove bpf tap call missed in r192468 o correct rssi taken from rx descriptor; need dbm Modified: head/sys/dev/iwi/if_iwi.c Modified: head/sys/dev/iwi/if_iwi.c =

svn commit: r192542 - head/sys/dev/iwi

2009-05-21 Thread Sam Leffler
Author: sam Date: Thu May 21 15:30:59 2009 New Revision: 192542 URL: http://svn.freebsd.org/changeset/base/192542 Log: rssi/nf data are now dbm, tag them accordingly Modified: head/sys/dev/iwi/if_iwivar.h Modified: head/sys/dev/iwi/if_iwivar.h

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-21 Thread George Neville-Neil
On May 21, 2009, at 10:52 , M. Warner Losh wrote: In message: <20090521110115.ga50...@freebsd.org> Alexey Dokuchaev writes: : > Given how easy it is to "grep <> /usr/include/sys/ errno.h" or : > perl -e '$! = <>; print "$!\n";' : > I'm not sure of the utility of this tool. : : Use

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

2009-05-21 Thread Robert Watson
On Thu, 21 May 2009, John Baldwin wrote: Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to match the behaviour alredy present with the further malloc() call in devctl_notify(). This fixes a bug in the CAM layer where the camisr handler finished to call camperiphfree

svn commit: r192540 - in head/sys/dev/cxgb: . common

2009-05-21 Thread George V. Neville-Neil
Author: gnn Date: Thu May 21 15:08:03 2009 New Revision: 192540 URL: http://svn.freebsd.org/changeset/base/192540 Log: Integrate three changes from Chelsio. 1) Add a sysctl that will say what type of PHYs exist on the card. 2) Fix a bug that occurs when an AEL 2005 PHY resets without a tr

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-21 Thread M. Warner Losh
In message: <20090521110115.ga50...@freebsd.org> Alexey Dokuchaev writes: : > Given how easy it is to "grep <> /usr/include/sys/errno.h" or : > perl -e '$! = <>; print "$!\n";' : > I'm not sure of the utility of this tool. : : User scripts should not depend on presence of system inclu

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

2009-05-21 Thread Rick Macklem
Author: rmacklem Date: Thu May 21 14:52:36 2009 New Revision: 192539 URL: http://svn.freebsd.org/changeset/base/192539 Log: Fix the comment at line 3711 to be consistent with the change applied for r192537. Approved by: kib (mentor) Modified: head/sys/fs/nfsserver/nfs_nfsdstate.c Mod

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

2009-05-21 Thread John Baldwin
Author: jhb Date: Thu May 21 14:51:31 2009 New Revision: 192538 URL: http://svn.freebsd.org/changeset/base/192538 Log: MFC: Use a separate sx lock to try to limit wiring too much user memory for userland sysctl requests. "Small" userland requests can now run concurrently. Modified: stabl

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

2009-05-21 Thread Scott Long
Ken Smith wrote: On Thu, 2009-05-21 at 09:42 -0400, John Baldwin wrote: I agree with kib, this should be reverted and CAM fixed instead. I haven't sent out an updated 8.0-REL status report yet (soon...) but one of the people who contributed status information when I sent out the last one was S

svn commit: r192537 - head/sys/dev/cxgb

2009-05-21 Thread George V. Neville-Neil
Author: gnn Date: Thu May 21 14:43:12 2009 New Revision: 192537 URL: http://svn.freebsd.org/changeset/base/192537 Log: Modified the attach and detach routines to handle bringing ports up and down more cleanly. This addresses a problem where if we have the link flap during boot the driver wo

Re: svn commit: r192463 - head/sys/fs/nfsserver

2009-05-21 Thread Rick Macklem
On Thu, 21 May 2009, Alexey Dokuchaev wrote: Shouldn't the comment above be also tweaked? ./danfe Yep, I'll do that. Thanks, rick ps: Sorry about the multiple posts yesterday related to this. The imapd I connect to was having "technical "difficulties" and I thought (incorrectly) t

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

2009-05-21 Thread Ken Smith
On Thu, 2009-05-21 at 09:42 -0400, John Baldwin wrote: > I agree with kib, this should be reverted and CAM fixed instead. I haven't sent out an updated 8.0-REL status report yet (soon...) but one of the people who contributed status information when I sent out the last one was Scott Long saying he

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

2009-05-21 Thread John Baldwin
On Thursday 21 May 2009 9:29:57 am Attilio Rao wrote: > 2009/5/21 Kostik Belousov : > > On Thu, May 21, 2009 at 01:22:07PM +, Attilio Rao wrote: > >> Author: attilio > >> Date: Thu May 21 13:22:07 2009 > >> New Revision: 192535 > >> URL: http://svn.freebsd.org/changeset/base/192535 > >> > >> Lo

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

2009-05-21 Thread Attilio Rao
2009/5/21 Kostik Belousov : > On Thu, May 21, 2009 at 03:29:57PM +0200, Attilio Rao wrote: >> 2009/5/21 Kostik Belousov : >> > On Thu, May 21, 2009 at 01:22:07PM +, Attilio Rao wrote: >> >> Author: attilio >> >> Date: Thu May 21 13:22:07 2009 >> >> New Revision: 192535 >> >> URL: http://svn.fre

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

2009-05-21 Thread John Baldwin
Author: jhb Date: Thu May 21 13:39:46 2009 New Revision: 192536 URL: http://svn.freebsd.org/changeset/base/192536 Log: Attempt to clarify some confusing wording regarding atomic_load() and atomic_store(). Modified: head/share/man/man9/atomic.9 Modified: head/share/man/man9/atomic.9 ===

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 03:29:57PM +0200, Attilio Rao wrote: > 2009/5/21 Kostik Belousov : > > On Thu, May 21, 2009 at 01:22:07PM +, Attilio Rao wrote: > >> Author: attilio > >> Date: Thu May 21 13:22:07 2009 > >> New Revision: 192535 > >> URL: http://svn.freebsd.org/changeset/base/192535 > >>

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

2009-05-21 Thread Attilio Rao
2009/5/21 Attilio Rao : > 2009/5/21 Kostik Belousov : >> On Thu, May 21, 2009 at 01:22:07PM +, Attilio Rao wrote: >>> Author: attilio >>> Date: Thu May 21 13:22:07 2009 >>> New Revision: 192535 >>> URL: http://svn.freebsd.org/changeset/base/192535 >>> >>> Log: >>> Move the M_WAITOK flag in no

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

2009-05-21 Thread Attilio Rao
2009/5/21 Kostik Belousov : > On Thu, May 21, 2009 at 01:22:07PM +, Attilio Rao wrote: >> Author: attilio >> Date: Thu May 21 13:22:07 2009 >> New Revision: 192535 >> URL: http://svn.freebsd.org/changeset/base/192535 >> >> Log: >> Move the M_WAITOK flag in notify() into an M_NOWAIT one in ord

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

2009-05-21 Thread Kostik Belousov
On Thu, May 21, 2009 at 01:22:07PM +, Attilio Rao wrote: > Author: attilio > Date: Thu May 21 13:22:07 2009 > New Revision: 192535 > URL: http://svn.freebsd.org/changeset/base/192535 > > Log: > Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to match > the behaviour alredy

svn commit: r192535 - head/sys/kern

2009-05-21 Thread Attilio Rao
Author: attilio Date: Thu May 21 13:22:07 2009 New Revision: 192535 URL: http://svn.freebsd.org/changeset/base/192535 Log: Move the M_WAITOK flag in notify() into an M_NOWAIT one in order to match the behaviour alredy present with the further malloc() call in devctl_notify(). This fixes a

svn commit: r192534 - head/sys/dev/mpt

2009-05-21 Thread John Baldwin
Author: jhb Date: Thu May 21 12:36:40 2009 New Revision: 192534 URL: http://svn.freebsd.org/changeset/base/192534 Log: Largely revert the earlier change to use a single CCB for the RAID recovery thread. Multiple RAID events in quick succession can cause an additional bus rescan to be schedu

svn commit: r192533 - in head/sys/powerpc: booke powerpc

2009-05-21 Thread Rafal Jaworowski
Author: raj Date: Thu May 21 12:05:15 2009 New Revision: 192533 URL: http://svn.freebsd.org/changeset/base/192533 Log: Improve style(9), clean up. Modified: head/sys/powerpc/booke/clock.c head/sys/powerpc/booke/locore.S head/sys/powerpc/booke/vm_machdep.c head/sys/powerpc/powerpc/busdma

svn commit: r192532 - in head/sys: conf powerpc/booke powerpc/include powerpc/mpc85xx powerpc/powerpc

2009-05-21 Thread Rafal Jaworowski
Author: raj Date: Thu May 21 11:43:37 2009 New Revision: 192532 URL: http://svn.freebsd.org/changeset/base/192532 Log: Initial support for SMP on PowerPC MPC85xx. Tested with Freescale dual-core MPC8572DS development system. Obtained from:Freescale, Semihalf Added: head/sys/

svn commit: r192531 - head/sys/powerpc/mpc85xx

2009-05-21 Thread Rafal Jaworowski
Author: raj Date: Thu May 21 11:37:56 2009 New Revision: 192531 URL: http://svn.freebsd.org/changeset/base/192531 Log: Skip interleaved RAM target on MPC85xx during renitialization of the local access windows. This eliminates hangs on systems which are configured to use interleaved mode: pri

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-21 Thread Alexey Dokuchaev
> Given how easy it is to "grep <> /usr/include/sys/errno.h" or > perl -e '$! = <>; print "$!\n";' > I'm not sure of the utility of this tool. User scripts should not depend on presence of system include files. Now, just to mention, Nick's suggestion about dropping extra noise actually good one.

svn commit: r192530 - head/release/doc/share/misc

2009-05-21 Thread Christian Brueffer
Author: brueffer Date: Thu May 21 10:04:51 2009 New Revision: 192530 URL: http://svn.freebsd.org/changeset/base/192530 Log: nge(4) should work on all archs now. Modified: head/release/doc/share/misc/dev.archlist.txt Modified: head/release/doc/share/misc/dev.archlist.txt =

svn commit: r192529 - stable/7

2009-05-21 Thread Ed Schouten
Author: ed Date: Thu May 21 10:03:50 2009 New Revision: 192529 URL: http://svn.freebsd.org/changeset/base/192529 Log: Add missing colon. Modified: stable/7/UPDATING Modified: stable/7/UPDATING == --- stable/7/UPDATIN

svn commit: r192528 - head/sys/netinet

2009-05-21 Thread Robert Watson
Author: rwatson Date: Thu May 21 09:45:47 2009 New Revision: 192528 URL: http://svn.freebsd.org/changeset/base/192528 Log: Consolidate and clean up the first section of ip_output.c in light of the last year or two's work on routing: - Combine iproute initialization and flowtable lookup bl

Re: svn commit: r192398 - in head/usr.bin: . perror

2009-05-21 Thread Stanislav Sedov
On Wed, 20 May 2009 19:58:20 -0300 "Carlos A. M. dos Santos" mentioned: > On Wed, May 20, 2009 at 5:01 PM, Peter Jeremy > wrote: > > On 2009-May-19 17:40:22 +, "George V. Neville-Neil" > > wrote: > >>Log: > >> Add a new program, perror, which takes an errno as a command line argument > >>

svn commit: r192527 - vendor/top/3.8b1

2009-05-21 Thread Edwin Groothuis
Author: edwin Date: Thu May 21 07:55:25 2009 New Revision: 192527 URL: http://svn.freebsd.org/changeset/base/192527 Log: Tag of top 3.8b1 Added: vendor/top/3.8b1/ - copied from r192526, vendor/top/dist/ ___ svn-src-all@freebsd.org mailing list

svn commit: r192526 - vendor/top/dist

2009-05-21 Thread Edwin Groothuis
Author: edwin Date: Thu May 21 07:54:21 2009 New Revision: 192526 URL: http://svn.freebsd.org/changeset/base/192526 Log: Vendor import of top-3.8b1 Obtained from:http://www.unixtop.org Added: vendor/top/dist/LICENSE vendor/top/dist/Makefile.in vendor/top/dist/ap_snprintf.c