svn commit: r295451 - in head: lib/libmemstat sys/amd64/amd64 sys/arm/arm sys/arm64/arm64 sys/kern sys/mips/mips sys/powerpc/powerpc sys/riscv/riscv sys/sparc64/sparc64 sys/vm

2016-02-09 Thread Gleb Smirnoff
Author: glebius Date: Tue Feb 9 20:22:35 2016 New Revision: 295451 URL: https://svnweb.freebsd.org/changeset/base/295451 Log: Include sys/_task.h into uma_int.h, so that taskqueue.h isn't a requirement for uma_int.h. Suggested by: jhb Modified: head/lib/libmemstat/memstat_uma.c

svn commit: r295445 - head/usr.bin/top

2016-02-09 Thread Konstantin Belousov
Author: kib Date: Tue Feb 9 18:35:37 2016 New Revision: 295445 URL: https://svnweb.freebsd.org/changeset/base/295445 Log: Rename variable to reflect the condition. Suggested by: jhb Sponsored by: The FreeBSD Foundation Modified: head/usr.bin/top/machine.c Modified:

svn commit: r295427 - head/bin/dd

2016-02-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Feb 9 09:37:04 2016 New Revision: 295427 URL: https://svnweb.freebsd.org/changeset/base/295427 Log: Use a proper type for return value of postfix_to_mult(); the way it's being used wouldn't work if the value returned didn't fit in intmax_t. Submitted by: bde@

svn commit: r295431 - head/tools/tools/nanobsd/embedded

2016-02-09 Thread Andrew Turner
Author: andrew Date: Tue Feb 9 10:06:06 2016 New Revision: 295431 URL: https://svnweb.freebsd.org/changeset/base/295431 Log: Correct the year, it's 2016. Modified: head/tools/tools/nanobsd/embedded/qemu-armv7.cfg Modified: head/tools/tools/nanobsd/embedded/qemu-armv7.cfg

svn commit: r295432 - head/sys/arm64/arm64

2016-02-09 Thread Andrew Turner
Author: andrew Date: Tue Feb 9 10:18:22 2016 New Revision: 295432 URL: https://svnweb.freebsd.org/changeset/base/295432 Log: Use designated initialisers for the db disassembler interface to help with finding the struct when searching for one of its members. Modified:

svn commit: r295426 - head/bin/dd

2016-02-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Feb 9 09:32:10 2016 New Revision: 295426 URL: https://svnweb.freebsd.org/changeset/base/295426 Log: Use proper functions for parsing the numeric values. Submitted by: bde@ MFC after:1 month Sponsored by: The FreeBSD Foundation Modified:

svn commit: r295428 - head/bin/dd

2016-02-09 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Feb 9 09:38:05 2016 New Revision: 295428 URL: https://svnweb.freebsd.org/changeset/base/295428 Log: Improve comment to reflect recent changes. MFC after:1 month Sponsored by: The FreeBSD Foundation Modified: head/bin/dd/args.c Modified: head/bin/dd/args.c

svn commit: r295430 - head/tools/tools/nanobsd/embedded

2016-02-09 Thread Andrew Turner
Author: andrew Date: Tue Feb 9 09:57:50 2016 New Revision: 295430 URL: https://svnweb.freebsd.org/changeset/base/295430 Log: Add an ARMv7 config file to build nanobsd images for the qemu virt platform. Sponsored by: ABT Systems Ltd Added:

svn commit: r295440 - head/sys/dev/sound/pcm

2016-02-09 Thread Hans Petter Selasky
Author: hselasky Date: Tue Feb 9 17:09:14 2016 New Revision: 295440 URL: https://svnweb.freebsd.org/changeset/base/295440 Log: To support userspace audio daemons like Virtual OSS, /dev/sndstat is made writeable by the root user. Userspace audio daemons can add or update an entry in

svn commit: r295436 - in head/sys/gnu/dts: arm include/dt-bindings/clk include/dt-bindings/clock include/dt-bindings/dma include/dt-bindings/gpio include/dt-bindings/i2c include/dt-bindings/iio inc...

2016-02-09 Thread Andrew Turner
Author: andrew Date: Tue Feb 9 16:42:32 2016 New Revision: 295436 URL: https://svnweb.freebsd.org/changeset/base/295436 Log: Update our copy of the Linux dts files to be in sync with Linux 4.5-rc1. We now uave a full copy of the arm device tree sources to help when adding support for newer

svn commit: r295435 - in head: bin/pkill bin/ps sys/compat/ndis sys/dev/hwpmc sys/kern sys/sys usr.bin/top usr.sbin/bsnmpd/modules/snmp_hostres

2016-02-09 Thread Konstantin Belousov
Author: kib Date: Tue Feb 9 16:30:16 2016 New Revision: 295435 URL: https://svnweb.freebsd.org/changeset/base/295435 Log: Rename P_KTHREAD struct proc p_flag to P_KPROC. I left as is an apparent bug in ntoskrnl_var.h:AT_PASSIVE_LEVEL() definition. Suggested by: jhb Sponsored by:

svn commit: r295452 - head/etc/periodic/security

2016-02-09 Thread Kurt Lidl
Author: lidl Date: Tue Feb 9 21:00:38 2016 New Revision: 295452 URL: https://svnweb.freebsd.org/changeset/base/295452 Log: Zero pf rule counters so daily reports make sense Zero pf rule counters so that each daily report lists an absolute number of rejected packets, not the total since

svn commit: r295441 - head/share/examples/jails

2016-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 9 18:08:40 2016 New Revision: 295441 URL: https://svnweb.freebsd.org/changeset/base/295441 Log: Fix bpf unhiding example /etc/devfs.rules Modified: head/share/examples/jails/jib head/share/examples/jails/jng Modified: head/share/examples/jails/jib

svn commit: r295442 - head/share/examples/jails

2016-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 9 18:10:36 2016 New Revision: 295442 URL: https://svnweb.freebsd.org/changeset/base/295442 Log: Change MAC algo to support mixing w/jng interfaces Modified: head/share/examples/jails/jib Modified: head/share/examples/jails/jib

svn commit: r295443 - head/share/examples/jails

2016-02-09 Thread Devin Teske
Author: dteske Date: Tue Feb 9 18:11:18 2016 New Revision: 295443 URL: https://svnweb.freebsd.org/changeset/base/295443 Log: Bring generated interfaces up always Modified: head/share/examples/jails/jib head/share/examples/jails/jng Modified: head/share/examples/jails/jib

svn commit: r295444 - head/sys/arm/allwinner

2016-02-09 Thread Andrew Turner
Author: andrew Date: Tue Feb 9 18:19:24 2016 New Revision: 295444 URL: https://svnweb.freebsd.org/changeset/base/295444 Log: Remove unneeded whitespace, and fix a license for a new file. Extracted from a larger patch. Submitted by: Emmanuel Vadot X-Differential

svn commit: r295455 - head

2016-02-09 Thread Baptiste Daroussin
Author: bapt Date: Wed Feb 10 00:26:01 2016 New Revision: 295455 URL: https://svnweb.freebsd.org/changeset/base/295455 Log: Fix make universe when running with non POSIX/C locales using a locale sensitive pattern Reported by: many Submitted by: jilles Modified: head/Makefile

svn commit: r295457 - head/share/examples/jails

2016-02-09 Thread Devin Teske
Author: dteske Date: Wed Feb 10 04:04:31 2016 New Revision: 295457 URL: https://svnweb.freebsd.org/changeset/base/295457 Log: Add vnet jail configuration examples Added: head/share/examples/jails/jail.xxx.conf (contents, props changed) head/share/examples/jails/rc.conf.jails (contents,

svn commit: r295460 - head/share/examples/jails

2016-02-09 Thread Devin Teske
Author: dteske Date: Wed Feb 10 04:56:38 2016 New Revision: 295460 URL: https://svnweb.freebsd.org/changeset/base/295460 Log: Add `stats' command to get ng_bridge(4) stats Modified: head/share/examples/jails/jng Modified: head/share/examples/jails/jng

svn commit: r295459 - in head/sys: arm/include sys

2016-02-09 Thread Adrian Chadd
Author: adrian Date: Wed Feb 10 04:43:08 2016 New Revision: 295459 URL: https://svnweb.freebsd.org/changeset/base/295459 Log: Break out the shared bits of the arm intrng definitions into sys/intr.h; leave the machine dependent bits in sys/arm/. This is in preparation for MIPS INTRNG

Re: svn commit: r295455 - head

2016-02-09 Thread NGie Cooper
> On Feb 9, 2016, at 16:26, Baptiste Daroussin wrote: > > Author: bapt > Date: Wed Feb 10 00:26:01 2016 > New Revision: 295455 > URL: https://svnweb.freebsd.org/changeset/base/295455 > > Log: > Fix make universe when running with non POSIX/C locales using a locale >

Re: svn commit: r295455 - head

2016-02-09 Thread Baptiste Daroussin
On Tue, Feb 09, 2016 at 11:01:05PM -0800, NGie Cooper wrote: > > > On Feb 9, 2016, at 16:26, Baptiste Daroussin wrote: > > > > Author: bapt > > Date: Wed Feb 10 00:26:01 2016 > > New Revision: 295455 > > URL: https://svnweb.freebsd.org/changeset/base/295455 > > > > Log: > >

Re: svn commit: r294327 - in head/sys: dev/cxgb dev/cxgbe dev/e1000 dev/hyperv/netvsc dev/ixgbe dev/mxge netinet sys

2016-02-09 Thread Hans Petter Selasky
On 01/19/16 17:09, Ryan Stone wrote: On Tue, Jan 19, 2016 at 10:33 AM, Hans Petter Selasky wrote: + qsort(lc->lro_mbuf_data, lc->lro_mbuf_count, sizeof(struct mbuf *), + _lro_mbuf_compare_header); In the worst case, qsort() can take O(n**2) time and