Re: svn commit: r326518 - head/contrib/mdocml

2017-12-04 Thread Yuri Pankov
On Mon, Dec 4, 2017 at 10:53:35AM +0100, Ed Schouten wrote: 2017-12-04 10:48 GMT+01:00 Baptiste Daroussin : Log: Add Posix 2013 référence for manpages I'm not sure that's correct. As far as I know, it's called "IEEE Std 1003.1-2008, 2013 Edition". The top of this page

Re: svn commit: r338212 - in head: etc usr.sbin/services_mkdb

2018-08-22 Thread Yuri Pankov
Brad Davis wrote: Author: brd Date: Wed Aug 22 21:22:40 2018 New Revision: 338212 URL: https://svnweb.freebsd.org/changeset/base/338212 Log: Move services to usr.sbin/services_mkdb/ This is pkgbase related as it switches to CONFS to properly tag this as a config file.

Re: svn commit: r338239 - head

2018-08-28 Thread Yuri Pankov
Piotr P. Stefaniak wrote: On 2018-08-23 05:06:32, Warner Losh wrote: Author: imp Date: Thu Aug 23 05:06:31 2018 New Revision: 338239 URL: https://svnweb.freebsd.org/changeset/base/338239 Log:  Add a special note to UPDATING for the devmatch stuff. While tested,  there's an elevated risk of

Re: svn commit: r338375 - in head/usr.bin/sed: . tests

2018-08-29 Thread Yuri Pankov
mf_fgets() a chance to actually handle the inplace case. Also add a regression test. Submitted by: Yuri Pankov Approved by: re (kib) MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D16798 This is also: PR: 230507

svn commit: r339313 - in head: share/ctypedef tools/tools/locale tools/tools/locale/etc

2018-10-11 Thread Yuri Pankov
Author: yuripv Date: Thu Oct 11 18:30:12 2018 New Revision: 339313 URL: https://svnweb.freebsd.org/changeset/base/339313 Log: Restore some of the ctype definitions reported in the PR from pre-CLDR data, namely 0xE000-0xF8FF private use area, and 0xFF00-0xFFF half- and fullwidth punctuation.

svn commit: r339311 - head/tools/tools/locale/etc

2018-10-11 Thread Yuri Pankov
Author: yuripv Date: Thu Oct 11 18:26:18 2018 New Revision: 339311 URL: https://svnweb.freebsd.org/changeset/base/339311 Log: Add fbsd:nokeywords to tools/tools/locale/etc/manual-input.UTF-8. Approved by: re (gjb), kib (mentor) Modified: Directory Properties:

svn commit: r339318 - head/share/man/man9

2018-10-11 Thread Yuri Pankov
Author: yuripv Date: Thu Oct 11 21:18:51 2018 New Revision: 339318 URL: https://svnweb.freebsd.org/changeset/base/339318 Log: MODULE_PNP_INFO(9): catch up with r338948, and remove the element size parameter from the man page. Reviewed by: cem, imp Approved by: re (gjb), kib (mentor)

svn commit: r339319 - head/sys/dev/ixgbe

2018-10-11 Thread Yuri Pankov
Author: yuripv Date: Thu Oct 11 22:27:12 2018 New Revision: 339319 URL: https://svnweb.freebsd.org/changeset/base/339319 Log: Fix PNP entries for if_ix and if_ixv properly using the IFLIB_PNP_INFO() macro. Reviewed by: imp, sbruno Approved by: re (gjb), kib (mentor) Differential

svn commit: r339369 - head/usr.sbin/pw

2018-10-15 Thread Yuri Pankov
Author: yuripv Date: Mon Oct 15 20:11:53 2018 New Revision: 339369 URL: https://svnweb.freebsd.org/changeset/base/339369 Log: pw: respect path specified using -V when writing pw.conf, and -C is not explicitly specified. -V path is already used to determine which file to read default values

svn commit: r339412 - head/share/timedef

2018-10-17 Thread Yuri Pankov
Author: yuripv Date: Wed Oct 17 16:38:44 2018 New Revision: 339412 URL: https://svnweb.freebsd.org/changeset/base/339412 Log: Revert r315571 for share/timedef/ca_IT.ISO8859-15.src, ca_IT is Catalan in Italy, and is not related to Canada. While here, remove the header as we do NOT

svn commit: r339385 - head/contrib/mandoc

2018-10-16 Thread Yuri Pankov
Author: yuripv Date: Tue Oct 16 17:17:11 2018 New Revision: 339385 URL: https://svnweb.freebsd.org/changeset/base/339385 Log: apropos/whatis: use output of manpath(1) to set defpaths if -M is not specified. This fixes searching the paths specified in /usr/local/etc/man.d/*.conf, as

svn commit: r339534 - in head/usr.sbin/pw: . tests

2018-10-21 Thread Yuri Pankov
Author: yuripv Date: Sun Oct 21 14:23:56 2018 New Revision: 339534 URL: https://svnweb.freebsd.org/changeset/base/339534 Log: pw: fix the checks in boolean_str() after r326738. Add related test cases for `pw useradd -D -w`. PR: 231649 Reviewed by: eugen Approved by: kib

svn commit: r339346 - head/lib/libc/stdtime

2018-10-13 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 13 16:25:28 2018 New Revision: 339346 URL: https://svnweb.freebsd.org/changeset/base/339346 Log: strptime: disallow zero hour for %I (defined by POSIX as [01,12]) and %l (extension, defined in strftime(3) as 1-12). Approved by: re (gjb), kib (mentor)

