svn commit: r320049 - head/sys/vm

2017-06-16 Thread Alan Cox
Author: alc Date: Sat Jun 17 03:05:25 2017 New Revision: 320049 URL: https://svnweb.freebsd.org/changeset/base/320049 Log: Pages that are passed to swap_pager_putpages() should already be fully dirty. Assert that they are fully dirty rather than redundantly calling vm_page_dirty() on them.

svn commit: r320048 - head/usr.bin/mkuzip

2017-06-16 Thread Maxim Sobolev
Author: sobomax Date: Sat Jun 17 02:58:31 2017 New Revision: 320048 URL: https://svnweb.freebsd.org/changeset/base/320048 Log: o Move logic that determines size of the input image into its own file. That logic has grown quite significantly now; o add a special handling for the snapshot

svn commit: r320047 - head

2017-06-16 Thread Ed Maste
Author: emaste Date: Sat Jun 17 01:27:15 2017 New Revision: 320047 URL: https://svnweb.freebsd.org/changeset/base/320047 Log: UPDATING: sort 20170531 entry correctly (from r319664) Modified: head/UPDATING Modified: head/UPDATING ===

svn commit: r320046 - head

2017-06-16 Thread Konstantin Belousov
Author: kib Date: Sat Jun 17 01:09:18 2017 New Revision: 320046 URL: https://svnweb.freebsd.org/changeset/base/320046 Log: Add UPDATING note about kevent(2) ABI change. Sponsored by: The FreeBSD Foundation Modified: head/UPDATING Modified: head/UPDATING =

svn commit: r320045 - head/sys/sys

2017-06-16 Thread Konstantin Belousov
Author: kib Date: Sat Jun 17 01:06:48 2017 New Revision: 320045 URL: https://svnweb.freebsd.org/changeset/base/320045 Log: Bump __FreeBSD_version for r320043, struct event 64-bit data. Sponsored by: The FreeBSD Foundation Modified: head/sys/sys/param.h Modified: head/sys/sys/param.h ===

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

2017-06-16 Thread Konstantin Belousov
Author: kib Date: Sat Jun 17 00:58:19 2017 New Revision: 320044 URL: https://svnweb.freebsd.org/changeset/base/320044 Log: Regen. Modified: head/sys/compat/freebsd32/freebsd32_proto.h head/sys/compat/freebsd32/freebsd32_syscall.h head/sys/compat/freebsd32/freebsd32_syscalls.c head/sys/c

svn commit: r320043 - in head: contrib/netbsd-tests/kernel/kqueue lib/libc/include lib/libc/sys sys/compat/freebsd32 sys/kern sys/sys tests/sys/kqueue/libkqueue usr.bin/truss

2017-06-16 Thread Konstantin Belousov
Author: kib Date: Sat Jun 17 00:57:26 2017 New Revision: 320043 URL: https://svnweb.freebsd.org/changeset/base/320043 Log: Add abstime kqueue(2) timers and expand struct kevent members. This change implements NOTE_ABSTIME flag for EVFILT_TIMER, which specifies that the data field contains

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2017-06-16 Thread Jason Evans
On Fri, 16 Jun 2017 18:45:17 -0400 Shawn Webb wrote: > On Thu, Jun 15, 2017 at 07:15:06AM +, Jason Evans wrote: > > Author: jasone > > Date: Thu Jun 15 07:15:05 2017 > > New Revision: 319971 > > URL: https://svnweb.freebsd.org/changeset/base/319971 > > > > Log: > > Update jemalloc to 5.0.0

svn commit: r320038 - head/sys/kern

2017-06-16 Thread Konstantin Belousov
Author: kib Date: Fri Jun 16 23:41:13 2017 New Revision: 320038 URL: https://svnweb.freebsd.org/changeset/base/320038 Log: Style. Sponsored by: The FreeBSD Foundation MFC after:1 week X-Differential revision: https://reviews.freebsd.org/D11025 Modified: head/sys/kern/kern_ev

svn commit: r320035 - head/lib/libc/sys

2017-06-16 Thread Konstantin Belousov
Author: kib Date: Fri Jun 16 23:25:11 2017 New Revision: 320035 URL: https://svnweb.freebsd.org/changeset/base/320035 Log: Move the description of kern.kq_calloutmax sysctl into a new paragraph for better presentation. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified:

svn commit: r320034 - head/lib/libc/sys

2017-06-16 Thread Konstantin Belousov
Author: kib Date: Fri Jun 16 23:17:31 2017 New Revision: 320034 URL: https://svnweb.freebsd.org/changeset/base/320034 Log: Start a new sentence on the new line. Sponsored by: The FreeBSD Foundation MFC after:3 days Modified: head/lib/libc/sys/kqueue.2 Modified: head/lib/libc/sys/k

Re: svn commit: r319971 - in head: contrib/jemalloc contrib/jemalloc/doc contrib/jemalloc/include/jemalloc contrib/jemalloc/include/jemalloc/internal contrib/jemalloc/src include lib/libc/stdlib/jemal

2017-06-16 Thread Shawn Webb
On Thu, Jun 15, 2017 at 07:15:06AM +, Jason Evans wrote: > Author: jasone > Date: Thu Jun 15 07:15:05 2017 > New Revision: 319971 > URL: https://svnweb.freebsd.org/changeset/base/319971 > > Log: > Update jemalloc to 5.0.0. > This breaks buildworld for arm64: /usr/obj/arm64.aarch64/scratch

svn commit: r320033 - head/contrib/tcp_wrappers

2017-06-16 Thread Sean Bruno
Author: sbruno Date: Fri Jun 16 22:32:23 2017 New Revision: 320033 URL: https://svnweb.freebsd.org/changeset/base/320033 Log: TCP Wrappers: tcpdchk (tcp wrapper configuration checker) and tcpdmatch (tcp wrapper oracle) warning fixes via edits to the C code files contrib/tcp_wrappers/fakel

svn commit: r320030 - head/share/mk

2017-06-16 Thread Bryan Drewery
Author: bdrewery Date: Fri Jun 16 21:48:42 2017 New Revision: 320030 URL: https://svnweb.freebsd.org/changeset/base/320030 Log: WITH_META_MODE: End each ERROR_CMD CMD line with ';'. This makes it easier to debug multi-line command failures. X-MFC-With: r319862 MFC after:1 week

svn commit: r320028 - head/share/mk

2017-06-16 Thread Bryan Drewery
Author: bdrewery Date: Fri Jun 16 21:37:05 2017 New Revision: 320028 URL: https://svnweb.freebsd.org/changeset/base/320028 Log: Fix more incorrect library directories fix 'stale .depend' rebuilds. Reported by: sbruno MFC after:3 days Sponsored by: Dell EMC Isilon Modified: head/

svn commit: r320012 - head/share/mk

2017-06-16 Thread Bryan Drewery
Author: bdrewery Date: Fri Jun 16 20:47:12 2017 New Revision: 320012 URL: https://svnweb.freebsd.org/changeset/base/320012 Log: Fix LIBAMU location to fix 'stale .depend' rebuilds in usr.sbin/amd. This originally came in r275052. Reported by: sbruno MFC after:3 days Sponsored

svn commit: r320011 - in head/sys/boot: efi/loader forth i386/libi386 i386/loader

2017-06-16 Thread Toomas Soome
Author: tsoome Date: Fri Jun 16 20:08:44 2017 New Revision: 320011 URL: https://svnweb.freebsd.org/changeset/base/320011 Log: Add chain loader support for loader Implement simple chain loader in loader; this update does add chain command, taking device or file as argument to load and star

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

2017-06-16 Thread John Baldwin
Author: jhb Date: Fri Jun 16 20:03:09 2017 New Revision: 320010 URL: https://svnweb.freebsd.org/changeset/base/320010 Log: Decode arguments to sched_* family of system calls. This includes decoding both scheduler policy constants and the sched_param structure for sched_get_priority_max(),

svn commit: r320009 - head/usr.sbin/lpr/lpc

2017-06-16 Thread Sean Bruno
Author: sbruno Date: Fri Jun 16 20:00:39 2017 New Revision: 320009 URL: https://svnweb.freebsd.org/changeset/base/320009 Log: Quiesce clang warning while building lpc. usr.sbin/lpr/lpc/lpc.c Warning passing 'char *[20]' to parameter of type 'const char **' discards qualifier

svn commit: r320008 - head/usr.sbin/bsdinstall/partedit

2017-06-16 Thread Ed Maste
Author: emaste Date: Fri Jun 16 19:26:33 2017 New Revision: 320008 URL: https://svnweb.freebsd.org/changeset/base/320008 Log: bsdinstall: correct comment after r320007 Submitted by: vangyzen Modified: head/usr.sbin/bsdinstall/partedit/partedit_arm64.c Modified: head/usr.sbin/bsdinstall/

svn commit: r320007 - in head/usr.sbin/bsdinstall: partedit scripts

2017-06-16 Thread Ed Maste
Author: emaste Date: Fri Jun 16 18:58:48 2017 New Revision: 320007 URL: https://svnweb.freebsd.org/changeset/base/320007 Log: bsdinstall: use consistent EFI configuration across platforms - increase arm64 EFI partition to 200M, as x86 - use EFI_BOOTPART_SIZE and EFI_BOOTPART_PATH macros o

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

2017-06-16 Thread Zbigniew Bodek
Author: zbb Date: Fri Jun 16 17:31:56 2017 New Revision: 320006 URL: https://svnweb.freebsd.org/changeset/base/320006 Log: Revert change to description introduced in r320002 Currently some ARM platforms implement their own platform_probe_and_attach() function and other use common routine

svn commit: r320005 - in head/sys/arm/mv: . armada38x armadaxp discovery kirkwood orion

2017-06-16 Thread Zbigniew Bodek
Author: zbb Date: Fri Jun 16 17:18:29 2017 New Revision: 320005 URL: https://svnweb.freebsd.org/changeset/base/320005 Log: Enhance Armada 38x SoC identification string Add hw_clockrate and CPU frequency, basing on sample-at-reset configuration. Submitted by: Arnaud Ysmal

Re: svn commit: r281466 - in head/sys: arm/conf conf dev/psci

2017-06-16 Thread Ed Maste
On 12 April 2015 at 09:00, Andrew Turner wrote: > Author: andrew > Date: Sun Apr 12 13:00:58 2015 > New Revision: 281466 > URL: https://svnweb.freebsd.org/changeset/base/281466 > > Log: > Add a driver for the ARM Power State Coordination Interface (PSCI). This > handles versions 0.1 and 0.2 of

Re: svn commit: r320002 - head/sys/arm/arm

2017-06-16 Thread Andrew Turner
> On 16 Jun 2017, at 14:53, Zbigniew Bodek wrote: > > Author: zbb > Date: Fri Jun 16 13:53:02 2017 > New Revision: 320002 > URL: https://svnweb.freebsd.org/changeset/base/320002 > > Log: > Minor style improvements to pmap_remap_vm_attr() > > Use correct platform_ function name in the comment

svn commit: r320004 - head/lib/libc/sys

2017-06-16 Thread Maxim Sobolev
Author: sobomax Date: Fri Jun 16 15:09:43 2017 New Revision: 320004 URL: https://svnweb.freebsd.org/changeset/base/320004 Log: Document st_flags in the stat(2). Approved by: mckusick,vangyzen,jilles Differential Revision:https://reviews.freebsd.org/D10852 Modified: head/lib/li

svn commit: r320003 - head/share/zoneinfo

2017-06-16 Thread Edward Tomasz Napierala
Author: trasz Date: Fri Jun 16 14:19:23 2017 New Revision: 320003 URL: https://svnweb.freebsd.org/changeset/base/320003 Log: Don't print all timezones during installworld. Submitted by: Alex Richardson Reviewed by: gjb MFC after:1 month Sponsored by: DARPA, AFRL Differential R

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

2017-06-16 Thread Zbigniew Bodek
Author: zbb Date: Fri Jun 16 13:53:02 2017 New Revision: 320002 URL: https://svnweb.freebsd.org/changeset/base/320002 Log: Minor style improvements to pmap_remap_vm_attr() Use correct platform_ function name in the comment and remove redundant tabs. Modified: head/sys/arm/arm/pmap-v6.c

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

2017-06-16 Thread Zbigniew Bodek
Author: zbb Date: Fri Jun 16 10:16:24 2017 New Revision: 320001 URL: https://svnweb.freebsd.org/changeset/base/320001 Log: Fix typo in "Marvell" string Change Marwell to Marvell Pointed out by: Ravi Pokala Modified: head/sys/arm/arm/identcpu-v6.c Modified: head/sys/arm/arm/identcp