svn commit: r321848 - head/tools/tools/bootparttest

2017-08-01 Thread Ngie Cooper
Author: ngie Date: Tue Aug 1 05:26:45 2017 New Revision: 321848 URL: https://svnweb.freebsd.org/changeset/base/321848 Log: Chase r315408 with the fourth parameter being removed from disk_open(..) This fixes one part of the build. Modified: head/tools/tools/bootparttest/bootparttest.c M

svn commit: r321850 - head/tools/tools/bootparttest

2017-08-01 Thread Ngie Cooper
Author: ngie Date: Tue Aug 1 05:34:04 2017 New Revision: 321850 URL: https://svnweb.freebsd.org/changeset/base/321850 Log: Makefile cleanup - Standardize on SRCTOP instead of .CURDIR-relative paths - Use LIBADD instead of a mix of specifying -lgeom via DPADD/LDADD/LDFLAGS. Specifying

svn commit: r321845 - head/tools/tools/zfsboottest

2017-08-01 Thread Ngie Cooper
Author: ngie Date: Tue Aug 1 05:23:49 2017 New Revision: 321845 URL: https://svnweb.freebsd.org/changeset/base/321845 Log: Standardize on SRCTOP instead of .CURDIR-relative paths MFC after:3 days Modified: head/tools/tools/zfsboottest/Makefile Modified: head/tools/tools/zfsboottest

svn commit: r321846 - head/usr.sbin/ypldap

2017-08-01 Thread Marcelo Araujo
Author: araujo Date: Tue Aug 1 05:26:20 2017 New Revision: 321846 URL: https://svnweb.freebsd.org/changeset/base/321846 Log: Log when we have finished pushing users and groups. Obtained from:OpenBSD (rev 1.4) MFC after:3 weeks. Modified: head/usr.sbin/ypldap/entries.c Mod

svn commit: r321847 - in head/sys: amd64/amd64 i386/i386

2017-08-01 Thread Mark Johnston
Author: markj Date: Tue Aug 1 05:26:30 2017 New Revision: 321847 URL: https://svnweb.freebsd.org/changeset/base/321847 Log: Batch updates to v_wire_count when freeing page table pages on x86. The removed release stores are not needed since stores are totally ordered on i386 and amd64.

svn commit: r321851 - head/sys/boot/geli

2017-08-01 Thread Ngie Cooper
Author: ngie Date: Tue Aug 1 05:39:40 2017 New Revision: 321851 URL: https://svnweb.freebsd.org/changeset/base/321851 Log: Standardize paths on SRCTOP instead of .CURDIR-relative paths MFC after:1 week Modified: head/sys/boot/geli/Makefile Modified: head/sys/boot/geli/Makefile

svn commit: r321849 - in head/tools/tools: bootparttest zfsboottest

2017-08-01 Thread Ngie Cooper
Author: ngie Date: Tue Aug 1 05:29:36 2017 New Revision: 321849 URL: https://svnweb.freebsd.org/changeset/base/321849 Log: Fix the return type for pager_output(..) in bootparttest and zfsboottest pager_output(..) has always returned int. For some reason (probably the clang 5.0 update), t

svn commit: r321852 - in head/tools/tools: bootparttest zfsboottest

2017-08-01 Thread Ngie Cooper
Author: ngie Date: Tue Aug 1 06:51:03 2017 New Revision: 321852 URL: https://svnweb.freebsd.org/changeset/base/321852 Log: Fix up r321849 pager_output should return 0 if no more output needs to be paged; non-zero otherwise. MFC after:1 week MFC with: r321849 Reported by:

Re: svn commit: r321849 - in head/tools/tools: bootparttest zfsboottest

2017-08-01 Thread Ngie Cooper (yaneurabeya)
> On Aug 1, 2017, at 00:13, Andriy Gapon wrote: … > Thank you! > The next problem you are going to encounter would be missing ldi_get_size(). > I have some WIP for that if you are interested. That’d be great — please feel free to pass it along :)! -Ngie signature.asc Description: Message sig

