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
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
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
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_
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
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
===
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
===
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
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
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
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.
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
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
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
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
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
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
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
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
19 matches
Mail list logo