svn commit: r303762 - stable/11/lib/libc/gen

2016-08-04 Thread Ed Schouten
Author: ed Date: Fri Aug 5 05:50:27 2016 New Revision: 303762 URL: https://svnweb.freebsd.org/changeset/base/303762 Log: MFC r303486: Mention that basename(3) and dirname(3) will change in the future. Update the existing manual pages for basename(3) and dirname(3) to mention

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

2016-08-04 Thread Julian Elischer
On 5/08/2016 8:07 AM, John Baldwin wrote: On Thursday, August 04, 2016 07:14:18 PM Bryan Drewery wrote: Author: bdrewery Date: Thu Aug 4 19:14:18 2016 New Revision: 303755 URL: https://svnweb.freebsd.org/changeset/base/303755 Log: Still provide freebsd10_* symbols from libc for COMPAT10.

Re: svn commit: r303733 - head/contrib/libpcap

2016-08-04 Thread Bruce Evans
On Thu, 4 Aug 2016, Jung-uk Kim wrote: On 08/03/16 11:40 PM, Bruce Evans wrote: On Wed, 3 Aug 2016, Jung-uk Kim wrote: Log: Support nanosecond time stamps for pcap_dispatch(3) and pcap_loop(3). Modified: head/contrib/libpcap/pcap-bpf.c Modified: head/contrib/libpcap/pcap-bpf.c

svn commit: r303761 - head/sys/dev/ioat

2016-08-04 Thread Conrad E. Meyer
Author: cem Date: Fri Aug 5 02:56:31 2016 New Revision: 303761 URL: https://svnweb.freebsd.org/changeset/base/303761 Log: ioat(4): Log channel number in CTR events Modified: head/sys/dev/ioat/ioat.c Modified: head/sys/dev/ioat/ioat.c

svn commit: r303760 - head/sbin/pfctl

2016-08-04 Thread Luiz Otavio O Souza
Author: loos Date: Fri Aug 5 02:19:03 2016 New Revision: 303760 URL: https://svnweb.freebsd.org/changeset/base/303760 Log: Fix a regression in pf.conf while parsing the 'interval' keyword. The bug was introduced by r287009. PR: 210924 Submitted by: kp@ Sponsored by:

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

2016-08-04 Thread John Baldwin
On Thursday, August 04, 2016 07:14:18 PM Bryan Drewery wrote: > Author: bdrewery > Date: Thu Aug 4 19:14:18 2016 > New Revision: 303755 > URL: https://svnweb.freebsd.org/changeset/base/303755 > > Log: > Still provide freebsd10_* symbols from libc for COMPAT10. > > r296773 was done to only

svn commit: r303759 - stable/11/sys/conf

2016-08-04 Thread Glen Barber
Author: gjb Date: Fri Aug 5 00:00:02 2016 New Revision: 303759 URL: https://svnweb.freebsd.org/changeset/base/303759 Log: Update stable/11 to BETA4 as part of the 11.0-RELEASE cycle. Approved by: re (implicit) Sponsored by: The FreeBSD Foundation Modified:

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

2016-08-04 Thread Konstantin Belousov
On Thu, Aug 04, 2016 at 07:14:18PM +, Bryan Drewery wrote: > Author: bdrewery > Date: Thu Aug 4 19:14:18 2016 > New Revision: 303755 > URL: https://svnweb.freebsd.org/changeset/base/303755 > > Log: > Still provide freebsd10_* symbols from libc for COMPAT10. > > r296773 was done to

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

2016-08-04 Thread Bryan Drewery
On 8/4/2016 1:03 PM, Konstantin Belousov wrote: > On Thu, Aug 04, 2016 at 07:14:18PM +, Bryan Drewery wrote: >> Author: bdrewery >> Date: Thu Aug 4 19:14:18 2016 >> New Revision: 303755 >> URL: https://svnweb.freebsd.org/changeset/base/303755 >> >> Log: >> Still provide freebsd10_* symbols

svn commit: r303758 - head/sbin/pfctl

2016-08-04 Thread Kristof Provost
Author: kp Date: Thu Aug 4 19:24:44 2016 New Revision: 303758 URL: https://svnweb.freebsd.org/changeset/base/303758 Log: pfctl: Make most global variables static. This will make it easier to link as a library. Submitted by: Christian Mauderer

