Re: svn commit: r192027 - head/sys/arm/at91

2009-05-14 Thread M. Warner Losh
In message: <20090515092205.6f6d06fa.s...@freebsd.org> Stanislav Sedov writes: : On Thu, 14 May 2009 21:37:12 -0600 (MDT) : "M. Warner Losh" mentioned: : : > In message: <200905122114.n4cleag9033...@svn.freebsd.org> : > Stanislav Sedov writes: : > : @@ -926,6 +937,7 @@ a

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

2009-05-14 Thread Bruce Simpson
Hi, Could this commit have broken boot on my amd64 system with an ULi SATA controller? I have not fully bisected (and to be honest, who really has time to do this for production machines, unless The panic I get with RELENG_7 sources as of yesterday after this commit is 'resource list busy'

Re: svn commit: r192027 - head/sys/arm/at91

2009-05-14 Thread Stanislav Sedov
On Thu, 14 May 2009 21:37:12 -0600 (MDT) "M. Warner Losh" mentioned: > In message: <200905122114.n4cleag9033...@svn.freebsd.org> > Stanislav Sedov writes: > : @@ -926,6 +937,7 @@ atestart_locked(struct ifnet *ifp) > : * tell the hardware to xmit the packet. > :

svn commit: r192135 - head/sys/arm/at91

2009-05-14 Thread Warner Losh
Author: imp Date: Fri May 15 04:49:20 2009 New Revision: 192135 URL: http://svn.freebsd.org/changeset/base/192135 Log: Fix name for driver to assign to the SPI device. Modified: head/sys/arm/at91/at91.c Modified: head/sys/arm/at91/at91.c ==

svn commit: r192134 - in head/sys: fs/smbfs nfsclient vm

2009-05-14 Thread Alan Cox
Author: alc Date: Fri May 15 04:33:35 2009 New Revision: 192134 URL: http://svn.freebsd.org/changeset/base/192134 Log: Eliminate unnecessary clearing of the page's dirty mask from various getpages functions. Eliminate a stale comment. Modified: head/sys/fs/smbfs/smbfs_io.c head/sys/n

Re: svn commit: r191762 - in head/sys: conf dev/bwi modules/bwi

2009-05-14 Thread M. Warner Losh
In message: <20090514224925.gb57...@server.vk2pj.dyndns.org> Peter Jeremy writes: : On 2009-May-03 04:01:43 +, Warner Losh wrote: : > Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for : > Broadcom BCM43xx chipsets. : : Thanks for this. Is there a particular

Re: svn commit: r192059 - in head/sys: arm/at91 dev/spibus

2009-05-14 Thread M. Warner Losh
In message: <20090514002555.f56ba38b.s...@freebsd.org> Stanislav Sedov writes: : On Wed, 13 May 2009 18:42:49 + (UTC) : Oleksandr Tymoshenko mentioned: : : > Author: gonzo : > Date: Wed May 13 18:42:49 2009 : > New Revision: 192059 : > URL: http://svn.freebsd.org/changeset/base/1

Re: svn commit: r192027 - head/sys/arm/at91

2009-05-14 Thread M. Warner Losh
In message: <200905122114.n4cleag9033...@svn.freebsd.org> Stanislav Sedov writes: : @@ -926,6 +937,7 @@ atestart_locked(struct ifnet *ifp) :* tell the hardware to xmit the packet. :*/ : WR4(sc, ETH_TAR, segs[0].ds_addr); : + BAR

RE: svn commit: r192085 - head/sys/netinet

2009-05-14 Thread Qing Li
> -Original Message- > From: George Neville-Neil [mailto:g...@neville-neil.com] > Sent: Thursday, May 14, 2009 7:36 AM > To: Qing Li > Cc: src-committ...@freebsd.org; svn-src-all@FreeBSD.org; > svn-src-h...@freebsd.org > Subject: Re: svn commit: r192085 - head/sys/netinet > > > On Ma

svn commit: r192130 - head/usr.sbin/sysinstall

2009-05-14 Thread Colin Percival
Author: cperciva Date: Fri May 15 00:18:31 2009 New Revision: 192130 URL: http://svn.freebsd.org/changeset/base/192130 Log: Allow a comma-separated list of network interfaces to be specified via the netDev option in install.cfg. Submitted by: randi MFC after:1 week Modified: head

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

2009-05-14 Thread Xin LI
Author: delphij Date: Thu May 14 23:09:33 2009 New Revision: 192129 URL: http://svn.freebsd.org/changeset/base/192129 Log: As the comment says, close() frees the variable, record. So we obtain the length by evaluating the value from the copy, cbuf instead. This fixes a crash caused by prev

Re: svn commit: r191762 - in head/sys: conf dev/bwi modules/bwi

2009-05-14 Thread Peter Jeremy
On 2009-May-03 04:01:43 +, Warner Losh wrote: > Bring in Andrew Thompson's port of Sepherosa Ziehau's bwi driver for > Broadcom BCM43xx chipsets. Thanks for this. Is there a particular reason why it is not connected to the build via either NOTES or modules/Makefile? -- Peter Jeremy pgp

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

2009-05-14 Thread Xin LI
Author: delphij Date: Thu May 14 22:36:56 2009 New Revision: 192128 URL: http://svn.freebsd.org/changeset/base/192128 Log: Some comment/space changes (FALLTHRU -> FALLTHROUGH, space after while). Modified: head/sys/dev/bge/if_bge.c Modified: head/sys/dev/bge/if_bge.c

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

2009-05-14 Thread Xin LI
Author: delphij Date: Thu May 14 22:33:37 2009 New Revision: 192127 URL: http://svn.freebsd.org/changeset/base/192127 Log: Try to workaround a race where bge_stop() may sneak in when bge_rxeof() drops and re-grabs the softc mutex in the middle, resulting in kernel trap 12. This may happen w

svn commit: r192125 - head/sys/kern

2009-05-14 Thread John Baldwin
Author: jhb Date: Thu May 14 22:01:32 2009 New Revision: 192125 URL: http://svn.freebsd.org/changeset/base/192125 Log: - Use a separate sx lock to try to limit the number of concurrent userland sysctl requests to avoid wiring too much user memory. Only grab this lock if the user's old b

svn commit: r192124 - stable/6/usr.sbin/pstat

2009-05-14 Thread Ed Schouten
Author: ed Date: Thu May 14 22:01:14 2009 New Revision: 192124 URL: http://svn.freebsd.org/changeset/base/192124 Log: Make the layout of pstat -t less awful. Right now we have a device named "consolectl", but pstat only reserves 7 columns for the device name. Increase it to 10 to make it

svn commit: r192123 - stable/7/usr.sbin/pstat

2009-05-14 Thread Ed Schouten
Author: ed Date: Thu May 14 22:01:00 2009 New Revision: 192123 URL: http://svn.freebsd.org/changeset/base/192123 Log: Make the layout of pstat -t less awful. Right now we have a device named "consolectl", but pstat only reserves 7 columns for the device name. Increase it to 10 to make it

svn commit: r192122 - in head/sys: amd64/conf i386/conf

2009-05-14 Thread John Baldwin
Author: jhb Date: Thu May 14 21:53:35 2009 New Revision: 192122 URL: http://svn.freebsd.org/changeset/base/192122 Log: Trim the default set of device hints on i386 and amd64: - Remove vga0 and the disabled uart2/uart3 hints from both platforms. - Remove hints for ISA adv0, bt0, aha0, aic0, e

svn commit: r192121 - in head/sys/fs: nfs nfsclient nfsserver

2009-05-14 Thread Rick Macklem
Author: rmacklem Date: Thu May 14 21:39:08 2009 New Revision: 192121 URL: http://svn.freebsd.org/changeset/base/192121 Log: Apply changes to the experimental nfs server so that it uses the security flavors as exported in FreeBSD-CURRENT. This allows it to use a slightly modified mountd.c ins

svn commit: r192116 - head/sys/netinet

2009-05-14 Thread Robert Watson
Author: rwatson Date: Thu May 14 20:59:36 2009 New Revision: 192116 URL: http://svn.freebsd.org/changeset/base/192116 Log: Staticize two functions not used outside of in_pcb.c: in_pcbremlists() and db_print_inpcb(). MFC after:1 month Modified: head/sys/netinet/in_pcb.c head/sys/n

svn commit: r192115 - head/sys/fs/nfs

2009-05-14 Thread Rick Macklem
Author: rmacklem Date: Thu May 14 20:39:09 2009 New Revision: 192115 URL: http://svn.freebsd.org/changeset/base/192115 Log: Change the file names in the comments in sys/fs/nfs/nfs_var.h so that they are the names used in FreeBSD-CURRENT. Also shuffled a few entries around, so that they under

Re: svn commit: r192085 - head/sys/netinet

2009-05-14 Thread Andrew Thompson
On Thu, May 14, 2009 at 05:27:09AM +, Qing Li wrote: > Author: qingli > Date: Thu May 14 05:27:09 2009 > New Revision: 192085 > URL: http://svn.freebsd.org/changeset/base/192085 > > Log: > Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a > loopback route > to the i

Re: svn commit: r192059 - in head/sys: arm/at91 dev/spibus

2009-05-14 Thread Oleksandr Tymoshenko
Stanislav Sedov wrote: On Wed, 13 May 2009 18:42:49 + (UTC) Oleksandr Tymoshenko mentioned: .. skipped .. On the other hand this driver appears to be machine-specific. > What if one would like to have a kernel with several SPI bus drivers included for devices that doesn't support en

svn commit: r192114 - in head/sys: amd64/amd64 amd64/include gnu/fs/xfs/FreeBSD/support i386/i386 i386/include i386/xen

2009-05-14 Thread Attilio Rao
Author: attilio Date: Thu May 14 17:43:00 2009 New Revision: 192114 URL: http://svn.freebsd.org/changeset/base/192114 Log: FreeBSD right now support 32 CPUs on all the architectures at least. With the arrival of 128+ cores it is necessary to handle more than that. One of the first thing to c

svn commit: r192113 - head/lib/libbluetooth

2009-05-14 Thread Maksim Yevmenkin
Author: emax Date: Thu May 14 17:10:19 2009 New Revision: 192113 URL: http://svn.freebsd.org/changeset/base/192113 Log: Avoid floating point arithmetic while calculating iquiry length. Submitted by: Iain Hibbert < plunky -at- rya-online -dot- net > MFC after:1 week Modified: head/l

svn commit: r192110 - head/sys/powerpc/include

2009-05-14 Thread Rafal Jaworowski
Author: raj Date: Thu May 14 16:56:56 2009 New Revision: 192110 URL: http://svn.freebsd.org/changeset/base/192110 Log: Improve style(9) Modified: head/sys/powerpc/include/cpufunc.h Modified: head/sys/powerpc/include/cpufunc.h ==

svn commit: r192109 - in head/sys/powerpc: aim booke include powerpc

2009-05-14 Thread Rafal Jaworowski
Author: raj Date: Thu May 14 16:48:25 2009 New Revision: 192109 URL: http://svn.freebsd.org/changeset/base/192109 Log: PowerPC common SMP startup and time base rework. - make mftb() shared, rewrite in C, provide complementary mttb() - adjust SMP startup per the above, additional comments,

svn commit: r192108 - head/sys/net80211

2009-05-14 Thread Sam Leffler
Author: sam Date: Thu May 14 16:25:57 2009 New Revision: 192108 URL: http://svn.freebsd.org/changeset/base/192108 Log: add missing type for SYSCTL_PROC items; w/o a type you can view the value but not change it Modified: head/sys/net80211/ieee80211_freebsd.c Modified: head/sys/net80211/iee

svn commit: r192107 - head/sys/net80211

2009-05-14 Thread Sam Leffler
Author: sam Date: Thu May 14 16:23:24 2009 New Revision: 192107 URL: http://svn.freebsd.org/changeset/base/192107 Log: correct handling of ctl frames: the sender's address is always i_addr2 for frames we should expect to process (old code was trying to handle frames we should never see--like

svn commit: r192106 - in head/sys: conf pc98/include pc98/pc98

2009-05-14 Thread Takahashi Yoshihiro
Author: nyan Date: Thu May 14 16:01:29 2009 New Revision: 192106 URL: http://svn.freebsd.org/changeset/base/192106 Log: MFi386: revision 192050 Implement simple machine check support. Added: head/sys/pc98/include/mca.h (contents, props changed) Modified: head/sys/conf/files.pc98

Re: svn commit: r192085 - head/sys/netinet

2009-05-14 Thread Dimitry Andric
On 2009-05-14 16:36, George Neville-Neil wrote: > Can you give more detail as to the purpose of this change? I'm a bit > confused by it. Does > this fix any of the recent problems seen with DHCP and PXE or is this > unrelated? It fixes at least the DHCP issue, but I didn't see any independen

svn commit: r192105 - in head/sys/dev/ata: . chipsets

2009-05-14 Thread John Baldwin
Author: jhb Date: Thu May 14 14:57:13 2009 New Revision: 192105 URL: http://svn.freebsd.org/changeset/base/192105 Log: - Add a void pointer to the ata-pci controller softc to allow chipset-specific code to attach chipset-specific data. - Use chipset-specific data in the acard and promise c

Re: svn commit: r192085 - head/sys/netinet

2009-05-14 Thread George Neville-Neil
On May 13, 2009, at 22:27 , Qing Li wrote: Author: qingli Date: Thu May 14 05:27:09 2009 New Revision: 192085 URL: http://svn.freebsd.org/changeset/base/192085 Log: Ignore the INADDR_ANY address inserted/deleted by DHCP when installing a loopback route to the interface address. Hi, Ca

Re: svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/a

2009-05-14 Thread Attilio Rao
2009/5/14 Attilio Rao : > Author: attilio > Date: Thu May 14 13:36:39 2009 > New Revision: 192098 > URL: http://svn.freebsd.org/changeset/base/192098 > > Log: > MFC libthread_db modifies until r181651: > - Introduce and use new functions pthread_{read, write}_* > - Move psaddr_t from void * to u

svn commit: r192098 - in stable/6: gnu/usr.bin/gdb/libgdb lib/libthr/thread lib/libthread_db lib/libthread_db/arch/alpha lib/libthread_db/arch/amd64 lib/libthread_db/arch/i386 lib/libthread_db/arch...

2009-05-14 Thread Attilio Rao
Author: attilio Date: Thu May 14 13:36:39 2009 New Revision: 192098 URL: http://svn.freebsd.org/changeset/base/192098 Log: MFC libthread_db modifies until r181651: - Introduce and use new functions pthread_{read, write}_* - Move psaddr_t from void * to uintptr_t - Fix some ABI mismatches

svn commit: r192097 - head/sys/dev/iir

2009-05-14 Thread Christian Brueffer
Author: brueffer Date: Thu May 14 13:32:33 2009 New Revision: 192097 URL: http://svn.freebsd.org/changeset/base/192097 Log: Compare the correct variable against NULL. Reviewed by: scottl Found with: Coverity Prevent(tm) CID: 821 MFC after:2 weeks Modified: head/sys/

svn commit: r192096 - head/sys/conf

2009-05-14 Thread Robert Watson
Author: rwatson Date: Thu May 14 12:39:22 2009 New Revision: 192096 URL: http://svn.freebsd.org/changeset/base/192096 Log: Remove usb_ethersubr.c missed reference -- we don't build ousb with LINT, so the tinderbox didn't pick this up. Modified: head/sys/conf/files Modified: head/sys/conf/f

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

2009-05-14 Thread Konstantin Belousov
Author: kib Date: Thu May 14 11:03:05 2009 New Revision: 192095 URL: http://svn.freebsd.org/changeset/base/192095 Log: MFC r192001: Prevent overflow of uio_resid. Modified: stable/7/sys/ (props changed) stable/7/sys/contrib/pf/ (props changed) stable/7/sys/dev/ath/ath_hal/ (props

svn commit: r192094 - head/sys/kern

2009-05-14 Thread Konstantin Belousov
Author: kib Date: Thu May 14 10:54:57 2009 New Revision: 192094 URL: http://svn.freebsd.org/changeset/base/192094 Log: Do not advance req->oldidx when sysctl_old_user returning an error due to copyout failure or short buffer. The later breaks the usermode iterators of the sysctl results t

svn commit: r192090 - head/sys/compat/ndis

2009-05-14 Thread Christian Brueffer
Author: brueffer Date: Thu May 14 09:28:02 2009 New Revision: 192090 URL: http://svn.freebsd.org/changeset/base/192090 Log: Remove an unused variable. Found with: Coverity Prevent(tm) CID: 1167 Modified: head/sys/compat/ndis/subr_ndis.c Modified: head/sys/compat/ndis/subr_n

svn commit: r192089 - head/etc/defaults

2009-05-14 Thread Craig Rodrigues
Author: rodrigc Date: Thu May 14 08:26:20 2009 New Revision: 192089 URL: http://svn.freebsd.org/changeset/base/192089 Log: Set crashinfo_enable to "YES" by default. During bootup, if /etc/rc.d/savecore detects a core dump file on the dump device, the core file will be saved, and the crashinf

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

2009-05-14 Thread VANHULLEBUS Yvan
Author: vanhu Date: Thu May 14 07:32:33 2009 New Revision: 192088 URL: http://svn.freebsd.org/changeset/base/192088 Log: MFC: Fixed deletion of sav entries in key_delsah() Approved by: gnn(mentor) Obtained from:NETASQ Modified: stable/7/sys/ (props changed) stable/7/sys/co