svn commit: r335038 - head/usr.bin/top

2018-06-13 Thread Eitan Adler
Author: eadler Date: Wed Jun 13 08:52:09 2018 New Revision: 335038 URL: https://svnweb.freebsd.org/changeset/base/335038 Log: top(1): format_time, format_k, etc. - Use humanize_number for format_k and format_k2 - Fix some style nits in format_time Modified: head/usr.bin/top/Makefile

svn commit: r335037 - head/usr.bin/top

2018-06-13 Thread Eitan Adler
Author: eadler Date: Wed Jun 13 08:52:06 2018 New Revision: 335037 URL: https://svnweb.freebsd.org/changeset/base/335037 Log: top(1): format help more nicely For entries that are duplicates present them nicely rather than showing two identical help entries. For ' ' present it as SPC

svn commit: r335036 - head/usr.bin/vmstat

2018-06-13 Thread Eitan Adler
Author: eadler Date: Wed Jun 13 08:52:04 2018 New Revision: 335036 URL: https://svnweb.freebsd.org/changeset/base/335036 Log: vmstat(1): various nits Continue my parade on introspection tools by fixing: - failed to check for null after reallocf - avoid the comma operator - mark usage

svn commit: r335040 - head/usr.bin/top

2018-06-13 Thread Eitan Adler
Author: eadler Date: Wed Jun 13 08:52:14 2018 New Revision: 335040 URL: https://svnweb.freebsd.org/changeset/base/335040 Log: top(1): shift from atoi to non-deprecated function Modified: head/usr.bin/top/utils.c Modified: head/usr.bin/top/utils.c

svn commit: r335035 - in head/sys: compat/freebsd32 compat/linux kern

2018-06-13 Thread Bruce Evans
Author: bde Date: Wed Jun 13 08:50:43 2018 New Revision: 335035 URL: https://svnweb.freebsd.org/changeset/base/335035 Log: Fix some bugs found while fixing the representation and translation of 64-bit dev_t's (but not ones involving dev_t's). st_size was supposed to be clamped in

svn commit: r335034 - head/sys/dev/liquidio

2018-06-13 Thread Dimitry Andric
Author: dim Date: Wed Jun 13 07:55:57 2018 New Revision: 335034 URL: https://svnweb.freebsd.org/changeset/base/335034 Log: Fix build of liquidio with base gcc on i386 Some casts from pointers to uint64_t and back in lio_main.c cause base gcc on i386 to warn "cast from pointer to integer

Re: svn commit: r334875 - head/sys/net

2018-06-13 Thread Rodney W. Grimes
> On 09.06.2018 15:26, Rodney W. Grimes wrote: > >> Author: ae > >> Date: Sat Jun 9 09:57:14 2018 > >> New Revision: 334875 > >> URL: https://svnweb.freebsd.org/changeset/base/334875 > >> > >> Log: > >> Explicitly change the link state when we assingn an address. > >> > >> Since we are

Re: svn commit: r334875 - head/sys/net

2018-06-13 Thread Andrey V. Elsukov
On 09.06.2018 15:26, Rodney W. Grimes wrote: >> Author: ae >> Date: Sat Jun 9 09:57:14 2018 >> New Revision: 334875 >> URL: https://svnweb.freebsd.org/changeset/base/334875 >> >> Log: >> Explicitly change the link state when we assingn an address. >> >> Since we are setting IFF_UP flag on

svn commit: r335033 - stable/11/sys/net

2018-06-13 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 13 07:17:10 2018 New Revision: 335033 URL: https://svnweb.freebsd.org/changeset/base/335033 Log: MFC r334875: Explicitly change the link state when we assingn an address. Since we are setting IFF_UP flag on SIOCSIFADDR, it is possible, that after this

svn commit: r335032 - stable/11/sys/netinet6

2018-06-13 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 13 07:16:01 2018 New Revision: 335032 URL: https://svnweb.freebsd.org/changeset/base/335032 Log: MFC r334707: Use m_copyback() function to write delayed checksum when it isn't located in the first mbuf of the chain. Modified:

svn commit: r335031 - in stable/11/sys: netinet netinet6

2018-06-13 Thread Andrey V. Elsukov
Author: ae Date: Wed Jun 13 07:14:34 2018 New Revision: 335031 URL: https://svnweb.freebsd.org/changeset/base/335031 Log: MFC r334324: Remove empty encap_init() function. Modified: stable/11/sys/netinet/in_proto.c stable/11/sys/netinet/ip_encap.c stable/11/sys/netinet/ip_encap.h

svn commit: r335030 - in head/sys/amd64/vmm: . amd intel io

2018-06-13 Thread Marcelo Araujo
Author: araujo Date: Wed Jun 13 07:02:58 2018 New Revision: 335030 URL: https://svnweb.freebsd.org/changeset/base/335030 Log: Add SPDX tags to vmm(4). MFC after:4 weeks. Sponsored by: iXsystems Inc. Modified: head/sys/amd64/vmm/amd/amdvi_hw.c head/sys/amd64/vmm/amd/amdvi_priv.h

svn commit: r335029 - head/usr.sbin/service

2018-06-13 Thread Warner Losh
Author: imp Date: Wed Jun 13 06:11:04 2018 New Revision: 335029 URL: https://svnweb.freebsd.org/changeset/base/335029 Log: Use "$@" instead of $* to cope with parameters that have spaces in them. "$@" preserves the args with spaces properly. Differential Revision:

<    1   2