CVS commit: src/lib/libcurses

2018-11-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Nov 22 22:00:49 UTC 2018 Modified Files: src/lib/libcurses: Makefile Log Message: We need insstr.c for !HAVE_WCHAR too. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/lib/libcurses/Makefile Please note that

CVS commit: src/lib/libcurses

2018-11-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Nov 22 22:16:45 UTC 2018 Modified Files: src/lib/libcurses: add_wch.c add_wchstr.c addwstr.c cchar.c echo_wchar.c get_wch.c get_wstr.c in_wch.c in_wchstr.c ins_wch.c ins_wstr.c inwstr.c Log Message: Drop H

CVS commit: src/lib/libcurses

2018-11-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Nov 22 23:29:09 UTC 2018 Modified Files: src/lib/libcurses: attributes.c Log Message: Move getattrs() and wcolor_set() so that they are with their peers and so that wide and non-wide functions are in the same order. While here,

CVS commit: src/lib/libcurses

2018-11-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Nov 22 23:37:31 UTC 2018 Modified Files: src/lib/libcurses: attributes.c Log Message: Drop a few redundant casts of a variable to its own type. To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libcurses/att

CVS commit: src/lib/libcurses

2018-11-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Nov 23 11:11:59 UTC 2018 Modified Files: src/lib/libcurses: attributes.c Log Message: Refactor. Move code to turn attributes on/off into separate functions. Express both old and new functions to manipulate attributes using thos

CVS commit: src/lib/libcurses

2018-11-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Nov 23 11:15:14 UTC 2018 Modified Files: src/lib/libcurses: attributes.c Log Message: Rename the reserved argument from "opt" to "opts" to match SUS text. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/li

CVS commit: src/lib/libcurses

2018-11-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Nov 23 11:16:59 UTC 2018 Modified Files: src/lib/libcurses: attributes.c Log Message: wattr_set - turn off all wide attributes (fix unedited copy/paste). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/lib/lib

CVS commit: src/lib/libcurses

2018-11-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Nov 24 01:04:18 UTC 2018 Modified Files: src/lib/libcurses: attributes.c Log Message: attron(), attroff() - don't take a shortcut. To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libcurses/attributes.c Pl

CVS commit: src/sys/dev/wscons

2018-12-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Dec 6 01:42:20 UTC 2018 Modified Files: src/sys/dev/wscons: wsemul_vt100_subr.c Log Message: #ifdef _KERNEL_OPT To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/dev/wscons/wsemul_vt100_subr.c Please note

CVS commit: src/lib/libc/stdio

2018-12-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Dec 14 03:29:54 UTC 2018 Modified Files: src/lib/libc/stdio: makebuf.c Log Message: Fix typo in the function comment. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/lib/libc/stdio/makebuf.c Please note that

CVS commit: src/lib/libc/stdio

2018-12-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Dec 14 03:43:22 UTC 2018 Modified Files: src/lib/libc/stdio: setbuf.3 Log Message: Don't leave a subordinate clause out in the cold. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/lib/libc/stdio/setbuf.3 Ple

CVS commit: src/usr.sbin/sysinst

2018-12-16 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon Dec 17 01:16:49 UTC 2018 Modified Files: src/usr.sbin/sysinst: Makefile.inc Log Message: Fix line continuations in previous. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.sbin/sysinst/Makefile.inc Pleas

CVS commit: src/lib/libedit

2019-01-03 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Jan 4 03:03:44 UTC 2019 Modified Files: src/lib/libedit: refresh.c Log Message: Fix mis-applied change in previous. Don't increment r_oldcv twice. PR lib/53803 To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src

CVS commit: src/lib/libcurses

2019-01-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 6 03:46:11 UTC 2019 Modified Files: src/lib/libcurses: refresh.c Log Message: prefresh - fix current position calculations The code was copy-pasted from wrefresh(), but for pads we need to adjust for (pbegy, pbegx). PR lib

CVS commit: src/lib/libcurses

2019-01-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 6 03:59:17 UTC 2019 Modified Files: src/lib/libcurses: refresh.c Log Message: _wnoutrefresh - fix current position checks for pads maxy is an absolute value and should not be adjusted for begy when we check also absolute cu

CVS commit: src/lib/libcurses

2019-01-05 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 6 04:27:53 UTC 2019 Modified Files: src/lib/libcurses: refresh.c Log Message: _wnoutrefresh - extend current position checks. Also verify that dwin->cury >= begy (ditto for x), i.e. for pads make sure that the current posit

CVS commit: src/usr.sbin/npf/npfctl

2019-01-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 8 11:28:01 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Restore macro with effect. Fix the real problem that prevented it to have the effect. To generate a diff of this commit: cvs rdiff -u -r

CVS commit: src/usr.sbin/npf/npfctl

2019-01-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 8 11:36:10 UTC 2019 Modified Files: src/usr.sbin/npf/npfctl: npf.conf.5 Log Message: Actually, according to the grammar the square brackets in the "tcp flags" are not literal, so use .Op to show that /mask is optional. To

CVS commit: src/libexec/tftpd

2019-01-09 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 9 17:19:08 UTC 2019 Modified Files: src/libexec/tftpd: tftpd.8 Log Message: Spell "occurrence" correctly. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/libexec/tftpd/tftpd.8 Please note that diffs are

CVS commit: src

