svn commit: r246024 - head/sys/arm/ti/am335x

2013-01-28 Thread Damjan Marion
Author: dmarion Date: Mon Jan 28 09:11:04 2013 New Revision: 246024 URL: http://svnweb.freebsd.org/changeset/base/246024 Log: Filled in missing pads for AM335x / Beaglebone. Submitted by: Emmanuel Vadot Modified: head/sys/arm/ti/am335x/am335x_scm_padconf.c Modified: head/sys/arm/ti/a

svn commit: r246025 - head/sys/arm/ti/am335x

2013-01-28 Thread Damjan Marion
Author: dmarion Date: Mon Jan 28 09:23:38 2013 New Revision: 246025 URL: http://svnweb.freebsd.org/changeset/base/246025 Log: Fix case for some signal names. Submitted by: Emmanuel Vadot Modified: head/sys/arm/ti/am335x/am335x_scm_padconf.c Modified: head/sys/arm/ti/am335x/am335x_scm

svn commit: r246026 - head/sys/boot/fdt/dts

2013-01-28 Thread Damjan Marion
Author: dmarion Date: Mon Jan 28 09:47:00 2013 New Revision: 246026 URL: http://svnweb.freebsd.org/changeset/base/246026 Log: Configure all GPIO pins as described in Beaglebone SRM. Submitted by: Emmanuel Vadot Modified: head/sys/boot/fdt/dts/beaglebone.dts Modified: head/sys/boot/fd

svn commit: r246027 - head/sys/dev/usb/template

2013-01-28 Thread Hans Petter Selasky
Author: hselasky Date: Mon Jan 28 10:52:24 2013 New Revision: 246027 URL: http://svnweb.freebsd.org/changeset/base/246027 Log: Remove some extra and not needed space characters. MFC after:1 week Modified: head/sys/dev/usb/template/usb_template_audio.c head/sys/dev/usb/template/usb_

svn commit: r246028 - in head: gnu/lib/libsupc++ lib/libcxxrt

2013-01-28 Thread David Chisnall
Author: theraven Date: Mon Jan 28 11:12:49 2013 New Revision: 246028 URL: http://svnweb.freebsd.org/changeset/base/246028 Log: Fix some symbol version mismatches between libstdc++ and libsupc++/libcxxrt that were causing the runtime and STL libraries to see different versions of various clas

svn commit: r246029 - head/sys/vm

2013-01-28 Thread Andrey Zonov
Author: zont Date: Mon Jan 28 12:08:29 2013 New Revision: 246029 URL: http://svnweb.freebsd.org/changeset/base/246029 Log: - Style. MFC after:2 weeks Modified: head/sys/vm/vm_pageout.c Modified: head/sys/vm/vm_pageout.c ===

svn commit: r246030 - head/sys/vm

2013-01-28 Thread Andrey Zonov
Author: zont Date: Mon Jan 28 12:20:20 2013 New Revision: 246030 URL: http://svnweb.freebsd.org/changeset/base/246030 Log: - Add sysctls to show number of stats scans. MFC after:2 weeks Modified: head/sys/vm/vm_pageout.c Modified: head/sys/vm/vm_pageout.c ===

svn commit: r246032 - in head/sys: sys vm

2013-01-28 Thread Andrey Zonov
Author: zont Date: Mon Jan 28 12:54:53 2013 New Revision: 246032 URL: http://svnweb.freebsd.org/changeset/base/246032 Log: - Add system wide page faults requiring I/O counter. Reviewed by: alc MFC after:2 weeks Modified: head/sys/sys/vmmeter.h head/sys/vm/vm_fault.c head/sys/v

svn commit: r246033 - head/usr.bin/systat

2013-01-28 Thread Andrey Zonov
Author: zont Date: Mon Jan 28 12:57:42 2013 New Revision: 246033 URL: http://svnweb.freebsd.org/changeset/base/246033 Log: - Show page faults requiring I/O on vmstat display. Reviewed by: alc MFC after:2 weeks Modified: head/usr.bin/systat/vmstat.c Modified: head/usr.bin/systat/v

svn commit: r246034 - head/usr.bin/vmstat