svn commit: r339408 - head/lib/libc/stdtime

2018-10-17 Thread Yuri Pankov
Author: yuripv Date: Wed Oct 17 14:51:43 2018 New Revision: 339408 URL: https://svnweb.freebsd.org/changeset/base/339408 Log: strptime: fix parsing of tm_year when both %C and %y appear in the format string in arbitrary order. This makes the related test cases in lib/libc/tests/time (not

svn commit: r339380 - head/usr.sbin/pw

2018-10-16 Thread Yuri Pankov
Author: yuripv Date: Tue Oct 16 16:00:41 2018 New Revision: 339380 URL: https://svnweb.freebsd.org/changeset/base/339380 Log: pw: (file == NULL) check is always false in read_userconfig(), remove it. Drop the now unused _PATH_PW_CONF definition. [1] While here, change the last remaining

Re: svn commit: r339826 - in head: sys/amd64/vmm/intel usr.sbin/bhyve

2018-10-29 Thread Yuri Pankov
John Baldwin wrote: > On 10/27/18 2:24 PM, Yuri Pankov wrote: >> Author: yuripv >> Date: Sat Oct 27 21:24:28 2018 >> New Revision: 339826 >> URL: https://svnweb.freebsd.org/changeset/base/339826 >> >> Log: >> Provide basic descriptions

svn commit: r339904 - in head: contrib/netbsd-tests/lib/libc/time lib/libc/tests

2018-10-29 Thread Yuri Pankov
Author: yuripv Date: Tue Oct 30 02:37:23 2018 New Revision: 339904 URL: https://svnweb.freebsd.org/changeset/base/339904 Log: Connect libc/tests/time to the build, adding test cases for strptime() issues fixed recently, and disabling the failing ones (mostly due to TZ parsing differences

svn commit: r339956 - head/cddl/contrib/opensolaris/cmd/dtrace

2018-10-31 Thread Yuri Pankov
Author: yuripv Date: Wed Oct 31 15:29:26 2018 New Revision: 339956 URL: https://svnweb.freebsd.org/changeset/base/339956 Log: dtrace(1): remove reference to dtruss that was removed from base system in r300226. PR: 211618 Reviewed by: gnn, markj, 0mp Approved by: kib

svn commit: r339955 - head/usr.bin/sed/tests/regress.multitest.out

2018-10-31 Thread Yuri Pankov
Author: yuripv Date: Wed Oct 31 15:04:41 2018 New Revision: 339955 URL: https://svnweb.freebsd.org/changeset/base/339955 Log: usr.bin/sed/tests: fix one of the regression test cases by adding its results file to the build. Reviewed by: kevans Approved by: kib (mentor, implicit)

svn commit: r340105 - svnadmin/conf

2018-11-03 Thread Yuri Pankov
Author: yuripv Date: Sat Nov 3 22:12:21 2018 New Revision: 340105 URL: https://svnweb.freebsd.org/changeset/base/340105 Log: Remove myself. Approved by: kib (mentor, implicit) Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r340103 - svnadmin/conf

2018-11-03 Thread Yuri Pankov
Author: yuripv Date: Sat Nov 3 21:59:52 2018 New Revision: 340103 URL: https://svnweb.freebsd.org/changeset/base/340103 Log: Bump my limit for CLDR update. Approved by: kib (mentor) Modified: svnadmin/conf/sizelimit.conf Modified: svnadmin/conf/sizelimit.conf

svn commit: r340104 - in head: share/colldef share/ctypedef share/monetdef share/numericdef tools/tools/locale tools/tools/locale/etc tools/tools/locale/etc/final-maps

2018-11-03 Thread Yuri Pankov
Author: yuripv Date: Sat Nov 3 22:02:10 2018 New Revision: 340104 URL: https://svnweb.freebsd.org/changeset/base/340104 Log: Update to CLDR 34 and UNICODE 11. Discussed with: bapt Approved by: kib (mentor) MFC after:1 month Added: head/share/monetdef/fr_FR.UTF-8.src

svn commit: r340106 - in head: contrib/netbsd-tests/lib/libc/time lib/libc/stdtime

2018-11-03 Thread Yuri Pankov
Author: yuripv Date: Sat Nov 3 23:37:13 2018 New Revision: 340106 URL: https://svnweb.freebsd.org/changeset/base/340106 Log: strptime: make %k and %l specifiers match their description in strftime(3), and allow them to process space-padded input. PR: 230720 Submitted by:

Re: svn commit: r340144 - in head: lib/libc/locale share/ctypedef tools/tools/locale tools/tools/locale/tools

2018-11-05 Thread Yuri Pankov
Baptiste Daroussin wrote: > On Sun, Nov 04, 2018 at 10:13:22PM +0000, Yuri Pankov wrote: >> Author: yuripv >> Date: Sun Nov 4 22:13:22 2018 >> New Revision: 340144 >> URL: https://svnweb.freebsd.org/changeset/base/340144 >> >> Log: >> Add hybri

svn commit: r340128 - head/usr.bin/man

2018-11-04 Thread Yuri Pankov
Author: yuripv Date: Sun Nov 4 16:58:55 2018 New Revision: 340128 URL: https://svnweb.freebsd.org/changeset/base/340128 Log: Teach man(1) about C.UTF-8. While here, use LANG as the proper source to select man pages language/encoding, falling back to LC_CTYPE. Reviewed by: bapt

