Re: svn commit: r263957 - in head/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-03-30 Thread Yonghyeon PYUN
On Mon, Mar 31, 2014 at 01:25:35PM +0900, Yonghyeon PYUN wrote: > On Sun, Mar 30, 2014 at 09:00:59PM -0700, John-Mark Gurney wrote: > > Pyun YongHyeon wrote this message on Mon, Mar 31, 2014 at 01:54 +: > > > Author: yongari > > > Date: Mon Mar 31 01:54:59 2014 > > > New Revision: 263957 > > >

Re: svn commit: r263957 - in head/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-03-30 Thread Yonghyeon PYUN
On Sun, Mar 30, 2014 at 09:00:59PM -0700, John-Mark Gurney wrote: > Pyun YongHyeon wrote this message on Mon, Mar 31, 2014 at 01:54 +: > > Author: yongari > > Date: Mon Mar 31 01:54:59 2014 > > New Revision: 263957 > > URL: http://svnweb.freebsd.org/changeset/base/263957 > > > > Log: > > Inc

Re: svn commit: r263957 - in head/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-03-30 Thread John-Mark Gurney
Pyun YongHyeon wrote this message on Mon, Mar 31, 2014 at 01:54 +: > Author: yongari > Date: Mon Mar 31 01:54:59 2014 > New Revision: 263957 > URL: http://svnweb.freebsd.org/changeset/base/263957 > > Log: > Increase the number of TX DMA segments from 32 to 35. It turned > out 32 is not en

Re: svn commit: r263953 - in head: . share/mk

2014-03-30 Thread Andrey Chernov
On 31.03.2014 3:43, Warner Losh wrote: > Author: imp > Date: Sun Mar 30 23:43:30 2014 > New Revision: 263953 > URL: http://svnweb.freebsd.org/changeset/base/263953 Somewhere after your mk changes (I think, previous files) typing 'make' in /usr/src/lib produce that: make: "/usr/share/mk/bsd.subdir

svn commit: r263957 - in head/sys: dev/age dev/alc dev/ale dev/bce dev/bge dev/fxp dev/jme dev/msk dev/nfe dev/sge pci

2014-03-30 Thread Pyun YongHyeon
Author: yongari Date: Mon Mar 31 01:54:59 2014 New Revision: 263957 URL: http://svnweb.freebsd.org/changeset/base/263957 Log: Increase the number of TX DMA segments from 32 to 35. It turned out 32 is not enough to support a full sized TSO packet. While I'm here fix a long standing bug intro

Re: svn commit: r263885 - in head/sys/dev/vt: . hw/vga

2014-03-30 Thread Alexey Dokuchaev
On Sun, Mar 30, 2014 at 11:38:24PM +0300, Aleksandr Rybalko wrote: > > I've always wondered why FreeBSD *ever* had this ugly > > "look-we-can-make-it- like-in-wind0ze" mouse pointer on the console. > > I've been always building kernel with SC_ALT_MOUSE_IMAGE; I'm really > > hoping (if this nonsense

svn commit: r263953 - in head: . share/mk

2014-03-30 Thread Warner Losh
Author: imp Date: Sun Mar 30 23:43:30 2014 New Revision: 263953 URL: http://svnweb.freebsd.org/changeset/base/263953 Log: There's no need to guess at the COMPILER_TYPE to pass it down. We guess wrong for buildkernel when CC=gcc49, say. Eliminate all the guessing. COMPILER_TYPE propigates pro

svn commit: r263954 - in head/sys: cam/scsi compat/freebsd32 dev/aacraid dev/acpica dev/advansys dev/aic7xxx sys

2014-03-30 Thread Warner Losh
Author: imp Date: Sun Mar 30 23:43:36 2014 New Revision: 263954 URL: http://svnweb.freebsd.org/changeset/base/263954 Log: Remove instances of variables that were set, but never used. gcc 4.9 warns about these by default. Modified: head/sys/cam/scsi/scsi_da.c head/sys/cam/scsi/scsi_enc_ses

svn commit: r263949 - head

2014-03-30 Thread Warner Losh
Author: imp Date: Sun Mar 30 22:24:37 2014 New Revision: 263949 URL: http://svnweb.freebsd.org/changeset/base/263949 Log: When building g++, we need to build libsupc earlier to avoid a race with libproc. Not sure why people didn't see this before now, but I get it often for higher (20-30) -j

svn commit: r263952 - head

2014-03-30 Thread Warner Losh
Author: imp Date: Sun Mar 30 22:25:01 2014 New Revision: 263952 URL: http://svnweb.freebsd.org/changeset/base/263952 Log: Move stray targets out of the xdev section. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r263951 - in head: . share/mk

2014-03-30 Thread Warner Losh
Author: imp Date: Sun Mar 30 22:24:53 2014 New Revision: 263951 URL: http://svnweb.freebsd.org/changeset/base/263951 Log: Kill NO_TESTS and use MK_TESTS=no when we want to skip them. Modified: head/Makefile.inc1 head/share/mk/bsd.own.mk Modified: head/Makefile.inc1

svn commit: r263950 - in head: . share/mk

2014-03-30 Thread Warner Losh
Author: imp Date: Sun Mar 30 22:24:45 2014 New Revision: 263950 URL: http://svnweb.freebsd.org/changeset/base/263950 Log: Allow the build system to safely set MK_FOO to avoid the ambiguity when both WITH_FOO and WITHOUT_FOO are set. Use this where possible. Only disallow setting of MK_FOO on

svn commit: r263948 - head/contrib/byacc

2014-03-30 Thread Baptiste Daroussin
Author: bapt Date: Sun Mar 30 21:56:13 2014 New Revision: 263948 URL: http://svnweb.freebsd.org/changeset/base/263948 Log: Convert an unused banner from skeleton.c into a comment. It is added to every generated files and fix build at certain warning level with clang 3.4 Submitted by: Tho

Re: svn commit: r263885 - in head/sys/dev/vt: . hw/vga

2014-03-30 Thread Aleksandr Rybalko
On Sun, 30 Mar 2014 07:04:44 + Alexey Dokuchaev wrote: > On Sun, Mar 30, 2014 at 12:35:23AM +0200, Aleksandr Rybalko wrote: > > vt(4) have to use bitblt like method which is able to do masked > > write, since mouse cursor have to left visible characters under > > itself. But masked bitblt qui

svn commit: r263940 - head/usr.bin/units

2014-03-30 Thread Eitan Adler
Author: eadler Date: Sun Mar 30 16:04:47 2014 New Revision: 263940 URL: http://svnweb.freebsd.org/changeset/base/263940 Log: add capsicum to units(1) Modified: head/usr.bin/units/units.c Modified: head/usr.bin/units/units.c

svn commit: r263937 - head/etc/pkg

2014-03-30 Thread Bryan Drewery
Author: bdrewery Date: Sun Mar 30 15:24:17 2014 New Revision: 263937 URL: http://svnweb.freebsd.org/changeset/base/263937 Log: Give hint on how to disable the default repository. Discussed with: bapt MFC after:instantly (preparing EN) Modified: head/etc/pkg/FreeBSD.conf Modi

svn commit: r263936 - in head/sys: arm/conf arm/samsung/exynos boot/fdt/dts/arm

2014-03-30 Thread Ruslan Bukin
Author: br Date: Sun Mar 30 15:22:36 2014 New Revision: 263936 URL: http://svnweb.freebsd.org/changeset/base/263936 Log: Add support for keyboard used in Samsung Chromebook (ARM machine) Support covers device drivers for: - Interrupt Combiner - gpio/pad, External Interrupts Controller (

svn commit: r263935 - head/sys/arm/conf

2014-03-30 Thread Ruslan Bukin
Author: br Date: Sun Mar 30 14:57:00 2014 New Revision: 263935 URL: http://svnweb.freebsd.org/changeset/base/263935 Log: Add lowercase postfix, so SoC-common file will be ignored by tinderbox. Added: head/sys/arm/conf/EXYNOS5250.common - copied unchanged from r263933, head/sys/arm/conf/E

svn commit: r263934 - head/sys/arm/samsung/exynos

2014-03-30 Thread Ruslan Bukin
Author: br Date: Sun Mar 30 14:42:53 2014 New Revision: 263934 URL: http://svnweb.freebsd.org/changeset/base/263934 Log: Directly call kmem_alloc_contig to allocate framebuffer memory and pass VM_MEMATTR_UNCACHEABLE (no-cache, no-buffer). This fixes screen refreshing problem when data is upd

svn commit: r263933 - head/sys/arm/conf

2014-03-30 Thread Ruslan Bukin
Author: br Date: Sun Mar 30 14:25:14 2014 New Revision: 263933 URL: http://svnweb.freebsd.org/changeset/base/263933 Log: - Merge SoC-common parts - Enable iicbus device Added: head/sys/arm/conf/EXYNOS5250 (contents, props changed) Modified: head/sys/arm/conf/ARNDALE head/sys/arm/conf/

Re: svn commit: r263885 - in head/sys/dev/vt: . hw/vga

2014-03-30 Thread Alexey Dokuchaev
On Sun, Mar 30, 2014 at 12:35:23AM +0200, Aleksandr Rybalko wrote: > vt(4) have to use bitblt like method which is able to do masked write, > since mouse cursor have to left visible characters under itself. > But masked bitblt quite expensive due to read from framebuffer to apply > mask or due to V