svn commit: r262477 - head/sys/dev/usb/input

2014-02-25 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 25 08:37:06 2014 New Revision: 262477 URL: http://svnweb.freebsd.org/changeset/base/262477 Log: Updates for WSP driver: 1) Add support for page back/forward. 2) While doing HOR scrolling, disable VER scrolling. 3) Checking dx_sum and dy_sum before emulate

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-25 Thread David Chisnall
On 25 Feb 2014, at 07:52, Baptiste Daroussin b...@freebsd.org wrote: On Tue, Feb 25, 2014 at 05:22:22PM +1100, Peter Jeremy wrote: On 2014-Feb-22 13:14:38 +0100, Baptiste Daroussin b...@freebsd.org wrote: On Sat, Feb 22, 2014 at 07:23:50PM +1100, Peter Jeremy wrote: I'd also query the reason

svn commit: r262478 - head/sys/dev/usb/input

2014-02-25 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 25 09:34:30 2014 New Revision: 262478 URL: http://svnweb.freebsd.org/changeset/base/262478 Log: Don't generate devd rules for WSP device ID's found in the ATP driver yet. MFC after:2 weeks Modified: head/sys/dev/usb/input/atp.c Modified:

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-25 Thread Baptiste Daroussin
On Tue, Feb 25, 2014 at 08:49:47AM +, David Chisnall wrote: On 25 Feb 2014, at 07:52, Baptiste Daroussin b...@freebsd.org wrote: On Tue, Feb 25, 2014 at 05:22:22PM +1100, Peter Jeremy wrote: On 2014-Feb-22 13:14:38 +0100, Baptiste Daroussin b...@freebsd.org wrote: On Sat, Feb 22, 2014

svn commit: r262482 - head/sys/arm/freescale/imx

2014-02-25 Thread Ian Lepore
Author: ian Date: Tue Feb 25 15:22:40 2014 New Revision: 262482 URL: http://svnweb.freebsd.org/changeset/base/262482 Log: Invalidate the SCU cache tag ram on all 4 cores, not just 1-3. I misread Juergen's original code, it was doing all 4 cores. Also remove the L2 cache invalidate

svn commit: r262483 - in head/sys: arm/freescale/vybrid boot/fdt/dts

2014-02-25 Thread Ruslan Bukin
Author: br Date: Tue Feb 25 17:02:11 2014 New Revision: 262483 URL: http://svnweb.freebsd.org/changeset/base/262483 Log: - Pin configuration is a complete iomux register now and includes drive strength, pull mode, mux mode, speed, etc. - Add i2c devices to the tree - Add IPG clock

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-25 Thread Warner Losh
On Feb 24, 2014, at 11:52 PM, Baptiste Daroussin b...@freebsd.org wrote: On Tue, Feb 25, 2014 at 05:22:22PM +1100, Peter Jeremy wrote: On 2014-Feb-22 13:14:38 +0100, Baptiste Daroussin b...@freebsd.org wrote: On Sat, Feb 22, 2014 at 07:23:50PM +1100, Peter Jeremy wrote: I'd also query the

svn commit: r262484 - head/usr.sbin/btxld

2014-02-25 Thread Christian Brueffer
Author: brueffer Date: Tue Feb 25 17:13:42 2014 New Revision: 262484 URL: http://svnweb.freebsd.org/changeset/base/262484 Log: In puthdr(), start the ELF .data section on a new page, as this is what btxldr expects (.set MEM_DATA,start+0x1000 in btxldr.S). This makes resulting ELF

svn commit: r262487 - head/sys/boot/userboot/userboot

2014-02-25 Thread Sean Bruno
Author: sbruno Date: Tue Feb 25 18:00:55 2014 New Revision: 262487 URL: http://svnweb.freebsd.org/changeset/base/262487 Log: Teach userboot to comply with WITHOUT_CDDL/WITHOUT_ZFS Apparently, LIBZFS is set to a non-empty string when WITHOUT_CDDL/WITHOUT_ZFS are set, I think this is a

svn commit: r262488 - head/sbin/fsck_ffs

2014-02-25 Thread Kirk McKusick
Author: mckusick Date: Tue Feb 25 18:25:27 2014 New Revision: 262488 URL: http://svnweb.freebsd.org/changeset/base/262488 Log: Arguments for malloc and calloc should be size_t, not int. Use proper bounds check when trying to free cached memory. Spotted by: Xin Li Tested by: Dmitry

svn commit: r262489 - in head/sys: net netinet netinet6 netipsec sys

2014-02-25 Thread John Baldwin
Author: jhb Date: Tue Feb 25 18:44:33 2014 New Revision: 262489 URL: http://svnweb.freebsd.org/changeset/base/262489 Log: Remove more constants related to static sysctl nodes. The MAXID constants were primarily used to size the sysctl name list macros that were removed in r254295. A few

Re: svn commit: r262309 - head/sys/kern

2014-02-25 Thread John Baldwin
On Friday, February 21, 2014 5:29:09 pm Mateusz Guzik wrote: Author: mjg Date: Fri Feb 21 22:29:09 2014 New Revision: 262309 URL: http://svnweb.freebsd.org/changeset/base/262309 Log: Fix a race between kern_proc_{o,}filedesc_out and fdescfree leading to use-after-free.

svn commit: r262494 - head/usr.sbin/bsnmpd/tools/bsnmptools

2014-02-25 Thread Christian Brueffer
Author: brueffer Date: Tue Feb 25 21:01:55 2014 New Revision: 262494 URL: http://svnweb.freebsd.org/changeset/base/262494 Log: Rough cleanup (new sentence - new line, grammar, spelling, mdoc). This could use more work. PR: 187035 (in part) Submitted by: Bjorn Heidotting MFC

svn commit: r262495 - head/sys/boot/userboot/userboot

2014-02-25 Thread Sean Bruno
Author: sbruno Date: Tue Feb 25 21:07:18 2014 New Revision: 262495 URL: http://svnweb.freebsd.org/changeset/base/262495 Log: Slightly better revision of teaching userboot how to respect MK_CDDL Reviewed by: grehan Modified: head/sys/boot/userboot/userboot/Makefile Modified:

Re: svn commit: r262282 - in head: contrib/dma contrib/dma/debian contrib/dma/debian/migrate contrib/dma/debian/source contrib/dma/test etc/mtree libexec libexec/dma share/mk tools/build/mk tools/buil

2014-02-25 Thread Ed Maste
On 25 February 2014 03:49, David Chisnall thera...@freebsd.org wrote: For the libc++ imports, we strip out the support directory, which contains Solaris and Win32-specific stuff. If we end up with a support/freebsd, then we'll bring that in, but not support/solaris and support/win32. That

svn commit: r262499 - in head: release share/man/man7

2014-02-25 Thread Glen Barber
Author: gjb Date: Tue Feb 25 22:13:48 2014 New Revision: 262499 URL: http://svnweb.freebsd.org/changeset/base/262499 Log: release.sh: - Add a VCSCMD variable that defaults to 'svn checkout', and update places 'svn co' is used directly. - After sourcing a configuration file, prefix

svn commit: r262501 - head/secure/lib/libcrypt

2014-02-25 Thread Xin LI
Author: delphij Date: Tue Feb 25 23:03:48 2014 New Revision: 262501 URL: http://svnweb.freebsd.org/changeset/base/262501 Log: Refresh our implementation of OpenBSD's Blowfish password format. Notable changes: - Support of $2b$ password format to address a problem where very long

svn commit: r262502 - head/sys/dev/syscons

2014-02-25 Thread Julio Merino
Author: jmmv Date: Tue Feb 25 23:04:39 2014 New Revision: 262502 URL: http://svnweb.freebsd.org/changeset/base/262502 Log: Fix comment introduced in r262480: it's 1920x1200, not 1980x1200. PR: kern/180558 MFC after:5 days Modified: head/sys/dev/syscons/syscons.h

Re: svn commit: r262480 - head/sys/dev/syscons

2014-02-25 Thread Julio Merino
On Tue, Feb 25, 2014 at 9:30 AM, Thomas Hoffmann trh...@gmail.com wrote: The math works out OK for COL 240, but the comment has it wrong. Should be 1920x1200. Doh, of course. Fixed in r262502. ___ svn-src-head@freebsd.org mailing list

svn commit: r262508 - head/sys/cddl/dev/systrace

2014-02-25 Thread Mark Johnston
Author: markj Date: Wed Feb 26 01:00:00 2014 New Revision: 262508 URL: http://svnweb.freebsd.org/changeset/base/262508 Log: Revert r262466, as it does not compile on PowerPC. Reported by: jhibbits Modified: head/sys/cddl/dev/systrace/systrace.c Modified:

svn commit: r262515 - head/sys/mips/conf

2014-02-25 Thread Adrian Chadd
Author: adrian Date: Wed Feb 26 01:32:27 2014 New Revision: 262515 URL: http://svnweb.freebsd.org/changeset/base/262515 Log: Add the DB120 specific hints for the AR8327. Tested: * DB120 Modified: head/sys/mips/conf/DB120.hints Modified: head/sys/mips/conf/DB120.hints

svn commit: r262519 - head/sys/dev/etherswitch/arswitch

2014-02-25 Thread Adrian Chadd
Author: adrian Date: Wed Feb 26 02:00:37 2014 New Revision: 262519 URL: http://svnweb.freebsd.org/changeset/base/262519 Log: Add LED setup support for the AR8327. Tested: * DB120 Obtained from:OpenWRT Modified: head/sys/dev/etherswitch/arswitch/arswitch_8327.c

svn commit: r262521 - in head/contrib/jemalloc: . doc include/jemalloc include/jemalloc/internal src

2014-02-25 Thread Jason Evans
Author: jasone Date: Wed Feb 26 02:36:59 2014 New Revision: 262521 URL: http://svnweb.freebsd.org/changeset/base/262521 Log: Update jemalloc to version 3.5.1. Modified: head/contrib/jemalloc/ChangeLog head/contrib/jemalloc/FREEBSD-Xlist head/contrib/jemalloc/VERSION

svn commit: r262523 - head/sys/boot/userboot/userboot

2014-02-25 Thread Peter Grehan
Author: grehan Date: Wed Feb 26 04:49:09 2014 New Revision: 262523 URL: http://svnweb.freebsd.org/changeset/base/262523 Log: Change the MK_ZFS != no case slightly to avoid a name clash with LIBZFS in bsd.lib.mk Submitted by: Max N Boyarov zotrix at bsd dot by OK'd by: sbruno