svn commit: r234993 - in head: sbin/geom/class/raid sys/geom/raid

2012-05-04 Thread Alexander Motin
Author: mav Date: Fri May 4 07:32:57 2012 New Revision: 234993 URL: http://svn.freebsd.org/changeset/base/234993 Log: Implement read-only support for volumes in optimal state (without using redundancy) for the following RAID levels: RAID4/5E/5EE/6/MDF. Modified: head/sbin/geom/class/raid/g

svn commit: r234994 - head/sys/geom/raid

2012-05-04 Thread Alexander Motin
Author: mav Date: Fri May 4 08:59:19 2012 New Revision: 234994 URL: http://svn.freebsd.org/changeset/base/234994 Log: Fix bug causing memory corruption and panics with big-endian metadata. Modified: head/sys/geom/raid/md_ddf.c Modified: head/sys/geom/raid/md_ddf.c ==

svn commit: r234995 - head/sys/netinet

2012-05-04 Thread Michael Tuexen
Author: tuexen Date: Fri May 4 09:27:00 2012 New Revision: 234995 URL: http://svn.freebsd.org/changeset/base/234995 Log: Use SCTP_PRINTF() instead of printf() in all SCTP sources. MFC after: 3 days Modified: head/sys/netinet/sctp_auth.c head/sys/netinet/sctp_bsd_addr.c head/sys/neti

svn commit: r234996 - head/sys/netinet

2012-05-04 Thread Michael Tuexen
Author: tuexen Date: Fri May 4 10:06:08 2012 New Revision: 234996 URL: http://svn.freebsd.org/changeset/base/234996 Log: Call panic() only under INVARIANTS. MFC after: 3 days Modified: head/sys/netinet/sctp_crc32.c Modified: head/sys/netinet/sctp_crc32.c ===

svn commit: r234997 - head/lib/libc/net

2012-05-04 Thread Michael Tuexen
Author: tuexen Date: Fri May 4 10:26:50 2012 New Revision: 234997 URL: http://svn.freebsd.org/changeset/base/234997 Log: Remove debug output. MFC after: 3 days Modified: head/lib/libc/net/sctp_sys_calls.c Modified: head/lib/libc/net/sctp_sys_calls.c

svn commit: r235005 - head/usr.sbin/pc-sysinstall/backend

2012-05-04 Thread Josh Paetzel
Author: jpaetzel Date: Fri May 4 15:31:35 2012 New Revision: 235005 URL: http://svn.freebsd.org/changeset/base/235005 Log: Use a unique zpool name during install, in the case of having another PC-BSD / FreeBSD zpool on the system for another install. Submitted by: kmoore Obtained from:

svn commit: r235006 - head/usr.sbin/pc-sysinstall/backend

2012-05-04 Thread Josh Paetzel
Author: jpaetzel Date: Fri May 4 15:36:51 2012 New Revision: 235006 URL: http://svn.freebsd.org/changeset/base/235006 Log: Add powerpc / powerpc64 support to pc-sysinstall. This patch will autodetect if on powerpc and use the APM gpart GEOM class automaticaly. At this time support for full

svn commit: r235008 - head/usr.sbin/pc-sysinstall/backend

2012-05-04 Thread Josh Paetzel
Author: jpaetzel Date: Fri May 4 15:39:41 2012 New Revision: 235008 URL: http://svn.freebsd.org/changeset/base/235008 Log: Add bootcamp bootloader stamp Submitted by: kmoore Obtained from:PC-BSD MFC after:3 days Sponsored by: iXsystems Modified: head/usr.sbin/pc-sysins

svn commit: r235009 - head/sys/netinet

2012-05-04 Thread Michael Tuexen
Author: tuexen Date: Fri May 4 15:49:08 2012 New Revision: 235009 URL: http://svn.freebsd.org/changeset/base/235009 Log: Add support for SCTP_STREAM_CHANGE_EVENT, SCTP_ASSOC_RESET_EVENT as required by RFC 6525. This also fixes SCTP_STREAM_RESET_EVENT. MFC after: 3 days Modified: head/

svn commit: r235013 - in head/sys/powerpc: aim include

2012-05-04 Thread Nathan Whitehorn
Author: nwhitehorn Date: Fri May 4 16:00:22 2012 New Revision: 235013 URL: http://svn.freebsd.org/changeset/base/235013 Log: Fix final bugs in memory barriers on PowerPC: - Use isync/lwsync unconditionally for acquire/release. Use of isync guarantees a complete memory barrier, which is im

svn commit: r235014 - head/sys/dev/mfi

2012-05-04 Thread Doug Ambrisko
Author: ambrisko Date: Fri May 4 16:00:39 2012 New Revision: 235014 URL: http://svn.freebsd.org/changeset/base/235014 Log: First fix pr 167226: ThunderBolt cannot read sector >= 2^32 or 2^21 with supplied patch. Second the bigger change, fix RAID operation on ThunderBolt base c

svn commit: r235016 - head/sys/dev/mfi

2012-05-04 Thread Doug Ambrisko
Author: ambrisko Date: Fri May 4 16:22:13 2012 New Revision: 235016 URL: http://svn.freebsd.org/changeset/base/235016 Log: Some style improvements. Modified: head/sys/dev/mfi/mfi.c head/sys/dev/mfi/mfi_disk.c head/sys/dev/mfi/mfi_tbolt.c Modified: head/sys/dev/mfi/mfi.c

Re: svn commit: r235005 - head/usr.sbin/pc-sysinstall/backend

2012-05-04 Thread Garrett Cooper
On May 4, 2012, at 8:31 AM, Josh Paetzel wrote: > Author: jpaetzel > Date: Fri May 4 15:31:35 2012 > New Revision: 235005 > URL: http://svn.freebsd.org/changeset/base/235005 > > Log: > Use a unique zpool name during install, in the case of having another > PC-BSD / FreeBSD zpool on the system

svn commit: r235021 - head/sys/netinet

2012-05-04 Thread Michael Tuexen
Author: tuexen Date: Fri May 4 17:18:02 2012 New Revision: 235021 URL: http://svn.freebsd.org/changeset/base/235021 Log: Add support for the SCTP_ENABLE_STREAM_RESET socket option to getsockopt(). This improves the support of RFC 6525. MFC after: 3 days Modified: head/sys/netinet/sctp

Re: svn commit: r235005 - head/usr.sbin/pc-sysinstall/backend

2012-05-04 Thread Baptiste Daroussin
On Fri, May 04, 2012 at 09:33:38AM -0700, Garrett Cooper wrote: > On May 4, 2012, at 8:31 AM, Josh Paetzel wrote: > > > Author: jpaetzel > > Date: Fri May 4 15:31:35 2012 > > New Revision: 235005 > > URL: http://svn.freebsd.org/changeset/base/235005 > > > > Log: > > Use a unique zpool name dur

svn commit: r235024 - in head: share/man/man4 sys/dev/acpica

2012-05-04 Thread Jung-uk Kim
Author: jkim Date: Fri May 4 18:24:38 2012 New Revision: 235024 URL: http://svn.freebsd.org/changeset/base/235024 Log: Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs may list CPUs in different orders, especially for disabled logical cores. Now we match ACPI IDs from

Re: svn commit: r235024 - in head: share/man/man4 sys/dev/acpica

2012-05-04 Thread Jung-uk Kim
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2012-05-04 14:24:39 -0400, Jung-uk Kim wrote: > Author: jkim Date: Fri May 4 18:24:38 2012 New Revision: 235024 > URL: http://svn.freebsd.org/changeset/base/235024 > > Log: Use MADT to match ACPI Processor objects to CPUs. MADT and > DSDT/SSDTs

svn commit: r235029 - in head: share/man/man4 sys/dev/acpica

2012-05-04 Thread Jung-uk Kim
Author: jkim Date: Fri May 4 18:54:51 2012 New Revision: 235029 URL: http://svn.freebsd.org/changeset/base/235029 Log: Complete commit message for r235024: Use MADT to match ACPI Processor objects to CPUs. MADT and DSDT/SSDTs may list CPUs in different orders, especially for disabled lo

Re: svn commit: r233435 - head/etc/mtree

2012-05-04 Thread Pawel Jakub Dawidek
On Sat, Mar 24, 2012 at 09:10:19PM +, Eitan Adler wrote: > Author: eadler > Date: Sat Mar 24 21:10:19 2012 > New Revision: 233435 > URL: http://svn.freebsd.org/changeset/base/233435 > > Log: > Fix build by adding new directory to mtree in r233429 > > Submitted by: flo > Approved

svn commit: r235033 - head/sbin/geom/class/part

2012-05-04 Thread Andrey V. Elsukov
Author: ae Date: Fri May 4 19:49:24 2012 New Revision: 235033 URL: http://svn.freebsd.org/changeset/base/235033 Log: Don't ignore start offset value when user specifies it together with alignment. PR: bin/167567 Tested by:Warren Block MFC after:1 week Modified: h

Re: svn commit: r235005 - head/usr.sbin/pc-sysinstall/backend

2012-05-04 Thread Doug Barton
On 05/04/2012 11:22 AM, Baptiste Daroussin wrote: >>> > > fetch -s "${FETCHFILE}" >${SIZEFILE} >>> > > SIZE="`cat ${SIZEFILE}`" >>> > > - SIZE="`expr ${SIZE} / 1024`" >>> > > + SIZE=$((SIZE/1024)) >> > >> > Bug; should be '$SIZE/' > No this is perfectly valid Yes, that works, but it's not o

svn commit: r235034 - head/sys/dev/ath

2012-05-04 Thread Adrian Chadd
Author: adrian Date: Fri May 4 20:31:27 2012 New Revision: 235034 URL: http://svn.freebsd.org/changeset/base/235034 Log: Fix a couple of sc_ac2q[] mappings that were using the TID, not the AC. PR: kern/167588 Modified: head/sys/dev/ath/if_ath_tx.c Modified: head/sys/dev/ath/i

svn commit: r235036 - head/sys/netinet

2012-05-04 Thread Xin LI
Author: delphij Date: Fri May 4 21:00:32 2012 New Revision: 235036 URL: http://svn.freebsd.org/changeset/base/235036 Log: Add ToS definitions for DiffServ Codepoints as per RFC2474. Obtained from:OpenBSD MFC after:2 weeks Modified: head/sys/netinet/ip.h Modified: head/sys

svn commit: r235037 - head/contrib/netcat

2012-05-04 Thread Xin LI
Author: delphij Date: Fri May 4 21:03:39 2012 New Revision: 235037 URL: http://svn.freebsd.org/changeset/base/235037 Log: Merge from OpenBSD 5.1. MFC after:3 weeks Modified: head/contrib/netcat/nc.1 head/contrib/netcat/netcat.c Directory Properties: head/contrib/netcat/ (props

svn commit: r235038 - head/contrib/netcat

2012-05-04 Thread Xin LI
Author: delphij Date: Fri May 4 21:06:53 2012 New Revision: 235038 URL: http://svn.freebsd.org/changeset/base/235038 Log: Update FREEBSD-vendor to reflect the current version. Modified: head/contrib/netcat/FREEBSD-vendor Modified: head/contrib/netcat/FREEBSD-vendor =

svn commit: r235040 - head/sys/dev/mfi

2012-05-04 Thread Doug Ambrisko
Author: ambrisko Date: Fri May 4 22:54:54 2012 New Revision: 235040 URL: http://svn.freebsd.org/changeset/base/235040 Log: Fix the returns in mfi_tbolt_sync_map_info. I forgot to change them to cleanup and goto out when acknowledging the LD's. Check for failure on malloc. Remove a couple

svn commit: r235041 - head/sys/ia64/ia64

2012-05-04 Thread Marcel Moolenaar
Author: marcel Date: Fri May 4 23:16:29 2012 New Revision: 235041 URL: http://svn.freebsd.org/changeset/base/235041 Log: Don't assume we have legacy PICs (i.e. 8259A in cascade) at the legacy I/O port addresses. Even if we do, this is hardly the place to mask interrupts. It's not clear that

svn commit: r235043 - head/sys/dev/isci/scil

2012-05-04 Thread Jim Harris
Author: jimharris Date: Fri May 4 23:45:34 2012 New Revision: 235043 URL: http://svn.freebsd.org/changeset/base/235043 Log: Fix off-by-one error in sati_inquiry_block_device_translate_data(). Bug would result in INQUIRY VPD 0x81 to SATA devices to return only 63 bytes of data instead of 64

Re: svn commit: r235005 - head/usr.sbin/pc-sysinstall/backend

2012-05-04 Thread Garrett Cooper
On May 4, 2012, at 11:22 AM, Baptiste Daroussin wrote: > On Fri, May 04, 2012 at 09:33:38AM -0700, Garrett Cooper wrote: ... >> Bug; should be '$SIZE/' > > No this is perfectly valid Appreciate the clarification. I guess that's what I get for being impatient and not testing my claim before I