2019-01-10 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Thu Jan 10 23:10:23 UTC 2019 Modified Files: src/distrib/sets/lists/xdebug: md.amd64 md.i386 src/distrib/sets/lists/xserver: md.amd64 md.i386 src/external/mit/xorg/server/drivers: Makefile Log Message: Hook vboxvideo

CVS commit: src/usr.bin/xstr

2019-01-13 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Jan 13 16:48:51 UTC 2019 Modified Files: src/usr.bin/xstr: xstr.1 Log Message: .Pp before .Bd is redundant. >From Edgar Pettijohn. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/usr.bin/xstr/xstr.1 Please no

CVS commit: src/lib/libc/gen

2019-01-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 15 00:43:32 UTC 2019 Modified Files: src/lib/libc/gen: ctype.3 Log Message: Fix typo in macro flag. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/lib/libc/gen/ctype.3 Please note that diffs are not publ

CVS commit: src/lib/libc/gen

2019-01-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 15 01:11:03 UTC 2019 Modified Files: src/lib/libc/gen: ctype.3 Log Message: Remove the extra cast to int in the CAVEATS example. We removed it from EXAMPLES a few releases ago. To generate a diff of this commit: cvs rdiff -

CVS commit: src/lib/libc/gen

2019-01-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 15 01:13:49 UTC 2019 Modified Files: src/lib/libc/gen: ctype.3 Log Message: Fix markup pasto. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/libc/gen/ctype.3 Please note that diffs are not public dom

CVS commit: src/lib/libc/gen

2019-01-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 15 01:23:49 UTC 2019 Modified Files: src/lib/libc/gen: ctype.3 Log Message: Don't talk about "the first argument" when there's only one. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/lib/libc/gen/ctype.3

CVS commit: src/lib/libc/gen

2019-01-14 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Jan 15 03:43:15 UTC 2019 Modified Files: src/lib/libc/gen: ctype.3 Log Message: Fly, nasal demons, fly away... To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/lib/libc/gen/ctype.3 Please note that diffs are n

CVS commit: src/lib/libperfuse

2019-01-23 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Wed Jan 23 19:43:49 UTC 2019 Modified Files: src/lib/libperfuse: libperfuse.3 Log Message: It's section 3 page, not section 2. While here, xref puffs(3) in the SEE ALSO section too. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/usr.bin/tip

2019-02-22 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Feb 22 22:25:22 UTC 2019 Modified Files: src/usr.bin/tip: tip.c Log Message: Check getchar() result for EOF. Call cleanup(SIGHUP) if we get local EOF, as if we've got SIGHUP. While here, use EOF constant instead of literal -1 in

CVS commit: src/usr.bin/newsyslog

2021-03-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Mar 2 10:12:33 UTC 2021 Modified Files: src/usr.bin/newsyslog: newsyslog.8 Log Message: Fix markup so that literals are typeset as literals. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/usr.bin/newsyslog/n

CVS commit: src/usr.bin/newsyslog

2021-03-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Mar 2 10:14:59 UTC 2021 Modified Files: src/usr.bin/newsyslog: newsyslog.8 Log Message: Sort config file flags and command line options. To generate a diff of this commit: cvs rdiff -u -r1.44 -r1.45 src/usr.bin/newsyslog/newsy

CVS commit: src/usr.bin/newsyslog

2021-03-02 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Tue Mar 2 10:17:25 UTC 2021 Modified Files: src/usr.bin/newsyslog: newsyslog.8 Log Message: Use proper -width instead of the cargo-cult value. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/usr.bin/newsyslog/new

CVS commit: src/share/man/man5

2021-03-12 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Fri Mar 12 10:00:32 UTC 2021 Modified Files: src/share/man/man5: hosts.5 Log Message: Retire the paragraph from 1983 that says this file can be "created from the official host data base maintained at the Network Information Control C

CVS commit: src/lib/libcurses

2021-05-15 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat May 15 11:06:08 UTC 2021 Modified Files: src/lib/libcurses: newwin.c Log Message: __newwin - fix BGWCOL initialization. >From Michael Forney in PR lib/56174 To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 src/lib

CVS commit: src/tools/compat

2021-05-24 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Mon May 24 23:07:41 UTC 2021 Modified Files: src/tools/compat: compat_defs.h Log Message: Fix typo in pathname in a comment. To generate a diff of this commit: cvs rdiff -u -r1.118 -r1.119 src/tools/compat/compat_defs.h Please not

CVS commit: src/sys/arch/sparc/sparc

2021-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Aug 7 19:23:03 UTC 2021 Modified Files: src/sys/arch/sparc/sparc: pmap.c Log Message: sp_tlb_flush - consistent whitespace in inline asm. To generate a diff of this commit: cvs rdiff -u -r1.373 -r1.374 src/sys/arch/sparc/sparc

CVS commit: src/share/man/man9

2021-08-07 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sat Aug 7 20:41:17 UTC 2021 Modified Files: src/share/man/man9: autoconf.9 Log Message: autoconf(9) - Improve formatting. Don't hide consumed cfargs in the second sentence of a function's description, they ends up hidden towards th

CVS commit: src/sys/modules/examples

2021-08-08 Thread Valeriy E. Ushakov
Module Name:src Committed By: uwe Date: Sun Aug 8 20:55:33 UTC 2021 Modified Files: src/sys/modules/examples: Makefile Log Message: Add ddbping example module to SUBDIR list. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/modules/examples/Makefile

<    2   3   4   5   6   7