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: 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: 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)

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: 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

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: 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: 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

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

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: 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

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. &

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: 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: 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: