svn commit: r206829 - in head/sys/mips: cavium include mips

2010-04-19 Thread Juli Mallett
Author: jmallett Date: Mon Apr 19 06:01:58 2010 New Revision: 206829 URL: http://svn.freebsd.org/changeset/base/206829 Log: o) Fix XKPHYS physical address extraction. Also define cache coherency attributes for XKPHYS. o) Make coprocessor 0 accessor function macros for register+selector

Re: svn commit: r206782 - stable/8/sys/conf

2010-04-19 Thread Nikolay Denev
On 18 Apr, 2010, at 04:15 , Warner Losh wrote: Author: imp Date: Sun Apr 18 01:15:47 2010 New Revision: 206782 URL: http://svn.freebsd.org/changeset/base/206782 Log: Remap COMPAT_IA32 to COMPAT_FREEBSD32 to ease the transition of this option and not break 8.0 config files later in the

svn commit: r206834 - in head/sys/mips: include mips

2010-04-19 Thread Juli Mallett
Author: jmallett Date: Mon Apr 19 07:34:26 2010 New Revision: 206834 URL: http://svn.freebsd.org/changeset/base/206834 Log: o) Eliminate the stand frame and its use. Use CALLFRAME_* everywhere. o) Use machine/asm.h macros for register-width, etc., rather than doing it by hand in a few

svn commit: r206836 - in head/sys: conf mips/mips

2010-04-19 Thread Juli Mallett
Author: jmallett Date: Mon Apr 19 07:51:57 2010 New Revision: 206836 URL: http://svn.freebsd.org/changeset/base/206836 Log: Remove unused file. Deleted: head/sys/mips/mips/copystr.S Modified: head/sys/conf/files.mips Modified: head/sys/conf/files.mips

svn commit: r206837 - head/sys/mips/malta

2010-04-19 Thread Juli Mallett
Author: jmallett Date: Mon Apr 19 09:03:34 2010 New Revision: 206837 URL: http://svn.freebsd.org/changeset/base/206837 Log: Fix MALTA64 build. Modified: head/sys/mips/malta/gt_pci.c Modified: head/sys/mips/malta/gt_pci.c

svn commit: r206838 - head/sys/cddl/compat/opensolaris/kern

2010-04-19 Thread Xin LI
Author: delphij Date: Mon Apr 19 09:03:36 2010 New Revision: 206838 URL: http://svn.freebsd.org/changeset/base/206838 Log: Partially MFp4 #176265 by pjd@: - Properly initialize and destroy system_taskq. - Add a dummy implementation of taskq_create_proc(). Note: We do not currently

Re: svn commit: r206782 - stable/8/sys/conf

2010-04-19 Thread Warner Losh
Nikolay Did you do a buildworld after updating the sources before the buildkernel? Warner On Apr 19, 2010, at 12:28 AM, Nikolay Denev nde...@gmail.com wrote: On 18 Apr, 2010, at 04:15 , Warner Losh wrote: Author: imp Date: Sun Apr 18 01:15:47 2010 New Revision: 206782 URL:

Re: svn commit: r206782 - stable/8/sys/conf

2010-04-19 Thread Nikolay Denev
On Apr 19, 2010, at 1:08 PM, Warner Losh wrote: Nikolay Did you do a buildworld after updating the sources before the buildkernel? Warner Hmm, no... I tried first to build the kernel. Regards, Niki Denev ___ svn-src-all@freebsd.org

svn commit: r206839 - head/sys/dev/ahci

2010-04-19 Thread Rui Paulo
Author: rpaulo Date: Mon Apr 19 14:07:33 2010 New Revision: 206839 URL: http://svn.freebsd.org/changeset/base/206839 Log: Revert r206755. It causes some laptops to stop booting. Modified: head/sys/dev/ahci/ahci.c Modified: head/sys/dev/ahci/ahci.c

svn commit: r206840 - head/sys/netinet