svn commit: r303757 - head/sbin/pfctl

2016-08-04 Thread Kristof Provost
Author: kp Date: Thu Aug 4 19:24:05 2016 New Revision: 303757 URL: https://svnweb.freebsd.org/changeset/base/303757 Log: pfctl: Add missing __FBSDID to pfctl_osfp.c Modified: head/sbin/pfctl/pfctl_osfp.c Modified: head/sbin/pfctl/pfctl_osfp.c

svn commit: r303756 - in head/sys: compat/freebsd32 kern sys

2016-08-04 Thread Bryan Drewery
Author: bdrewery Date: Thu Aug 4 19:15:51 2016 New Revision: 303756 URL: https://svnweb.freebsd.org/changeset/base/303756 Log: Regenerate after r303755. MFC after:3 days X-MFC-With: r303755 Sponsored by: EMC / Isilon Storage Division Modified:

svn commit: r303755 - head/sys/kern

2016-08-04 Thread Bryan Drewery
Author: bdrewery Date: Thu Aug 4 19:14:18 2016 New Revision: 303755 URL: https://svnweb.freebsd.org/changeset/base/303755 Log: Still provide freebsd10_* symbols from libc for COMPAT10. r296773 was done to only remove libc symbols for <7. We want to provide the syscall symbols going

svn commit: r303754 - in head/sys: dev/cxgbe net sys x86/iommu

2016-08-04 Thread John Baldwin
Author: jhb Date: Thu Aug 4 18:29:16 2016 New Revision: 303754 URL: https://svnweb.freebsd.org/changeset/base/303754 Log: Add __printflike() to bus_describe_intr() to enable -Wformat checks. Fix a few places that were passing a raw string as the format to use a "%s" format string

Re: svn commit: r303733 - head/contrib/libpcap

2016-08-04 Thread Jung-uk Kim
On 08/03/16 11:40 PM, Bruce Evans wrote: > On Wed, 3 Aug 2016, Jung-uk Kim wrote: > >> Log: >> Support nanosecond time stamps for pcap_dispatch(3) and pcap_loop(3). >> >> Modified: >> head/contrib/libpcap/pcap-bpf.c >> >> Modified: head/contrib/libpcap/pcap-bpf.c >>

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

2016-08-04 Thread John Baldwin
Author: jhb Date: Thu Aug 4 17:55:23 2016 New Revision: 303753 URL: https://svnweb.freebsd.org/changeset/base/303753 Log: Don't permit mappings of invalid physical addresses on amd64 via /dev/mem. Discussed with: kib Modified: head/sys/amd64/amd64/mem.c Modified:

svn commit: r303752 - head/sbin/etherswitchcfg

2016-08-04 Thread Adrian Chadd
Author: adrian Date: Thu Aug 4 17:46:07 2016 New Revision: 303752 URL: https://svnweb.freebsd.org/changeset/base/303752 Log: [etherswitch] add LED API to the documentation and command line tool. Submitted by: Dan Nelson Modified:

svn commit: r303751 - in head/sys/dev/etherswitch: . arswitch

2016-08-04 Thread Adrian Chadd
Author: adrian Date: Thu Aug 4 17:45:35 2016 New Revision: 303751 URL: https://svnweb.freebsd.org/changeset/base/303751 Log: [etherswitch] add in an initial API for controlling per-port LED behaviour. This is just implemented for the AR8327 for now. Submitted by: Dan Nelson

svn commit: r303750 - head/sys/dev/cxgbe/tom

2016-08-04 Thread Navdeep Parhar
Author: np Date: Thu Aug 4 17:29:42 2016 New Revision: 303750 URL: https://svnweb.freebsd.org/changeset/base/303750 Log: cxgbe/t4_tom: The page pod arena allocates from pod address space and not index space. The minimum valid allocation out of this arena is the size of a single page pod.

svn commit: r303749 - stable/11/usr.sbin/bsdinstall/scripts

2016-08-04 Thread Dimitry Andric
Author: dim Date: Thu Aug 4 17:26:32 2016 New Revision: 303749 URL: https://svnweb.freebsd.org/changeset/base/303749 Log: MFC r303631: Fix non-functional bsdinstall services dialog. The most recent version of bsdinstall does not seem to respect any of the checkboxes in the "Choose