svn commit: r339827 - head/usr.bin/localedef

2018-10-27 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 27 23:31:42 2018 New Revision: 339827 URL: https://svnweb.freebsd.org/changeset/base/339827 Log: localedef: define characters in "space" class also as "print", except for the known conflicts ("control" characters can't be "print"able). POSIX doesn't explicitly

svn commit: r339826 - in head: sys/amd64/vmm/intel usr.sbin/bhyve

2018-10-27 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 27 21:24:28 2018 New Revision: 339826 URL: https://svnweb.freebsd.org/changeset/base/339826 Log: Provide basic descriptions for VMX exit reason (from "Intel 64 and IA-32 Architectures Software Developer’s Manual Volume 3"). Add the document to SEE ALSO in

svn commit: r339825 - in stable/12: lib/libc/locale share/colldef share/ctypedef share/mk targets/pseudo/userland tools/tools/locale/tools usr.bin/localedef

2018-10-27 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 27 21:17:01 2018 New Revision: 339825 URL: https://svnweb.freebsd.org/changeset/base/339825 Log: MFC r339489: Add -b/-l options to localedef(1) to specify output endianness and use it appropriately when building share/ctypedef and share/colldef. This

svn commit: r339489 - in head: lib/libc/locale share/colldef share/ctypedef share/mk targets/pseudo/userland tools/tools/locale/tools usr.bin/localedef

2018-10-20 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 20 20:51:05 2018 New Revision: 339489 URL: https://svnweb.freebsd.org/changeset/base/339489 Log: Add -b/-l options to localedef(1) to specify output endianness and use it appropriately when building share/ctypedef and share/colldef. This makes the resulting

svn commit: r340276 - in head: contrib/netbsd-tests/lib/libc/locale lib/libc/locale

2018-11-08 Thread Yuri Pankov
Author: yuripv Date: Fri Nov 9 03:32:53 2018 New Revision: 340276 URL: https://svnweb.freebsd.org/changeset/base/340276 Log: Reset persistent mbstates when rune locale encoding changes. This was shown to be a problem by side effect of now-enabled test case, which was going through C,

svn commit: r340354 - head/share/timedef

2018-11-11 Thread Yuri Pankov
Author: yuripv Date: Sun Nov 11 13:41:32 2018 New Revision: 340354 URL: https://svnweb.freebsd.org/changeset/base/340354 Log: Use blank am_pm and t_fmt_ampm for de_AT and de_DE locales as apparently they use 24-hour clock notation. The visible change is that w(1) now uses 24-hour clock

svn commit: r340204 - in head/tools/tools/locale: . etc tools

2018-11-06 Thread Yuri Pankov
Author: yuripv Date: Tue Nov 6 21:49:50 2018 New Revision: 340204 URL: https://svnweb.freebsd.org/changeset/base/340204 Log: Cleanup locale tools: - Simplify the source dir specification, and update README appropriately - Drop the LC (doonly) processing, it's broken, and even if

svn commit: r340429 - head/lib/libc/locale

2018-11-14 Thread Yuri Pankov
Author: yuripv Date: Wed Nov 14 09:06:15 2018 New Revision: 340429 URL: https://svnweb.freebsd.org/changeset/base/340429 Log: Fix WITHOUT_ICONV build after r340276. Reported by: olivier Approved by: kib (mentor, implicit) Modified: head/lib/libc/locale/c16rtomb.c

svn commit: r340144 - in head: lib/libc/locale share/ctypedef tools/tools/locale tools/tools/locale/tools

2018-11-04 Thread Yuri Pankov
Author: yuripv Date: Sun Nov 4 22:13:22 2018 New Revision: 340144 URL: https://svnweb.freebsd.org/changeset/base/340144 Log: Add hybrid C.UTF-8 locale being identical to default C locale except that it uses the same ctype maps and functions as other UTF-8 locales. Reviewed by: bapt,

svn commit: r339274 - in head: share/misc usr.bin/calendar/calendars

2018-10-09 Thread Yuri Pankov
ong...@freebsd.org\n2004/08/01"] +yuripv [label="Yuri Pankov\nyur...@freebsd.org\n2018/10/09"] zbb [label="Zbigniew Bodek\n...@freebsd.org\n2013/09/02"] zec [label="Marko Zec\n...@freebsd.org\n2008/06/22"] zml [label="Zachary Loafman\n...@freebsd.org\n2009/05/

svn commit: r340491 - in head: share/ctypedef tools/tools/locale tools/tools/locale/etc tools/tools/locale/tools

2018-11-17 Thread Yuri Pankov
Author: yuripv Date: Sat Nov 17 10:36:00 2018 New Revision: 340491 URL: https://svnweb.freebsd.org/changeset/base/340491 Log: Use UnicodeData.txt to create UTF-8 ctype map. This should provide more complete coverage of currently defined Unicode characters as compared to manually

Re: svn commit: r342009 - head/secure/lib/libcrypto

2018-12-12 Thread Yuri Pankov
Jung-uk Kim wrote: Author: jkim Date: Wed Dec 12 21:56:47 2018 New Revision: 342009 URL: https://svnweb.freebsd.org/changeset/base/342009 Log: Enable devcryptoeng for OpenSSL. Since OpenSSL 1.1.1, the good old BSD-specific cryptodev engine has been deprecated in favor of this new

svn commit: r341838 - in head/lib/libc: regex tests/regex

2018-12-11 Thread Yuri Pankov
Author: yuripv Date: Wed Dec 12 04:23:00 2018 New Revision: 341838 URL: https://svnweb.freebsd.org/changeset/base/341838 Log: regcomp: reduce size of bitmap for multibyte locales This fixes the obscure endless loop seen with case-insensitive patterns containing characters in 128-255

svn commit: r341175 - releng/12.0/sbin/bectl

2018-11-28 Thread Yuri Pankov
Author: yuripv Date: Thu Nov 29 01:31:12 2018 New Revision: 341175 URL: https://svnweb.freebsd.org/changeset/base/341175 Log: MFS12 r341168: MFC r340974: bectl: sync usage with man page, removing stray multibyte characters in the process. PR: 233526 Submitted by:

Re: svn commit: r341446 - head/release/amd64

2018-12-04 Thread Yuri Pankov
Alexey Dokuchaev wrote: > On Mon, Dec 03, 2018 at 10:31:57PM +0000, Yuri Pankov wrote: >> New Revision: 341446 >> URL: https://svnweb.freebsd.org/changeset/base/341446 >> >> Log: >> mkisoimages.sh: don't use -p flag when copying loader.efi to msdosfs. >

Re: svn commit: r341446 - head/release/amd64

2018-12-03 Thread Yuri Pankov
Oliver Pinter wrote: > > > On Monday, December 3, 2018, Yuri Pankov <mailto:yur...@freebsd.org>> wrote: > > Author: yuripv > Date: Mon Dec  3 22:31:57 2018 > New Revision: 341446 > URL: https://svnweb.freebsd.org/changeset/base/341446 > &

svn commit: r341625 - in stable/12: share/colldef share/ctypedef share/monetdef share/numericdef tools/tools/locale tools/tools/locale/etc tools/tools/locale/etc/final-maps

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 09:47:23 2018 New Revision: 341625 URL: https://svnweb.freebsd.org/changeset/base/341625 Log: MFC r340104: Update to CLDR 34 and UNICODE 11. Discussed with: bapt Added: stable/12/share/monetdef/fr_FR.UTF-8.src - copied unchanged from r340104,

svn commit: r341626 - stable/12/usr.bin/man

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 09:51:51 2018 New Revision: 341626 URL: https://svnweb.freebsd.org/changeset/base/341626 Log: MFC r340128: Teach man(1) about C.UTF-8. While here, use LANG as the proper source to select man pages language/encoding, falling back to LC_CTYPE.

svn commit: r341627 - in stable/12: lib/libc/locale share/ctypedef tools/tools/locale tools/tools/locale/tools

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 10:41:22 2018 New Revision: 341627 URL: https://svnweb.freebsd.org/changeset/base/341627 Log: MFC r340144: Add hybrid C.UTF-8 locale being identical to default C locale except that it uses the same ctype maps and functions as other UTF-8 locales.

svn commit: r341628 - in stable/12/tools/tools/locale: . etc tools

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 10:48:46 2018 New Revision: 341628 URL: https://svnweb.freebsd.org/changeset/base/341628 Log: MFC r340204: Cleanup locale tools: - Simplify the source dir specification, and update README appropriately - Drop the LC (doonly) processing, it's broken,

svn commit: r341629 - in stable/12: contrib/netbsd-tests/lib/libc/locale share/ctypedef tools/tools/locale tools/tools/locale/etc tools/tools/locale/tools

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 10:53:11 2018 New Revision: 341629 URL: https://svnweb.freebsd.org/changeset/base/341629 Log: MFC r340491, r340492: Use UnicodeData.txt to create UTF-8 ctype map. This should provide more complete coverage of currently defined Unicode characters as

svn commit: r341630 - in stable/11: share/ctypedef tools/tools/locale tools/tools/locale/etc

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 11:49:52 2018 New Revision: 341630 URL: https://svnweb.freebsd.org/changeset/base/341630 Log: MFC r339311, r339313: Restore some of the ctype definitions reported in the PR from pre-CLDR data, namely 0xE000-0xF8FF private use area, and 0xFF00-0xFFF half- and

svn commit: r341631 - stable/11/usr.bin/localedef

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 11:52:07 2018 New Revision: 341631 URL: https://svnweb.freebsd.org/changeset/base/341631 Log: MFC r339827: localedef: define characters in "space" class also as "print", except for the known conflicts ("control" characters can't be "print"able). POSIX

svn commit: r341634 - head/share/termcap

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 13:46:18 2018 New Revision: 341634 URL: https://svnweb.freebsd.org/changeset/base/341634 Log: termcap: add italics and tmux entries - add "ecma+italics" cap - use it in "xterm-basic" - add "tmux"/"tmux-256color" caps, fixing "so" and "se" caps, and

svn commit: r341235 - stable/11/contrib/nvi/common

2018-11-29 Thread Yuri Pankov
Author: yuripv Date: Thu Nov 29 15:07:59 2018 New Revision: 341235 URL: https://svnweb.freebsd.org/changeset/base/341235 Log: MFC r340976: vi: fix UTF-8 detection. PR: 202290 Submitted by: la...@fit.vutbr.cz Reviewed by: bapt Differential Revision:

svn commit: r341234 - stable/12/contrib/nvi/common

