svn commit: r210044 - head/cddl/contrib/opensolaris/lib/libzpool/common

2010-07-14 Thread Pawel Jakub Dawidek
Author: pjd Date: Wed Jul 14 06:37:43 2010 New Revision: 210044 URL: http://svn.freebsd.org/changeset/base/210044 Log: MFp4 180933: Initialize rw_count properly so that zdb(8) doesn't trigger assertion in rw_enter(): ASSERT(rwlp-rw_count == 0); While here, assert that

svn commit: r210046 - head/sys/geom/cache

2010-07-14 Thread Ruslan Ermilov
Author: ru Date: Wed Jul 14 08:22:00 2010 New Revision: 210046 URL: http://svn.freebsd.org/changeset/base/210046 Log: Fixed cache size decoding read from a label. PR: kern/144732 Submitted by: Eugene Grosbein MFC after:3 days Modified: head/sys/geom/cache/g_cache.h

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

2010-07-14 Thread Rafal Jaworowski
Author: raj Date: Wed Jul 14 13:03:00 2010 New Revision: 210053 URL: http://svn.freebsd.org/changeset/base/210053 Log: Provide initial man pages for Flattened Device Tree support and the common drivers. Sponsored by: The FreeBSD Foundation Added: head/share/man/man4/fdt.4 (contents,

svn commit: r210054 - in head/sys: conf kern x86/x86

2010-07-14 Thread Alexander Motin
Author: mav Date: Wed Jul 14 13:31:27 2010 New Revision: 210054 URL: http://svn.freebsd.org/changeset/base/210054 Log: Move timeevents.c to MI code, as it is not x86-specific. I already have it working on Marvell ARM SoCs, and it would be nice to unify timer code between more platforms.

svn commit: r210058 - head/sbin/geom/class/virstor

2010-07-14 Thread Alexander Motin
Author: mav Date: Wed Jul 14 15:14:00 2010 New Revision: 210058 URL: http://svn.freebsd.org/changeset/base/210058 Log: Do not bzero() NULL pointer on malloc() error. Submitted by: Dmitry Luhtionov Modified: head/sbin/geom/class/virstor/geom_virstor.c Modified:

Re: svn commit: r210054 - in head/sys: conf kern x86/x86

2010-07-14 Thread John Baldwin
On Wednesday, July 14, 2010 9:31:27 am Alexander Motin wrote: Author: mav Date: Wed Jul 14 13:31:27 2010 New Revision: 210054 URL: http://svn.freebsd.org/changeset/base/210054 Log: Move timeevents.c to MI code, as it is not x86-specific. I already have it working on Marvell ARM SoCs,

Re: svn commit: r210054 - in head/sys: conf kern x86/x86

2010-07-14 Thread Alexander Motin
John Baldwin wrote: On Wednesday, July 14, 2010 9:31:27 am Alexander Motin wrote: Author: mav Date: Wed Jul 14 13:31:27 2010 New Revision: 210054 URL: http://svn.freebsd.org/changeset/base/210054 Log: Move timeevents.c to MI code, as it is not x86-specific. I already have it working

svn commit: r210061 - head/usr.sbin/freebsd-update

2010-07-14 Thread Benedict Reuschling
Author: bcr (doc committer) Date: Wed Jul 14 16:01:43 2010 New Revision: 210061 URL: http://svn.freebsd.org/changeset/base/210061 Log: Update some release version numbers. The patch is based on the one from the PR, but the version numbers reflect the newer ones from

Re: svn commit: r210054 - in head/sys: conf kern x86/x86

2010-07-14 Thread M. Warner Losh
In message: 201007141241.36772@freebsd.org John Baldwin j...@freebsd.org writes: : On Wednesday, July 14, 2010 11:59:46 am Alexander Motin wrote: : John Baldwin wrote: : On Wednesday, July 14, 2010 9:31:27 am Alexander Motin wrote: : Author: mav : Date: Wed Jul 14 13:31:27

Re: svn commit: r210054 - in head/sys: conf kern x86/x86

2010-07-14 Thread Alexander Motin
John Baldwin wrote: On Wednesday, July 14, 2010 11:59:46 am Alexander Motin wrote: John Baldwin wrote: On Wednesday, July 14, 2010 9:31:27 am Alexander Motin wrote: Author: mav Date: Wed Jul 14 13:31:27 2010 New Revision: 210054 URL: http://svn.freebsd.org/changeset/base/210054 Log:

svn commit: r210063 - head/usr.bin/gcore

2010-07-14 Thread Attilio Rao
Author: attilio Date: Wed Jul 14 17:16:25 2010 New Revision: 210063 URL: http://svn.freebsd.org/changeset/base/210063 Log: Fix the way the segments are included in the gcore outputs (with the default invokation): - Right now if segments are not writable are not included. Remove this. -

svn commit: r210064 - in head/sys: kern sys

2010-07-14 Thread John Baldwin
Author: jhb Date: Wed Jul 14 17:38:01 2010 New Revision: 210064 URL: http://svn.freebsd.org/changeset/base/210064 Log: - Document layout of KTR_STRUCT payload in a comment. - Simplify ktrstruct() calling convention by having ktrstruct() use strlen() rather than requiring the caller to

svn commit: r210065 - head/usr.bin/gcore

2010-07-14 Thread Attilio Rao
Author: attilio Date: Wed Jul 14 17:46:44 2010 New Revision: 210065 URL: http://svn.freebsd.org/changeset/base/210065 Log: Fix spelling. Sponsored by: Sandvine Incorporated Submitted by: b.f. bf1783 at googlemail dot com MFC after:2 weeks X-MFC:210063 Modified:

svn commit: r210066 - head/sys/dev/ipmi

