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
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
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
>
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
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
> 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
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
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)
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
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
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
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
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
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
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
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
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
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
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
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
(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
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
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
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
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
25 matches
Mail list logo