Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread M. Warner Losh
In message: Marcel Moolenaar writes: : : On Oct 13, 2009, at 5:06 PM, M. Warner Losh wrote: : : > In message: <2e290d8d-baf0-4e4e-a352-b00fafd9d...@mac.com> : >Marcel Moolenaar writes: : > : : > : On Oct 13, 2009, at 10:32 AM, M. Warner Losh wrote: : > : > : > Why? The

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread M. Warner Losh
In message: Marcel Moolenaar writes: : : On Oct 13, 2009, at 5:06 PM, M. Warner Losh wrote: : : > In message: <2e290d8d-baf0-4e4e-a352-b00fafd9d...@mac.com> : >Marcel Moolenaar writes: : > : : > : On Oct 13, 2009, at 10:32 AM, M. Warner Losh wrote: : > : > : > Why? The

svn commit: r198070 - in stable/6/etc: . bluetooth defaults etc.alpha etc.amd64 etc.arm etc.i386 etc.ia64 etc.powerpc etc.sparc64 isdn mail mtree namedb pam.d periodic ppp rc.d root sendmail

2009-10-13 Thread Doug Barton
Author: dougb Date: Wed Oct 14 03:36:59 2009 New Revision: 198070 URL: http://svn.freebsd.org/changeset/base/198070 Log: MFC r196439: typo and caps fixes Modified: stable/6/etc/ (props changed) stable/6/etc/Makefile (props changed) stable/6/etc/amd.map (props changed) stable/6/etc

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread Marcel Moolenaar
On Oct 13, 2009, at 5:06 PM, M. Warner Losh wrote: In message: <2e290d8d-baf0-4e4e-a352-b00fafd9d...@mac.com> Marcel Moolenaar writes: : : On Oct 13, 2009, at 10:32 AM, M. Warner Losh wrote: : > : > Why? They should be scanned for on any system with a real isa : > bus... : > : : >

svn commit: r198069 - in stable/7/etc: . rc.d

2009-10-13 Thread Doug Barton
Author: dougb Date: Wed Oct 14 03:35:15 2009 New Revision: 198069 URL: http://svn.freebsd.org/changeset/base/198069 Log: MFC r196439: typo and caps fixes Modified: stable/7/etc/ (props changed) stable/7/etc/rc.d/ipsec stable/7/etc/termcap.small (props changed) Modified: stable/7/etc/

svn commit: r198068 - in stable/8/etc: . rc.d