Re: svn commit: r321849 - in head/tools/tools: bootparttest zfsboottest

2017-08-01 Thread Andriy Gapon
On 01/08/2017 08:29, Ngie Cooper wrote: > Author: ngie > Date: Tue Aug 1 05:29:36 2017 > New Revision: 321849 > URL: https://svnweb.freebsd.org/changeset/base/321849 > > Log: > Fix the return type for pager_output(..) in bootparttest and zfsboottest > > pager_output(..) has always returned

svn commit: r321853 - head/usr.bin/calendar/calendars

2017-08-01 Thread Vladimir Kondratyev
Author: wulf Date: Tue Aug 1 07:05:29 2017 New Revision: 321853 URL: https://svnweb.freebsd.org/changeset/base/321853 Log: Add myself to the calendar Reminded by: mckusick Approved by: gonzo (mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/

Re: svn commit: r321849 - in head/tools/tools: bootparttest zfsboottest

2017-08-01 Thread Ngie Cooper (yaneurabeya)
> On Jul 31, 2017, at 23:39, Andriy Gapon wrote: > > On 01/08/2017 08:29, Ngie Cooper wrote: >> Author: ngie >> Date: Tue Aug 1 05:29:36 2017 >> New Revision: 321849 >> URL: https://svnweb.freebsd.org/changeset/base/321849 >> >> Log: >> Fix the return type for pager_output(..) in bootparttest

Re: svn commit: r321849 - in head/tools/tools: bootparttest zfsboottest

2017-08-01 Thread Andriy Gapon
On 01/08/2017 09:51, Ngie Cooper (yaneurabeya) wrote: > >> On Jul 31, 2017, at 23:39, Andriy Gapon wrote: >> >> On 01/08/2017 08:29, Ngie Cooper wrote: >>> Author: ngie >>> Date: Tue Aug 1 05:29:36 2017 >>> New Revision: 321849 >>> URL: https://svnweb.freebsd.org/changeset/base/321849 >>> >>> Lo

svn commit: r321857 - head/usr.bin/calendar/calendars

2017-08-01 Thread Michael Tuexen
Author: tuexen Date: Tue Aug 1 09:26:22 2017 New Revision: 321857 URL: https://svnweb.freebsd.org/changeset/base/321857 Log: Add myself to calendar. Reminded by: mckusick Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.free

svn commit: r321855 - svnadmin/conf

2017-08-01 Thread Matthew Seaman
Author: matthew (ports committer) Date: Tue Aug 1 09:07:26 2017 New Revision: 321855 URL: https://svnweb.freebsd.org/changeset/base/321855 Log: Reap edavis' commit bit with his approval Approved by: core (implicit) Modified: svnadmin/conf/access Modified: svnadmin/conf/access

svn commit: r321858 - head/share/vt/keymaps

2017-08-01 Thread Stefan Esser
Author: se Date: Tue Aug 1 09:30:21 2017 New Revision: 321858 URL: https://svnweb.freebsd.org/changeset/base/321858 Log: Add alternate Turkish keyboard layout F. The layout and menu texts have been provided by Ufuk Güler, with minor changes for consistency by me. Submitted by: Ufuk Güler

svn commit: r321856 - head/sys/dev/ichwd

2017-08-01 Thread Alexander Motin
Author: mav Date: Tue Aug 1 09:22:10 2017 New Revision: 321856 URL: https://svnweb.freebsd.org/changeset/base/321856 Log: Add explicit check for PCI bus to r321720. Reported by: jhb MFC after:6 days Modified: head/sys/dev/ichwd/ichwd.c Modified: head/sys/dev/ichwd/ichwd.c ==

svn commit: r321859 - head/share/vt/keymaps

2017-08-01 Thread Stefan Esser
Author: se Date: Tue Aug 1 09:34:15 2017 New Revision: 321859 URL: https://svnweb.freebsd.org/changeset/base/321859 Log: Adjust path to X11 locale files (/usr/X11 has been changed to /usr/local a long ago) in comment. No functional change. Modified: head/share/vt/keymaps/INDEX.keymaps Mod

