svn commit: r342590 - in vendor/zstd/1.3.8: . contrib/adaptive-compression contrib/meson contrib/pzstd contrib/seekable_format contrib/seekable_format/examples doc lib lib/common lib/compress lib/d...

2018-12-29 Thread Conrad Meyer
Author: cem Date: Sat Dec 29 06:52:52 2018 New Revision: 342590 URL: https://svnweb.freebsd.org/changeset/base/342590 Log: tag import of zstd 1.3.8 Added: vendor/zstd/1.3.8/ - copied from r342588, vendor/zstd/dist/ vendor/zstd/1.3.8/lib/decompress/zstd_ddict.c - copied unchanged

svn commit: r342593 - head/contrib/llvm/lib/CodeGen/SelectionDAG

2018-12-29 Thread Dimitry Andric
Author: dim Date: Sat Dec 29 15:21:51 2018 New Revision: 342593 URL: https://svnweb.freebsd.org/changeset/base/342593 Log: Pull in r342863 from upstream llvm trunk (by Hans Wennborg): Remove debug printf leftover from r342397 PR: 234480 MFC after:6 weeks

svn commit: r342589 - in vendor/zstd/dist: . contrib/adaptive-compression contrib/meson contrib/pzstd contrib/seekable_format contrib/seekable_format/examples doc lib lib/common lib/compress lib/de...

2018-12-29 Thread Conrad Meyer
Author: cem Date: Sat Dec 29 06:51:10 2018 New Revision: 342589 URL: https://svnweb.freebsd.org/changeset/base/342589 Log: import zstd 1.3.8 Added: vendor/zstd/dist/lib/decompress/zstd_ddict.c (contents, props changed) vendor/zstd/dist/lib/decompress/zstd_ddict.h (contents, props

svn commit: r342592 - head/contrib/llvm/lib/CodeGen/SelectionDAG

2018-12-29 Thread Dimitry Andric
Author: dim Date: Sat Dec 29 15:13:49 2018 New Revision: 342592 URL: https://svnweb.freebsd.org/changeset/base/342592 Log: Pull in r342397 from upstream llvm trunk (by Amara Emerson): Revert "Revert r342183 "[DAGCombine] Fix crash when store merging created an extract_subvector with

svn commit: r342594 - head/sys/i386/i386

2018-12-29 Thread Konstantin Belousov
Author: kib Date: Sat Dec 29 15:49:03 2018 New Revision: 342594 URL: https://svnweb.freebsd.org/changeset/base/342594 Log: i386: Fix allocation of the KVA frame for pmap_quick_enter_page(). Due to the typo, it shared the frame with the CMAP1 transient mapping. In collaboration with:

svn commit: r342591 - head/sys/kern

2018-12-29 Thread Kristof Provost
Author: kp Date: Sat Dec 29 14:48:51 2018 New Revision: 342591 URL: https://svnweb.freebsd.org/changeset/base/342591 Log: Make kernel print jail ID when logging a process exit Kernel now includes jail ID when logging a process exit. jid is 0 for unjailed processes. Submitted by:

svn commit: r342596 - head/sys/contrib/ipfilter/netinet

2018-12-29 Thread Cy Schubert
Author: cy Date: Sat Dec 29 18:11:17 2018 New Revision: 342596 URL: https://svnweb.freebsd.org/changeset/base/342596 Log: Remove duplicate include of sys/mbuf.h. Reported by: Trond Endrest MFC after:3 days Modified: head/sys/contrib/ipfilter/netinet/ip_fil_freebsd.c Modified:

svn commit: r342595 - head/sys/kern

2018-12-29 Thread Konstantin Belousov
Author: kib Date: Sat Dec 29 15:55:44 2018 New Revision: 342595 URL: https://svnweb.freebsd.org/changeset/base/342595 Log: For hw.{physmem,realmem,usermem} MIBs, clamp instead truncating. If the memory size does not fit into u_long, current code truncates the returned value and returns

svn commit: r342601 - head/bin/pax

2018-12-29 Thread Chris Rees
Author: crees (doc,ports committer) Date: Sat Dec 29 23:08:59 2018 New Revision: 342601 URL: https://svnweb.freebsd.org/changeset/base/342601 Log: Add a note that the use of -B option does not guarantee a size of fragment if -z option also used. Recommend the use of zip(1) if compressed

svn commit: r342602 - head/share/man/man7

2018-12-29 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Sun Dec 30 00:27:28 2018 New Revision: 342602 URL: https://svnweb.freebsd.org/changeset/base/342602 Log: ports.7: Add an example of getting dependencies without building them While here, improve formatting of the EXAMPLES section in general.

svn commit: r342597 - head/share/man/man8

2018-12-29 Thread Enji Cooper
Author: ngie Date: Sat Dec 29 20:02:20 2018 New Revision: 342597 URL: https://svnweb.freebsd.org/changeset/base/342597 Log: Remove legacy rc.d infrastructure references from rc(8) Legacy rc.d scripts (.sh extension) have not been supported since r193118. Remove the outdated references to

svn commit: r342598 - in head: lib/libzstd sys/conf sys/contrib/zstd sys/contrib/zstd/contrib/meson sys/contrib/zstd/contrib/pzstd sys/contrib/zstd/contrib/seekable_format sys/contrib/zstd/contrib/...

2018-12-29 Thread Conrad Meyer
Author: cem Date: Sat Dec 29 21:18:01 2018 New Revision: 342598 URL: https://svnweb.freebsd.org/changeset/base/342598 Log: Update to Zstandard 1.3.8 This merge brings in a couple new files, which needed to be attached to the build; a new dependency on , which must be stubbed; and a name

svn commit: r342599 - head/sys/kern

2018-12-29 Thread Kristof Provost
Author: kp Date: Sat Dec 29 21:36:02 2018 New Revision: 342599 URL: https://svnweb.freebsd.org/changeset/base/342599 Log: Simplify jail ID printing on process exit As suggested by kib@, we don't need to check p_ucred, because that's only NULL during process creation, and cr_prison is

svn commit: r342600 - head/share/man/man5

2018-12-29 Thread Mateusz Piotrowski
Author: 0mp (ports committer) Date: Sat Dec 29 23:00:20 2018 New Revision: 342600 URL: https://svnweb.freebsd.org/changeset/base/342600 Log: style.mdoc.5: Suggest preferred formatting for EXAMPLES Add an example of how to format examples in EXAMPLES sections. The suggested format is