svn commit: r317000 - stable/11/usr.sbin/bhyve

2017-04-15 Thread Alexander Motin
Author: mav Date: Sun Apr 16 05:59:29 2017 New Revision: 317000 URL: https://svnweb.freebsd.org/changeset/base/317000 Log: MFC r316427, r316428: Add Log directory and SATA NCQ Send and Receive Log. Those are used at least by Linux guests to detect queued TRIM support. Modified:

svn commit: r316999 - stable/11/lib/libc/arm

2017-04-15 Thread Michal Meloun
Author: mmel Date: Sun Apr 16 05:17:48 2017 New Revision: 316999 URL: https://svnweb.freebsd.org/changeset/base/316999 Log: MFC r313873: Publish fp[get][set]sticky() for ARMv6. Modified: stable/11/lib/libc/arm/Symbol_vfp.map Directory Properties: stable/11/ (props changed)

svn commit: r316998 - in stable/11: contrib/compiler-rt/lib/builtins lib/libc/arm/aeabi

2017-04-15 Thread Michal Meloun
Author: mmel Date: Sun Apr 16 05:14:42 2017 New Revision: 316998 URL: https://svnweb.freebsd.org/changeset/base/316998 Log: MFC r313823,r313866: r313823: Pull in r285478 from upstream compiler-rt trunk (by Saleem Abdulrasool): r313866: Publish __aeabi_uidiv and

svn commit: r316997 - in head/contrib/ipfilter: lib tools

2017-04-15 Thread Cy Schubert
Author: cy Date: Sun Apr 16 04:36:22 2017 New Revision: 316997 URL: https://svnweb.freebsd.org/changeset/base/316997 Log: Use warnx() to issue error message. Reported by: cem MFC after:1 week X-MFC with: r316993, r316994 Modified: head/contrib/ipfilter/lib/parsefields.c

svn commit: r316996 - head/sys/dev/ffec

2017-04-15 Thread Ian Lepore
Author: ian Date: Sun Apr 16 03:49:14 2017 New Revision: 316996 URL: https://svnweb.freebsd.org/changeset/base/316996 Log: Add imx6ul SoC support, and get the PHY number from the FDT data. If there is no phy-handle property, fall back to using MII_PHY_ANY. This still doesn't support an

Re: svn commit: r316993 - head/contrib/ipfilter/lib

2017-04-15 Thread Cy Schubert
In message , Conrad Meyer writes: > On Sat, Apr 15, 2017 at 6:13 PM, Cy Schubert wrote: > > Author: cy > > Date: Sun Apr 16 01:13:47 2017 > > New Revision: 316993 > > URL:

Re: svn commit: r316993 - head/contrib/ipfilter/lib

2017-04-15 Thread Conrad Meyer
On Sat, Apr 15, 2017 at 6:13 PM, Cy Schubert wrote: > Author: cy > Date: Sun Apr 16 01:13:47 2017 > New Revision: 316993 > URL: https://svnweb.freebsd.org/changeset/base/316993 > > Log: > Fix CID 1372601, possible NULL pointer dereference should > reallocarray() fail. > >

svn commit: r316995 - head/sys/dev/mii

2017-04-15 Thread Ian Lepore
Author: ian Date: Sun Apr 16 01:40:17 2017 New Revision: 316995 URL: https://svnweb.freebsd.org/changeset/base/316995 Log: Add support for the Micrel KSZ8081 ethernet PHY. The only thing this phy needs that the ukphy driver doesn't provide is that the value in the proprietary Phy Control

svn commit: r316994 - head/contrib/ipfilter/tools

2017-04-15 Thread Cy Schubert
Author: cy Date: Sun Apr 16 01:15:37 2017 New Revision: 316994 URL: https://svnweb.freebsd.org/changeset/base/316994 Log: Fix CID 1372600, possible NULL pointer dereference should reallocarray() fail. Reported by: Coverity CID 1372600 MFC after:1 week Modified:

svn commit: r316993 - head/contrib/ipfilter/lib

2017-04-15 Thread Cy Schubert
Author: cy Date: Sun Apr 16 01:13:47 2017 New Revision: 316993 URL: https://svnweb.freebsd.org/changeset/base/316993 Log: Fix CID 1372601, possible NULL pointer dereference should reallocarray() fail. Reported by: Coverity CID 1372601 MFC after:1 week Modified:

Re: svn commit: r316978 - in head: contrib/zstd etc/mtree lib lib/libzstd share/mk usr.bin usr.bin/zstd

2017-04-15 Thread Allan Jude
On 2017-04-15 19:37, Rodney W. Grimes wrote: > And we need this in base for what great purpose??? > It is a new faster compression algorithm from the creator of LZ4, Yann Collet. It offers compression ratios similar or great than gzip, but 4-6x faster compression, and 2-3x faster decompression

Re: svn commit: r316978 - in head: contrib/zstd etc/mtree lib lib/libzstd share/mk usr.bin usr.bin/zstd

2017-04-15 Thread Conrad Meyer
On Sat, Apr 15, 2017 at 4:37 PM, Rodney W. Grimes wrote: > And we need this in base for what great purpose??? Can you tone down the condescension, Rod? Being rude doesn't help you make your case. We already have zlib, bzip2, and xz in base. zstd is just one

Re: svn commit: r316978 - in head: contrib/zstd etc/mtree lib lib/libzstd share/mk usr.bin usr.bin/zstd

2017-04-15 Thread Rodney W. Grimes
And we need this in base for what great purpose??? > Author: bapt > Date: Sat Apr 15 20:05:22 2017 > New Revision: 316978 > URL: https://svnweb.freebsd.org/changeset/base/316978 > > Log: > Import zstandard 1.1.4 in base > > zstandard is a new compression library/tool which is very fast

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

2017-04-15 Thread Cy Schubert
Author: cy Date: Sat Apr 15 23:34:05 2017 New Revision: 316991 URL: https://svnweb.freebsd.org/changeset/base/316991 Log: Clean up extraneous brackets. Modified: head/sys/contrib/ipfilter/netinet/ip_state.c Modified: head/sys/contrib/ipfilter/netinet/ip_state.c

Re: svn commit: r316990 - head

2017-04-15 Thread Luigi Rizzo
On Sunday, April 16, 2017, Neel Natu wrote: > Author: neel > Date: Sat Apr 15 22:42:23 2017 > New Revision: 316990 > URL: https://svnweb.freebsd.org/changeset/base/316990 > > Log: > Due to time constraints remove myself as a vmm(4) maintainer. Too bad, when i saw the email

svn commit: r316990 - head

2017-04-15 Thread Neel Natu
Author: neel Date: Sat Apr 15 22:42:23 2017 New Revision: 316990 URL: https://svnweb.freebsd.org/changeset/base/316990 Log: Due to time constraints remove myself as a vmm(4) maintainer. Modified: head/MAINTAINERS Modified: head/MAINTAINERS

svn commit: r316989 - head/contrib/llvm/lib/Target/X86

2017-04-15 Thread Dimitry Andric
Author: dim Date: Sat Apr 15 22:34:22 2017 New Revision: 316989 URL: https://svnweb.freebsd.org/changeset/base/316989 Log: Pull in r300404 from upstream llvm trunk (by me): Use correct registers for "A" inline asm constraint Summary: In PR32594, inline assembly using the 'A'

svn commit: r316988 - vendor/zstd/dist/programs

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 21:33:44 2017 New Revision: 316988 URL: https://svnweb.freebsd.org/changeset/base/316988 Log: revert a change committed by accident: it is freebsd specific and should remain in contrib, not vendor Modified: vendor/zstd/dist/programs/fileio.c Modified:

svn commit: r316987 - in vendor/zstd/dist: build lib/dll programs programs/windres

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 21:25:39 2017 New Revision: 316987 URL: https://svnweb.freebsd.org/changeset/base/316987 Log: Remove files confusing the git exporter Deleted: vendor/zstd/dist/build/ vendor/zstd/dist/lib/dll/ vendor/zstd/dist/programs/windres/ Modified:

svn commit: r316986 - in head/contrib/zstd: build lib/dll programs/windres

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 21:19:49 2017 New Revision: 316986 URL: https://svnweb.freebsd.org/changeset/base/316986 Log: Remove files which seems to confuse the git converter Deleted: head/contrib/zstd/build/ head/contrib/zstd/lib/dll/ head/contrib/zstd/programs/windres/

svn commit: r316985 - head/usr.bin/zstd

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 21:12:11 2017 New Revision: 316985 URL: https://svnweb.freebsd.org/changeset/base/316985 Log: Install the zstdgrep shell wrapper Modified: head/usr.bin/zstd/Makefile Modified: head/usr.bin/zstd/Makefile

Re: svn commit: r316979 - head/usr.bin/less

2017-04-15 Thread Dimitry Andric
On 15 Apr 2017, at 22:06, Baptiste Daroussin wrote: > > Author: bapt > Date: Sat Apr 15 20:06:24 2017 > New Revision: 316979 > URL: https://svnweb.freebsd.org/changeset/base/316979 > > Log: > Add a zstdless equivalent to zless, bzless xzless > > Modified: >

svn commit: r316984 - head/usr.bin/less

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 20:55:09 2017 New Revision: 316984 URL: https://svnweb.freebsd.org/changeset/base/316984 Log: rename zstless into zstdless to be consistent with other zstdcommands Modified: head/usr.bin/less/Makefile Modified: head/usr.bin/less/Makefile

svn commit: r316983 - head/usr.bin/zstd

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 20:53:51 2017 New Revision: 316983 URL: https://svnweb.freebsd.org/changeset/base/316983 Log: Add forgotten links for zstdcat and unzstd Modified: head/usr.bin/zstd/Makefile Modified: head/usr.bin/zstd/Makefile

svn commit: r316982 - in head/sys: conf crypto/chacha20 modules modules/chacha20

2017-04-15 Thread Dag-Erling Smørgrav
Author: des Date: Sat Apr 15 20:51:53 2017 New Revision: 316982 URL: https://svnweb.freebsd.org/changeset/base/316982 Log: 3BSD-licensed implementation of the chacha20 stream cipher, intended for use by the upcoming arc4random replacement. Added: head/sys/crypto/chacha20/

svn commit: r316981 - head/usr.sbin/newsyslog

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 20:37:34 2017 New Revision: 316981 URL: https://svnweb.freebsd.org/changeset/base/316981 Log: Add a new Y flag to newsyslog.conf This makes newsyslog use zstandard to compress log files. Given Z is already taken for gzip and zstandard compression level

svn commit: r316980 - head/contrib/zstd/programs

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 20:15:44 2017 New Revision: 316980 URL: https://svnweb.freebsd.org/changeset/base/316980 Log: Change some default to make zstd a dropin replacement for gzip,bzip etc in most cases Changes ares: - quiet by default - remove the source files one compression

svn commit: r316979 - head/usr.bin/less

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 20:06:24 2017 New Revision: 316979 URL: https://svnweb.freebsd.org/changeset/base/316979 Log: Add a zstdless equivalent to zless, bzless xzless Modified: head/usr.bin/less/Makefile head/usr.bin/less/lesspipe.sh Modified: head/usr.bin/less/Makefile

svn commit: r316978 - in head: contrib/zstd etc/mtree lib lib/libzstd share/mk usr.bin usr.bin/zstd

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 20:05:22 2017 New Revision: 316978 URL: https://svnweb.freebsd.org/changeset/base/316978 Log: Import zstandard 1.1.4 in base zstandard is a new compression library/tool which is very fast at compression/decompression For now import as a private library

svn commit: r316977 - head/sys/dev/syscons

2017-04-15 Thread Bruce Evans
Author: bde Date: Sat Apr 15 20:03:50 2017 New Revision: 316977 URL: https://svnweb.freebsd.org/changeset/base/316977 Log: Add a 10x16 mouse cursor and use it in all graphics (strictly, pixel) modes if the font size is >= 14. This is the X cursor XC_left_ptr (#68) (glyph #45 in an X

svn commit: r316976 - vendor/zstd/1.1.4

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 19:47:50 2017 New Revision: 316976 URL: https://svnweb.freebsd.org/changeset/base/316976 Log: Tag import of zstd 1.1.4 Added: vendor/zstd/1.1.4/ - copied from r316975, vendor/zstd/dist/ ___ svn-src-all@freebsd.org

svn commit: r316975 - in vendor/zstd: . dist dist/build dist/build/VS2005 dist/build/VS2005/fullbench dist/build/VS2005/fuzzer dist/build/VS2005/zstd dist/build/VS2005/zstdlib dist/build/VS2008 dis...

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 19:47:16 2017 New Revision: 316975 URL: https://svnweb.freebsd.org/changeset/base/316975 Log: Import zstd 1.1.4 Added: vendor/zstd/ vendor/zstd/dist/ vendor/zstd/dist/.buckconfig vendor/zstd/dist/.buckversion vendor/zstd/dist/.gitattributes

svn commit: r316974 - head/sys/dev/syscons

2017-04-15 Thread Bruce Evans
Author: bde Date: Sat Apr 15 19:27:39 2017 New Revision: 316974 URL: https://svnweb.freebsd.org/changeset/base/316974 Log: Structure the mouse cursor data so that it is easier to switch, and access it via pointers (still to only 1 instance, now with a less generic name). Restructure

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

2017-04-15 Thread Larry Rosenman
This looks MUCH better, startup was it’s usual speedy self. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: l...@lerctr.org US Mail: 17716 Limpia Crk, Round Rock, TX 78664-7281 From: Maksym Sobolyev

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Rodney W. Grimes
> On Friday, April 14, 2017 07:40:57 PM Ngie Cooper wrote: > > > > > On Apr 14, 2017, at 18:49, Rodney W. Grimes > > > wrote: > > > Do we use KiB, MiB, GiB,... any place else in the system? I cant think of > > > a place we do this, so please, lets not start

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

2017-04-15 Thread Maxim Sobolev
I've committed another fix for the syslogd code in question which should hopefully make it functional again. Peter, please let me know if you still having any issues. Thanks! -Max On Sat, Apr 15, 2017 at 8:46 AM, O. Hartmann wrote: > Am Sat, 15 Apr 2017 08:05:23 -0500 >

svn commit: r316973 - head/usr.sbin/syslogd

2017-04-15 Thread Maxim Sobolev
Author: sobomax Date: Sat Apr 15 18:20:11 2017 New Revision: 316973 URL: https://svnweb.freebsd.org/changeset/base/316973 Log: Fix another logic bug that came out of recent syslogd refactoring and exposed by the r316874: don't call shutdown(2) on all sockets, but only net ones, which seems

Re: svn commit: r316930 - vendor-sys/illumos/dist/uts/common/fs/zfs

2017-04-15 Thread Andriy Gapon
On 15/04/2017 20:03, Julian Elischer wrote: > MFCs to 11 and 10 for all this stuff you've done? Come on, it's not even in head yet! Seriously, any help with that would be greatly appreciated. > On 15/4/17 2:43 am, Andriy Gapon wrote: >> Author: avg >> Date: Fri Apr 14 18:43:10 2017 >> New

Re: svn commit: r316930 - vendor-sys/illumos/dist/uts/common/fs/zfs

2017-04-15 Thread Julian Elischer
MFCs to 11 and 10 for all this stuff you've done? On 15/4/17 2:43 am, Andriy Gapon wrote: Author: avg Date: Fri Apr 14 18:43:10 2017 New Revision: 316930 URL: https://svnweb.freebsd.org/changeset/base/316930 Log: 5814 bpobj_iterate_impl(): Close a refcount leak iterating on a sublist.

svn commit: r316972 - head/sys/arm/freescale/imx

2017-04-15 Thread Ian Lepore
Author: ian Date: Sat Apr 15 17:02:32 2017 New Revision: 316972 URL: https://svnweb.freebsd.org/changeset/base/316972 Log: Add support for the imx6ul SoC. Modified: head/sys/arm/freescale/imx/imx_gpt.c Modified: head/sys/arm/freescale/imx/imx_gpt.c

svn commit: r316971 - in head/sys/dev/cxgbe: . common

2017-04-15 Thread Navdeep Parhar
Author: np Date: Sat Apr 15 17:00:50 2017 New Revision: 316971 URL: https://svnweb.freebsd.org/changeset/base/316971 Log: cxgbe: Add a tunable to configure the SGE time scaler, which is available starting with T6. The values in the timer holdoff registers are multiplied by the scaling

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Julian Elischer
On 15/4/17 4:14 am, Slawa Olhovchenkov wrote: On Fri, Apr 14, 2017 at 01:49:51PM -0600, Alan Somers wrote: On Fri, Apr 14, 2017 at 1:41 PM, Ngie Cooper wrote: Author: ngie Date: Fri Apr 14 19:41:48 2017 New Revision: 316938 URL:

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Julian Elischer
On 15/4/17 4:37 am, Larry Rosenman wrote: On 4/14/17, 3:33 PM, "Ngie Cooper (yaneurabeya)" wrote: > On Apr 14, 2017, at 13:26, Larry Rosenman wrote: > > On 4/14/17, 3:19 PM, "Ngie Cooper (yaneurabeya)"

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Mark Johnston
On Sat, Apr 15, 2017 at 11:39:52AM +0300, Slawa Olhovchenkov wrote: > On Fri, Apr 14, 2017 at 03:05:25PM -0700, Mark Johnston wrote: > > > > And with textdumps available, the benefit > > > of having compression is limited because we can request for minidump > > > or full dumps only when the

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Mark Johnston
On Fri, Apr 14, 2017 at 11:42:04PM -0700, Rodney W. Grimes wrote: > > On Fri, Apr 14, 2017 at 06:30:17PM -0700, Rodney W. Grimes wrote: > > > > The patch to add compression support is here and should largely still > > > > work: > > > >

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

2017-04-15 Thread O. Hartmann
Am Sat, 15 Apr 2017 08:05:23 -0500 Larry Rosenman schrieb: > On 4/15/17, 6:00 AM, "Maxim Sobolev" of > sobo...@freebsd.org> wrote: > > Peter, Ngie, none of this stuff is really directly related to the > shutdown(2) change, so

svn commit: r316970 - in stable/11/sys: amd64/linux amd64/linux32 compat/linux i386/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:38:15 2017 New Revision: 316970 URL: https://svnweb.freebsd.org/changeset/base/316970 Log: MFC r315501: To reduce code duplication move socket defines to the MI path. Modified: stable/11/sys/amd64/linux/linux.h stable/11/sys/amd64/linux32/linux.h

svn commit: r316969 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:32:22 2017 New Revision: 316969 URL: https://svnweb.freebsd.org/changeset/base/316969 Log: MFC r316395: Remove excess tv_nsec test as this is done by linux_to_native_timespec(). Modified: stable/11/sys/compat/linux/linux_futex.c Directory Properties:

svn commit: r316968 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:31:28 2017 New Revision: 316968 URL: https://svnweb.freebsd.org/changeset/base/316968 Log: MFC r316394: The value in the tv_nsec field should be in the range 0 to 9. Modified: stable/11/sys/compat/linux/linux_time.c Directory Properties:

svn commit: r316967 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:30:28 2017 New Revision: 316967 URL: https://svnweb.freebsd.org/changeset/base/316967 Log: MFC r316393: As noted by bde@ negative tv_sec values are not checked for overflow, so overflow can still occur. Fix that. Also remove the extra check for

svn commit: r316966 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:29:16 2017 New Revision: 316966 URL: https://svnweb.freebsd.org/changeset/base/316966 Log: MFC r315498: Check for negative nanoseconds. Linux do that in timespec_valid(). Modified: stable/11/sys/compat/linux/linux_time.c Directory Properties:

svn commit: r316965 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:15:42 2017 New Revision: 316965 URL: https://svnweb.freebsd.org/changeset/base/316965 Log: MFC r316599: Prevent ushort values overflow when convert new Linux 64-bit ipc struct to the old Linux ipc struct. Modified:

svn commit: r316964 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:13:54 2017 New Revision: 316964 URL: https://svnweb.freebsd.org/changeset/base/316964 Log: MFC r314868: Linux semop system call return EINVAL in case when the invalid nsops or semid values specified. Modified: stable/11/sys/compat/linux/linux_ipc.c

svn commit: r316963 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:12:25 2017 New Revision: 316963 URL: https://svnweb.freebsd.org/changeset/base/316963 Log: MFC r314867: Linux kernel does not export to the user space ipc_perm.mode values other than S_IRWXUGO (0777). Modified: stable/11/sys/compat/linux/linux_ipc.c

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Bruce Evans
On Sat, 15 Apr 2017, John Baldwin wrote: On Friday, April 14, 2017 07:40:57 PM Ngie Cooper wrote: On Apr 14, 2017, at 18:49, Rodney W. Grimes wrote: Do we use KiB, MiB, GiB,... any place else in the system? I cant think of a place we do this, so please,

svn commit: r316962 - in stable/11/sys: amd64/linux amd64/linux32 compat/linux i386/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:11:23 2017 New Revision: 316962 URL: https://svnweb.freebsd.org/changeset/base/316962 Log: MFC r314866: Reduce code duplication between MD Linux code by moving SYSV IPC 64-bit related struct definitions out into the MI path. Invert the native ipc

svn commit: r316961 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:09:23 2017 New Revision: 316961 URL: https://svnweb.freebsd.org/changeset/base/316961 Log: MFC r314648: Style(9). Modified: stable/11/sys/compat/linux/linux_ipc.c Directory Properties: stable/11/ (props changed) Modified:

svn commit: r316960 - stable/11/sys/compat/linux

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 15:08:23 2017 New Revision: 316960 URL: https://svnweb.freebsd.org/changeset/base/316960 Log: MFC r314647: Remove attribute __packed from some IPC struct definition since Linuxulator is x86 only. The only notable differences in algnment for an LP64

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Slawa Olhovchenkov
On Sat, Apr 15, 2017 at 07:00:57AM -0700, Rodney W. Grimes wrote: > > On Fri, Apr 14, 2017 at 03:05:25PM -0700, Mark Johnston wrote: > > > > > > And with textdumps available, the benefit > > > > of having compression is limited because we can request for minidump > > > > or full dumps only when

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread John Baldwin
On Friday, April 14, 2017 07:40:57 PM Ngie Cooper wrote: > > > On Apr 14, 2017, at 18:49, Rodney W. Grimes > > wrote: > > Do we use KiB, MiB, GiB,... any place else in the system? I cant think of > > a place we do this, so please, lets not start doing this here?

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Alexey Dokuchaev
On Fri, Apr 14, 2017 at 11:42:04PM -0700, Rodney W. Grimes wrote: > On Fri, Apr 14, 2017 at 10:37:29PM -0700, Mark Johnston wrote: > > ... > > Does "lkm" mean "loadable kernel module"? If so, why? > > Yes, so you dont have to reboot to write and debug new versions, so > you can have a kernel

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Rodney W. Grimes
> On Fri, Apr 14, 2017 at 03:05:25PM -0700, Mark Johnston wrote: > > > > And with textdumps available, the benefit > > > of having compression is limited because we can request for minidump > > > or full dumps only when the textdumps are not good enough for > > > diagnosing the kernel bug. > > >

svn commit: r316959 - head/usr.bin/diff

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 13:57:35 2017 New Revision: 316959 URL: https://svnweb.freebsd.org/changeset/base/316959 Log: Clean up headers declaration Modified: head/usr.bin/diff/diff.c head/usr.bin/diff/diffdir.c head/usr.bin/diff/diffreg.c Modified: head/usr.bin/diff/diff.c

Re: svn commit: r316854 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs

2017-04-15 Thread Alexey Dokuchaev
On Fri, Apr 14, 2017 at 03:35:07PM +, Andriy Gapon wrote: > New Revision: 316854 > URL: https://svnweb.freebsd.org/changeset/base/316854 > > Log: > rename vfs.zfs.debug_flags to vfs.zfs.debugflags > > While the former name is easier to read, the "_flags" suffix has a > special

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Alexey Dokuchaev
On Fri, Apr 14, 2017 at 06:41:32PM -0700, Rodney W. Grimes wrote: > On Apr 14, 2017, at 13:46, Slawa Olhovchenkov wrote: > > On Fri, Apr 14, 2017 at 01:45:22PM -0700, Ngie Cooper (yaneurabeya) wrote: > > > > On Apr 14, 2017, at 13:42, Slawa Olhovchenkov wrote: >

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

2017-04-15 Thread Larry Rosenman
On 4/15/17, 6:00 AM, "Maxim Sobolev" wrote: Peter, Ngie, none of this stuff is really directly related to the shutdown(2) change, so I'll probably let Hiroki to clean it up. -Max I’ve backed off to my previous

Re: svn commit: r316953 - head/sbin/savecore

2017-04-15 Thread Alexey Dokuchaev
On Sat, Apr 15, 2017 at 06:53:07AM +, Ngie Cooper wrote: > New Revision: 316953 > URL: https://svnweb.freebsd.org/changeset/base/316953 > > Log: > Switch back to non-IEC units for 1024 bytes > > I was swayed a little too quickly when I saw the wiki page discussing > kB vs KiB. Switch

svn commit: r316958 - in stable/10: bin/csh contrib/tcsh contrib/tcsh/config contrib/tcsh/nls contrib/tcsh/nls/C contrib/tcsh/nls/et contrib/tcsh/nls/finnish contrib/tcsh/nls/french contrib/tcsh/nl...

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 11:16:11 2017 New Revision: 316958 URL: https://svnweb.freebsd.org/changeset/base/316958 Log: MFC r315948: Update tcsh to 6.20.00 MFC r315952: Update tcsh to vendor git b605cb561d Vendor changes: 1. PR/471: Daiki Ueno: Delay interpreting

svn commit: r316957 - in stable/11: bin/csh contrib/tcsh contrib/tcsh/config contrib/tcsh/nls contrib/tcsh/nls/C contrib/tcsh/nls/et contrib/tcsh/nls/finnish contrib/tcsh/nls/french contrib/tcsh/nl...

2017-04-15 Thread Dmitry Chagin
Author: dchagin Date: Sat Apr 15 11:13:11 2017 New Revision: 316957 URL: https://svnweb.freebsd.org/changeset/base/316957 Log: MFC r315948: Update tcsh to 6.20.00 MFC r315952: Update tcsh to vendor git b605cb561d Vendor changes: 1. PR/471: Daiki Ueno: Delay interpreting

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

2017-04-15 Thread Maxim Sobolev
Peter, Ngie, none of this stuff is really directly related to the shutdown(2) change, so I'll probably let Hiroki to clean it up. -Max On Fri, Apr 14, 2017 at 11:58 PM, Peter Wemm wrote: > On Friday, April 14, 2017 08:13:52 PM Ngie Cooper wrote: > > > On Apr 14, 2017, at 20:12,

svn commit: r316956 - head/share/misc

2017-04-15 Thread Baptiste Daroussin
Author: bapt Date: Sat Apr 15 09:56:42 2017 New Revision: 316956 URL: https://svnweb.freebsd.org/changeset/base/316956 Log: Update to 2017.04.03 Modified: head/share/misc/pci_vendors Modified: head/share/misc/pci_vendors

svn commit: r316955 - in stable/11/sys: amd64/linux amd64/linux32 i386/linux

2017-04-15 Thread Tai-hwa Liang
Author: avatar Date: Sat Apr 15 09:33:42 2017 New Revision: 316955 URL: https://svnweb.freebsd.org/changeset/base/316955 Log: MFC 316644: Trying to be more compatible with Linux if.h definitions: - renaming l_ifreq::ifru_metric to l_ifreq::ifru_ivalue; - adding a definition

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Slawa Olhovchenkov
On Fri, Apr 14, 2017 at 03:05:25PM -0700, Mark Johnston wrote: > > And with textdumps available, the benefit > > of having compression is limited because we can request for minidump > > or full dumps only when the textdumps are not good enough for > > diagnosing the kernel bug. > > Sure, but in

Re: svn commit: r316936 - head/sys/dev/cxgbe/iw_cxgbe

2017-04-15 Thread Bruce Evans
On Sat, 15 Apr 2017, Rodney W. Grimes wrote: On Fri, Apr 14, 2017 at 06:15:10PM -0700, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] Author: np Date: Fri Apr 14 19:15:31 2017 New Revision: 316936 URL: https://svnweb.freebsd.org/changeset/base/316936 Log:

Re: svn commit: r316953 - head/sbin/savecore

2017-04-15 Thread Bruce Evans
On Sat, 15 Apr 2017, Ngie Cooper wrote: Log: Switch back to non-IEC units for 1024 bytes I was swayed a little too quickly when I saw the wiki page discussing kB vs KiB. Switch back as none of the code in base openly uses IEC units via humanize_number(3) (which was my next step), and

Re: svn commit: r316936 - head/sys/dev/cxgbe/iw_cxgbe

2017-04-15 Thread Rodney W. Grimes
> On Fri, Apr 14, 2017 at 06:15:10PM -0700, Rodney W. Grimes wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > Author: np > > > Date: Fri Apr 14 19:15:31 2017 > > > New Revision: 316936 > > > URL: https://svnweb.freebsd.org/changeset/base/316936 > > > > > > Log: > > >

Re: svn commit: r316936 - head/sys/dev/cxgbe/iw_cxgbe

2017-04-15 Thread Navdeep Parhar
On Fri, Apr 14, 2017 at 06:15:10PM -0700, Rodney W. Grimes wrote: > [ Charset UTF-8 unsupported, converting... ] > > Author: np > > Date: Fri Apr 14 19:15:31 2017 > > New Revision: 316936 > > URL: https://svnweb.freebsd.org/changeset/base/316936 > > > > Log: > > cxgbe/iw_cxgbe: hw supports 64K

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

2017-04-15 Thread Peter Wemm
On Friday, April 14, 2017 08:13:52 PM Ngie Cooper wrote: > > On Apr 14, 2017, at 20:12, Peter Wemm wrote: > > > > On Friday, April 14, 2017 07:36:55 PM Peter Wemm wrote: > >> On Friday, April 14, 2017 02:14:16 PM Ngie Cooper wrote: > On Apr 14, 2017, at 14:10, Maxim Sobolev

Re: svn commit: r316953 - head/sbin/savecore

2017-04-15 Thread Rodney W. Grimes
> Author: ngie > Date: Sat Apr 15 06:53:07 2017 > New Revision: 316953 > URL: https://svnweb.freebsd.org/changeset/base/316953 > > Log: > Switch back to non-IEC units for 1024 bytes > > I was swayed a little too quickly when I saw the wiki page discussing > kB vs KiB. Switch back as none

svn commit: r316953 - head/sbin/savecore

2017-04-15 Thread Ngie Cooper
Author: ngie Date: Sat Apr 15 06:53:07 2017 New Revision: 316953 URL: https://svnweb.freebsd.org/changeset/base/316953 Log: Switch back to non-IEC units for 1024 bytes I was swayed a little too quickly when I saw the wiki page discussing kB vs KiB. Switch back as none of the code in base

Re: svn commit: r316938 - head/sbin/savecore

2017-04-15 Thread Rodney W. Grimes
> On Fri, Apr 14, 2017 at 06:30:17PM -0700, Rodney W. Grimes wrote: > > > The patch to add compression support is here and should largely still > > > work: > > > https://people.freebsd.org/~markj/patches/core-compression/20141110-kern_dump.diff > > > > > > I've been hesitant about pushing it