svn commit: r321860 - head/usr.bin/calendar/calendars

2017-08-01 Thread Marcin Wojtas
Author: mw Date: Tue Aug 1 10:11:20 2017 New Revision: 321860 URL: https://svnweb.freebsd.org/changeset/base/321860 Log: Add myself to calendar Approved by: cognet (mentor) Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.fre

svn commit: r321861 - vendor-sys/ena-com/dist

2017-08-01 Thread Marcin Wojtas
Author: mw Date: Tue Aug 1 10:44:29 2017 New Revision: 321861 URL: https://svnweb.freebsd.org/changeset/base/321861 Log: ena_plat.h: delete WARN_ON dead code gcc issues a "useless statement" error about unlikely(__ret_warn_on); in the WARN_ON in ena_plat.h. In WARN_ONs defined elsewhere,

svn commit: r321862 - vendor-sys/ena-com/1.1.4.2

2017-08-01 Thread Marcin Wojtas
Author: mw Date: Tue Aug 1 10:46:47 2017 New Revision: 321862 URL: https://svnweb.freebsd.org/changeset/base/321862 Log: Create 1.1.4.2 tag in ena-com Tag is added after fixing gcc build in r321861 Reviewed by: cognet (mentor) Approved by: cognet (mentor) Added: vendor-sys/ena-co

svn commit: r321863 - head/sys/dev/pci

2017-08-01 Thread Roger Pau Monné
Author: royger Date: Tue Aug 1 10:47:44 2017 New Revision: 321863 URL: https://svnweb.freebsd.org/changeset/base/321863 Log: pci: fix write order when sizing BARs According to the PCI Local Specification rev. 3.0 in case of a 64-bit BAR both the low and the high parts of the register sho

svn commit: r321864 - head/sys/contrib/ena-com

2017-08-01 Thread Marcin Wojtas
Author: mw Date: Tue Aug 1 11:00:04 2017 New Revision: 321864 URL: https://svnweb.freebsd.org/changeset/base/321864 Log: Merge ena-com 1.1.4.2 Update ENA HAL after fixing gcc build in r321861. Submitted by: rlibby Reviewed by: cognet (mentor) Approved by: cognet (mentor) Differe

svn commit: r321865 - head/tools/tools/zfsboottest

2017-08-01 Thread Andriy Gapon
Author: avg Date: Tue Aug 1 11:09:18 2017 New Revision: 321865 URL: https://svnweb.freebsd.org/changeset/base/321865 Log: zfsboottest: catch up with r316585 and provide ldi_get_size method This method is required for querying file / disk sizes which is needed at least for finding all cop

Re: svn commit: r321849 - in head/tools/tools: bootparttest zfsboottest

2017-08-01 Thread Andriy Gapon
On 01/08/2017 11:26, Ngie Cooper (yaneurabeya) wrote: > >> On Aug 1, 2017, at 00:13, Andriy Gapon wrote: > > … > >> Thank you! >> The next problem you are going to encounter would be missing ldi_get_size(). >> I have some WIP for that if you are interested. > > That’d be great — please feel fr

svn commit: r321866 - head/usr.bin/calendar/calendars

2017-08-01 Thread Michael Zhilin
Author: mizhka Date: Tue Aug 1 11:51:35 2017 New Revision: 321866 URL: https://svnweb.freebsd.org/changeset/base/321866 Log: [calendar.freebsd] Add myselft into freebsd.calendar Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.fre

Re: svn commit: r321825 - in stable/10: . gnu/usr.bin/groff/tmac lib/clang sys/conf

2017-08-01 Thread Slawa Olhovchenkov
On Mon, Jul 31, 2017 at 10:19:39PM +, Marius Strobl wrote: > Author: marius > Date: Mon Jul 31 22:19:39 2017 > New Revision: 321825 > URL: https://svnweb.freebsd.org/changeset/base/321825 > > Log: > Update stable/10 from 10.3-STABLE to 10.4-PRERELEASE as part of > the 10.4 release cycle,

Re: svn commit: r321790 - head/sbin/sysctl

