svn commit: r286870 - in head/contrib/jemalloc: . include/jemalloc/internal

2015-08-17 Thread Jason Evans
Author: jasone Date: Tue Aug 18 06:28:37 2015 New Revision: 286870 URL: https://svnweb.freebsd.org/changeset/base/286870 Log: Add jemalloc support for 8 KiB, 16 KiB, and 64 KiB pages. Modified: head/contrib/jemalloc/FREEBSD-upgrade head/contrib/jemalloc/include/jemalloc/internal/size_classe

svn commit: r286869 - head/sys/netinet

2015-08-17 Thread Alexander V. Chernikov
Author: melifaro Date: Tue Aug 18 06:16:19 2015 New Revision: 286869 URL: https://svnweb.freebsd.org/changeset/base/286869 Log: Fix panic when handling non-inet arp message introduced in r286825. Submitted by: delphij Modified: head/sys/netinet/if_ether.c Modified: head/sys/netinet/if_e

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 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 may want to

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 buffe

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 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 that can be p

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 is

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) head/contrib/jemalloc

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 head/sys/dev/bwn/

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: head/sys/dev/iwn/i

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 avoid

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 us

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: head/usr.bin/tru

svn commit: r286859 - stable/10/sys/net

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 19:06:14 2015 New Revision: 286859 URL: https://svnweb.freebsd.org/changeset/base/286859 Log: MFC r286260: Remove the mtx_sleep() from the kqueue f_event filter. The filter is called from the network hot path and must not sleep. The filter runs wit

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 xlat

svn commit: r286856 - stable/10/sys/net

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 18:43:39 2015 New Revision: 286856 URL: https://svnweb.freebsd.org/changeset/base/286856 Log: MFC r286140: Remove the sleep from the buffer allocation routine. The buffer must be allocated (or even changed) before the interface is set and thus, there

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 locall

svn commit: r286854 - stable/10/sys/x86/iommu

2015-08-17 Thread Konstantin Belousov
Author: kib Date: Mon Aug 17 18:36:16 2015 New Revision: 286854 URL: https://svnweb.freebsd.org/changeset/base/286854 Log: MFC r286777: Comment only change, fix grammar and somewhat clarify the action. Modified: stable/10/sys/x86/iommu/intel_idpgtbl.c Directory Properties: stable/10/ (p

svn commit: r286853 - stable/10/lib/libthr/thread

2015-08-17 Thread Konstantin Belousov
Author: kib Date: Mon Aug 17 18:34:54 2015 New Revision: 286853 URL: https://svnweb.freebsd.org/changeset/base/286853 Log: MFC r286582: Pre-resolve symbols required for the deferred signal processing. Modified: stable/10/lib/libthr/thread/thr_rtld.c stable/10/lib/libthr/thread/thr_sig.c D

svn commit: r286852 - in stable/10/sys: amd64/amd64 amd64/include i386/i386 i386/include x86/x86

2015-08-17 Thread Konstantin Belousov
Author: kib Date: Mon Aug 17 18:33:16 2015 New Revision: 286852 URL: https://svnweb.freebsd.org/changeset/base/286852 Log: MFC r286228: Clear the IA32_MISC_ENABLE MSR bit on APs. Modified: stable/10/sys/amd64/amd64/mp_machdep.c stable/10/sys/amd64/include/md_var.h stable/10/sys/i386/i38

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: r286850 - stable/10/sys/net

2015-08-17 Thread Luiz Otavio O Souza
Author: loos Date: Mon Aug 17 18:21:18 2015 New Revision: 286850 URL: https://svnweb.freebsd.org/changeset/base/286850 Log: MFC r286139: Do not allocate the buffers at opening of the descriptor, because once the buffer is allocated we are committed to a particular buffer method (B

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: 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. - Pr

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: head/sys/dev/gpio/gpiole

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 Communication

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 desc

Advertising on gcu-squad.org

2015-08-17 Thread Lauraine Martin
I’d like to inquire if it’s possible to purchase advertising space on your website. If there is any space available please let me know and we could discuss further details. Looking forward to your positive reply. Thanks, Lauraine ___ svn-src-all@freeb

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 addi

svn commit: r286843 - in stable/10/sys: cddl/compat/opensolaris/sys kern sys

2015-08-17 Thread Ed Schouten
Author: ed Date: Mon Aug 17 12:51:46 2015 New Revision: 286843 URL: https://svnweb.freebsd.org/changeset/base/286843 Log: MFC r285715: Add an API for easily creating userspace threads in kernelspace. This change refactors the existing create_thread() function to be more generic

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

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 b

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: > head/u

svn commit: r286841 - in stable/10/sys/ofed: drivers/net/mlx4 include/linux/mlx4

2015-08-17 Thread Gleb Smirnoff
Author: glebius Date: Mon Aug 17 10:03:23 2015 New Revision: 286841 URL: https://svnweb.freebsd.org/changeset/base/286841 Log: Merge r283612: Add SIOCGI2C ioctl support to the driver. Would work only on ConnectX-3 with fresh firmware. The low level code is based on code provided by M

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) inste

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 ==

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
86838) +++ head/UPDATING Mon Aug 17 07:36:12 2015(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: +