2018-11-29 Thread Yuri Pankov
Author: yuripv Date: Thu Nov 29 15:05:47 2018 New Revision: 341234 URL: https://svnweb.freebsd.org/changeset/base/341234 Log: MFC r340976: vi: fix UTF-8 detection. PR: 202290 Submitted by: la...@fit.vutbr.cz Reviewed by: bapt Differential Revision:

svn commit: r341745 - in stable/12/lib/libc: regex tests/regex

2018-12-08 Thread Yuri Pankov
Author: yuripv Date: Sat Dec 8 19:45:05 2018 New Revision: 341745 URL: https://svnweb.freebsd.org/changeset/base/341745 Log: MFC r340835: regexec: fix processing multibyte strings. Matcher function incorrectly assumed that moffset that we get from findmust is in bytes. Fix this by

svn commit: r341446 - head/release/amd64

2018-12-03 Thread Yuri Pankov
Author: yuripv Date: Mon Dec 3 22:31:57 2018 New Revision: 341446 URL: https://svnweb.freebsd.org/changeset/base/341446 Log: mkisoimages.sh: don't use -p flag when copying loader.efi to msdosfs. This fixes 'cdrom' target in the case when world was built by user, and not root.

svn commit: r341639 - head/lib/libc/gen

2018-12-06 Thread Yuri Pankov
Author: yuripv Date: Thu Dec 6 18:03:18 2018 New Revision: 341639 URL: https://svnweb.freebsd.org/changeset/base/341639 Log: syslog(3): stdarg.h is needed only for vsyslog() Reported by: Brian Wood Reviewed by: asomers, ngie Differential revision:

svn commit: r341596 - stable/12/usr.bin/localedef

2018-12-05 Thread Yuri Pankov
Author: yuripv Date: Wed Dec 5 17:10:06 2018 New Revision: 341596 URL: https://svnweb.freebsd.org/changeset/base/341596 Log: MFC r339827: localedef: define characters in "space" class also as "print", except for the known conflicts ("control" characters can't be "print"able). POSIX

svn commit: r341597 - stable/12

2018-12-05 Thread Yuri Pankov
Author: yuripv Date: Wed Dec 5 17:13:33 2018 New Revision: 341597 URL: https://svnweb.freebsd.org/changeset/base/341597 Log: Actually mark r341596 as MFC. Modified: Directory Properties: stable/12/ (props changed) ___ svn-src-all@freebsd.org

svn commit: r340835 - in head/lib/libc: regex tests/regex

2018-11-23 Thread Yuri Pankov
Author: yuripv Date: Fri Nov 23 15:49:18 2018 New Revision: 340835 URL: https://svnweb.freebsd.org/changeset/base/340835 Log: regexec: fix processing multibyte strings. Matcher function incorrectly assumed that moffset that we get from findmust is in bytes. Fix this by introducing a

svn commit: r340492 - head/contrib/netbsd-tests/lib/libc/locale

2018-11-17 Thread Yuri Pankov
Author: yuripv Date: Sat Nov 17 12:59:59 2018 New Revision: 340492 URL: https://svnweb.freebsd.org/changeset/base/340492 Log: Make mbstowcs_basic test pass, now that we have more ctype definitions. Reported by: jenkins Approved by: kib (mentor, implicit) Modified:

svn commit: r340976 - head/contrib/nvi/common

2018-11-26 Thread Yuri Pankov
Author: yuripv Date: Mon Nov 26 15:33:55 2018 New Revision: 340976 URL: https://svnweb.freebsd.org/changeset/base/340976 Log: vi: fix UTF-8 detection. PR: 202290 Submitted by: la...@fit.vutbr.cz Reviewed by: bapt Approved by: kib (mentor, implicit) MFC after:3 days

svn commit: r340974 - head/sbin/bectl

2018-11-26 Thread Yuri Pankov
Author: yuripv Date: Mon Nov 26 15:11:32 2018 New Revision: 340974 URL: https://svnweb.freebsd.org/changeset/base/340974 Log: bectl: sync usage with man page, removing stray multibyte characters in the process. PR: 233526 Submitted by: tigersha...@gmail.com (original version)

svn commit: r341168 - stable/12/sbin/bectl

2018-11-28 Thread Yuri Pankov
Author: yuripv Date: Thu Nov 29 00:34:55 2018 New Revision: 341168 URL: https://svnweb.freebsd.org/changeset/base/341168 Log: MFC r340974: bectl: sync usage with man page, removing stray multibyte characters in the process. PR: 233526 Submitted by: tigersha...@gmail.com

svn commit: r340992 - in head: etc/mtree share/colldef share/ctypedef share/monetdef share/msgdef share/numericdef share/timedef tools/tools/locale tools/tools/locale/etc

2018-11-26 Thread Yuri Pankov
Author: yuripv Date: Mon Nov 26 19:39:49 2018 New Revision: 340992 URL: https://svnweb.freebsd.org/changeset/base/340992 Log: Add ga_IE.UTF-8 locale. PR: 228587 Submitted by: Micil (LC_TIME) Reviewed by: bapt Approved by: kib (mentor, implicit) MFC after:3 days

Re: svn commit: r342576 - head/share/skel

2018-12-28 Thread Yuri Pankov
Rodney W. Grimes wrote: >> Author: trasz >> Date: Fri Dec 28 17:50:40 2018 >> New Revision: 342576 >> URL: https://svnweb.freebsd.org/changeset/base/342576 >> >> Log: >> Simplify the way we set the default sh(1) PS1. No functional changes. >> >> Reviewed by: jilles >> MFC after: 2

