svn commit: r196729 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/siis dev/xen/xenpci

2009-09-01 Thread Alexander Motin
Author: mav Date: Tue Sep 1 11:13:31 2009 New Revision: 196729 URL: http://svn.freebsd.org/changeset/base/196729 Log: MFC r196655: Update siis driver: - Add SNTF support. - Do not report meaningless transport/protocol versions. Approved by: re (ATA-CAM blanket) Modified: stable

svn commit: r196730 - in head/sys: arm/arm kern sys vm

2009-09-01 Thread Konstantin Belousov
Author: kib Date: Tue Sep 1 11:41:51 2009 New Revision: 196730 URL: http://svn.freebsd.org/changeset/base/196730 Log: Reintroduce the r196640, after fixing the problem with my testing. Remove the altkstacks, instead instantiate threads with kernel stack allocated with the right size from

svn commit: r196731 - in stable/8: share/man/man4 sys sys/amd64/include/xen sys/cddl/contrib/opensolaris sys/contrib/dev/acpica sys/contrib/pf sys/dev/ahci sys/dev/xen/xenpci

2009-09-01 Thread Alexander Motin
Author: mav Date: Tue Sep 1 11:44:30 2009 New Revision: 196731 URL: http://svn.freebsd.org/changeset/base/196731 Log: MFC r196656, r196660: Update ahci driver: - Add Command Completion Coalescing support. - Add SNTF support. - Add two more power management modes (4, 5), implemented o

svn commit: r196732 - in stable/8: sbin/camcontrol sys sys/amd64/include/xen sys/cam/ata sys/cddl/contrib/opensolaris sys/contrib/dev/acpica sys/contrib/pf sys/dev/xen/xenpci

2009-09-01 Thread Alexander Motin
Author: mav Date: Tue Sep 1 12:04:43 2009 New Revision: 196732 URL: http://svn.freebsd.org/changeset/base/196732 Log: MFC r196657: ATA_FLUSHCACHE is a 28bit format command, not 48. MFC r196658: Improve camcontrol ATA support: - Tune protocol version reporting, - Add supported DMA

svn commit: r196733 - head/sys/kern

2009-09-01 Thread Konstantin Belousov
Author: kib Date: Tue Sep 1 12:05:39 2009 New Revision: 196733 URL: http://svn.freebsd.org/changeset/base/196733 Log: Fix mount reference leak when V_XSLEEP is specified to vn_start_write(). Submitted by: tegge Modified: head/sys/kern/vfs_vnops.c Modified: head/sys/kern/vfs_vnops.c ===

svn commit: r196734 - head/sys/i386/xen

2009-09-01 Thread Adrian Chadd
Author: adrian Date: Tue Sep 1 12:17:47 2009 New Revision: 196734 URL: http://svn.freebsd.org/changeset/base/196734 Log: Delete whitespace not in i386/pmap.c Modified: head/sys/i386/xen/pmap.c Modified: head/sys/i386/xen/pmap.c ===

svn commit: r196735 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci vm

2009-09-01 Thread John Baldwin
Author: jhb Date: Tue Sep 1 15:50:07 2009 New Revision: 196735 URL: http://svn.freebsd.org/changeset/base/196735 Log: MFC 196637: Mark the fake pages constructed by the OBJT_SG pager valid. This was accidentally lost at one point during the PAT development. Without this fix vm_pager_get

svn commit: r196736 - head/tools/regression/acltools

2009-09-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 1 15:51:36 2009 New Revision: 196736 URL: http://svn.freebsd.org/changeset/base/196736 Log: Adapt to the fact that ls(1) correctly prints '+' for symlinks with ACLs now. Modified: head/tools/regression/acltools/tools-posix.test Modified: head/tools/regression/acl

Re: svn commit: r196706 - head/usr.sbin/pkg_install/lib

2009-09-01 Thread Doug Barton
Brooks Davis wrote: > On Mon, Aug 31, 2009 at 05:50:33PM +, Doug Barton wrote: >> Author: dougb >> Date: Mon Aug 31 17:50:33 2009 >> New Revision: 196706 >> URL: http://svn.freebsd.org/changeset/base/196706 >> >> Log: >> Add support for INDEX-9 [1] >> >> While I'm here, strip off support

Re: svn commit: r196727 - head/share/man/man5

2009-09-01 Thread Doug Barton
Maxim Konovalov wrote: > Author: maxim > Date: Tue Sep 1 05:55:10 2009 > New Revision: 196727 > URL: http://svn.freebsd.org/changeset/base/196727 > > Log: > o Document MALLOC_PRODUCTION knob. > > PR: docs/136029 > Submitted by: anonymous > MFC after: 2 weeks > > Modifie

Re: svn commit: r196727 - head/share/man/man5

2009-09-01 Thread Alexey Dokuchaev
On Tue, Sep 01, 2009 at 09:23:44AM -0700, Doug Barton wrote: > Maxim Konovalov wrote: > > Author: maxim > > Date: Tue Sep 1 05:55:10 2009 > > New Revision: 196727 > > URL: http://svn.freebsd.org/changeset/base/196727 > > > > Log: > > o Document MALLOC_PRODUCTION knob. > > > > PR:

Re: svn commit: r196684 - stable/7

2009-09-01 Thread N.J. Mann
In message <200908310245.n7v2jlid013...@svn.freebsd.org>, Edwin Groothuis (ed...@freebsd.org) wrote: > Author: edwin > Date: Mon Aug 31 02:45:47 2009 > New Revision: 196684 > URL: http://svn.freebsd.org/changeset/base/196684 > > Log: > MFC of r192625: > > Throw alert about the newly

svn commit: r196737 - in stable/8/sys: . amd64/amd64 amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/xen/xenpci i386/i386

2009-09-01 Thread Robert Noland
Author: rnoland Date: Tue Sep 1 16:41:28 2009 New Revision: 196737 URL: http://svn.freebsd.org/changeset/base/196737 Log: MFC 196643 Swap the start/end virtual addresses in pmap_invalidate_cache_range(). This fixes the functionality on non SelfSnoop hardware. Found by: rnolan

Re: svn commit: r196727 - head/share/man/man5

2009-09-01 Thread Doug Barton
Alexey Dokuchaev wrote: > However, I'm used to make.conf since 4.x days, so at least > cross-reference of some sort is in order (I'm not sure, there might be > one already now that I write this). SEE ALSO gcc(1), install(1), make(1), src.conf(5) ... :) Doug -- This .signature sanit

svn commit: r196738 - head/sys/netinet

2009-09-01 Thread Bjoern A. Zeeb
Author: bz Date: Tue Sep 1 17:53:01 2009 New Revision: 196738 URL: http://svn.freebsd.org/changeset/base/196738 Log: In case an upper layer protocol tries to send a packet but the L2 code does not have the ethernet address for the destination within the broadcast domain in the table, we rem

svn commit: r196739 - head/sys/dev/hwpmc

2009-09-01 Thread George V. Neville-Neil
Author: gnn Date: Tue Sep 1 17:55:37 2009 New Revision: 196739 URL: http://svn.freebsd.org/changeset/base/196739 Log: Add counters for the i7 architecture which were accidentally left out of the original commit of i7 support. These are all the counters on pages A-32 and A-33 of the _Intel(

svn commit: r196740 - head/lib/libc/posix1e

2009-09-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Sep 1 18:30:17 2009 New Revision: 196740 URL: http://svn.freebsd.org/changeset/base/196740 Log: Fix regression introduced with NFSv4 ACL support - make acl_to_text(3) and acl_calc_mask(3) return error instead of crashing when acl passed to them is NULL. Submitte

Re: svn commit: r196738 - head/sys/netinet

2009-09-01 Thread Simon L. Nielsen
On 2009.09.01 17:53:01 +, Bjoern A. Zeeb wrote: > Author: bz > Date: Tue Sep 1 17:53:01 2009 > New Revision: 196738 > URL: http://svn.freebsd.org/changeset/base/196738 > > Log: > In case an upper layer protocol tries to send a packet but the > L2 code does not have the ethernet address fo

Re: svn commit: r196741 - in stable/8: sys sys/amd64/include/xen sys/cddl/contrib/opensolaris sys/contrib/dev/acpica sys/contrib/pf sys/dev/xen/xenpci sys/fs/fifofs sys/kern tools/regression/poll

2009-09-01 Thread Joe Marcus Clarke
Jilles Tjoelker wrote: > Author: jilles > Date: Tue Sep 1 20:58:41 2009 > New Revision: 196741 > URL: http://svn.freebsd.org/changeset/base/196741 > > Log: > MFC r196460 > > Fix the conformance of poll(2) for sockets after r195423 by > returning POLLHUP instead of POLLIN for several

svn commit: r196741 - in stable/8: sys sys/amd64/include/xen sys/cddl/contrib/opensolaris sys/contrib/dev/acpica sys/contrib/pf sys/dev/xen/xenpci sys/fs/fifofs sys/kern tools/regression/poll

2009-09-01 Thread Jilles Tjoelker
Author: jilles Date: Tue Sep 1 20:58:41 2009 New Revision: 196741 URL: http://svn.freebsd.org/changeset/base/196741 Log: MFC r196460 Fix the conformance of poll(2) for sockets after r195423 by returning POLLHUP instead of POLLIN for several cases. Now, the tools/regression/poll r

Re: svn commit: r196738 - head/sys/netinet

2009-09-01 Thread Ivan Voras
2009/9/1 Simon L. Nielsen : > On 2009.09.01 17:53:01 +, Bjoern A. Zeeb wrote: >> Author: bz >> Date: Tue Sep  1 17:53:01 2009 >> New Revision: 196738 >> URL: http://svn.freebsd.org/changeset/base/196738 >> >> Log: >>   In case an upper layer protocol tries to send a packet but the >>   L2 code

svn commit: r196745 - in head/sys: amd64/amd64 i386/i386

2009-09-01 Thread John Baldwin
Author: jhb Date: Wed Sep 2 00:39:59 2009 New Revision: 196745 URL: http://svn.freebsd.org/changeset/base/196745 Log: Don't attempt to bind the current thread to the CPU an IRQ is bound to when removing an interrupt handler from an IRQ during shutdown. During shutdown we are already bound

svn commit: r196746 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/usb dev/usb/input dev/xen/xenpci

2009-09-01 Thread Alfred Perlstein
Author: alfred Date: Wed Sep 2 02:12:07 2009 New Revision: 196746 URL: http://svn.freebsd.org/changeset/base/196746 Log: MFC: r196489,196498 Critical USB bugfixes for 8.0 Approved by:re Modified: stable/8/sys/ (props changed) stable/8/sys/amd64/include/xen/ (props changed)

svn commit: r196750 - head/contrib/ee

2009-09-01 Thread Andrey A. Chernov
Author: ache Date: Wed Sep 2 04:26:34 2009 New Revision: 196750 URL: http://svn.freebsd.org/changeset/base/196750 Log: 1) Use isprint() instead of hardcoded values to detect non-printable. 2) Use (unsigned char) cast in waddch() calls. It fix highlighting bug: sign extension of 8bit to the

svn commit: r196751 - head/contrib/ee

2009-09-01 Thread Andrey A. Chernov
Author: ache Date: Wed Sep 2 04:43:46 2009 New Revision: 196751 URL: http://svn.freebsd.org/changeset/base/196751 Log: Move out of NO_CATGETS define too (as setlocale() in prev. commit) Modified: head/contrib/ee/ee.c Modified: head/contrib/ee/ee.c

svn commit: r196752 - head/lib/libc/stdtime

2009-09-01 Thread Andrey A. Chernov
Author: ache Date: Wed Sep 2 04:56:30 2009 New Revision: 196752 URL: http://svn.freebsd.org/changeset/base/196752 Log: Use (unsigned char) cast for ctype macro Modified: head/lib/libc/stdtime/strptime.c Modified: head/lib/libc/stdtime/strptime.c =

Re: svn commit: r196727 - head/share/man/man5

2009-09-01 Thread Maxim Konovalov
On Tue, 1 Sep 2009, 09:23-0700, Doug Barton wrote: > Maxim Konovalov wrote: > > Author: maxim > > Date: Tue Sep 1 05:55:10 2009 > > New Revision: 196727 > > URL: http://svn.freebsd.org/changeset/base/196727 > > > > Log: > > o Document MALLOC_PRODUCTION knob. > > > > PR: docs/136

svn commit: r196753 - head/bin/chmod

2009-09-01 Thread Edward Tomasz Napierala
Author: trasz Date: Wed Sep 2 05:26:59 2009 New Revision: 196753 URL: http://svn.freebsd.org/changeset/base/196753 Log: - Don't include both and - Keep variables sorted - Fix logic error with -f and -v options - don't print the usual -v output if there was an error, whether or n

Re: svn commit: r196746 - in stable/8/sys: . amd64/include/xen cddl/contrib/opensolaris contrib/dev/acpica contrib/pf dev/usb dev/usb/input dev/xen/xenpci

2009-09-01 Thread Remko Lodder
On Wed, September 2, 2009 4:12 am, Alfred Perlstein wrote: > Author: alfred > Date: Wed Sep 2 02:12:07 2009 > New Revision: 196746 > URL: http://svn.freebsd.org/changeset/base/196746 > > Log: > MFC: r196489,196498 > Critical USB bugfixes for 8.0 > Dear Alfred (and hps!), It would be awesome