2017-08-01 Thread Andrew Gallatin via svn-src-all
On 07/31/17 13:20, John Baldwin wrote: On Monday, July 31, 2017 02:56:35 PM Andrew Gallatin wrote: Author: gallatin Date: Mon Jul 31 14:56:35 2017 New Revision: 321790 URL: https://urldefense.proofpoint.com/v2/url?u=https-3A__svnweb.freebsd.org_changeset_base_321790&d=DwICAg&c=imBPVzF25OnBgGmVO

svn commit: r321867 - stable/11/sys/dev/isp

2017-08-01 Thread Alexander Motin
Author: mav Date: Tue Aug 1 12:58:48 2017 New Revision: 321867 URL: https://svnweb.freebsd.org/changeset/base/321867 Log: MFC r320492: Polish target_id/target_lun setting for ATIOs/INOTs. For ATIOs it is pointless to report isp_loopid to CAM, since in other places it operates with port d

svn commit: r321868 - stable/11/sys/dev/isp

2017-08-01 Thread Alexander Motin
Author: mav Date: Tue Aug 1 12:59:37 2017 New Revision: 321868 URL: https://svnweb.freebsd.org/changeset/base/321868 Log: MFC r320574: Slightly unify SNS requests for post- and pre-24xx. Modified: stable/11/sys/dev/isp/isp.c stable/11/sys/dev/isp/ispmbox.h Directory Properties: stable/11

svn commit: r321869 - stable/11/sys/dev/isp

2017-08-01 Thread Alexander Motin
Author: mav Date: Tue Aug 1 13:00:13 2017 New Revision: 321869 URL: https://svnweb.freebsd.org/changeset/base/321869 Log: MFC r320575: Move comment respecting previous commit. Modified: stable/11/sys/dev/isp/isp.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/

svn commit: r321870 - in stable/11: share/man/man4 sys/dev/isp

2017-08-01 Thread Alexander Motin
Author: mav Date: Tue Aug 1 13:03:06 2017 New Revision: 321870 URL: https://svnweb.freebsd.org/changeset/base/321870 Log: MFC r320604, r320865: Switch fabric scans from GID_FT to GID_PT+GFF_ID/GFT_ID. Instead of using GID_FT SNS request to get list of registered FCP ports, use GID_PT t

svn commit: r321871 - stable/11/sys/cam/ctl

2017-08-01 Thread Alexander Motin
Author: mav Date: Tue Aug 1 13:07:05 2017 New Revision: 321871 URL: https://svnweb.freebsd.org/changeset/base/321871 Log: MFC r320493: Unify INOT/ATIO setup. Modified: stable/11/sys/cam/ctl/scsi_ctl.c Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/cam/ctl/scsi_

svn commit: r321872 - stable/11/sys/cam/ctl

2017-08-01 Thread Alexander Motin
Author: mav Date: Tue Aug 1 13:07:54 2017 New Revision: 321872 URL: https://svnweb.freebsd.org/changeset/base/321872 Log: MFC r320495: Allow status aggregation for ramdisk reads. Modified: stable/11/sys/cam/ctl/ctl_backend_ramdisk.c Directory Properties: stable/11/ (props changed) Modif

svn commit: r321873 - stable/10/sys/netpfil/ipfw

2017-08-01 Thread Philip Paeps
Author: philip Date: Tue Aug 1 13:15:30 2017 New Revision: 321873 URL: https://svnweb.freebsd.org/changeset/base/321873 Log: MFC r320941: Fix GRE over IPv6 tunnels with IPFW Previously, GRE packets in IPv6 tunnels would be dropped by IPFW (unless net.inet6.ip6.fw.deny_unknown_exthdrs was

svn commit: r321874 - stable/9/sys/netpfil/ipfw

2017-08-01 Thread Philip Paeps
Author: philip Date: Tue Aug 1 13:40:37 2017 New Revision: 321874 URL: https://svnweb.freebsd.org/changeset/base/321874 Log: MFC r320941: Fix GRE over IPv6 tunnels with IPFW Previously, GRE packets in IPv6 tunnels would be dropped by IPFW (unless net.inet6.ip6.fw.deny_unknown_exthdrs was