2009-10-13 Thread Doug Barton
Author: dougb Date: Wed Oct 14 03:31:37 2009 New Revision: 198068 URL: http://svn.freebsd.org/changeset/base/198068 Log: MFC r196439: Fix the typo mentioned in the PR, and one additional. Fix caps while I'm here. PR: conf/138087 Submitted by: Chris Petrik Approved by:

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread M. Warner Losh
In message: <200910131703.50700.j...@freebsd.org> Jung-uk Kim writes: : On Tuesday 13 October 2009 04:42 pm, Dmitry Morozovsky wrote: : > On Tue, 13 Oct 2009, Erik Trulsson wrote: : > : > ET> (There might also be some motherboard out there that has : > ISA-slots and ET> supports amd64-

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread M. Warner Losh
In message: Dmitry Morozovsky writes: : On Tue, 13 Oct 2009, Erik Trulsson wrote: : : ET> (There might also be some motherboard out there that has ISA-slots and : ET> supports amd64-capable CPUs but one will have to look fairly hard to find : ET> one.) : : Oh, I would love to see

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread M. Warner Losh
In message: <2e290d8d-baf0-4e4e-a352-b00fafd9d...@mac.com> Marcel Moolenaar writes: : : On Oct 13, 2009, at 10:32 AM, M. Warner Losh wrote: : > : > Why? They should be scanned for on any system with a real isa : > bus... : > : : > : Other than i386, those are? : > : > So other than

Re: svn commit: r198044 - head/sys/arm/conf

2009-10-13 Thread M. Warner Losh
In message: <200910131510.48144@freebsd.org> John Baldwin writes: : On Tuesday 13 October 2009 3:04:01 pm John Baldwin wrote: : > Author: jhb : > Date: Tue Oct 13 19:04:01 2009 : > New Revision: 198044 : > URL: http://svn.freebsd.org/changeset/base/198044 : > : > Log: : > Sync w

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread Dmitry Morozovsky
On Wed, 14 Oct 2009, Erik Trulsson wrote: ET> > ET> (There might also be some motherboard out there that has ISA-slots and ET> > ET> supports amd64-capable CPUs but one will have to look fairly hard to find ET> > ET> one.) ET> > ET> > Oh, I would love to see at least a photo of such a beast ;

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread Erik Trulsson
On Wed, Oct 14, 2009 at 12:42:19AM +0400, Dmitry Morozovsky wrote: > On Tue, 13 Oct 2009, Erik Trulsson wrote: > > ET> (There might also be some motherboard out there that has ISA-slots and > ET> supports amd64-capable CPUs but one will have to look fairly hard to find > ET> one.) > > Oh, I wou

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread Marcel Moolenaar
On Oct 13, 2009, at 10:32 AM, M. Warner Losh wrote: : > Why? They should be scanned for on any system with a real isa bus... : : Other than i386, those are? So other than i386 and amd64, what systems use the isa device? I interpret the lack of answer as: none. isa(4) is usable on various

svn commit: r198056 - head/bin/ls

2009-10-13 Thread Jilles Tjoelker
Author: jilles Date: Tue Oct 13 21:51:50 2009 New Revision: 198056 URL: http://svn.freebsd.org/changeset/base/198056 Log: ls: Make -p not inhibit following symlinks. According to the man page, when neither -H/-L nor -F/-d/-l are given, -H is implied. This agrees with POSIX, GNU ls and Sol

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread M. Warner Losh
In message: Marcel Moolenaar writes: : : On Oct 12, 2009, at 10:22 PM, M. Warner Losh wrote: : : > In message: <200910112042.n9bkgrcq029...@svn.freebsd.org> : >Marcel Moolenaar writes: : > : Author: marcel : > : Date: Sun Oct 11 20:42:26 2009 : > : New Revision: 197969

svn commit: r198055 - vendor-sys/acpica/20091013

2009-10-13 Thread Jung-uk Kim
Author: jkim Date: Tue Oct 13 21:28:51 2009 New Revision: 198055 URL: http://svn.freebsd.org/changeset/base/198055 Log: Tag ACPICA 20091013. Added: vendor-sys/acpica/20091013/ - copied from r198054, vendor-sys/acpica/dist/ ___ svn-src-all

svn commit: r198054 - in vendor-sys/acpica/dist: . common compiler debugger disassembler dispatcher events include namespace tools/acpisrc tools/acpixtract utilities

2009-10-13 Thread Jung-uk Kim
Author: jkim Date: Tue Oct 13 21:27:35 2009 New Revision: 198054 URL: http://svn.freebsd.org/changeset/base/198054 Log: Import ACPICA 20091013. Added: vendor-sys/acpica/dist/common/dmextern.c (contents, props changed) Modified: vendor-sys/acpica/dist/changes.txt vendor-sys/acpica/dist

Re: svn commit: r198044 - head/sys/arm/conf

2009-10-13 Thread John Baldwin
On Tuesday 13 October 2009 3:04:01 pm John Baldwin wrote: > Author: jhb > Date: Tue Oct 13 19:04:01 2009 > New Revision: 198044 > URL: http://svn.freebsd.org/changeset/base/198044 > > Log: > Sync with other GENERIC kernel configs: > - Move USB serial drivers earlier to match their placement in

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread Jung-uk Kim
On Tuesday 13 October 2009 04:42 pm, Dmitry Morozovsky wrote: > On Tue, 13 Oct 2009, Erik Trulsson wrote: > > ET> (There might also be some motherboard out there that has > ISA-slots and ET> supports amd64-capable CPUs but one will have to > look fairly hard to find ET> one.) > > Oh, I would love t

svn commit: r198053 - head/lib/libc/gen

2009-10-13 Thread Jilles Tjoelker
Author: jilles Date: Tue Oct 13 20:58:22 2009 New Revision: 198053 URL: http://svn.freebsd.org/changeset/base/198053 Log: Make getcwd(3) faster, simpler and more compliant using *at syscalls. It is no longer necessary to construct long paths consisting of repeated "../" which may be slow

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread Dmitry Morozovsky
On Tue, 13 Oct 2009, Erik Trulsson wrote: ET> (There might also be some motherboard out there that has ISA-slots and ET> supports amd64-capable CPUs but one will have to look fairly hard to find ET> one.) Oh, I would love to see at least a photo of such a beast ;-) (As for my experience, the h

svn commit: r198050 - head/sys/netinet

2009-10-13 Thread Bjoern A. Zeeb
Author: bz Date: Tue Oct 13 20:29:14 2009 New Revision: 198050 URL: http://svn.freebsd.org/changeset/base/198050 Log: Compare pointer to NULL rather than 0. MFC after:1 month Modified: head/sys/netinet/ip_icmp.c Modified: head/sys/netinet/ip_icmp.c ==

svn commit: r198049 - head/sys/dev/bge

2009-10-13 Thread Bjoern A. Zeeb
Author: bz Date: Tue Oct 13 20:22:12 2009 New Revision: 198049 URL: http://svn.freebsd.org/changeset/base/198049 Log: Immediately after clearing a pending callout that didn't make it due to the lock we hold, disable interrupts, and announce to the firmware that we are shutting down. Especial

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread Erik Trulsson
On Tue, Oct 13, 2009 at 08:59:42AM -0700, Marcel Moolenaar wrote: > > On Oct 12, 2009, at 10:22 PM, M. Warner Losh wrote: > > > In message: <200910112042.n9bkgrcq029...@svn.freebsd.org> > >Marcel Moolenaar writes: > > : Author: marcel > > : Date: Sun Oct 11 20:42:26 2009 > > : New Re

Re: svn commit: r197949 - head/lib/libc/sys

2009-10-13 Thread David Schultz
On Tue, Oct 13, 2009, Robert Watson wrote: > > On Mon, 12 Oct 2009, Alan R. S. Bueno wrote: > > >That modification also imply modifying the template NLS catalog and the > >translations (or maybe translators should be advised to update their files > >(I don't know if they are aware of the change

svn commit: r198044 - head/sys/arm/conf

2009-10-13 Thread John Baldwin
Author: jhb Date: Tue Oct 13 19:04:01 2009 New Revision: 198044 URL: http://svn.freebsd.org/changeset/base/198044 Log: Sync with other GENERIC kernel configs: - Move USB serial drivers earlier to match their placement in other kernel configs. - Add descriptions to various USB drivers.

svn commit: r198043 - in head/sys: amd64/conf i386/conf pc98/conf sparc64/conf

2009-10-13 Thread John Baldwin
Author: jhb Date: Tue Oct 13 19:02:03 2009 New Revision: 198043 URL: http://svn.freebsd.org/changeset/base/198043 Log: Move the USB wireless drivers down into their own section next to the USB ethernet drivers. Submitted by: Glen Barber glen.j.barber @ gmail MFC after:1 month Modi

svn commit: r198042 - in stable/6/sys: . conf contrib/pf dev/cxgb pci

2009-10-13 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 13 18:09:15 2009 New Revision: 198042 URL: http://svn.freebsd.org/changeset/base/198042 Log: MFC 191345: To make it easy whether xl(4) missed Tx completion interrupt check number of queued packets in watchdog timeout handler. If there are no queued packe

svn commit: r198041 - head/sys/modules/ubser

2009-10-13 Thread John Baldwin
Author: jhb Date: Tue Oct 13 18:07:56 2009 New Revision: 198041 URL: http://svn.freebsd.org/changeset/base/198041 Log: Fix this module so it at least builds. Note that it isn't hooked up to the build however, and ubser(4) is also not present in any kernel configs (including NOTES). Modifie

Re: svn commit: r197949 - head/lib/libc/sys

2009-10-13 Thread Robert Watson
On Mon, 12 Oct 2009, Alan R. S. Bueno wrote: That modification also imply modifying the template NLS catalog and the translations (or maybe translators should be advised to update their files (I don't know if they are aware of the change)). I wasn't aware I needed to do this, and have now me

svn commit: r198040 - head/lib/libc/nls

2009-10-13 Thread Robert Watson
Author: rwatson Date: Tue Oct 13 17:57:06 2009 New Revision: 198040 URL: http://svn.freebsd.org/changeset/base/198040 Log: Add C message catalogue entries for newer errnos: EBADMSG, EMULTIHOP, ENOLINK, EPROTO, ENOTCAPABLE. Submitted by: Alan R. S. Bueno MFC after:3 days (most) Mod

svn commit: r198039 - in stable/7/sys: . contrib/pf pci

2009-10-13 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 13 17:56:48 2009 New Revision: 198039 URL: http://svn.freebsd.org/changeset/base/198039 Log: MFC 191345: To make it easy whether xl(4) missed Tx completion interrupt check number of queued packets in watchdog timeout handler. If there are no queued packe

svn commit: r198038 - in stable/6/sys: . conf contrib/pf dev/cxgb pci

2009-10-13 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 13 17:50:10 2009 New Revision: 198038 URL: http://svn.freebsd.org/changeset/base/198038 Log: MFC 191344: Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted. Previously it used to clear the flag only when the transmit queue is empty which

svn commit: r198036 - in stable/7/sys: . contrib/pf pci

2009-10-13 Thread Pyun YongHyeon
Author: yongari Date: Tue Oct 13 17:33:55 2009 New Revision: 198036 URL: http://svn.freebsd.org/changeset/base/198036 Log: MFC 191344: Clear IFF_DRV_OACTIVE flag if one of queued packets was transmitted. Previously it used to clear the flag only when the transmit queue is empty which

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread Marcel Moolenaar
On Oct 12, 2009, at 10:22 PM, M. Warner Losh wrote: In message: <200910112042.n9bkgrcq029...@svn.freebsd.org> Marcel Moolenaar writes: : Author: marcel : Date: Sun Oct 11 20:42:26 2009 : New Revision: 197969 : URL: http://svn.freebsd.org/changeset/base/197969 : : Log: : Scan for o

Re: svn commit: r198024 - head/sys/modules/nfsclient

2009-10-13 Thread Robert Watson
On Tue, 13 Oct 2009, John Baldwin wrote: On Tuesday 13 October 2009 5:21:20 am Robert Watson wrote: Author: rwatson Date: Tue Oct 13 09:21:20 2009 New Revision: 198024 URL: http://svn.freebsd.org/changeset/base/198024 Log: EXPORT_SYMS is not, in fact, required, for a dependent module to acce

Re: svn commit: r198024 - head/sys/modules/nfsclient

2009-10-13 Thread John Baldwin
On Tuesday 13 October 2009 5:21:20 am Robert Watson wrote: > Author: rwatson > Date: Tue Oct 13 09:21:20 2009 > New Revision: 198024 > URL: http://svn.freebsd.org/changeset/base/198024 > > Log: > EXPORT_SYMS is not, in fact, required, for a dependent module to access > non-static symbols in a

svn commit: r198032 - in stable/7/sys: . contrib/pf kern

2009-10-13 Thread Attilio Rao
Author: attilio Date: Tue Oct 13 13:47:30 2009 New Revision: 198032 URL: http://svn.freebsd.org/changeset/base/198032 Log: MFC r197476: In function do_rw_wrlock, when a writer got an error and before returning, check if there are readers blocked by us via URWLOCK_WRITE_WAITERS flag, and re

svn commit: r198030 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-10-13 Thread Attilio Rao
Author: attilio Date: Tue Oct 13 13:03:31 2009 New Revision: 198030 URL: http://svn.freebsd.org/changeset/base/198030 Log: MFC r197476: In function do_rw_wrlock, when a writer got an error and before returning, check if there are readers blocked by us via URWLOCK_WRITE_WAITERS flag, and re

svn commit: r198029 - head/usr.sbin/ntp/doc

2009-10-13 Thread Ed Maste
Author: emaste Date: Tue Oct 13 12:56:23 2009 New Revision: 198029 URL: http://svn.freebsd.org/changeset/base/198029 Log: Correct typo: thetime -> the time PR: docs/139447 Submitted by: Guido Falsi mad at madpilot dot net Modified: head/usr.sbin/ntp/doc/ntpd.8 Modified: hea

svn commit: r198028 - head/sys/dev/ppbus

2009-10-13 Thread John Baldwin
Author: jhb Date: Tue Oct 13 12:23:28 2009 New Revision: 198028 URL: http://svn.freebsd.org/changeset/base/198028 Log: Correct a copy/paste bug in a comment. lptclose() checks once a second to see if the ppc hardware has gone idle rather than four times a second. Modified: head/sys/dev/ppb

svn commit: r198027 - head/sys/net80211

2009-10-13 Thread Rui Paulo
Author: rpaulo Date: Tue Oct 13 10:43:17 2009 New Revision: 198027 URL: http://svn.freebsd.org/changeset/base/198027 Log: Properly initialize the mesh conf capabilities byte. MFC after:2 days Modified: head/sys/net80211/ieee80211_mesh.c Modified: head/sys/net80211/ieee80211_mesh.c =

svn commit: r198026 - in stable/7/sys: . cddl/contrib/opensolaris/uts/common/fs/zfs contrib/pf

2009-10-13 Thread Dmitry Morozovsky
Author: marck (doc committer) Date: Tue Oct 13 10:14:38 2009 New Revision: 198026 URL: http://svn.freebsd.org/changeset/base/198026 Log: MFC r197172: Add missing newline. Approved by: pjd Modified: stable/7/sys/ (props changed) stable/7/sys/cddl/contrib/opensolaris/uts/co

svn commit: r198025 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci kern

2009-10-13 Thread Konstantin Belousov
Author: kib Date: Tue Oct 13 09:24:51 2009 New Revision: 198025 URL: http://svn.freebsd.org/changeset/base/198025 Log: MFC r197942: Refine r195509, instead of checking that vnode type is VBAD, that is set quite late in the revocation path, properly verify that vnode is not doomed before ca

svn commit: r198024 - head/sys/modules/nfsclient

2009-10-13 Thread Robert Watson
Author: rwatson Date: Tue Oct 13 09:21:20 2009 New Revision: 198024 URL: http://svn.freebsd.org/changeset/base/198024 Log: EXPORT_SYMS is not, in fact, required, for a dependent module to access non-static symbols in a module they depend on, so remove dtrace symbols from nfsclient's EXPORT_S

Re: svn commit: r197969 - head/sys/conf

2009-10-13 Thread M. Warner Losh
In message: <200910112042.n9bkgrcq029...@svn.freebsd.org> Marcel Moolenaar writes: : Author: marcel : Date: Sun Oct 11 20:42:26 2009 : New Revision: 197969 : URL: http://svn.freebsd.org/changeset/base/197969 : : Log: : Scan for option ROMs on i386 and amd64 only. Why? They should