Re: svn commit: r269601 - in head/sys: conf dev/fb

2014-08-07 Thread Alexey Dokuchaev
On Tue, Aug 05, 2014 at 06:19:52PM +, Nathan Whitehorn wrote: New Revision: 269601 URL: http://svnweb.freebsd.org/changeset/base/269601 Log: Add a simple unaccelerated vt(4) framebuffer driver for Sun framebuffers handled by creator(4) (Sun Creator 3D, Elite 3D, etc.). This provides

svn commit: r269660 - head/usr.bin/m4

2014-08-07 Thread Baptiste Daroussin
Author: bapt Date: Thu Aug 7 09:38:27 2014 New Revision: 269660 URL: http://svnweb.freebsd.org/changeset/base/269660 Log: Lower warnings again to 3 the right thing would be to fix the warnings which will be done by discussing with upstream I want the m4 code to stay as close as possible to

svn commit: r269661 - head/sys/kern

2014-08-07 Thread Andrey V . Elsukov
Author: ae Date: Thu Aug 7 10:23:50 2014 New Revision: 269661 URL: http://svnweb.freebsd.org/changeset/base/269661 Log: Use cpuset_setithread() to apply cpu mask to taskq threads. Sponsored by: Yandex LLC Modified: head/sys/kern/subr_taskqueue.c Modified:

svn commit: r269662 - head

2014-08-07 Thread Ollivier Robert
Author: roberto Date: Thu Aug 7 11:44:30 2014 New Revision: 269662 URL: http://svnweb.freebsd.org/changeset/base/269662 Log: 10 has a new flex (2.5.37) and the config.h for unbound has been updated to take this into account. Alas it breaks source upgrade from any version of 9 because flex

svn commit: r269663 - stable/9/sys/amd64/conf

2014-08-07 Thread Sergey Kandaurov
Author: pluknet Date: Thu Aug 7 12:19:42 2014 New Revision: 269663 URL: http://svnweb.freebsd.org/changeset/base/269663 Log: Fix amd64 LINT. hyperv is not in stable/9, thus partially revert MFC r257277. Modified: stable/9/sys/amd64/conf/NOTES Modified: stable/9/sys/amd64/conf/NOTES

svn commit: r269664 - head/sys/dev/usb/gadget

2014-08-07 Thread Hans Petter Selasky
Author: hselasky Date: Thu Aug 7 12:47:25 2014 New Revision: 269664 URL: http://svnweb.freebsd.org/changeset/base/269664 Log: Make sure the USB audio level residue is non-zero. Modified: head/sys/dev/usb/gadget/g_audio.c Modified: head/sys/dev/usb/gadget/g_audio.c

Re: svn commit: r267716 - in head/sys: kern sys

2014-08-07 Thread Konstantin Belousov
On Sun, Jun 22, 2014 at 11:32:23AM +, Alexander V. Chernikov wrote: Author: melifaro Date: Sun Jun 22 11:32:23 2014 New Revision: 267716 URL: http://svnweb.freebsd.org/changeset/base/267716 Log: Permit changing cpu mask for cpu set 1 in presence of drivers binding their threads to

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

2014-08-07 Thread Raphael Kubo da Costa
Andrey V. Elsukov a...@freebsd.org writes: Author: ae Date: Thu Aug 7 10:23:50 2014 New Revision: 269661 URL: http://svnweb.freebsd.org/changeset/base/269661 Log: Use cpuset_setithread() to apply cpu mask to taskq threads. Sponsored by: Yandex LLC This broke the build here:

svn commit: r269665 - head/usr.bin/m4

2014-08-07 Thread Julio Merino
Author: jmmv Date: Thu Aug 7 14:26:44 2014 New Revision: 269665 URL: http://svnweb.freebsd.org/changeset/base/269665 Log: Avoid name shadowing to fix build under powerpc64. Error was: cc1: warnings being treated as errors .../usr.bin/m4/misc.c: In function 'm4errx':

svn commit: r269666 - head/sys/kern

2014-08-07 Thread Andrey V . Elsukov
Author: ae Date: Thu Aug 7 14:32:28 2014 New Revision: 269666 URL: http://svnweb.freebsd.org/changeset/base/269666 Log: Temporary revert r269661, it looks like the patch isn't complete. Modified: head/sys/kern/subr_taskqueue.c Modified: head/sys/kern/subr_taskqueue.c

svn commit: r269668 - vendor/resolver/dist/lib/libc/nameser

2014-08-07 Thread Pedro F . Giffuni
Author: pfg Date: Thu Aug 7 16:40:24 2014 New Revision: 269668 URL: http://svnweb.freebsd.org/changeset/base/269668 Log: Fix broken pointer overflow check ns_name_unpack() Many compilers may optimize away the overflow check `msg + l msg', where `msg' is a pointer and `l' is an integer,