svn commit: r342265 - head/lib/libc/regex

2018-12-19 Thread Yuri Pankov
Author: yuripv Date: Wed Dec 19 23:28:56 2018 New Revision: 342265 URL: https://svnweb.freebsd.org/changeset/base/342265 Log: regcomp: revert part of r341838 which turned out to be unrelated and caused issues with search in less. PR: 234066 Reviewed by: pfg Differential

svn commit: r343825 - head/share/man/man9

2019-02-05 Thread Yuri Pankov
Author: yuripv Date: Wed Feb 6 03:57:51 2019 New Revision: 343825 URL: https://svnweb.freebsd.org/changeset/base/343825 Log: pwm.9: fix markup in interfaces description Reviewed by: manu Differential revision:https://reviews.freebsd.org/D18830 Modified:

svn commit: r343826 - head/usr.sbin/pwm

2019-02-05 Thread Yuri Pankov
Author: yuripv Date: Wed Feb 6 04:00:37 2019 New Revision: 343826 URL: https://svnweb.freebsd.org/changeset/base/343826 Log: pwm.8: fix markup in synopsis, add -f description Reviewed by: bcr, manu Differential revision:https://reviews.freebsd.org/D18829 Modified:

Re: svn commit: r343291 - in head/sys: dev/vmware/vmxnet3 net

2019-02-02 Thread Yuri Pankov
Patrick Kelsey wrote: > Author: pkelsey > Date: Tue Jan 22 01:11:17 2019 > New Revision: 343291 > URL: https://svnweb.freebsd.org/changeset/base/343291 > > Log: > onvert vmx(4) to being an iflib driver. > > Also, expose IFLIB_MAX_RX_SEGS to iflib drivers and add > iflib_dma_alloc_align()

svn commit: r351604 - head/sys/dev/ichsmb

2019-08-29 Thread Yuri Pankov
Author: yuripv Date: Thu Aug 29 12:49:21 2019 New Revision: 351604 URL: https://svnweb.freebsd.org/changeset/base/351604 Log: ichsmb: defer smbus attach until interrupts are available This fixes a "timed sleep before timers are working" panic seen while attaching jedec_dimm(4) instances

svn commit: r352138 - in head: etc/mtree usr.bin/locale usr.bin/locale/tests