2013-01-28 Thread Andrey Zonov
Author: zont Date: Mon Jan 28 12:58:37 2013 New Revision: 246034 URL: http://svnweb.freebsd.org/changeset/base/246034 Log: - Show page faults requiring I/O when -s invoked. Reviewed by: alc MFC after:2 weeks Modified: head/usr.bin/vmstat/vmstat.c Modified: head/usr.bin/vmstat/vms

Re: svn commit: r246033 - head/usr.bin/systat

2013-01-28 Thread Bruce Evans
On Mon, 28 Jan 2013, Andrey Zonov wrote: Log: - Show page faults requiring I/O on vmstat display. No space is available there for showing it. Modified: head/usr.bin/systat/vmstat.c == --- head/usr.bin/systat/vmstat.

svn commit: r246035 - head/lib/libproc

2013-01-28 Thread John Baldwin
Author: jhb Date: Mon Jan 28 15:48:31 2013 New Revision: 246035 URL: http://svnweb.freebsd.org/changeset/base/246035 Log: - Compute the correct size to reallocate when doubling the size of the array of loaded objects to avoid a buffer overrun. - Use reallocf() to avoid leaking memory if th

Re: svn commit: r245850 - in head/sys/sparc64: include sparc64

2013-01-28 Thread John Baldwin
On Saturday, January 26, 2013 5:11:24 am Andriy Gapon wrote: > on 24/01/2013 00:52 Marius Strobl said the following: > > This is due to > > the fact that on sparc64, spinlock_enter() only raises the PIL but doesn't > > disable interrupts completely. > > John, > > I wonder if you are consideri

Re: svn commit: r245850 - in head/sys/sparc64: include sparc64

2013-01-28 Thread Andriy Gapon
on 28/01/2013 16:54 John Baldwin said the following: > On Saturday, January 26, 2013 5:11:24 am Andriy Gapon wrote: >> on 24/01/2013 00:52 Marius Strobl said the following: >>> This is due to >>> the fact that on sparc64, spinlock_enter() only raises the PIL but doesn't >>> disable interrupts c

svn commit: r246037 - in head/sys: dev/usb/net kern pci sys

2013-01-28 Thread John Baldwin
Author: jhb Date: Mon Jan 28 19:38:13 2013 New Revision: 246037 URL: http://svnweb.freebsd.org/changeset/base/246037 Log: Mark 'ticks', 'time_second', and 'time_uptime' as volatile to prevent the compiler from caching their values in tight loops. Reviewed by: bde MFC after:1 week

svn commit: r246040 - in head/sys/contrib/dev/acpica: components/utilities include

2013-01-28 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 28 20:37:32 2013 New Revision: 246040 URL: http://svnweb.freebsd.org/changeset/base/246040 Log: Merge two bug fixes from the vendor branch. Reported by: pjd Modified: head/sys/contrib/dev/acpica/components/utilities/utcache.c head/sys/contrib/dev/acpica/incl

svn commit: r246041 - in head/sys/dev/acpica: . Osd

2013-01-28 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 28 21:06:20 2013 New Revision: 246041 URL: http://svnweb.freebsd.org/changeset/base/246041 Log: Fix white spaces for style consistency. Modified: head/sys/dev/acpica/Osd/OsdSchedule.c head/sys/dev/acpica/acpi_pcib.c Modified: head/sys/dev/acpica/Osd/OsdSchedule.c

svn commit: r246042 - in head/sys/dev/acpica: . Osd

2013-01-28 Thread Jung-uk Kim
Author: jkim Date: Mon Jan 28 21:10:35 2013 New Revision: 246042 URL: http://svnweb.freebsd.org/changeset/base/246042 Log: Fix two misusages of return_*() macros for ACPICA. Noticed by: avg Modified: head/sys/dev/acpica/Osd/OsdSchedule.c head/sys/dev/acpica/acpi_pcib.c Modified: hea

svn commit: r246057 - in head/sys: arm/allwinner arm/conf boot/fdt/dts

2013-01-28 Thread Ganbold Tsagaankhuu
Author: ganbold (doc committer) Date: Tue Jan 29 07:21:50 2013 New Revision: 246057 URL: http://svnweb.freebsd.org/changeset/base/246057 Log: Add simple clock driver and ehci glue code for a10 Update dts and kernel config Approved by: gonzo@ Added: head/sys/arm/allwinner/a10_clk.c (c