2010-04-19 Thread Michael Tuexen
Author: tuexen Date: Mon Apr 19 14:15:58 2010 New Revision: 206840 URL: http://svn.freebsd.org/changeset/base/206840 Log: Get delayed SACK working again. MFC after: 3 days. Modified: head/sys/netinet/sctp_indata.c Modified: head/sys/netinet/sctp_indata.c

svn commit: r206841 - stable/8/sbin/hastd

2010-04-19 Thread Pawel Jakub Dawidek
Author: pjd Date: Mon Apr 19 14:23:15 2010 New Revision: 206841 URL: http://svn.freebsd.org/changeset/base/206841 Log: MFC r204352: Fixed static linkage. Modified: stable/8/sbin/hastd/Makefile Directory Properties: stable/8/sbin/hastd/ (props changed) Modified:

svn commit: r206842 - head/contrib/top

2010-04-19 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Apr 19 14:34:44 2010 New Revision: 206842 URL: http://svn.freebsd.org/changeset/base/206842 Log: Fix brokenness in top on big-endian 32-bit systems introduced when changing format_k2 to take a long long. Because itoa is defined as a KR C function, without

svn commit: r206843 - head/sbin/ipfw

2010-04-19 Thread Luigi Rizzo
Author: luigi Date: Mon Apr 19 15:11:45 2010 New Revision: 206843 URL: http://svn.freebsd.org/changeset/base/206843 Log: Slightly different handling of printf/snprintf for unaligned uint64_t, which should improve readability, and also to ease the port to platforms that do not support %llu

svn commit: r206844 - head/sys/netinet

2010-04-19 Thread Kenneth D. Merry
Author: ken Date: Mon Apr 19 15:15:36 2010 New Revision: 206844 URL: http://svn.freebsd.org/changeset/base/206844 Log: Don't clear other flags (e.g. CSUM_TCP) when setting CSUM_TSO. This was causing TSO to break for the Xen netfront driver. Reviewed by: gibbs, rwatson MFC after:7

Re: svn commit: r206843 - head/sbin/ipfw

2010-04-19 Thread Robert Noland
Luigi Rizzo wrote: Author: luigi Date: Mon Apr 19 15:11:45 2010 New Revision: 206843 URL: http://svn.freebsd.org/changeset/base/206843 Log: Slightly different handling of printf/snprintf for unaligned uint64_t, which should improve readability, and also to ease the port to platforms

svn commit: r206845 - in head/sys/netinet: . ipfw

2010-04-19 Thread Luigi Rizzo
Author: luigi Date: Mon Apr 19 16:17:30 2010 New Revision: 206845 URL: http://svn.freebsd.org/changeset/base/206845 Log: whitespace fixes (trailing whitespace, bad indentation after a merge, etc.) Modified: head/sys/netinet/ip_dummynet.h head/sys/netinet/ipfw/dn_sched.h

svn commit: r206846 - head/sbin/ipfw

2010-04-19 Thread Luigi Rizzo
Author: luigi Date: Mon Apr 19 16:35:47 2010 New Revision: 206846 URL: http://svn.freebsd.org/changeset/base/206846 Log: fix 64-bit build Reported by: Robert Noland Modified: head/sbin/ipfw/ipfw2.c Modified: head/sbin/ipfw/ipfw2.c

Re: svn commit: r206843 - head/sbin/ipfw

2010-04-19 Thread Luigi Rizzo
On Mon, Apr 19, 2010 at 11:01:40AM -0500, Robert Noland wrote: ... +#ifdef TCC +#define U64_FMT I64 +#else +#define U64_FMT llu This is broken on amd64. It either needs casting or the following patch... thanks, i prefer passing through an unsigned long long as in the previous version

svn commit: r206847 - svnadmin/conf

2010-04-19 Thread Ed Maste
Author: emaste Date: Mon Apr 19 16:59:01 2010 New Revision: 206847 URL: http://svn.freebsd.org/changeset/base/206847 Log: Welcome Ryan Stone (rstone@) as a new src committer. I will be his mentor, with Joseph Koshy as a co-mentor. Ryan has some hwpmc work in progress, and will also

svn commit: r206848 - head/tools/tools/ath/common

2010-04-19 Thread Rui Paulo
Author: rpaulo Date: Mon Apr 19 17:16:23 2010 New Revision: 206848 URL: http://svn.freebsd.org/changeset/base/206848 Log: Dump the AR_PHY_TURBO register on the AR5416. This register holds 11n configurations. Sponsored by: iXsystems, inc. Modified:

Re: svn commit: r206782 - stable/8/sys/conf

2010-04-19 Thread M. Warner Losh
In message: 677ad4c7-275f-40b3-821c-b23497950...@gmail.com Nikolay Denev nde...@gmail.com writes: : : On Apr 19, 2010, at 1:08 PM, Warner Losh wrote: : : Nikolay : : Did you do a buildworld after updating the sources before the buildkernel? : : : Warner : : : : : Hmm,

svn commit: r206849 - stable/8/sys/ufs/ufs

2010-04-19 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 19 18:19:59 2010 New Revision: 206849 URL: http://svn.freebsd.org/changeset/base/206849 Log: MFC r196987: Remove useless variable assignment. Modified: stable/8/sys/ufs/ufs/ufs_acl.c Directory Properties: stable/8/sys/ (props changed)

svn commit: r206850 - stable/8/sys/ufs/ufs

2010-04-19 Thread Edward Tomasz Napierala
Author: trasz Date: Mon Apr 19 18:22:21 2010 New Revision: 206850 URL: http://svn.freebsd.org/changeset/base/206850 Log: MFC r202971: Return proper error code. Found with: clang Modified: stable/8/sys/ufs/ufs/ufs_acl.c Directory Properties: stable/8/sys/ (props changed)

Re: svn commit: r206847 - svnadmin/conf

2010-04-19 Thread Attilio Rao
2010/4/19 Ed Maste ema...@freebsd.org: Author: emaste Date: Mon Apr 19 16:59:01 2010 New Revision: 206847 URL: http://svn.freebsd.org/changeset/base/206847 Log:  Welcome Ryan Stone (rstone@) as a new src committer.  I will be his mentor,  with Joseph Koshy as a co-mentor.  Ryan has some

svn commit: r206859 - head/sys/geom

2010-04-19 Thread Jaakko Heinonen
Author: jh Date: Mon Apr 19 20:07:35 2010 New Revision: 206859 URL: http://svn.freebsd.org/changeset/base/206859 Log: Fix ddb(4) show geom addr command when INVARIANTS is enabled. Don't assert that the topology lock is held when g_valid_obj() is called from debugger. MFC after:1

Re: svn commit: r206782 - stable/8/sys/conf

2010-04-19 Thread Nikolay Denev
On 19 Apr, 2010, at 20:45 , M. Warner Losh wrote: In message: 677ad4c7-275f-40b3-821c-b23497950...@gmail.com Nikolay Denev nde...@gmail.com writes: : : On Apr 19, 2010, at 1:08 PM, Warner Losh wrote: : : Nikolay : : Did you do a buildworld after updating the sources

Re: svn commit: r206782 - stable/8/sys/conf

2010-04-19 Thread M. Warner Losh
In message: 6fd1c0ab-aeff-4089-b549-266e73093...@gmail.com Nikolay Denev nde...@gmail.com writes: : On 19 Apr, 2010, at 20:45 , M. Warner Losh wrote: : : In message: 677ad4c7-275f-40b3-821c-b23497950...@gmail.com : Nikolay Denev nde...@gmail.com writes: : : : : On Apr

svn commit: r206862 - stable/7/lib/libgssapi