2019-09-10 Thread Yuri Pankov
kwval_ltime(kwinfo[i].value_ref); + *alloc = 1; + break; } break; } @@ -639,10 +819,10 @@ kwval_lookup(const char *kwname, char **kwval, int *ca void showdetails(con

svn commit: r352415 - stable/12/sys/dev/ichsmb

2019-09-16 Thread Yuri Pankov
Author: yuripv Date: Mon Sep 16 16:10:44 2019 New Revision: 352415 URL: https://svnweb.freebsd.org/changeset/base/352415 Log: MFC r351604: ichsmb: defer smbus attach until interrupts are available This fixes a "timed sleep before timers are working" panic seen while attaching

svn commit: r352416 - in stable/12: etc/mtree usr.bin/locale usr.bin/locale/tests

2019-09-16 Thread Yuri Pankov
Author: yuripv Date: Mon Sep 16 16:17:29 2019 New Revision: 352416 URL: https://svnweb.freebsd.org/changeset/base/352416 Log: MFC r352138, r352214, r352216: locale: handle day, abday, mon, abmon, am_pm keywords All of these are defined as mandatory by POSIX. While here, mark all

svn commit: r352391 - head/share/man/man9

2019-09-16 Thread Yuri Pankov
Author: yuripv Date: Mon Sep 16 13:10:03 2019 New Revision: 352391 URL: https://svnweb.freebsd.org/changeset/base/352391 Log: sbuf(9): fix sbuf_drain_func typedef markup Reviewed by: 0mp (previous version) Differential Revision:https://reviews.freebsd.org/D21569 Modified:

svn commit: r352214 - in head/usr.bin/locale: . tests

2019-09-11 Thread Yuri Pankov
Author: yuripv Date: Wed Sep 11 15:39:28 2019 New Revision: 352214 URL: https://svnweb.freebsd.org/changeset/base/352214 Log: locale: more output fixes - make abday, day, abmon, mon, am_pm output quoting match linux - workaround localeconv() issue for mon_grouping and grouping (PR172215)

svn commit: r352216 - head/usr.bin/locale

2019-09-11 Thread Yuri Pankov
Author: yuripv Date: Wed Sep 11 16:00:03 2019 New Revision: 352216 URL: https://svnweb.freebsd.org/changeset/base/352216 Log: locale: initialize variables to make gcc happy Reported by: jenkins Modified: head/usr.bin/locale/locale.c Modified: head/usr.bin/locale/locale.c

svn commit: r352651 - head/lib/libc/regex

2019-09-24 Thread Yuri Pankov
Author: yuripv Date: Tue Sep 24 12:21:01 2019 New Revision: 352651 URL: https://svnweb.freebsd.org/changeset/base/352651 Log: lib/libc/regex: fix build with REDEBUG defined Reviewed by: kevans Differential Revision:https://reviews.freebsd.org/D21760 Modified:

svn commit: r353791 - head/tools/tools/locale

2019-10-20 Thread Yuri Pankov
Author: yuripv Date: Mon Oct 21 03:01:05 2019 New Revision: 353791 URL: https://svnweb.freebsd.org/changeset/base/353791 Log: tools/tools/locale: allow POSIX target to be built in parallel While it's rarely used target, more so a one not used during the buildworld, it helps when it's not

svn commit: r353725 - in head/sys: amd64/linux amd64/linux32 arm64/linux compat/linux i386/linux

2019-10-18 Thread Yuri Pankov
Author: yuripv Date: Fri Oct 18 12:25:33 2019 New Revision: 353725 URL: https://svnweb.freebsd.org/changeset/base/353725 Log: linux: futex_mtx should follow futex_list Move futex_mtx to linux_common.ko for amd64 and aarch64 along with respective list/mutex init/destroy. PR:

svn commit: r353724 - head/sys/compat/linux

2019-10-18 Thread Yuri Pankov
Author: yuripv Date: Fri Oct 18 10:28:08 2019 New Revision: 353724 URL: https://svnweb.freebsd.org/changeset/base/353724 Log: linux: provide just one instance of futex_list Move futex_list definition to linux.c which is included once in linux.ko (i386) and in linux_common.ko (amd64 and

svn commit: r352726 - head/usr.sbin/efibootmgr

2019-09-25 Thread Yuri Pankov
Author: yuripv Date: Wed Sep 25 21:23:30 2019 New Revision: 352726 URL: https://svnweb.freebsd.org/changeset/base/352726 Log: efibootmgr(8): fix markup and style issues - split synopsis into separate options that can't be used together - sort options - fix (style) issues reported by

svn commit: r353127 - in head/tools/tools/locale: etc/final-maps tools

2019-10-05 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 5 21:28:46 2019 New Revision: 353127 URL: https://svnweb.freebsd.org/changeset/base/353127 Log: Pre-generate Big5 charmap from CLDR data. The one used previously was missing the characters in 0-127 range, making various tools try to escape them in output.

svn commit: r353130 - in head: share/ctypedef tools/tools/locale/tools

2019-10-05 Thread Yuri Pankov
Author: yuripv Date: Sat Oct 5 22:17:54 2019 New Revision: 353130 URL: https://svnweb.freebsd.org/changeset/base/353130 Log: Mark "private use area" characters as printable. At least some of the characters in E000-F8FF range are used by Powerline fonts, and having no attributes for

svn commit: r353335 - head/usr.sbin/bsdinstall/scripts

2019-10-08 Thread Yuri Pankov
Author: yuripv Date: Wed Oct 9 05:28:10 2019 New Revision: 353335 URL: https://svnweb.freebsd.org/changeset/base/353335 Log: bsdinstall: fix ESP detection for auto ZFS layout Pass the list of user selected disks from zfsboot to bootconfig so that the latter doesn't rely on ESP

Re: svn commit: r358483 - head/sys/compat/linux

2020-03-05 Thread Yuri Pankov
Tijl Coosemans wrote: Author: tijl Date: Sun Mar 1 13:12:04 2020 New Revision: 358483 URL: https://svnweb.freebsd.org/changeset/base/358483 Log: linuxulator: Map scheduler priorities to Linux priorities. On Linux the valid range of priorities for the SCHED_FIFO and SCHED_RR

Re: svn commit: r358062 - in head: contrib/ncurses contrib/ncurses/doc contrib/ncurses/doc/html contrib/ncurses/form contrib/ncurses/include contrib/ncurses/man contrib/ncurses/menu contrib/ncurses/mi

2020-02-19 Thread Yuri Pankov
On 18 Feb 2020, at 11:11, Baptiste Daroussin wrote: > > Author: bapt > Date: Tue Feb 18 08:11:52 2020 > New Revision: 358062 > URL: https://svnweb.freebsd.org/changeset/base/358062 > > Log: > Update ncurses to 20200118 > > Among the changes from before: > - Add support for extended colors

Re: svn commit: r358153 - head/usr.sbin/services_mkdb

2020-02-19 Thread Yuri Pankov
On 20 Feb 2020, at 06:54, Pedro F. Giffuni wrote: > > Author: pfg > Date: Thu Feb 20 03:54:07 2020 > New Revision: 358153 > URL: https://svnweb.freebsd.org/changeset/base/358153 > > Log: > /etc/services: attempt bring the database to this century. > > Document better this file, updating the

Re: svn commit: r360078 - in head: sbin/bectl share/man/man8

2020-04-19 Thread Yuri Pankov
Mateusz Piotrowski wrote: On 4/18/20 11:11 PM, Yuri Pankov wrote: We don't have the man style guide (that I know of, at least) We have style.mdoc(5)! Now I know, thanks. May be it would make sense to reference it from style(9) as it's where I was looking, and SEE ALSO already lists

Re: svn commit: r359950 - head/usr.sbin/bhyve

2020-04-19 Thread Yuri Pankov
Shawn Webb wrote: This is the full output from bhyve: fbuf frame buffer base: 0x69191a0 [sz 16777216] bhyve: bootrom_alloc: vm_mmap_mapseg: No space left on device bhyve: vmgenc_init: bootrom_alloc I wonder if it's coincidence, and you really didn't have 16G to wire at that moment, and

Re: svn commit: r360078 - in head: sbin/bectl share/man/man8

2020-04-18 Thread Yuri Pankov
Alan Somers wrote: Author: asomers Date: Sat Apr 18 19:53:47 2020 New Revision: 360078 URL: https://svnweb.freebsd.org/changeset/base/360078 Log: bectl.8, beinstall.sh.8: fix man page section of beinstall.sh Reported by: phk MFC after: 2 weeks Modified:

Re: svn commit: r360956 - head/cddl/contrib/opensolaris/cmd/zfs

2020-05-12 Thread Yuri Pankov
Andriy Gapon wrote: Author: avg Date: Tue May 12 09:04:57 2020 New Revision: 360956 URL: https://svnweb.freebsd.org/changeset/base/360956 Log: zfs allow/unallow should work with numeric uid/gid And that should work even (especially) if there is no matching user or group name.

Re: svn commit: r363176 - head/usr.sbin

2020-07-14 Thread Yuri Pankov
Adrian Chadd wrote: Author: adrian Date: Tue Jul 14 05:33:23 2020 New Revision: 363176 URL: https://svnweb.freebsd.org/changeset/base/363176 Log: [pmc] whoops, remove spurious #'s pointed out by gonzo@, thanks! Modified: head/usr.sbin/Makefile Now after r363174 and r363176: $

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

2020-07-14 Thread Yuri Pankov
Author: yuripv Date: Tue Jul 14 22:43:40 2020 New Revision: 363207 URL: https://svnweb.freebsd.org/changeset/base/363207 Log: top: VIS_SAFE turned out to be unsafe Unset VIS_SAFE flag as it turned out to be actually unsafe for continuos top display as it's passing through sequences

svn commit: r363138 - head/usr.bin/sed/tests

2020-07-12 Thread Yuri Pankov
Author: yuripv Date: Mon Jul 13 01:32:37 2020 New Revision: 363138 URL: https://svnweb.freebsd.org/changeset/base/363138 Log: sed/multi_test: print comment for current test, not next one This is visible when e.g. 8.20 is failing: not ok 96 8.20 # \ in y command 8.20's comment

Re: svn commit: r362318 - head/usr.bin/tee

2020-06-18 Thread Yuri Pankov
Fernando Apesteguía wrote: Author: fernape (ports committer) Date: Thu Jun 18 10:48:37 2020 New Revision: 362318 URL: https://svnweb.freebsd.org/changeset/base/362318 Log: tee(1): Add EXAMPLES section Probably the simplest one ever. Approved by: gbe@, 0mp@ Differential

svn commit: r362515 - head/contrib/nvi/common

2020-06-22 Thread Yuri Pankov
Author: yuripv Date: Mon Jun 22 22:59:03 2020 New Revision: 362515 URL: https://svnweb.freebsd.org/changeset/base/362515 Log: Revert r362148. Breaks UTF-8 input for new or having only 7bit characters present files. Reported by: glebius Modified: head/contrib/nvi/common/exf.c

Re: svn commit: r362148 - head/contrib/nvi/common

2020-06-22 Thread Yuri Pankov
nvironment variables: declare -x LANG="ru_RU.UTF-8" declare -x MM_CHARSET="UTF-8" declare -x XTERM_LOCALE="ru_RU.UTF-8" I'm already digging into that problem, but may be you have a clue immediately. My bad, yes, I see the problem, looking into it. On Sat, Jun 1

svn commit: r362464 - head/usr.bin/w

2020-06-21 Thread Yuri Pankov
Author: yuripv Date: Sun Jun 21 11:42:49 2020 New Revision: 362464 URL: https://svnweb.freebsd.org/changeset/base/362464 Log: w: use locale-based string format specifiers Use locale-based string format specifiers when printing the process names/arguments. Reviewed by: pstef

Re: svn commit: r362191 - head/sbin/md5

2020-06-15 Thread Yuri Pankov
Fernando Apesteguía wrote: Author: fernape (ports committer) Date: Mon Jun 15 10:08:02 2020 New Revision: 362191 URL: https://svnweb.freebsd.org/changeset/base/362191 Log: md5(1): fix style in man page Fix a bunch of style problems reported by mandoc(1) and igor: mandoc:

Re: svn commit: r362191 - head/sbin/md5

2020-06-15 Thread Yuri Pankov
Mateusz Piotrowski wrote: Hi, On 6/15/20 2:33 PM, Rodney W. Grimes wrote: [ Charset UTF-8 unsupported, converting... ] Author: fernape (ports committer) Date: Mon Jun 15 10:08:02 2020 New Revision: 362191 URL: https://svnweb.freebsd.org/changeset/base/362191 Log: md5(1): fix style in man

Re: svn commit: r362452 - in head: contrib/xz/src/liblzma/check lib/liblzma share/mk

2020-06-22 Thread Yuri Pankov
Ruslan Garipov wrote: On 6/21/2020 2:32 AM, Xin LI wrote: Author: delphij Date: Sat Jun 20 21:32:07 2020 New Revision: 362452 URL: https://svnweb.freebsd.org/changeset/base/362452 Log: liblzma: Make liblzma use libmd implementation of SHA256. I'm trying to update from r362172

svn commit: r362200 - in stable/12/tools/tools/locale: etc/final-maps tools

2020-06-15 Thread Yuri Pankov
Author: yuripv Date: Mon Jun 15 15:59:44 2020 New Revision: 362200 URL: https://svnweb.freebsd.org/changeset/base/362200 Log: MFC r353127: Pre-generate Big5 charmap from CLDR data. The one used previously was missing the characters in 0-127 range, making various tools try to escape

  1   2   >