svn commit: r218184 - in head/sys/powerpc: include mpc85xx ofw powermac powerpc

2011-02-01 Thread Marcel Moolenaar
Author: marcel Date: Wed Feb 2 05:58:51 2011 New Revision: 218184 URL: http://svn.freebsd.org/changeset/base/218184 Log: Rename INTR_VEC to MAP_IRQ. From the OFW or FDT we obtain a PIC handle with interrupt pin. This we map to the resource called SYS_RES_IRQ. Modified: head/sys/powerpc/i

Re: svn commit: r218177 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Bruce Evans
On Tue, 1 Feb 2011, Garrett Cooper wrote: 2011/2/1 Alexander Kabaev : On Tue, 1 Feb 2011 13:28:43 -0800 Garrett Cooper wrote: On Tue, Feb 1, 2011 at 1:15 PM, Alexander Kabaev wrote: Author: kan Date: Tue Feb ?1 21:15:35 2011 New Revision: 218177 URL: http://svn.freebsd.org/changeset/base/2

svn commit: r218183 - in head/sys/dev/ath/ath_hal: ar9001 ar9002

2011-02-01 Thread Adrian Chadd
Author: adrian Date: Wed Feb 2 03:55:34 2011 New Revision: 218183 URL: http://svn.freebsd.org/changeset/base/218183 Log: Call the correct ANI Attach routine. Modified: head/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c head/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c head/sys/dev/ath/ath_hal

svn commit: r218182 - head/gnu/lib/libgomp

2011-02-01 Thread Warner Losh
Author: imp Date: Wed Feb 2 03:27:31 2011 New Revision: 218182 URL: http://svn.freebsd.org/changeset/base/218182 Log: Make the generated files depend on the Makefile so new platforms are easier to add than mipsn32 was when I was working on it... Modified: head/gnu/lib/libgomp/Makefile Mod

svn commit: r218181 - head/gnu/lib/libgcc

2011-02-01 Thread Warner Losh
Author: imp Date: Wed Feb 2 03:24:52 2011 New Revision: 218181 URL: http://svn.freebsd.org/changeset/base/218181 Log: Revert last change now that the reason for it is no more... MACHINE_ARCH is now always mipsel when building mips/mips. Modified: head/gnu/lib/libgcc/Makefile Modified: hea

svn commit: r218180 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Martin Matuska
Author: mm Date: Tue Feb 1 23:12:13 2011 New Revision: 218180 URL: http://svn.freebsd.org/changeset/base/218180 Log: Recommit r218169, enclosing with #ifdef _KERNEL This change is sufficient for the ZFS kernel module. Discussed with: pjd MFC after:1 week Modified: head/sys

svn commit: r218179 - head/lib/csu/mips

2011-02-01 Thread Warner Losh
Author: imp Date: Tue Feb 1 22:50:23 2011 New Revision: 218179 URL: http://svn.freebsd.org/changeset/base/218179 Log: Whitespace nit Modified: head/lib/csu/mips/crt1.c Modified: head/lib/csu/mips/crt1.c == --- head/

svn commit: r218178 - in head/sys/dev/usb: . serial

2011-02-01 Thread Nick Hibma
Author: n_hibma Date: Tue Feb 1 22:26:06 2011 New Revision: 218178 URL: http://svn.freebsd.org/changeset/base/218178 Log: New ID for the Novatel MC547 PR: 154127 Submitted by: Mike Tancsa MFC after:1 day Modified: head/sys/dev/usb/serial/u3g.c head/sys/dev/usb/usbdev

Re: svn commit: r218177 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Garrett Cooper
2011/2/1 Alexander Kabaev : > On Tue, 1 Feb 2011 13:28:43 -0800 > Garrett Cooper wrote: > >> On Tue, Feb 1, 2011 at 1:15 PM, Alexander Kabaev >> wrote: >> > Author: kan >> > Date: Tue Feb  1 21:15:35 2011 >> > New Revision: 218177 >> > URL: http://svn.freebsd.org/changeset/base/218177 >> > >> > L

Re: svn commit: r218177 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Steve Kargl
On Tue, Feb 01, 2011 at 04:38:44PM -0500, Alexander Kabaev wrote: > On Tue, 1 Feb 2011 13:28:43 -0800 > Garrett Cooper wrote: > > > On Tue, Feb 1, 2011 at 1:15 PM, Alexander Kabaev > > wrote: > > > Author: kan > > > Date: Tue Feb ?1 21:15:35 2011 > > > New Revision: 218177 > > > URL: http://svn.

Re: svn commit: r218177 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Alexander Kabaev
On Tue, 1 Feb 2011 13:28:43 -0800 Garrett Cooper wrote: > On Tue, Feb 1, 2011 at 1:15 PM, Alexander Kabaev > wrote: > > Author: kan > > Date: Tue Feb  1 21:15:35 2011 > > New Revision: 218177 > > URL: http://svn.freebsd.org/changeset/base/218177 > > > > Log: > >  Revert r218169 until it can be t

Re: svn commit: r218177 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Garrett Cooper
On Tue, Feb 1, 2011 at 1:15 PM, Alexander Kabaev wrote: > Author: kan > Date: Tue Feb  1 21:15:35 2011 > New Revision: 218177 > URL: http://svn.freebsd.org/changeset/base/218177 > > Log: >  Revert r218169 until it can be tested and fixed properly. Thanks! -Garrett

svn commit: r218177 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Alexander Kabaev
Author: kan Date: Tue Feb 1 21:15:35 2011 New Revision: 218177 URL: http://svn.freebsd.org/changeset/base/218177 Log: Revert r218169 until it can be tested and fixed properly. Modified: head/sys/cddl/compat/opensolaris/sys/types.h Modified: head/sys/cddl/compat/opensolaris/sys/types.h =

Re: svn commit: r218169 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Steve Kargl
On Tue, Feb 01, 2011 at 02:28:50PM +, Martin Matuska wrote: > Author: mm > Date: Tue Feb 1 14:28:50 2011 > New Revision: 218169 > URL: http://svn.freebsd.org/changeset/base/218169 > > Log: > For ZFS, change the type of clock_t to int64_t. > > The clock_t type in OpenSolaris is long (in

Re: svn commit: r218169 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Garrett Cooper
On Tue, Feb 1, 2011 at 6:28 AM, Martin Matuska wrote: > Author: mm > Date: Tue Feb 1 14:28:50 2011 > New Revision: 218169 > URL: http://svn.freebsd.org/changeset/base/218169 > > Log: > For ZFS, change the type of clock_t to int64_t. > > The clock_t type in OpenSolaris is long (int64_t on amd64)

Re: svn commit: r217588 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2011-02-01 Thread Anonymous
Edward Tomasz Napierala writes: > Author: trasz > Date: Wed Jan 19 17:11:52 2011 > New Revision: 217588 > URL: http://svn.freebsd.org/changeset/base/217588 > > Log: > Add MNT_NFS4ACLS to ZFS mount flags. It's not conditional, since there > is no way to disable NFSv4 ACLs in ZFS. This should

svn commit: r218176 - head/sys/fs/ext2fs

2011-02-01 Thread John Baldwin
Author: jhb Date: Tue Feb 1 18:30:52 2011 New Revision: 218176 URL: http://svn.freebsd.org/changeset/base/218176 Log: Some cosmetic fixes and remove a duplicate constant. Submitted by: Pedro F. Giffuni giffunip at yahoo Modified: head/sys/fs/ext2fs/ext2_mount.h head/sys/fs/ext2fs/ext

svn commit: r218175 - head/sys/fs/ext2fs

2011-02-01 Thread John Baldwin
Author: jhb Date: Tue Feb 1 18:21:45 2011 New Revision: 218175 URL: http://svn.freebsd.org/changeset/base/218175 Log: - Set the next_alloc fields for an i-node after allocating a new block so that future allocations start with most recently allocated block rather than the beginning of t

Re: svn commit: r218171 - head/contrib/top

2011-02-01 Thread Alexander Best
On Tue Feb 1 11, John Baldwin wrote: > Author: jhb > Date: Tue Feb 1 15:48:27 2011 > New Revision: 218171 > URL: http://svn.freebsd.org/changeset/base/218171 > > Log: > Output an appropriate amount of padding to line up per-CPU state columns > rather than using a terminal sequence to move th

svn commit: r218173 - stable/8/share/examples/etc

2011-02-01 Thread Konstantin Belousov
Author: kib Date: Tue Feb 1 16:15:31 2011 New Revision: 218173 URL: http://svn.freebsd.org/changeset/base/218173 Log: MFC r217826 (by sem): Remove DOS-style EOLs. Modified: stable/8/share/examples/etc/make.conf Directory Properties: stable/8/share/examples/etc/ (props changed) Modi

svn commit: r218172 - stable/8/bin/setfacl

2011-02-01 Thread Jaakko Heinonen
Author: jh Date: Tue Feb 1 16:11:31 2011 New Revision: 218172 URL: http://svn.freebsd.org/changeset/base/218172 Log: MFC r216922: Increase carried_error if we skip a file due to an error. This ensures that setfacl(1) exits with proper exit status on failure. PR: bin/149780

svn commit: r218171 - head/contrib/top

2011-02-01 Thread John Baldwin
Author: jhb Date: Tue Feb 1 15:48:27 2011 New Revision: 218171 URL: http://svn.freebsd.org/changeset/base/218171 Log: Output an appropriate amount of padding to line up per-CPU state columns rather than using a terminal sequence to move the cursor when drawing the initial screen. Reque

svn commit: r218170 - head/sys/dev/ath/ath_hal/ar5416

2011-02-01 Thread Adrian Chadd
Author: adrian Date: Tue Feb 1 15:26:30 2011 New Revision: 218170 URL: http://svn.freebsd.org/changeset/base/218170 Log: Just to be sure, make sure the MCS rates are allowed for TX. Approved by: rpaulo@ Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_xmit.c Modified: head/sys/dev/ath

svn commit: r218169 - head/sys/cddl/compat/opensolaris/sys

2011-02-01 Thread Martin Matuska
Author: mm Date: Tue Feb 1 14:28:50 2011 New Revision: 218169 URL: http://svn.freebsd.org/changeset/base/218169 Log: For ZFS, change the type of clock_t to int64_t. The clock_t type in OpenSolaris is long (int64_t on amd64). On FreeBSD clock_t is int32_t. The clock_t type is used in seve

svn commit: r218168 - head/sys/kern

2011-02-01 Thread Konstantin Belousov
Author: kib Date: Tue Feb 1 13:33:49 2011 New Revision: 218168 URL: http://svn.freebsd.org/changeset/base/218168 Log: The unp_gc() function drops and reaquires lock between scan and collect phases. The unp_discard() function executes unp_externalize_fp(), which might make the socket eligib

svn commit: r218167 - in head/sys/netinet: . cc

2011-02-01 Thread Lawrence Stewart
Author: lstewart Date: Tue Feb 1 13:32:27 2011 New Revision: 218167 URL: http://svn.freebsd.org/changeset/base/218167 Log: Algorithm modules can define their own private congestion signal types in the top 8 bits of the 32 bit signal bit field space for internal use. These private signals s

svn commit: r218166 - head/lib/liblzma

2011-02-01 Thread Martin Matuska
Author: mm Date: Tue Feb 1 10:28:05 2011 New Revision: 218166 URL: http://svn.freebsd.org/changeset/base/218166 Log: Reintroduce bugfix from r210103 and fix xz on strong-aligned architectures. This fix was accidentially reverted with the 5.0.0 update in r215187. PR: bin/154310

svn commit: r218165 - head/sys/dev/usb

2011-02-01 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 1 10:25:48 2011 New Revision: 218165 URL: http://svn.freebsd.org/changeset/base/218165 Log: Use correct kernel types for all fields in USB PF code and headers. Approved by: thompsa (mentor) Modified: head/sys/dev/usb/usb_pf.c head/sys/dev/usb/usb_pf.h

svn commit: r218164 - stable/8/sys/kern

2011-02-01 Thread Konstantin Belousov
Author: kib Date: Tue Feb 1 10:20:31 2011 New Revision: 218164 URL: http://svn.freebsd.org/changeset/base/218164 Log: MFC r217824: When vtruncbuf() iterates over the vnode buffer list, lock buffer object before checking the validity of the next buffer pointer. Otherwise, the buffer might

svn commit: r218163 - stable/8/sys/dev/md

2011-02-01 Thread Konstantin Belousov
Author: kib Date: Tue Feb 1 10:18:36 2011 New Revision: 218163 URL: http://svn.freebsd.org/changeset/base/218163 Log: MFC r217823: Bio shall not be accessed after g_io_deliver(9). Modified: stable/8/sys/dev/md/md.c Directory Properties: stable/8/sys/ (props changed) stable/8/sys/amd6

svn commit: r218162 - stable/8/sys/geom/part

2011-02-01 Thread Andrey V. Elsukov
Author: ae Date: Tue Feb 1 09:27:28 2011 New Revision: 218162 URL: http://svn.freebsd.org/changeset/base/218162 Log: MFC r217531: Limit maximum number of GPT entries to 4k. It is most realistic value and can prevent kernel memory exhausting when big value is specified from command l

svn commit: r218160 - in head/sys/dev/ath: . ath_rate/amrr ath_rate/onoe ath_rate/sample

2011-02-01 Thread Adrian Chadd
Author: adrian Date: Tue Feb 1 08:10:18 2011 New Revision: 218160 URL: http://svn.freebsd.org/changeset/base/218160 Log: Add a new method to the rate control modules which extract out the three other rates and try counts. The 11n rate scenario path wants to take a list of rate and tries,

svn commit: r218159 - in head/sys: conf dev/ath modules/ath

2011-02-01 Thread Adrian Chadd
Author: adrian Date: Tue Feb 1 08:03:01 2011 New Revision: 218159 URL: http://svn.freebsd.org/changeset/base/218159 Log: Include some preliminary TX HT rate scenario setup code. The AR5416 and later TX descriptors have new fields for supporting 11n bits (eg 20/40mhz mode, short/long GI)