svn commit: r321875 - stable/11/sys/fs/nfs

2017-08-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Aug 1 14:25:27 2017 New Revision: 321875 URL: https://svnweb.freebsd.org/changeset/base/321875 Log: MFC r320359: Add vfs.nfsd.nfsd_enable_uidtostring, which works just like vfs.nfsd.nfsd_enable_stringtouid, but in reverse - when set to 1, it forces the NFSv4 ser

Re: svn commit: r321849 - in head/tools/tools: bootparttest zfsboottest

2017-08-01 Thread Ngie Cooper
> On Aug 1, 2017, at 04:08, Andriy Gapon wrote: > >> On 01/08/2017 11:26, Ngie Cooper (yaneurabeya) wrote: >> >>> On Aug 1, 2017, at 00:13, Andriy Gapon wrote: >> >> … >> >>> Thank you! >>> The next problem you are going to encounter would be missing ldi_get_size(). >>> I have some WIP for t

svn commit: r321876 - head

2017-08-01 Thread Ian Lepore
Author: ian Date: Tue Aug 1 14:54:25 2017 New Revision: 321876 URL: https://svnweb.freebsd.org/changeset/base/321876 Log: In xdev-links, when installing symlinks to the cross-compiler pieces that includes the OS version (armv6-freebsd12.0-cc, etc), use the OS version of the compiler/world s

svn commit: r321877 - stable/10/sys/fs/nfs

2017-08-01 Thread Edward Tomasz Napierala
Author: trasz Date: Tue Aug 1 15:51:16 2017 New Revision: 321877 URL: https://svnweb.freebsd.org/changeset/base/321877 Log: MFC r320359: Add vfs.nfsd.nfsd_enable_uidtostring, which works just like vfs.nfsd.nfsd_enable_stringtouid, but in reverse - when set to 1, it forces the NFSv4 ser

svn commit: r321878 - in stable/10: contrib/netbsd-tests/lib/libc/gen lib/libc/tests/gen

2017-08-01 Thread Alan Somers
Author: asomers Date: Tue Aug 1 16:00:21 2017 New Revision: 321878 URL: https://svnweb.freebsd.org/changeset/base/321878 Log: MFC r320737, r320914 r320737: Fix cleanup in lib/libc/gen/setdomainname_test ATF cleanup routines run in separate processes from the tests themselves, so t

svn commit: r321879 - head/share/misc

2017-08-01 Thread Glen Barber
Author: gjb Date: Tue Aug 1 16:05:23 2017 New Revision: 321879 URL: https://svnweb.freebsd.org/changeset/base/321879 Log: Update doceng, re, security-officer, clusteradm, webmaster and donations entries. Requested by: sevan Sponsored by: The FreeBSD Foundation Modified: head/share/m

svn commit: r321880 - head/share/mk

2017-08-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 1 16:15:08 2017 New Revision: 321880 URL: https://svnweb.freebsd.org/changeset/base/321880 Log: CCACHE_BUILD: Allow setting CCACHE_BUILD_TYPE=wrapper. This uses the /usr/local/libexec/ccache/ wrappers rather than modifying CC to be '/usr/local/bin/ccache cc

svn commit: r321881 - head/share/examples/ppp

2017-08-01 Thread Sevan Janiyan
Author: sevan (doc committer) Date: Tue Aug 1 16:20:33 2017 New Revision: 321881 URL: https://svnweb.freebsd.org/changeset/base/321881 Log: For the udp-client example, instruct user to add an entry for a udp based service. For tcp-client & udp-client, use the same port in configuration snip

svn commit: r321882 - head

2017-08-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 1 16:41:17 2017 New Revision: 321882 URL: https://svnweb.freebsd.org/changeset/base/321882 Log: NO_CLEAN: No need to run delete-old if the directories don't exist. X-MFC-With: r321443 MFC after:1 month Sponsored by: Dell EMC Isilon Modified: head

svn commit: r321883 - stable/10/usr.bin/stdbuf