Re: svn commit: r269656 - in head: bin/ps sys/kern sys/sys

2014-08-07 Thread Don Lewis
On 7 Aug, Konstantin Belousov wrote: Author: kib Date: Thu Aug 7 05:47:53 2014 New Revision: 269656 URL: http://svnweb.freebsd.org/changeset/base/269656 Log: Correct the problems with the ptrace(2) making the debuggee an orphan. One problem is inferior(9) looping due to the process

svn commit: r269669 - in head/sys: kern sys

2014-08-07 Thread Bjoern A . Zeeb
Author: bz Date: Thu Aug 7 16:49:50 2014 New Revision: 269669 URL: http://svnweb.freebsd.org/changeset/base/269669 Log: Split up sys_ktimer_getoverrun() into a sys_ and a kern_ variant and export the kern_ version needed by an upcoming linuxolator change. MFC after:3 days

svn commit: r269670 - in vendor-crypto/openssl/dist: . apps crypto crypto/asn1 crypto/bio crypto/bn crypto/cms crypto/conf crypto/ec crypto/evp crypto/idea crypto/objects crypto/ocsp crypto/pem cry...

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 16:49:55 2014 New Revision: 269670 URL: http://svnweb.freebsd.org/changeset/base/269670 Log: Import OpenSSL 1.0.1i. Added: vendor-crypto/openssl/dist/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod vendor-crypto/openssl/dist/ssl/ssl_utst.c (contents, props

svn commit: r269671 - vendor-crypto/openssl/1.0.1i

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 16:50:46 2014 New Revision: 269671 URL: http://svnweb.freebsd.org/changeset/base/269671 Log: Tag OpenSSL 1.0.1i. Added: vendor-crypto/openssl/1.0.1i/ - copied from r269670, vendor-crypto/openssl/dist/ ___

svn commit: r269672 - in vendor-crypto/openssl/dist-0.9.8: . apps crypto crypto/asn1 crypto/bio crypto/bn crypto/camellia/asm crypto/conf crypto/ec crypto/idea crypto/objects crypto/ocsp crypto/pkc...

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 16:51:50 2014 New Revision: 269672 URL: http://svnweb.freebsd.org/changeset/base/269672 Log: Import 0.9.8zb. Added: vendor-crypto/openssl/dist-0.9.8/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod Deleted: vendor-crypto/openssl/dist-0.9.8/crypto/camellia/asm/

svn commit: r269673 - vendor-crypto/openssl/0.9.8zb

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 16:52:59 2014 New Revision: 269673 URL: http://svnweb.freebsd.org/changeset/base/269673 Log: Tag OpenSSL 0.9.8zb. Added: vendor-crypto/openssl/0.9.8zb/ - copied from r269672, vendor-crypto/openssl/dist-0.9.8/ ___

svn commit: r269674 - head/sys/ufs/ffs

2014-08-07 Thread Kirk McKusick
Author: mckusick Date: Thu Aug 7 16:53:07 2014 New Revision: 269674 URL: http://svnweb.freebsd.org/changeset/base/269674 Log: The SUJ journal is only prepared to handle full-size block numbers, so we have to adjust freeblk records to reflect the change to a full-size block. For example,

svn commit: r269675 - head/sys/x86/isa

2014-08-07 Thread Roger Pau Monné
Author: royger Date: Thu Aug 7 17:00:50 2014 New Revision: 269675 URL: http://svnweb.freebsd.org/changeset/base/269675 Log: atpic: make sure atpic_init is called after IO APIC initialization After r269510 the IO APIC and ATPIC initialization is done at the same order, which means

svn commit: r269676 - vendor-crypto/openssl/dist-0.9.8

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 17:05:25 2014 New Revision: 269676 URL: http://svnweb.freebsd.org/changeset/base/269676 Log: Sync. with ^/vendor-crypto/openssl/dist/FREEBSD-upgrade. Modified: vendor-crypto/openssl/dist-0.9.8/FREEBSD-upgrade Modified:

svn commit: r269679 - stable/10/sys/arm/arm

2014-08-07 Thread Ian Lepore
Author: ian Date: Thu Aug 7 17:49:42 2014 New Revision: 269679 URL: http://svnweb.freebsd.org/changeset/base/269679 Log: MFC r256691, r256748: casuword fixes Use unsigned compare against KERNBASE addr. Use atomic ops on armv6. Modified: stable/10/sys/arm/arm/fusu.S Directory

svn commit: r269681 - stable/9/libexec/rtld-elf

2014-08-07 Thread Mark Johnston
Author: markj Date: Thu Aug 7 18:37:15 2014 New Revision: 269681 URL: http://svnweb.freebsd.org/changeset/base/269681 Log: MFC r265456, r265578: Add a postinit debugger hook to rtld. This will be used by dtrace(1) to halt the victim process before its entry point is called, at which point

svn commit: r269680 - stable/10/libexec/rtld-elf

2014-08-07 Thread Mark Johnston
Author: markj Date: Thu Aug 7 18:36:47 2014 New Revision: 269680 URL: http://svnweb.freebsd.org/changeset/base/269680 Log: MFC r265456, r265578: Add a postinit debugger hook to rtld. This will be used by dtrace(1) to halt the victim process before its entry point is called, at which point

Re: svn commit: r269656 - in head: bin/ps sys/kern sys/sys

2014-08-07 Thread Bryan Drewery
On 8/7/2014 12:47 AM, Konstantin Belousov wrote: Author: kib Date: Thu Aug 7 05:47:53 2014 New Revision: 269656 URL: http://svnweb.freebsd.org/changeset/base/269656 Log: Correct the problems with the ptrace(2) making the debuggee an orphan. One problem is inferior(9) looping due to

svn commit: r269682 - in head: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/cms crypt...

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 18:56:10 2014 New Revision: 269682 URL: http://svnweb.freebsd.org/changeset/base/269682 Log: Merge OpenSSL 1.0.1i. Added: head/crypto/openssl/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod - copied unchanged from r269670,

svn commit: r269683 - stable/8/lib/libc/stdlib

2014-08-07 Thread Peter Wemm
Author: peter Date: Thu Aug 7 20:01:00 2014 New Revision: 269683 URL: http://svnweb.freebsd.org/changeset/base/269683 Log: Like on stable/9 and later, don't redefine MALLOC_PRODUCTION Modified: stable/8/lib/libc/stdlib/malloc.c Modified: stable/8/lib/libc/stdlib/malloc.c

svn commit: r269684 - stable/8/lib/libc/stdlib

2014-08-07 Thread Peter Wemm
Author: peter Date: Thu Aug 7 20:05:50 2014 New Revision: 269684 URL: http://svnweb.freebsd.org/changeset/base/269684 Log: Fix cut/paste brain-o. Spell #endif correctly. Modified: stable/8/lib/libc/stdlib/malloc.c Modified: stable/8/lib/libc/stdlib/malloc.c

svn commit: r269685 - in head/sys: dev/fb dev/vt dev/vt/hw/efifb dev/vt/hw/fb dev/vt/hw/ofwfb dev/vt/hw/vga powerpc/ps3

2014-08-07 Thread Nathan Whitehorn
Author: nwhitehorn Date: Thu Aug 7 21:00:16 2014 New Revision: 269685 URL: http://svnweb.freebsd.org/changeset/base/269685 Log: Retire vd_maskbitbltchr. The same functionality can be obtained by testing for mask != NULL in vd_bitbltchr, which all implementations of vd_bitbltchr() were

svn commit: r269686 - in stable/10: crypto/openssl crypto/openssl/apps crypto/openssl/crypto crypto/openssl/crypto/asn1 crypto/openssl/crypto/bio crypto/openssl/crypto/bn crypto/openssl/crypto/cms ...

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 21:04:42 2014 New Revision: 269686 URL: http://svnweb.freebsd.org/changeset/base/269686 Log: MFC: r269682 Merge OpenSSL 1.0.1i. Added: stable/10/crypto/openssl/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod - copied unchanged from r269682,

svn commit: r269687 - in stable: 8/crypto/openssl 8/crypto/openssl/apps 8/crypto/openssl/crypto 8/crypto/openssl/crypto/asn1 8/crypto/openssl/crypto/bio 8/crypto/openssl/crypto/bn 8/crypto/openssl/...

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 21:06:34 2014 New Revision: 269687 URL: http://svnweb.freebsd.org/changeset/base/269687 Log: Merge OpenSSL 0.9.8zb. Added: stable/8/crypto/openssl/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod - copied unchanged from r269672,

svn commit: r269687 - in stable: 8/crypto/openssl 8/crypto/openssl/apps 8/crypto/openssl/crypto 8/crypto/openssl/crypto/asn1 8/crypto/openssl/crypto/bio 8/crypto/openssl/crypto/bn 8/crypto/openssl/...

2014-08-07 Thread Jung-uk Kim
Author: jkim Date: Thu Aug 7 21:06:34 2014 New Revision: 269687 URL: http://svnweb.freebsd.org/changeset/base/269687 Log: Merge OpenSSL 0.9.8zb. Added: stable/9/crypto/openssl/doc/ssl/SSL_CTX_set_tlsext_ticket_key_cb.pod - copied unchanged from r269672,

svn commit: r269688 - head

2014-08-07 Thread Ian Lepore
Author: ian Date: Thu Aug 7 21:37:03 2014 New Revision: 269688 URL: http://svnweb.freebsd.org/changeset/base/269688 Log: m4 now requires libohash, ensure it gets built when bootstrapping. Modified: head/Makefile.inc1 Modified: head/Makefile.inc1

svn commit: r269692 - head/sys/geom/journal

2014-08-07 Thread Warner Losh
Author: imp Date: Thu Aug 7 21:56:42 2014 New Revision: 269692 URL: http://svnweb.freebsd.org/changeset/base/269692 Log: cswitch is unsigned, so don't compare it 0. Any negative numbers will look huge and be caught by 100. Modified: head/sys/geom/journal/g_journal.c Modified:

svn commit: r269693 - head/sys/dev/oce

2014-08-07 Thread Warner Losh
Author: imp Date: Thu Aug 7 21:56:46 2014 New Revision: 269693 URL: http://svnweb.freebsd.org/changeset/base/269693 Log: Cast queue length because q_len isn't really an enum in the same sense that clang wants it to be (a value that can only have values inside the enum range), but rather an

svn commit: r269691 - head/sys/geom/cache

2014-08-07 Thread Warner Losh
Author: imp Date: Thu Aug 7 21:56:37 2014 New Revision: 269691 URL: http://svnweb.freebsd.org/changeset/base/269691 Log: Unsigned values can never be less than 0. Modified: head/sys/geom/cache/g_cache.c Modified: head/sys/geom/cache/g_cache.c

svn commit: r269690 - head/sys/dev/esp

2014-08-07 Thread Warner Losh
Author: imp Date: Thu Aug 7 21:56:32 2014 New Revision: 269690 URL: http://svnweb.freebsd.org/changeset/base/269690 Log: target is unsigned, so don't compare it 0 for range test. Modified: head/sys/dev/esp/ncr53c9x.c Modified: head/sys/dev/esp/ncr53c9x.c

svn commit: r269695 - head/lib/libc/net

2014-08-07 Thread Pedro F . Giffuni
Author: pfg Date: Thu Aug 7 22:14:37 2014 New Revision: 269695 URL: http://svnweb.freebsd.org/changeset/base/269695 Log: Const-ify character string Obtained from: Apple Inc. (Libc 997.90.3) MFC after:3 days Modified: head/lib/libc/net/linkaddr.c Modified:

svn commit: r269696 - in stable/10: sbin/ipf sys/contrib/ipfilter/netinet

2014-08-07 Thread Cy Schubert
Author: cy Date: Fri Aug 8 00:58:24 2014 New Revision: 269696 URL: http://svnweb.freebsd.org/changeset/base/269696 Log: MFC r269585 - Honour WITH and WITHOUT_INET6_SUPPORT. Approved by: glebius (mentor - implicit) Modified: stable/10/sbin/ipf/Makefile.inc

svn commit: r269697 - head/sys/conf

2014-08-07 Thread Ian Lepore
Author: ian Date: Fri Aug 8 01:21:52 2014 New Revision: 269697 URL: http://svnweb.freebsd.org/changeset/base/269697 Log: Add the dts include directory to the -I list when doing arm builds. Modified: head/sys/conf/Makefile.arm Modified: head/sys/conf/Makefile.arm

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

2014-08-07 Thread Ian Lepore
Author: ian Date: Fri Aug 8 01:23:43 2014 New Revision: 269698 URL: http://svnweb.freebsd.org/changeset/base/269698 Log: Add a missing clock register definition. Modified: head/sys/arm/freescale/imx/imx6_ccmreg.h Modified: head/sys/arm/freescale/imx/imx6_ccmreg.h

svn commit: r269699 - in head/sys: net netinet netinet6 netipsec netpfil/pf sys

2014-08-07 Thread Kevin Lo
Author: kevlo Date: Fri Aug 8 01:57:15 2014 New Revision: 269699 URL: http://svnweb.freebsd.org/changeset/base/269699 Log: Merge 'struct ip6protosw' and 'struct protosw' into one. Now we have only one protocol switch structure that is shared between ipv4 and ipv6. Phabric: D476

svn commit: r269700 - in head: sys/amd64/vmm usr.sbin/bhyve

2014-08-07 Thread Neel Natu
Author: neel Date: Fri Aug 8 03:49:01 2014 New Revision: 269700 URL: http://svnweb.freebsd.org/changeset/base/269700 Log: Support PCI extended config space in bhyve. Add the ACPI MCFG table to advertise the extended config memory window. Introduce a new flag MEM_F_IMMUTABLE for

Re: svn commit: r269656 - in head: bin/ps sys/kern sys/sys

2014-08-07 Thread Konstantin Belousov
On Thu, Aug 07, 2014 at 09:48:18AM -0700, Don Lewis wrote: On 7 Aug, Konstantin Belousov wrote: Author: kib Date: Thu Aug 7 05:47:53 2014 New Revision: 269656 URL: http://svnweb.freebsd.org/changeset/base/269656 Log: Correct the problems with the ptrace(2) making the debuggee