2010-07-14 Thread John Baldwin
Author: jhb Date: Wed Jul 14 18:06:21 2010 New Revision: 210066 URL: http://svn.freebsd.org/changeset/base/210066 Log: Rework the SMBIOS table walker to make it operate like other table walkers and remove a buffer overflow: - Remove the array of per-type dispatch functions. Instead, pass

Re: svn commit: r210054 - in head/sys: conf kern x86/x86

2010-07-14 Thread Alexander Motin
John Baldwin wrote: On Wednesday, July 14, 2010 2:35:48 pm Alexander Motin wrote: John Baldwin wrote: On Wednesday, July 14, 2010 1:01:14 pm Alexander Motin wrote: John Baldwin wrote: On Wednesday, July 14, 2010 11:59:46 am Alexander Motin wrote: John Baldwin wrote: On Wednesday, July 14,

Re: svn commit: r210065 - head/usr.bin/gcore

2010-07-14 Thread Ben Kaduk
On Wed, Jul 14, 2010 at 1:46 PM, Attilio Rao atti...@freebsd.org wrote: Author: attilio Date: Wed Jul 14 17:46:44 2010 New Revision: 210065 URL: http://svn.freebsd.org/changeset/base/210065 Log:  Fix spelling. ==

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

2010-07-14 Thread Pyun YongHyeon
Author: yongari Date: Wed Jul 14 21:47:49 2010 New Revision: 210083 URL: http://svn.freebsd.org/changeset/base/210083 Log: Remove enabling Data FIFO protection with indirect memory access. r165114 added that code and that change ignored the same logic committed in r135772. In addition, data

svn commit: r210088 - in head/usr.bin: col netstat xlint/lint1

2010-07-14 Thread Ed Maste
Author: emaste Date: Thu Jul 15 00:04:14 2010 New Revision: 210088 URL: http://svn.freebsd.org/changeset/base/210088 Log: Remove more extraneous ;s. Modified: head/usr.bin/col/col.c head/usr.bin/netstat/if.c head/usr.bin/xlint/lint1/mem1.c Modified: head/usr.bin/col/col.c

svn commit: r210089 - head/games/pom

2010-07-14 Thread Ed Maste
Author: emaste Date: Thu Jul 15 00:16:04 2010 New Revision: 210089 URL: http://svn.freebsd.org/changeset/base/210089 Log: Add -p option to have pom(6) print just the percentage, without extra text. PR: bin/51070 Submitted by: Matt Koivisto mkoivisto sandvine com MFC after:

svn commit: r210097 - head/release

2010-07-14 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Jul 15 01:48:30 2010 New Revision: 210097 URL: http://svn.freebsd.org/changeset/base/210097 Log: Get powerpc64 install CDs a little closer: some powerpc things should be used on powerpc64 as well (build scripts, for instance), and the MFS root must be adjusted

svn commit: r210098 - head/sys/mips/mips

2010-07-14 Thread Warner Losh
Author: imp Date: Thu Jul 15 01:53:17 2010 New Revision: 210098 URL: http://svn.freebsd.org/changeset/base/210098 Log: Remove i386-ish sysctls. Also, make the bootinfo sysctl OID_AUTO. Modified: head/sys/mips/mips/machdep.c Modified: head/sys/mips/mips/machdep.c

svn commit: r210099 - head/sys/mips/include

2010-07-14 Thread Warner Losh
Author: imp Date: Thu Jul 15 01:55:28 2010 New Revision: 210099 URL: http://svn.freebsd.org/changeset/base/210099 Log: We don't need sys/cdefs.h for __CONCAT here. Modified: head/sys/mips/include/cpuregs.h Modified: head/sys/mips/include/cpuregs.h

svn commit: r210100 - head/sys/mips/include

2010-07-14 Thread Warner Losh
Author: imp Date: Thu Jul 15 01:58:20 2010 New Revision: 210100 URL: http://svn.freebsd.org/changeset/base/210100 Log: Remove unused stuff from cpu.h. Move inappropriate stuff in cpu.h elsewhere: {s,g}et_intr_mask - md_var.h num_tlbentries - tlb.h Remove #define clockframe trapframe and

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

2010-07-14 Thread Rick Macklem
Author: rmacklem Date: Thu Jul 15 03:02:10 2010 New Revision: 210102 URL: http://svn.freebsd.org/changeset/base/210102 Log: This patch fixes a bug in the experimental NFSv4 server where it released a reference count on nfsv4rootfs_lock erroneously when administrative revocation of state was

svn commit: r210103 - head/lib/liblzma

2010-07-14 Thread Marcel Moolenaar
Author: marcel Date: Thu Jul 15 03:11:04 2010 New Revision: 210103 URL: http://svn.freebsd.org/changeset/base/210103 Log: Unbreak xz (liblzma) on strong-aligned architectures (and without emulation of misaligned memory accesses). We cannot map the unaligned memory access functions to the

svn commit: r210104 - head/sys/mips/include

2010-07-14 Thread Warner Losh
Author: imp Date: Thu Jul 15 03:36:50 2010 New Revision: 210104 URL: http://svn.freebsd.org/changeset/base/210104 Log: This file has been unused for a while now... Deleted: head/sys/mips/include/_bus_octeon.h ___ svn-src-head@freebsd.org mailing

svn commit: r210105 - head/sys/mips/include

2010-07-14 Thread Warner Losh
Author: imp Date: Thu Jul 15 03:56:08 2010 New Revision: 210105 URL: http://svn.freebsd.org/changeset/base/210105 Log: Move TLB definitions to tlb.h Modified: head/sys/mips/include/cpu.h head/sys/mips/include/tlb.h Modified: head/sys/mips/include/cpu.h