Re: svn commit: r324713 - head/sys/fs/ext2fs

2017-10-17 Thread Fedor Uporov
Ryan, Seems like, I lost the dual declaration when made the merging and then did not check the gcc build. Thanks for fix. On Wed, Oct 18, 2017 at 12:41 AM, Ryan Libby wrote: > Author: rlibby > Date: Wed Oct 18 00:41:23 2017 > New Revision: 324713 > URL: https://svnweb.freebsd.org/changeset/bas

svn commit: r324713 - head/sys/fs/ext2fs

2017-10-17 Thread Ryan Libby
Author: rlibby Date: Wed Oct 18 00:41:23 2017 New Revision: 324713 URL: https://svnweb.freebsd.org/changeset/base/324713 Log: ext2: delete redundant decl of ext2_fserr Fix gcc build after r324706. Reviewed by: pfg Differential Revision:https://reviews.freebsd.org/D12709 Mod

svn commit: r324712 - head/share/mk

2017-10-17 Thread Jonathan Anderson
Author: jonathan Date: Wed Oct 18 00:33:20 2017 New Revision: 324712 URL: https://svnweb.freebsd.org/changeset/base/324712 Log: Improve computation of {BC,LL}OBJS. Now that OBJS has grown an OBJS_SRCS_FILTER variable, use this variable in the computation of BCOBJS and LLOBJS too. Also mov

svn commit: r324711 - head/share/mk

2017-10-17 Thread Jonathan Anderson
Author: jonathan Date: Wed Oct 18 00:30:15 2017 New Revision: 324711 URL: https://svnweb.freebsd.org/changeset/base/324711 Log: Improve logic of CLEANFILES+=${PROG_FULL}.{bc,ll}. The build rule describing how to create ${PROG_FULL}.{bc,ll} is only dependent on LLVM_LINK being defined, not

svn commit: r324710 - in head: . share/man/man9 sys/conf sys/kern sys/modules sys/modules/libmbpool sys/sys

2017-10-17 Thread Brooks Davis
(r324709) +++ head/ObsoleteFiles.inc Wed Oct 18 00:18:03 2017(r324710) @@ -38,6 +38,19 @@ # xargs -n1 | sort | uniq -d; # done +# 20171017: Removal of mbpool(9) +OLD_FILES+=usr/include/sys/mbpool.h +OLD_FILES+=usr/share/man/man9/mbpool.9.gz +OLD_FILES+=usr/share/man/man9

svn commit: r324709 - in head/sys/boot/efi: boot1 libefi loader

2017-10-17 Thread Warner Losh
Author: imp Date: Tue Oct 17 23:38:27 2017 New Revision: 324709 URL: https://svnweb.freebsd.org/changeset/base/324709 Log: Revert "Unify boot1 with loader" change r324646 Back out the unification commit to boot1. There's some issues on the arm and arm64 platforms that need to be addressed

svn commit: r324707 - head/sys/tools

2017-10-17 Thread Ed Maste
Author: emaste Date: Tue Oct 17 21:13:26 2017 New Revision: 324707 URL: https://svnweb.freebsd.org/changeset/base/324707 Log: embed_mfs: add error handling, usage Ensure that we are called with two arguments, and that the output file is writable. Also, if we cannot find the mfs section re

svn commit: r324706 - head/sys/fs/ext2fs

2017-10-17 Thread Fedor Uporov
Author: fsu Date: Tue Oct 17 20:45:44 2017 New Revision: 324706 URL: https://svnweb.freebsd.org/changeset/base/324706 Log: Add inital extents read-write support. Approved by:pfg (mentor) MFC after: 6 months RelNotes: Yes Differential Revision:https://reviews.free

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

2017-10-17 Thread Ryan Libby
Author: rlibby Date: Tue Oct 17 20:37:31 2017 New Revision: 324705 URL: https://svnweb.freebsd.org/changeset/base/324705 Log: cxgbe: delete now-redundant vnet decls r324539 gathered some vnet decls into netinet/tcp_var.h, so that they are now redundant in dev/cxgbe/tom/{t4_cpl_io.c,t4_ddp

svn commit: r324704 - head/sys/kern

2017-10-17 Thread Mark Johnston
Author: markj Date: Tue Oct 17 19:41:45 2017 New Revision: 324704 URL: https://svnweb.freebsd.org/changeset/base/324704 Log: Fix a racy VI_DOOMED check in MNT_VNODE_FOREACH_ALL(). MNT_VNODE_FOREACH_ALL() is supposed to avoid returning doomed vnodes, but the VI_DOOMED check it used was don

svn commit: r324702 - head/sys/boot/uboot/lib

2017-10-17 Thread Warner Losh
Author: imp Date: Tue Oct 17 19:11:19 2017 New Revision: 324702 URL: https://svnweb.freebsd.org/changeset/base/324702 Log: We need to include disk.o in libuboot.a when we're building with support for disk access. Sponsored by: Netflix Modified: head/sys/boot/uboot/lib/Makefile Modifie

svn commit: r324703 - head/sys/boot

2017-10-17 Thread Ed Maste
Author: emaste Date: Tue Oct 17 19:11:29 2017 New Revision: 324703 URL: https://svnweb.freebsd.org/changeset/base/324703 Log: loader.mk: clean md.o even if MD_IMAGE_SIZE not defined We don't normally provide special handling for optionally-included src files, but md.o depends on both md.c

svn commit: r324701 - head/tests/sys/kern

