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

2015-08-17 Thread Ed Maste
Author: emaste Date: Mon Aug 17 10:48:55 2015 New Revision: 286842 URL: https://svnweb.freebsd.org/changeset/base/286842 Log: Separate ELFTOOLCHAIN_BOOTSTRAP from BINUTILS_BOOTSTRAP For most cases they are equivalent, but BINUTILS_BOOTSTRAP is a BROKEN_OPTION on arm64 as the in-tree GNU

svn commit: r286840 - head/usr.sbin/wlandebug

2015-08-17 Thread Gleb Smirnoff
Author: glebius Date: Mon Aug 17 09:18:54 2015 New Revision: 286840 URL: https://svnweb.freebsd.org/changeset/base/286840 Log: Belatedly fix documentation on which interface to use as argument. Modified: head/usr.sbin/wlandebug/wlandebug.8 Modified: head/usr.sbin/wlandebug/wlandebug.8

Re: svn commit: r286787 - head/sys/x86/x86

2015-08-17 Thread Roger Pau Monné
El 16/08/15 a les 11.50, Konstantin Belousov ha escrit: On Sun, Aug 16, 2015 at 12:03:58PM +0300, Konstantin Belousov wrote: On Sun, Aug 16, 2015 at 10:16:53AM +0200, Roger Pau Monn?? wrote: pmap_map_io_transient contains some of this logic, but it uses vmem_alloc (with M_WAITOK) instead of a

Re: svn commit: r286840 - head/usr.sbin/wlandebug

2015-08-17 Thread Baptiste Daroussin
On Mon, Aug 17, 2015 at 09:18:54AM +, Gleb Smirnoff wrote: Author: glebius Date: Mon Aug 17 09:18:54 2015 New Revision: 286840 URL: https://svnweb.freebsd.org/changeset/base/286840 Log: Belatedly fix documentation on which interface to use as argument. Modified:

svn commit: r286862 - head/sys/netpfil/pf

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 23:03:54 2015 New Revision: 286862 URL: https://svnweb.freebsd.org/changeset/base/286862 Log: Fix the copy of addresses passed from userland in table replace command. The size2 is the maximum userland buffer size (used when the addresses are copied back to

Re: svn commit: r286866 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/gen lib/libc

2015-08-17 Thread NGie Cooper
On Mon, Aug 17, 2015 at 5:21 PM, Jason Evans jas...@freebsd.org wrote: Author: jasone Date: Tue Aug 18 00:21:25 2015 New Revision: 286866 URL: https://svnweb.freebsd.org/changeset/base/286866 Log: Update jemalloc to version 4.0.0. Relnotes: yes! Also, is there a summary of the changes

svn commit: r286865 - in head/sys/dev: bwi bwn ipw iwm wi wpi

2015-08-17 Thread Adrian Chadd
Author: adrian Date: Mon Aug 17 23:44:38 2015 New Revision: 286865 URL: https://svnweb.freebsd.org/changeset/base/286865 Log: Convert more ifp-if_softc - ic-ic_softc. These should be a big no-op. Tested: * make universe Modified: head/sys/dev/bwi/if_bwi.c

svn commit: r286864 - head/sys/dev/iwn

2015-08-17 Thread Adrian Chadd
Author: adrian Date: Mon Aug 17 23:35:31 2015 New Revision: 286864 URL: https://svnweb.freebsd.org/changeset/base/286864 Log: Migrate ifp-if_softc - ic-ic_softc. Tested: * Lenovo T400 (Intel 5300) * make universe Modified: head/sys/dev/iwn/if_iwn.c Modified:

svn commit: r286867 - in head/sys/dev/vt: . hw/fb

2015-08-17 Thread Marcel Moolenaar
Author: marcel Date: Tue Aug 18 00:47:02 2015 New Revision: 286867 URL: https://svnweb.freebsd.org/changeset/base/286867 Log: Support frame buffers that are larger than the default screen size as defined by VT_FB_DEFAULT_WIDTH and VT_FB_DEFAULT_HEIGHT (at this time 2048x1200). The default

svn commit: r286866 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/gen lib/libc/...

2015-08-17 Thread Jason Evans
Author: jasone Date: Tue Aug 18 00:21:25 2015 New Revision: 286866 URL: https://svnweb.freebsd.org/changeset/base/286866 Log: Update jemalloc to version 4.0.0. Added: head/contrib/jemalloc/include/jemalloc/internal/jemalloc_internal_decls.h (contents, props changed)

svn commit: r286863 - in head/lib: libc/tests/sys libproc/tests libutil/tests

2015-08-17 Thread Ed Maste
Author: emaste Date: Mon Aug 17 23:19:36 2015 New Revision: 286863 URL: https://svnweb.freebsd.org/changeset/base/286863 Log: On arm64 disable three tests that hang or panic Each issue has a PR open to track. This workaround allows us to run the tests to investigate the failures and

svn commit: r286868 - head/sys/amd64/amd64

2015-08-17 Thread Marcel Moolenaar
Author: marcel Date: Tue Aug 18 01:53:41 2015 New Revision: 286868 URL: https://svnweb.freebsd.org/changeset/base/286868 Log: Add 24 more page table pages we allocate on boot-up. 16MB slop is a little tight in and by itself, but severily insufficient when one needs to map a large frame

Re: svn commit: r286840 - head/usr.sbin/wlandebug

2015-08-17 Thread Gleb Smirnoff
On Mon, Aug 17, 2015 at 12:47:06PM +0200, Baptiste Daroussin wrote: B @@ -24,7 +24,7 @@ B .\ B .\ $FreeBSD$ B .\ B -.Dd July 17, 2009 B +.Dd August 17, 2015 B .Dt WLANDEBUG 8 B .Os B .Sh NAME B @@ -45,7 +45,7 @@ Running B .Nm B without any options will display the current

svn commit: r286844 - head/sys/compat/cloudabi

2015-08-17 Thread Ed Schouten
Author: ed Date: Mon Aug 17 13:07:12 2015 New Revision: 286844 URL: https://svnweb.freebsd.org/changeset/base/286844 Log: Don't forget to invoke pre_execve() and post_execve(). CloudABI's proc_exec() was implemented before r282708 introduced pre_execve() and post_execve(). Sync up by

Re: svn commit: r286866 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/gen lib/libc

2015-08-17 Thread Jan Beich
Jason Evans jas...@freebsd.org writes: Author: jasone Date: Tue Aug 18 00:21:25 2015 New Revision: 286866 URL: https://svnweb.freebsd.org/changeset/base/286866 Log: Update jemalloc to version 4.0.0. Can you bump __FreeBSD_version for non-standard API changes? Some ports like www/firefox

svn commit: r286845 - head/sys/dev/gpio

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 16:51:37 2015 New Revision: 286845 URL: https://svnweb.freebsd.org/changeset/base/286845 Log: Fix a few bugs when gpiobus is detaching: - Detach the gpiobus and the gpioc devices from the GPIO controller. - Fix the leak of gpiobus IRQ rman(9) region

svn commit: r286847 - head/sys/dev/gpio

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 17:09:57 2015 New Revision: 286847 URL: https://svnweb.freebsd.org/changeset/base/286847 Log: gpioled(4) depends on gpiobus. This fixes the loading of gpioled as a module. Sponsored by: Rubicon Communications (Netgate) Modified:

svn commit: r286848 - head/usr.bin/truss

2015-08-17 Thread John Baldwin
Author: jhb Date: Mon Aug 17 17:52:28 2015 New Revision: 286848 URL: https://svnweb.freebsd.org/changeset/base/286848 Log: - Decode the arguments for several signal-related system calls: sigpending, sigqueue, sigreturn, sigsuspend, sigtimedwait, sigwait, sigwaitinfo, and thr_kill. -

svn commit: r286849 - head/usr.bin/truss

2015-08-17 Thread John Baldwin
Author: jhb Date: Mon Aug 17 17:57:01 2015 New Revision: 286849 URL: https://svnweb.freebsd.org/changeset/base/286849 Log: Decode the optional SOCK_NONBLOCK and SOCK_CLOEXEC flags passed in a socket type. Modified: head/usr.bin/truss/syscalls.c Modified: head/usr.bin/truss/syscalls.c

svn commit: r286846 - head/sys/modules/gpio/gpiobus

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 17:01:26 2015 New Revision: 286846 URL: https://svnweb.freebsd.org/changeset/base/286846 Log: Fix the build of gpiobus as a module. Add the missing newbus interfaces and gpioc, which is part of basic gpiobus framework. Sponsored by: Rubicon

svn commit: r286857 - head/usr.bin/truss

2015-08-17 Thread John Baldwin
Author: jhb Date: Mon Aug 17 18:47:39 2015 New Revision: 286857 URL: https://svnweb.freebsd.org/changeset/base/286857 Log: Tidy the linux_socketcall decoding: - Don't exit if get_struct() fails, instead print the raw pointer value to match all other argument decoding cases. - Use an

svn commit: r286860 - head/usr.bin/truss

2015-08-17 Thread John Baldwin
Author: jhb Date: Mon Aug 17 19:08:48 2015 New Revision: 286860 URL: https://svnweb.freebsd.org/changeset/base/286860 Log: Use an xlat table and xlookup() instead of a home-rolled version for the sigprocmask operation type. Modified: head/usr.bin/truss/syscalls.c Modified:

svn commit: r286851 - head/sys/arm/arm

2015-08-17 Thread Jason A. Harmening
Author: jah Date: Mon Aug 17 18:28:40 2015 New Revision: 286851 URL: https://svnweb.freebsd.org/changeset/base/286851 Log: Some cleanups to make the style of pmap_quick_enter_page() and pmap_quick_remove_page() in arm/pmap-v6-new.c more consistent with the rest of the file. Submitted by:

svn commit: r286855 - head/sys/amd64/amd64

2015-08-17 Thread Konstantin Belousov
Author: kib Date: Mon Aug 17 18:42:45 2015 New Revision: 286855 URL: https://svnweb.freebsd.org/changeset/base/286855 Log: XEN/amd64 may initiate i/o over the pages not mapped by the direct map. Handle busdma bouncing and ata PIO accesses by using global frame used by the current CPU

svn commit: r286839 - in head: . share/man/man4 sys/conf sys/dev/random sys/modules sys/modules/random_fortuna sys/modules/random_other sys/modules/random_yarrow sys/sys

2015-08-17 Thread Mark Murray
(r286839) @@ -31,6 +31,21 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 11 disable the most expensive debugging functionality run ln -s 'abort:false,junk:false' /etc/malloc.conf.) +20150817: + Kernel-loadable modules for the random(4) device are back. To use + them