2017-08-01 Thread Alan Somers
Author: asomers Date: Tue Aug 1 16:48:33 2017 New Revision: 321883 URL: https://svnweb.freebsd.org/changeset/base/321883 Log: MFC r320807: stdbuf(1): Add buffer definition "B" to the usage message This option has been missing from the usage message ever since the program was first i

svn commit: r321884 - head/sys/kern

2017-08-01 Thread Mark Johnston
Author: markj Date: Tue Aug 1 17:50:28 2017 New Revision: 321884 URL: https://svnweb.freebsd.org/changeset/base/321884 Log: Fix a witness assertion that fires when a lock type's class changes. When all instances of a lock type are destroyed (for example, after a module unload), the corre

svn commit: r321885 - head/usr.bin/calendar/calendars

2017-08-01 Thread Lev A. Serebryakov
Author: lev (ports committer) Date: Tue Aug 1 18:05:19 2017 New Revision: 321885 URL: https://svnweb.freebsd.org/changeset/base/321885 Log: Add myself to the calendar.freebsd Reported by: mckusick Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calend

svn commit: r321886 - head/usr.bin/calendar/calendars

2017-08-01 Thread Kirk McKusick
Author: mckusick Date: Tue Aug 1 18:25:04 2017 New Revision: 321886 URL: https://svnweb.freebsd.org/changeset/base/321886 Log: Add Anne Dickison. Requested by: Anne Dickison Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.fr

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

2017-08-01 Thread Bryan Drewery
Author: bdrewery Date: Tue Aug 1 18:26:20 2017 New Revision: 321887 URL: https://svnweb.freebsd.org/changeset/base/321887 Log: CCACHE_BUILD: Follow-up r321880: Fix some PATH issues with buildworld. - bsd.compiler.mk: Must ensure that the CCACHE_WRAPPER_PATH comes first in PATH. - Mak

svn commit: r321888 - head/sys/modules/dtb/allwinner

2017-08-01 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 1 18:33:27 2017 New Revision: 321888 URL: https://svnweb.freebsd.org/changeset/base/321888 Log: Allwinner dtb: add link for NanoPi Neo Reported by: Richard Puga Tested by:Richard Puga , myself Modified: head/sys/modules/dtb/allwinner/Makefile Modified

svn commit: r321889 - head/usr.bin/calendar/calendars

2017-08-01 Thread Maksim Yevmenkin
Author: emax Date: Tue Aug 1 18:46:24 2017 New Revision: 321889 URL: https://svnweb.freebsd.org/changeset/base/321889 Log: add myself Requested by: mckusick Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd ===

svn commit: r321890 - head/usr.bin/calendar/calendars

2017-08-01 Thread Maksim Yevmenkin
Author: emax Date: Tue Aug 1 18:48:09 2017 New Revision: 321890 URL: https://svnweb.freebsd.org/changeset/base/321890 Log: fix sort order Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd ===

svn commit: r321891 - head/sys/boot/fdt/dts/arm

2017-08-01 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 1 19:22:00 2017 New Revision: 321891 URL: https://svnweb.freebsd.org/changeset/base/321891 Log: Alwinner: nanopi-neo: Remove r_i2c node from DTS as it isn't used on the board Modified: head/sys/boot/fdt/dts/arm/nanopi-neo.dts Modified: head/sys/boot/fdt/dts/arm/na

svn commit: r321892 - head/usr.bin/calendar/calendars

2017-08-01 Thread Tobias C. Berner
Author: tcberner (ports committer) Date: Tue Aug 1 19:29:16 2017 New Revision: 321892 URL: https://svnweb.freebsd.org/changeset/base/321892 Log: Add joneum to the calendar.freebsd Reported by: mckusick Submitted by: joneum Modified: head/usr.bin/calendar/calendars/calendar.freebsd M

svn commit: r321893 - head/usr.bin/calendar/calendars

2017-08-01 Thread Taras Korenko
Author: taras (doc committer) Date: Tue Aug 1 20:16:00 2017 New Revision: 321893 URL: https://svnweb.freebsd.org/changeset/base/321893 Log: + Add myself to calendar.freebsd. Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calendars/calendar.freebsd

svn commit: r321894 - head/sys/modules/dtb/allwinner

2017-08-01 Thread Emmanuel Vadot
Author: manu Date: Tue Aug 1 20:28:11 2017 New Revision: 321894 URL: https://svnweb.freebsd.org/changeset/base/321894 Log: Allwinner dtb: Add NanoPi M1 to the build It was tested on NanoPi M1 Plus. Modified: head/sys/modules/dtb/allwinner/Makefile Modified: head/sys/modules/dtb/allwinn

svn commit: r321895 - stable/10/usr.sbin/tzsetup

2017-08-01 Thread Marius Strobl
Author: marius Date: Tue Aug 1 21:41:14 2017 New Revision: 321895 URL: https://svnweb.freebsd.org/changeset/base/321895 Log: MFC: r281733, r298033, r301131 - Remove set but unused variable. - Use NULL instead of 0 for pointers. - Fix tzsetup not installing /etc/localtime for UTC. Modi

svn commit: r321896 - head/sys/kern

2017-08-01 Thread Mark Johnston
Author: markj Date: Tue Aug 1 23:14:38 2017 New Revision: 321896 URL: https://svnweb.freebsd.org/changeset/base/321896 Log: Amend r321884 to check the refcount and update the class with w_mtx held. Reviewed by: jhb X-MFC with: r321884 Modified: head/sys/kern/subr_witness.c Modifie

svn commit: r321897 - head/usr.bin/calendar/calendars

2017-08-01 Thread Ngie Cooper
Author: ngie Date: Wed Aug 2 00:51:56 2017 New Revision: 321897 URL: https://svnweb.freebsd.org/changeset/base/321897 Log: Revert accidental character conversion for pfg's entry, done in r321886 Modified: head/usr.bin/calendar/calendars/calendar.freebsd Modified: head/usr.bin/calendar/calen

svn commit: r321899 - in head/sys/amd64: amd64 include linux

2017-08-01 Thread Don Lewis
Author: truckman Date: Wed Aug 2 01:43:35 2017 New Revision: 321899 URL: https://svnweb.freebsd.org/changeset/base/321899 Log: Lower the amd64 shared page, which contains the signal trampoline, from the top of user memory to one page lower on machines with the Ryzen (AMD Family 17h) CPU. T

svn commit: r321904 - stable/11/sys/sys

2017-08-01 Thread Xin LI
Author: delphij Date: Wed Aug 2 05:17:01 2017 New Revision: 321904 URL: https://svnweb.freebsd.org/changeset/base/321904 Log: MFC r321713: Bump copyright year. Modified: stable/11/sys/sys/copyright.h Directory Properties: stable/11/ (props changed) Modified: stable/11/sys/sys/copyr

svn commit: r321905 - stable/10/sys/sys

2017-08-01 Thread Xin LI
Author: delphij Date: Wed Aug 2 05:17:47 2017 New Revision: 321905 URL: https://svnweb.freebsd.org/changeset/base/321905 Log: MFC r321713: Bump copyright year. Modified: stable/10/sys/sys/copyright.h Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/sys/copyr

svn commit: r321906 - stable/11/sbin/init

2017-08-01 Thread Xin LI
Author: delphij Date: Wed Aug 2 05:30:41 2017 New Revision: 321906 URL: https://svnweb.freebsd.org/changeset/base/321906 Log: MFC r320761: - Use strlcat() instead of strncat(). - Use asprintf() and handle allocation errors. Modified: stable/11/sbin/init/init.c Directory Properties:

svn commit: r321907 - stable/10/sbin/init

2017-08-01 Thread Xin LI
Author: delphij Date: Wed Aug 2 05:47:26 2017 New Revision: 321907 URL: https://svnweb.freebsd.org/changeset/base/321907 Log: MFC r320761: - Use strlcat() instead of strncat(). - Use asprintf() and handle allocation errors. Modified: stable/10/sbin/init/init.c Directory Properties: