svn commit: r205236 - head/sys/dev/isp

2010-03-16 Thread Matt Jacob
Author: mjacob Date: Wed Mar 17 02:48:14 2010 New Revision: 205236 URL: http://svn.freebsd.org/changeset/base/205236 Log: Put gone device timer into a structure tag that can hold more than 32 seconds. Oops. Untangle some of the confusion about what role means when it's in the FCPARAM/SDPA

svn commit: r205234 - in head/sys/ia64: ia64 include

2010-03-16 Thread Marcel Moolenaar
Author: marcel Date: Wed Mar 17 00:37:15 2010 New Revision: 205234 URL: http://svn.freebsd.org/changeset/base/205234 Log: Revamp the interrupt code based on the previous commit: o Introduce XIV, eXternal Interrupt Vector, to differentiate from the interrupts vectors that are offsets in

svn commit: r205233 - head/usr.bin/find

2010-03-16 Thread Pawel Jakub Dawidek
Author: pjd Date: Tue Mar 16 23:19:55 2010 New Revision: 205233 URL: http://svn.freebsd.org/changeset/base/205233 Log: Better way to find out available file system types is to use lsvfs(1). Using 'sysctl vfs' is not only ugly, but is also not reliable - not all file system types create entri

svn commit: r205231 - in head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs: . sys

2010-03-16 Thread Kip Macy
Author: kmacy Date: Tue Mar 16 22:17:21 2010 New Revision: 205231 URL: http://svn.freebsd.org/changeset/base/205231 Log: - reduce contention by breaking up ARC state locks in to 16 for data and 16 for metadata - export L2ARC tunables as sysctls - add several kstats to track L2ARC state m

svn commit: r205225 - in head/tools/regression/mqueue: mqtest1 mqtest2 mqtest3 mqtest4 mqtest5

2010-03-16 Thread Konstantin Belousov
Author: kib Date: Tue Mar 16 20:42:54 2010 New Revision: 205225 URL: http://svn.freebsd.org/changeset/base/205225 Log: Add missing headers. While there, arrange headers alphabetically. MFC after:3 days Modified: head/tools/regression/mqueue/mqtest1/mqtest1.c head/tools/regression/m

svn commit: r205224 - head/tools/regression/aio/aiotest

2010-03-16 Thread Konstantin Belousov
Author: kib Date: Tue Mar 16 20:41:45 2010 New Revision: 205224 URL: http://svn.freebsd.org/changeset/base/205224 Log: Add missing headers. MFC after:3 days Modified: head/tools/regression/aio/aiotest/aiotest.c Modified: head/tools/regression/aio/aiotest/aiotest.c ==

svn commit: r205223 - head/sys/fs/fdescfs

2010-03-16 Thread Jung-uk Kim
Author: jkim Date: Tue Mar 16 19:59:14 2010 New Revision: 205223 URL: http://svn.freebsd.org/changeset/base/205223 Log: Fix a long standing regression of readdir(3) in fdescfs(5) introduced in r1.48. We were stopping at the first null pointer when multiple file descriptors were opened and o

Re: svn commit: r205221 - head/sys/dev/bge

2010-03-16 Thread Pyun YongHyeon
On Tue, Mar 16, 2010 at 10:59:50AM -0700, Matthew Jacob wrote: > > > > > Pointed out by: scottl > > > > > > 1st bde > Oops, forgot that. ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To uns

Re: svn commit: r205221 - head/sys/dev/bge

2010-03-16 Thread Matthew Jacob
Pointed out by: scottl 1st bde ___ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

svn commit: r205222 - in head: sbin/ifconfig sys/net

2010-03-16 Thread Qing Li
Author: qingli Date: Tue Mar 16 17:59:12 2010 New Revision: 205222 URL: http://svn.freebsd.org/changeset/base/205222 Log: Verify interface up status using its link state only if the interface has such capability. The interface capability flag indicates whether such capability exists. This

Re: svn commit: r205165 - head/lib/libc/gen

2010-03-16 Thread Bruce Evans
On Mon, 15 Mar 2010, Poul-Henning Kamp wrote: In message <20100316024446.a24...@delplex.bde.org>, Bruce Evans writes: On Tue, 16 Mar 2010, Bruce Evans wrote: Due to the way that daemon() works, it is really an error to have any open streams when it is called. This is also undocumented, exce

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

2010-03-16 Thread Pyun YongHyeon
Author: yongari Date: Tue Mar 16 17:45:16 2010 New Revision: 205221 URL: http://svn.freebsd.org/changeset/base/205221 Log: Revert r205090. It's hard to know when the mail box register write will get flushed to the hardware and it may take longer. Pointed out by: scottl Modified:

Re: svn commit: r205090 - head/sys/dev/bge

2010-03-16 Thread Pyun YongHyeon
On Mon, Mar 15, 2010 at 09:31:52PM -0600, Scott Long wrote: > On Mar 12, 2010, at 11:18 AM, Pyun YongHyeon wrote: > > Author: yongari > > Date: Fri Mar 12 18:18:04 2010 > > New Revision: 205090 > > URL: http://svn.freebsd.org/changeset/base/205090 > > > > Log: > > Reorder interrupt handler a bit s

Re: svn commit: r205214 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2010-03-16 Thread John Baldwin
On Tuesday 16 March 2010 12:01:19 pm John Baldwin wrote: > Author: jhb > Date: Tue Mar 16 16:01:19 2010 > New Revision: 205214 > URL: http://svn.freebsd.org/changeset/base/205214 > > Log: > - Extend the machine check record structure to include several fields useful > for parsing model-speci

svn commit: r205214 - in head/sys: amd64/amd64 amd64/include i386/i386 i386/include

2010-03-16 Thread John Baldwin
Author: jhb Date: Tue Mar 16 16:01:19 2010 New Revision: 205214 URL: http://svn.freebsd.org/changeset/base/205214 Log: - Extend the machine check record structure to include several fields useful for parsing model-specific and other fields in machine check events including the global mac

svn commit: r205210 - head/sys/i386/include

2010-03-16 Thread John Baldwin
Author: jhb Date: Tue Mar 16 15:27:58 2010 New Revision: 205210 URL: http://svn.freebsd.org/changeset/base/205210 Log: Use unsigned long long constants for fields in 64-bit machine check registers instead of unsigned long constants. MFC after:3 days Modified: head/sys/i386/include/

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

2010-03-16 Thread Ulrich Spoerlein
Author: uqs Date: Tue Mar 16 11:38:07 2010 New Revision: 205208 URL: http://svn.freebsd.org/changeset/base/205208 Log: - Use `Va' for variables instead of `Dv'. - Correctly spell negative values. - Also fixes make manlint. Found by: make manlint Reviewed by: ru Approved by: ph

Re: svn commit: r205104 - in head/sys: dev/xen/netback netinet netinet6

2010-03-16 Thread Michael Tuexen
Hi Randy, shouldn't be the right fix "for now" that we do not offload SCTP checksum computation for IPv6? The point is the semantic of the CSUM_SCTP flag. I think it means "will csum SCTP for IPv4" as all the other flags (CSUM_TCP, CSUM_UDP). With "for now" I mean "until there is a IPv6 checksum