Re: svn commit: r262351 - head/sys/netinet6

2014-02-24 Thread Craig Rodrigues
On Feb 23, 2014 2:56 PM, "Bjoern A. Zeeb" wrote: > > > On 23 Feb 2014, at 01:27 , Craig Rodrigues wrote: > > > Author: rodrigc > > Date: Sun Feb 23 01:27:22 2014 > > New Revision: 262351 > > URL: http://svnweb.freebsd.org/changeset/base/262351 > > > > Log: > > Remove KASSERT from in6p_lookup_mca

Re: svn commit: r262351 - head/sys/netinet6

2014-02-24 Thread Andrey V. Elsukov
On 24.02.2014 12:34, Craig Rodrigues wrote: > > On Feb 23, 2014 2:56 PM, "Bjoern A. Zeeb" > wrote: >> >> >> On 23 Feb 2014, at 01:27 , Craig Rodrigues wrote: >> >> > Author: rodrigc >> > Date: Sun Feb 23 01:27:22 2014 >> > New Revision: 262351 >> > URL: http://svnweb.fre

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

2014-02-24 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 24 10:44:42 2014 New Revision: 262439 URL: http://svnweb.freebsd.org/changeset/base/262439 Log: Update ATP driver: - Add support for emulating a mouse wheel, Z-axis. Submitted by: Rohit Grover MFC after:2 weeks Modified: head/sys/dev/usb/input/atp.

Re: svn commit: r262424 - head/usr.sbin/pmcstat

2014-02-24 Thread Gleb Smirnoff
Adrian, On Mon, Feb 24, 2014 at 02:43:58AM +, Adrian Chadd wrote: A> Log: A> Add a new option - 'a ' - which spits out annotated callgraphs. A> A> '-m ' spits out the given stream into (eg, /dev/stdout). A> However, it only resolves the first symbol; it doesn't parse the entire A>

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

2014-02-24 Thread Luiz Otavio O Souza
Author: loos Date: Mon Feb 24 12:45:03 2014 New Revision: 262440 URL: http://svnweb.freebsd.org/changeset/base/262440 Log: Enable the second and the third I2C controllers on Beaglebone-black. The first I2C controller is only used to manage the on-board devices (PMIC and HDMI framer) and i

svn commit: r262441 - in head/lib: libc/iconv libiconv_modules/BIG5 libiconv_modules/HZ

2014-02-24 Thread Tijl Coosemans
Author: tijl Date: Mon Feb 24 13:33:20 2014 New Revision: 262441 URL: http://svnweb.freebsd.org/changeset/base/262441 Log: Consistently pass around context information using a simple pointer. This fixes some dereferencing bugs in Chinese character set conversions. PR: 185964

svn commit: r262442 - head/lib/libiconv_modules/HZ

2014-02-24 Thread Tijl Coosemans
Author: tijl Date: Mon Feb 24 13:43:11 2014 New Revision: 262442 URL: http://svnweb.freebsd.org/changeset/base/262442 Log: Fix Simplified Chinese character set conversions by switching around the fields of an internal struct so it corresponds with the way variables of this type are initialis

svn commit: r262447 - head/lib/libiconv_modules/VIQR

2014-02-24 Thread Tijl Coosemans
Author: tijl Date: Mon Feb 24 14:40:28 2014 New Revision: 262447 URL: http://svnweb.freebsd.org/changeset/base/262447 Log: Fix an array index out of bounds bug in iconv VIQR (Vietnamese) module. PR: 185964 Submitted by: Manuel Mausz MFC after:5 days Modified: head/lib/

Re: svn commit: r262424 - head/usr.sbin/pmcstat

2014-02-24 Thread Adrian Chadd
I'll sit down with a docs person and get the manpage markup done. It was on my todo list; I just wanted to get the code committed now. Thanks, -a On 24 February 2014 03:06, Gleb Smirnoff wrote: > Adrian, > > On Mon, Feb 24, 2014 at 02:43:58AM +, Adrian Chadd wrote: > A> Log: > A> Add

svn commit: r262451 - head/share/man/man7

2014-02-24 Thread Eitan Adler
Author: eadler Date: Mon Feb 24 17:14:08 2014 New Revision: 262451 URL: http://svnweb.freebsd.org/changeset/base/262451 Log: hier(7): Add /usr/lib/private Requested by: theraven MFC After:3 days Modified: head/share/man/man7/hier.7 Modified: head/share/man/man7/hier.7

svn commit: r262452 - head/sys/boot/common

2014-02-24 Thread Robert Watson
Author: rwatson Date: Mon Feb 24 18:44:03 2014 New Revision: 262452 URL: http://svnweb.freebsd.org/changeset/base/262452 Log: Build 64-bit ELF support into little-endian 64-bit MIPS boot-loader fragments; while this won't actually be used for anything (yet), it doesn't hurt to ensure it is e

svn commit: r262453 - head/sys/boot/ficl

2014-02-24 Thread Robert Watson
Author: rwatson Date: Mon Feb 24 18:44:22 2014 New Revision: 262453 URL: http://svnweb.freebsd.org/changeset/base/262453 Log: Build FICL support into little-endian 64-bit MIPS boot-loader fragments; while this won't actually be used for anything (yet), it doesn't hurt to ensure it is exposed

Re: svn commit: r262424 - head/usr.sbin/pmcstat

2014-02-24 Thread John-Mark Gurney
Adrian Chadd wrote this message on Mon, Feb 24, 2014 at 07:54 -0800: > I'll sit down with a docs person and get the manpage markup done. It > was on my todo list; I just wanted to get the code committed now. Also, don't forget to document EVFILT_SENDFILE too! > On 24 February 2014 03:06, Gleb Smi

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

2014-02-24 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 24 19:19:35 2014 New Revision: 262454 URL: http://svnweb.freebsd.org/changeset/base/262454 Log: Fix compiler warning. Reported by: David Wolfskill MFC after:2 weeks Modified: head/sys/dev/usb/input/atp.c Modified: head/sys/dev/usb/input/atp.c =

svn commit: r262455 - head/share/man/man4

2014-02-24 Thread Hans Petter Selasky
Author: hselasky Date: Mon Feb 24 19:27:26 2014 New Revision: 262455 URL: http://svnweb.freebsd.org/changeset/base/262455 Log: Update ATP manual page. Submitted by: Rohit Grover MFC after:2 weeks Modified: head/share/man/man4/atp.4 Modified: head/share/man/man4/atp.4

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

2014-02-24 Thread Ruslan Bukin
Author: br Date: Mon Feb 24 19:32:15 2014 New Revision: 262456 URL: http://svnweb.freebsd.org/changeset/base/262456 Log: Add support for Quartz Module. Quartz is a tiny module utilized Freescale VF6xx system-on-chip and development kit produced by Device Solutions. Quartz is availa

Re: svn commit: r262447 - head/lib/libiconv_modules/VIQR

2014-02-24 Thread Glen Barber
On Mon, Feb 24, 2014 at 02:40:29PM +, Tijl Coosemans wrote: > Author: tijl > Date: Mon Feb 24 14:40:28 2014 > New Revision: 262447 > URL: http://svnweb.freebsd.org/changeset/base/262447 > > Log: > Fix an array index out of bounds bug in iconv VIQR (Vietnamese) module. > This breaks gcc b

svn commit: r262461 - head/lib/libiconv_modules/VIQR

2014-02-24 Thread Xin LI
Author: delphij Date: Mon Feb 24 23:56:09 2014 New Revision: 262461 URL: http://svnweb.freebsd.org/changeset/base/262461 Log: Patch 1/2: Pet gcc: enclose the for loop that currently do nothing with an if. Reviewed by: sha256(1) X-MFC-With: r262447 Modified: head/lib/libiconv_mo

svn commit: r262462 - head/lib/libiconv_modules/VIQR

2014-02-24 Thread Xin LI
Author: delphij Date: Mon Feb 24 23:58:07 2014 New Revision: 262462 URL: http://svnweb.freebsd.org/changeset/base/262462 Log: Patch 2/2: Reindent the code after previous change. X-MFC-With: r262447 Modified: head/lib/libiconv_modules/VIQR/citrus_viqr.c Modified: head/lib/libiconv

svn commit: r262463 - head/lib/libiconv_modules/VIQR

2014-02-24 Thread Xin LI
Author: delphij Date: Tue Feb 25 00:57:06 2014 New Revision: 262463 URL: http://svnweb.freebsd.org/changeset/base/262463 Log: Revert 262462 and 262461, they didn't solve the problem, in fact I should actually waited the build to be finished before committing. A proper fix would be commi

svn commit: r262464 - head/lib/libiconv_modules/VIQR

2014-02-24 Thread Xin LI
Author: delphij Date: Tue Feb 25 01:11:05 2014 New Revision: 262464 URL: http://svnweb.freebsd.org/changeset/base/262464 Log: Wrap for loop in #if block testing the size is actually greater than 0. This silences gcc warning. Reviewed by: sha256(1) with clang X-MFC-With: r262447 Mod

svn commit: r262465 - head/sys/dev/usb/wlan

2014-02-24 Thread Kevin Lo
Author: kevlo Date: Tue Feb 25 01:42:02 2014 New Revision: 262465 URL: http://svnweb.freebsd.org/changeset/base/262465 Log: Add a flag to run's device list which uses a standard scsi eject. The flag indicates that the mcu doesn't need to load firmware. Tested by:Alex Deiter , myself

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

2014-02-24 Thread Mark Johnston
Author: markj Date: Tue Feb 25 02:58:11 2014 New Revision: 262466 URL: http://svnweb.freebsd.org/changeset/base/262466 Log: Make all 8 syscall arguments available to syscall probes in the same way that this is done for SDT probes. This fixes the syscall/tst.args.d test, which was failing bec

svn commit: r262467 - head/bin/sh

2014-02-24 Thread Daichi GOTO
Author: daichi (ports committer) Date: Tue Feb 25 03:05:43 2014 New Revision: 262467 URL: http://svnweb.freebsd.org/changeset/base/262467 Log: sh: Add -h option to SYNOPSIS Reviewed by: jilles MFC after:soon Modified: head/bin/sh/sh.1 Modified: head/bin/sh/sh.1 ==

Re: svn commit: r262467 - head/bin/sh

2014-02-24 Thread Bryan Drewery
On 2/24/2014 9:05 PM, Daichi GOTO wrote: > Author: daichi (ports committer) > Date: Tue Feb 25 03:05:43 2014 > New Revision: 262467 > URL: http://svnweb.freebsd.org/changeset/base/262467 > > Log: > sh: Add -h option to SYNOPSIS > > Reviewed by:jilles > MFC after: soon > > Modifi

Re: svn commit: r262467 - head/bin/sh

2014-02-24 Thread Daichi GOTO
Hi Bryan, Yeah you are right. But it seems not very important for a change like this for .Dd bump. Even so should I update .Dd ? 2014/02/25 12:08、Bryan Drewery : > On 2/24/2014 9:05 PM, Daichi GOTO wrote: >> Author: daichi (ports committer) >> Date: Tue Feb 25 03:05:43 2014 >> New Revision: 26

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-24 Thread Peter Jeremy
On 2014-Feb-22 13:14:38 +0100, Baptiste Daroussin wrote: >On Sat, Feb 22, 2014 at 07:23:50PM +1100, Peter Jeremy wrote: >> I'd also query the reason for including Debian-specific code in the >> FreeBSD base. >Where have you seen debian specific code? /usr/src/contrib/dma/debian - as far as I can

svn commit: r262471 - head/sys/sparc64/sparc64

2014-02-24 Thread Dimitry Andric
Author: dim Date: Tue Feb 25 07:28:51 2014 New Revision: 262471 URL: http://svnweb.freebsd.org/changeset/base/262471 Log: In sys/sparc64/sparc64/spitfire.c, prevent signed shift overflow by casting to the appropriate type. (Note this fix cannot be done in sys/sparc64/sparc64/spitfire.c, sin

svn commit: r262472 - head/sys/sparc64/pci

2014-02-24 Thread Dimitry Andric
Author: dim Date: Tue Feb 25 07:33:28 2014 New Revision: 262472 URL: http://svnweb.freebsd.org/changeset/base/262472 Log: Make sure a for loop in fire_alloc_msix() terminates, by making the loop counter signed. Reviewed by: marius MFC after:3 days Modified: head/sys/sparc64/pci/

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-24 Thread Baptiste Daroussin
On Tue, Feb 25, 2014 at 05:22:22PM +1100, Peter Jeremy wrote: > On 2014-Feb-22 13:14:38 +0100, Baptiste Daroussin wrote: > >On Sat, Feb 22, 2014 at 07:23:50PM +1100, Peter Jeremy wrote: > >> I'd also query the reason for including Debian-specific code in the > >> FreeBSD base. > > >Where have you