svn commit: r303747 - head/sys/vm

2016-08-04 Thread Alan Cox
Author: alc Date: Thu Aug 4 16:20:12 2016 New Revision: 303747 URL: https://svnweb.freebsd.org/changeset/base/303747 Log: Clean up the comments and code style in and around vm_pageout_cluster(). In particular, fix factual, grammatical, and spelling errors in various comments, and remove

svn commit: r303746 - head/usr.bin/indent

2016-08-04 Thread Pedro F. Giffuni
Author: pfg Date: Thu Aug 4 15:27:09 2016 New Revision: 303746 URL: https://svnweb.freebsd.org/changeset/base/303746 Log: indent(1): Use bsearch() for looking up type keywords. Reference: https://github.com/pstef/freebsd_indent/commit/f3b8e6e57fd47364b2360b44011a2fad5d11adc7

svn commit: r303745 - stable/11/sys/vm

2016-08-04 Thread Konstantin Belousov
Author: kib Date: Thu Aug 4 14:34:33 2016 New Revision: 303745 URL: https://svnweb.freebsd.org/changeset/base/303745 Log: MFC r303446: Fix style and typo. Approved by: re (gjb) Modified: stable/11/sys/vm/swap_pager.c Directory Properties: stable/11/ (props changed) Modified:

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

2016-08-04 Thread Andrew Turner
Author: andrew Date: Thu Aug 4 13:49:36 2016 New Revision: 303744 URL: https://svnweb.freebsd.org/changeset/base/303744 Log: Remove the pvh_global_lock lock from the arm64 pmap. It is unneeded on arm64 as invalidation will have completed before the pmap_invalidate_* functions have

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

2016-08-04 Thread Edward Tomasz Napierala
Author: trasz Date: Thu Aug 4 13:45:18 2016 New Revision: 303743 URL: https://svnweb.freebsd.org/changeset/base/303743 Log: Remove unused - never actually implemented - vnode lock types from vnode_if.src. MFC after:1 month Modified: head/sys/kern/vfs_subr.c

svn commit: r303742 - in head: lib/libc/gen share/man/man3

2016-08-04 Thread Sergey Kandaurov
Author: pluknet Date: Thu Aug 4 11:38:53 2016 New Revision: 303742 URL: https://svnweb.freebsd.org/changeset/base/303742 Log: Grammar fixes. Modified: head/lib/libc/gen/clock_getcpuclockid.3 head/share/man/man3/pthread_getcpuclockid.3 Modified: head/lib/libc/gen/clock_getcpuclockid.3

svn commit: r303741 - stable/11/sbin/ipfw

2016-08-04 Thread Andrey V. Elsukov
Author: ae Date: Thu Aug 4 11:26:52 2016 New Revision: 303741 URL: https://svnweb.freebsd.org/changeset/base/303741 Log: MFC r303615: An old tables implementation had all tables preallocated, so when user did `ipfw table N flush` it always worked, but now when table N doesn't exist

svn commit: r303740 - in head: lib/libc/gen share/man/man3

2016-08-04 Thread Sergey Kandaurov
Author: pluknet Date: Thu Aug 4 11:22:51 2016 New Revision: 303740 URL: https://svnweb.freebsd.org/changeset/base/303740 Log: mdoc: The .Fn function. Modified: head/lib/libc/gen/clock_getcpuclockid.3 head/share/man/man3/pthread_getcpuclockid.3 Modified:

svn commit: r303739 - head/share/misc

2016-08-04 Thread Maxim Konovalov
Author: maxim Date: Thu Aug 4 10:49:00 2016 New Revision: 303739 URL: https://svnweb.freebsd.org/changeset/base/303739 Log: DragonFly 4.6.0 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

svn commit: r303738 - head/sys/boot/i386/libi386

2016-08-04 Thread Andriy Gapon
Author: avg Date: Thu Aug 4 06:40:51 2016 New Revision: 303738 URL: https://svnweb.freebsd.org/changeset/base/303738 Log: report sector size and number of sectors in lsdev output for bios disks MFC after:3 weeks Modified: head/sys/boot/i386/libi386/biosdisk.c Modified: