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
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
==
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
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
===
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
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:
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
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
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/
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
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
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
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
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
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
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
-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
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
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
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
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
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
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
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
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
=
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
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
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
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
29 matches
Mail list logo