Date: Tue, 19 May 2020 18:38:46 +0000 (UTC) From: Ryan Moeller <freqlabs@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r361264 - head Message-ID: <202005191838.04JIckHk096091@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: freqlabs Date: Tue May 19 18:38:46 2020 New Revision: 361264 URL: https://svnweb.freebsd.org/changeset/base/361264 Log: Mention new dd flags in RELNOTES Approved by: mmacy (mentor) Sponsored by: iXsystems, Inc. Modified: head/RELNOTES Modified: head/RELNOTES ============================================================================== --- head/RELNOTES Tue May 19 18:35:08 2020 (r361263) +++ head/RELNOTES Tue May 19 18:38:46 2020 (r361264) @@ -87,6 +87,10 @@ r352304: ntpd is no longer by default locked in memory. rlimit memlock 32 or rlimit memlock 0 can be used to restore this behaviour. +r351770,r352920,r352922,r352923: + dd(1) now supports conv=fsync, conv=fdatasync, oflag=fsync, oflag=sync, + and iflag=fullblock flags, compatible with illumos and GNU. + r351522: Add kernel-side support for in-kernel Transport Layer Security (KTLS). KTLS permits using sendfile(2) over sockets using
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005191838.04JIckHk096091>