2017-10-17 Thread Bryan Drewery
Author: bdrewery Date: Tue Oct 17 19:01:01 2017 New Revision: 324701 URL: https://svnweb.freebsd.org/changeset/base/324701 Log: Add a test for r324671 along with some other masked tests. MFC after:1 week Sponsored by: Dell EMC Isilon Modified: head/tests/sys/kern/ptrace_test.c Mod

Re: svn commit: r317015 - in head/sys: boot/forth conf crypto/chacha20 dev/random libkern sys

2017-10-17 Thread Shawn Webb
On Sun, Apr 16, 2017 at 09:11:03AM +, Mark Murray wrote: > Author: markm > Date: Sun Apr 16 09:11:02 2017 > New Revision: 317015 > URL: https://svnweb.freebsd.org/changeset/base/317015 > > Log: > Replace the RC4 algorithm for generating in-kernel secure random > numbers with Chacha20. Keep

svn commit: r324700 - head/sys/boot/common

2017-10-17 Thread Ed Maste
Author: emaste Date: Tue Oct 17 18:00:01 2017 New Revision: 324700 URL: https://svnweb.freebsd.org/changeset/base/324700 Log: loader: initialize dv_cleanup in md.c to eliminate clang warning Submitted by: Zakary Nafziger Sponsored by: The FreeBSD Foundation Modified: head/sys/boot/com

svn commit: r324696 - in head/contrib/wpa: src/ap src/common src/rsn_supp wpa_supplicant

2017-10-17 Thread Gordon Tetlow
Author: gordon Date: Tue Oct 17 17:22:36 2017 New Revision: 324696 URL: https://svnweb.freebsd.org/changeset/base/324696 Log: Update wpa_supplicant/hostapd for 2017-01 vulnerability release. hostapd: Avoid key reinstallation in FT handshake Prevent reinstallation of an already in-use grou

svn commit: r324695 - head/share/mk

2017-10-17 Thread Jonathan Anderson
Author: jonathan Date: Tue Oct 17 16:29:50 2017 New Revision: 324695 URL: https://svnweb.freebsd.org/changeset/base/324695 Log: Add LLVM IR libraries to CLEANFILES. We previously taught the build system how to create files like libfoo.bc, but neglected to teach it about cleaning such file

Re: svn commit: r324681 - in head/etc: defaults periodic/daily

2017-10-17 Thread Alexey Dokuchaev
On Tue, Oct 17, 2017 at 09:32:34AM -0600, Alan Somers wrote: > This change defeats the anticongestion mechanism. If > daily_ntpd_leapfile_background is set and 480.leapfile-ntpd runs > before any other periodic script that uses anticongestion (like > /usr/local/etc/periodic/security/410.pkg-audit)

svn commit: r324694 - head/sys/dev/iscsi

2017-10-17 Thread Andriy Gapon
Author: avg Date: Tue Oct 17 16:03:59 2017 New Revision: 324694 URL: https://svnweb.freebsd.org/changeset/base/324694 Log: never retry oustanding requests when terminating iscsi session CAM_REQ_ABORTED sounds natural for aborting outstanding requests when tearing down a session, but that

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

2017-10-17 Thread Ngie Cooper (yaneurabeya)
> On Oct 16, 2017, at 09:14, Matt Joras wrote: > > Author: mjoras > Date: Mon Oct 16 16:14:50 2017 > New Revision: 324666 > URL: https://svnweb.freebsd.org/changeset/base/324666 > > Log: > Properly reset the fields in clean_unrhdr. > > In r324542 I neglected to reset the first and last field

svn commit: r324689 - head/sys/dev/iscsi

2017-10-17 Thread Andriy Gapon
Author: avg Date: Tue Oct 17 15:39:38 2017 New Revision: 324689 URL: https://svnweb.freebsd.org/changeset/base/324689 Log: iscsi: do not hold the global lock while tearing down a session It should be sufficient to hold the lock just for removing the session from the session list. Everyth

Re: svn commit: r324681 - in head/etc: defaults periodic/daily

2017-10-17 Thread Alan Somers
This change defeats the anticongestion mechanism. If daily_ntpd_leapfile_background is set and 480.leapfile-ntpd runs before any other periodic script that uses anticongestion (like /usr/local/etc/periodic/security/410.pkg-audit), then the anticongestion mechanism will effectively be disabled for

Re: svn commit: r324646 - in head/sys/boot/efi: boot1 libefi loader

2017-10-17 Thread Alastair Hogge
On Mon, 16 Oct 2017-10-16 03:59:12 Warner Losh wrote: > Author: imp > Date: Mon Oct 16 03:59:11 2017 > New Revision: 324646 > URL: https://svnweb.freebsd.org/changeset/base/324646 > > Log: > Unify boot1 with loader > > Refactor boot1 to use the same I/O code as /boot/loader uses. Refactor >

svn commit: r324688 - head/share/misc

2017-10-17 Thread Maxim Konovalov
Author: maxim Date: Tue Oct 17 14:37:12 2017 New Revision: 324688 URL: https://svnweb.freebsd.org/changeset/base/324688 Log: DragonFly 5.0.0 release added. Modified: head/share/misc/bsd-family-tree Modified: head/share/misc/bsd-family-tree

Re: svn commit: r324656 - head/lib/libifconfig

2017-10-17 Thread Baptiste Daroussin
On Mon, Oct 16, 2017 at 07:58:55PM +, Andriy Voskoboinyk wrote: > > On Mon, Oct 16, 2017 at 06:54:26AM +, Andriy Voskoboinyk wrote: > > > Author: avos > > > Date: Mon Oct 16 06:54:26 2017 > > > New Revision: 324656 > > > URL: https://svnweb.freebsd.org/changeset/base/324656 > > > > > > Log