svn commit: r255625 - head/sys/kern

2013-09-16 Thread Gleb Smirnoff
Author: glebius Date: Tue Sep 17 06:37:21 2013 New Revision: 255625 URL: http://svnweb.freebsd.org/changeset/base/255625 Log: Fix assertion in sendfile_readpage() to assert only the validity of requested amount of data in a page. Move assertion down below object unlock. Approved by:

svn commit: r255624 - head

2013-09-16 Thread Glen Barber
Author: gjb Date: Tue Sep 17 04:24:34 2013 New Revision: 255624 URL: http://svnweb.freebsd.org/changeset/base/255624 Log: - Reword the 20121201 entry. - Clean up minor whitespace nit. Approved by: re (hrs) Sponsored by: The FreeBSD Foundation Modified: head/UPDATING Modified: head/

svn commit: r255623 - in head/sys: amd64/conf i386/conf

2013-09-16 Thread Bryan Venteicher
Author: bryanv Date: Tue Sep 17 01:54:13 2013 New Revision: 255623 URL: http://svnweb.freebsd.org/changeset/base/255623 Log: Add vmx(4) to i386 and amd64 GENERIC Approved by: re (gjb) Modified: head/sys/amd64/conf/GENERIC head/sys/i386/conf/GENERIC Modified: head/sys/amd64/conf/GENER

svn commit: r255622 - head

2013-09-16 Thread Glen Barber
PEOPLE WHO THINK THAT FreeBSD 10 disable the most expensive debugging functionality run "ln -s 'abort:false,junk:false' /etc/malloc.conf".) +20130916: + With the addition of unbound(8), a new unbound user is now + required during installworld. &

Re: svn commit: r255613 - head/sys/arm/arm

2013-09-16 Thread Ed Schouten
2013/9/16 Zbigniew Bodek : > Log: > Fix GCC build error when building for ARMv6 > > Apply theravens's idea to move __strong_reference > macros into the proper ifdef section. > > Approved by: cognet (mentor) > Approved by: re > > Modified: > head/sys/arm/arm/stdatomic.c For some reaso

Re: svn commit: r255573 - head/sys/dev/drm2/radeon

2013-09-16 Thread Jean-Sébastien Pédron
On 16.09.2013 18:28, John Baldwin wrote: > Note that the PCI bus layer already does pci_save_state() during suspend > and pci_restore_state() during resume, so it is redundant for a driver to > do so. Yes. I mostly wanted to fix the calls for now because it triggers a panic. They'll probably go aw

Re: svn commit: r255573 - head/sys/dev/drm2/radeon

2013-09-16 Thread John Baldwin
On Saturday, September 14, 2013 1:24:42 pm Jean-Sebastien Pedron wrote: > Author: dumbbell > Date: Sat Sep 14 17:24:41 2013 > New Revision: 255573 > URL: http://svnweb.freebsd.org/changeset/base/255573 > > Log: > drm/radeon: Fix usage of pci_save_state() and pci_restore_state() > > Calling

svn commit: r255620 - head/sys/i386/i386

2013-09-16 Thread Konstantin Belousov
Author: kib Date: Mon Sep 16 19:58:37 2013 New Revision: 255620 URL: http://svnweb.freebsd.org/changeset/base/255620 Log: Merge the change r255607 from amd64 to i386. Reviewed by: alc Sponsored by: The FreeBSD Foundation MFC after:1 week Approved by: re (gjb) Modified: head/s

svn commit: r255619 - head/sys/conf

2013-09-16 Thread Glen Barber
Author: gjb Date: Mon Sep 16 19:29:18 2013 New Revision: 255619 URL: http://svnweb.freebsd.org/changeset/base/255619 Log: Update head/ to -ALPHA2 status. Approved by: re (implicit) Modified: head/sys/conf/newvers.sh Modified: head/sys/conf/newvers.sh ===

svn commit: r255617 - stable/8/usr.sbin/mtree

2013-09-16 Thread Xin LI
Author: delphij Date: Mon Sep 16 16:44:18 2013 New Revision: 255617 URL: http://svnweb.freebsd.org/changeset/base/255617 Log: MFC r255483: Do not emit size for non-regular files. There is nothing that mtree(1) can do in this situation and would cause confusion. Modified: stable/8/usr.

svn commit: r255616 - stable/9/usr.sbin/mtree

2013-09-16 Thread Xin LI
Author: delphij Date: Mon Sep 16 16:43:57 2013 New Revision: 255616 URL: http://svnweb.freebsd.org/changeset/base/255616 Log: MFC r255483: Do not emit size for non-regular files. There is nothing that mtree(1) can do in this situation and would cause confusion. Modified: stable/9/usr.

svn commit: r255615 - head/sys/powerpc/ofw

2013-09-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Sep 16 15:10:11 2013 New Revision: 255615 URL: http://svnweb.freebsd.org/changeset/base/255615 Log: Add a loader tunable to use only device tree-provided PCI devices. This is needed on some more fragile systems to avoid machine checks when blindly probing the PCI

svn commit: r255614 - head/sys/powerpc/powerpc

2013-09-16 Thread Nathan Whitehorn
Author: nwhitehorn Date: Mon Sep 16 14:32:56 2013 New Revision: 255614 URL: http://svnweb.freebsd.org/changeset/base/255614 Log: Fix bug in busdma: if segs is a preexisting buffer, we memcpy it into the DMA map. The length of the buffer had not yet been initialized, however, so this would co

Re: svn commit: r255567 - stable/9/sys/geom/zero

2013-09-16 Thread Alexander Motin
On 16.09.2013 15:20, Ivan Voras wrote: On 14 September 2013 12:12, Alexander Motin wrote: Add unmapped BIO support to GEOM ZERO if kern.geom.zero.clear is cleared. + if (g_zero_clear && (bp->bio_flags & BIO_UNMAPPED) == 0) memset(bp->bio_data, g_zer

Re: svn commit: r255567 - stable/9/sys/geom/zero

2013-09-16 Thread Ivan Voras
On 14 September 2013 12:12, Alexander Motin wrote: > Add unmapped BIO support to GEOM ZERO if kern.geom.zero.clear is cleared. > + if (g_zero_clear && (bp->bio_flags & BIO_UNMAPPED) == 0) > memset(bp->bio_data, g_zero_byte, bp->bio_length); Umm, I might

Re: svn commit: r255608 - in head/sys: conf kern modules/cxgb/cxgb modules/sfxge modules/ti sys vm

2013-09-16 Thread Andre Oppermann
On 16.09.2013 08:25, Konstantin Belousov wrote: Author: kib Date: Mon Sep 16 06:25:54 2013 New Revision: 255608 URL: http://svnweb.freebsd.org/changeset/base/255608 Log: Remove zero-copy sockets code. It only worked for anonymous memory, and the equivalent functionality is now provided by

svn commit: r255613 - head/sys/arm/arm

2013-09-16 Thread Zbigniew Bodek
Author: zbb Date: Mon Sep 16 10:46:58 2013 New Revision: 255613 URL: http://svnweb.freebsd.org/changeset/base/255613 Log: Fix GCC build error when building for ARMv6 Apply theravens's idea to move __strong_reference macros into the proper ifdef section. Approved by: cognet (mentor)

svn commit: r255612 - head/sys/arm/arm

2013-09-16 Thread Zbigniew Bodek
Author: zbb Date: Mon Sep 16 10:39:35 2013 New Revision: 255612 URL: http://svnweb.freebsd.org/changeset/base/255612 Log: Implement pmap_advise() for ARMv6/v7 pmap module Apply the given advice to the specified range of addresses within the given pmap. Depending on the advice, clear the r

svn commit: r255611 - head/sys/arm/arm

2013-09-16 Thread Zbigniew Bodek
Author: zbb Date: Mon Sep 16 10:34:44 2013 New Revision: 255611 URL: http://svnweb.freebsd.org/changeset/base/255611 Log: Write protect base page after superpage demotion so that it may repromote When clearing the modification status of the superpage, one of the base pages produced during

svn commit: r255610 - stable/8/sys/dev/usb/controller

2013-09-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 16 10:06:40 2013 New Revision: 255610 URL: http://svnweb.freebsd.org/changeset/base/255610 Log: MFC r255356: Revert parts of r245132 and r245175. We don't need to write to the IMAN register to clear the pending interrupt status bits. This patch tries to so

svn commit: r255609 - stable/9/sys/dev/usb/controller

2013-09-16 Thread Hans Petter Selasky
Author: hselasky Date: Mon Sep 16 10:04:19 2013 New Revision: 255609 URL: http://svnweb.freebsd.org/changeset/base/255609 Log: MFC r255356: Revert parts of r245132 and r245175. We don't need to write to the IMAN register to clear the pending interrupt status bits. This patch tries to so