2010-04-19 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Mon Apr 19 20:48:27 2010 New Revision: 206862 URL: http://svn.freebsd.org/changeset/base/206862 Log: MFC 173187 Remove duplicate (but commented out) .Sh HISTORY section heading and add a missing .El request. Modified:

svn commit: r206863 - stable/7/lib/libgssapi

2010-04-19 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Mon Apr 19 20:51:54 2010 New Revision: 206863 URL: http://svn.freebsd.org/changeset/base/206863 Log: MFC 173188 Remove duplicate (but commented out) .Sh HISTORY section heading. It almost shadows the ending .El request of a list, which seems to

svn commit: r206865 - vendor/tzdata/dist

2010-04-19 Thread Edwin Groothuis
Author: edwin Date: Mon Apr 19 20:54:00 2010 New Revision: 206865 URL: http://svn.freebsd.org/changeset/base/206865 Log: Vendor import of tzdata2010i: - Marocca will have DST this year between May and August - Historical data for Taiwan - No more DST for the Argentinian province/state

svn commit: r206867 - stable/7/lib/libgssapi

2010-04-19 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Mon Apr 19 20:56:04 2010 New Revision: 206867 URL: http://svn.freebsd.org/changeset/base/206867 Log: MFC 173190 Remove an extra (commented out) .Sh HISTORY section heading, to avoid the risk of shadowing the following .El request, strip eol spaces

svn commit: r206868 - head/contrib/tzdata

2010-04-19 Thread Edwin Groothuis
Author: edwin Date: Mon Apr 19 20:59:39 2010 New Revision: 206868 URL: http://svn.freebsd.org/changeset/base/206868 Log: MFV of tzdata2010i, r206865 - Marocco does have DST this year between May and August. - Historical data for Taiwan - Argentina / San Luis does not do DST this year.

svn commit: r206869 - stable/8/share/zoneinfo

2010-04-19 Thread Edwin Groothuis
Author: edwin Date: Mon Apr 19 21:01:24 2010 New Revision: 206869 URL: http://svn.freebsd.org/changeset/base/206869 Log: MFC of tzdata2010i, r206868 - Marocco does have DST this year between May and August. - Historical data for Taiwan - Argentina / San Luis does not do DST this year.

svn commit: r206870 - stable/6/share/zoneinfo

2010-04-19 Thread Edwin Groothuis
Author: edwin Date: Mon Apr 19 21:01:26 2010 New Revision: 206870 URL: http://svn.freebsd.org/changeset/base/206870 Log: MFC of tzdata2010i, r206868 - Marocco does have DST this year between May and August. - Historical data for Taiwan - Argentina / San Luis does not do DST this year.

svn commit: r206871 - stable/7/share/zoneinfo

2010-04-19 Thread Edwin Groothuis
Author: edwin Date: Mon Apr 19 21:01:29 2010 New Revision: 206871 URL: http://svn.freebsd.org/changeset/base/206871 Log: MFC of tzdata2010i, r206868 - Marocco does have DST this year between May and August. - Historical data for Taiwan - Argentina / San Luis does not do DST this year.

svn commit: r206872 - stable/7/lib/libgssapi

2010-04-19 Thread Giorgos Keramidas
Author: keramida (doc committer) Date: Mon Apr 19 21:02:54 2010 New Revision: 206872 URL: http://svn.freebsd.org/changeset/base/206872 Log: MFC 173194 Remove an extra (commented out) .Sh HISTORY section heading, to avoid the risk of shadowing the following .El request, and delete an

svn commit: r206876 - in head/sys/dev: age alc ale fxp msk nfe

2010-04-19 Thread Pyun YongHyeon
Author: yongari Date: Mon Apr 19 22:10:40 2010 New Revision: 206876 URL: http://svn.freebsd.org/changeset/base/206876 Log: With r206844, CSUM_TCP is also set for CSUM_TSO case. Modify drivers to take into account for the change. Basically CSUM_TSO should be checked before checking CSUM_TCP.

Re: svn commit: r206843 - head/sbin/ipfw

2010-04-19 Thread Julian Elischer
On 4/19/10 9:01 AM, Robert Noland wrote: Luigi Rizzo wrote: [...] Index: sbin/ipfw/ipfw2.c === --- sbin/ipfw/ipfw2.c (revision 206844) +++ sbin/ipfw/ipfw2.c (working copy) @@ -326,7 +326,7 @@ #ifdef TCC #define U64_FMT I64

Re: svn commit: r206843 - head/sbin/ipfw

2010-04-19 Thread Joerg Sonnenberger
On Mon, Apr 19, 2010 at 03:44:25PM -0700, Julian Elischer wrote: Index: sbin/ipfw/ipfw2.c === --- sbin/ipfw/ipfw2.c (revision 206844) +++ sbin/ipfw/ipfw2.c (working copy) @@ -326,7 +326,7 @@ #ifdef TCC #define U64_FMT I64

svn commit: r206878 - head/sys/kern

2010-04-19 Thread Attilio Rao
Author: attilio Date: Mon Apr 19 23:27:54 2010 New Revision: 206878 URL: http://svn.freebsd.org/changeset/base/206878 Log: Fix a deadlock in the shutdown code: When performing a smp_rendezvous() or more likely, on amd64 and i386, a smp_tlb_shootdown() the caller will end up with the

svn commit: r206879 - head/sys/kern

2010-04-19 Thread Attilio Rao
Author: attilio Date: Mon Apr 19 23:40:46 2010 New Revision: 206879 URL: http://svn.freebsd.org/changeset/base/206879 Log: getblk lockmgr is mostly used as a msleep() and may lead too easilly to false positives. Whitelist it. Reported by: Erik Cederstrand erik at cederstrand dot dk

svn commit: r206880 - head/sys/fs/nfsclient

2010-04-19 Thread Rick Macklem
Author: rmacklem Date: Tue Apr 20 01:02:39 2010 New Revision: 206880 URL: http://svn.freebsd.org/changeset/base/206880 Log: For the experimental NFS client doing an NFSv4 mount, set the NFSCLFLAGS_RECVRINPROG while doing recovery from an expired lease in a manner similar to r206818 for

svn commit: r206882 - stable/8/sys/fs/nfsserver

2010-04-19 Thread Rick Macklem
Author: rmacklem Date: Tue Apr 20 01:25:18 2010 New Revision: 206882 URL: http://svn.freebsd.org/changeset/base/206882 Log: MFC: r206236 Harden the experimental NFS server a little, by adding range checks on the length of the client's open/lock owner name. Also, add free()'s for one case

svn commit: r206885 - head/sys/vm

2010-04-19 Thread Alan Cox
Author: alc Date: Tue Apr 20 04:16:39 2010 New Revision: 206885 URL: http://svn.freebsd.org/changeset/base/206885 Log: Eliminate an unnecessary call to pmap_remove_all(). If a page belongs to an object whose reference count is zero, then that page cannot possibly be mapped. Modified:

Re: svn commit: r206140 - head/sys/vm

2010-04-19 Thread K. Macy
How has the problem been addressed? I'm seeing periodic panics with non-zero resident count with the page lock patch applied. It is possible that I've inadvertently re-introduced an issue you've fixed. Thanks, Kip On Sat, Apr 3, 2010 at 9:20 AM, Alan Cox a...@freebsd.org wrote: Author: alc

Re: svn commit: r206843 - head/sbin/ipfw

2010-04-19 Thread Luigi Rizzo
On Mon, Apr 19, 2010 at 03:44:25PM -0700, Julian Elischer wrote: On 4/19/10 9:01 AM, Robert Noland wrote: Luigi Rizzo wrote: [...] Index: sbin/ipfw/ipfw2.c === --- sbin/ipfw/ipfw2.c (revision 206844) +++