CVS commit: src/distrib/ews4800mips/floppies/ramdisk

2017-12-24 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Dec 25 06:15:50 UTC 2017 Modified Files: src/distrib/ews4800mips/floppies/ramdisk: list Log Message: Drop the following features, which reduces ramdisk.bin about 70KB: - shutdown, rcmd, rcp - support for byte-swapped FFS and

CVS commit: xsrc/external/mit/libXfont/dist/src/fc

2017-12-20 Thread Rin Okuyama
Module Name:xsrc Committed By: rin Date: Wed Dec 20 23:07:30 UTC 2017 Modified Files: xsrc/external/mit/libXfont/dist/src/fc: fserve.c Log Message: Fix debug build with LLVM for ILP32 archs. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/sys/arch/zaurus/conf

2017-12-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 20 08:10:13 UTC 2017 Modified Files: src/sys/arch/zaurus/conf: INSTALL Log Message: Disable compat stuffs that are accidentally accidentally added to rev 1.33. Now INSTALL kernel fits within 5MB again. To generate a diff

CVS commit: src/tests/lib/libc/gen

2017-12-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 13 06:47:04 UTC 2017 Modified Files: src/tests/lib/libc/gen: t_fmtcheck.c Log Message: Revert rev 1.4: fmtcheck(3) neglect unused trailing arguments as before. "%d" is a valid format string with default format string "%d

CVS commit: src/lib/libc/gen

2017-12-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 13 06:43:46 UTC 2017 Modified Files: src/lib/libc/gen: fmtcheck.c Log Message: Revert change made by rev 1.11; now, fmtcheck(3) does not complain about unused trailing arguments as before. See also discussion on

CVS commit: src/external/gpl3/gdb

2017-12-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 8 14:19:47 UTC 2017 Modified Files: src/external/gpl3/gdb/bin/gdb: Makefile src/external/gpl3/gdb/bin/gdbtui: Makefile src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: When forcing C++ mode for C

CVS commit: src/external/gpl3

2017-12-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 8 14:10:29 UTC 2017 Modified Files: src/external/gpl3/gdb.old/lib/libgdb: Makefile src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Remove old leftover of migration from gnu/dist/gdb6. To generate a diff of

CVS commit: src/external/gpl3/gdb/lib/libgdb

2017-12-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 8 14:07:58 UTC 2017 Modified Files: src/external/gpl3/gdb/lib/libgdb: Makefile Log Message: Remove blank lines. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/external/gpl3/gdb/lib/libgdb/Makefile

CVS commit: src/external/bsd/libproc/dist

2017-12-08 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 8 13:36:22 UTC 2017 Modified Files: src/external/bsd/libproc/dist: proc_bkpt.c Log Message: Use PRIxPTR instead of lx to print pointers. Fix debug build with LLVM. Also use PRIxPTR instead of PRIuPTR, which is apparently

CVS commit: src/lib/libc/gen

2017-12-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 6 14:05:14 UTC 2017 Modified Files: src/lib/libc/gen: fmtcheck.c Log Message: Fix possible use of uninitialized variable in case of WIN32 && !_WIN64. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/lib/libc/gen

2017-12-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 6 12:32:02 UTC 2017 Modified Files: src/lib/libc/gen: fmtcheck.c Log Message: Teach fmtcheck(3) about wint_t, intmax_t, char *, intmax_t *, and wide string arguments. Taken from FreeBSD:

CVS commit: src/lib/libc/gen

2017-12-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 6 12:30:27 UTC 2017 Modified Files: src/lib/libc/gen: fmtcheck.c Log Message: Teach fmtcheck(3) about the ' (thousands separator) flag. Taken from FreeBSD:

CVS commit: src/lib/libc/gen

2017-12-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 6 12:28:53 UTC 2017 Modified Files: src/lib/libc/gen: fmtcheck.c Log Message: Teach fmtcheck(3) about the flags a, A, F, G, t, and z. Taken from FreeBSD:

CVS commit: src/lib/libc/gen

2017-12-06 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Dec 6 11:33:35 UTC 2017 Modified Files: src/lib/libc/gen: fmtcheck.c Log Message: Correct oversight of wrong format string with fewer number of arguments than default format string has. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/nvi/dist/ex

2017-12-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 1 20:01:31 UTC 2017 Modified Files: src/external/bsd/nvi/dist/ex: ex_usage.c Log Message: Compare ap->len wide chars, not ap->len bytes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/nvi/dist/ex

2017-12-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 1 18:39:49 UTC 2017 Modified Files: src/external/bsd/nvi/dist/ex: ex_print.c Log Message: Check format strings for ex_printf. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/nvi/dist/common

2017-12-01 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Dec 1 18:35:58 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: common.h Log Message: Remove ex_printf duplicate with ex_extern.h. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/nvi/dist/common

2017-11-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Nov 22 16:17:30 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: search.c Log Message: Fix missing of "search wrapped" message when searching from the last char of file, taken from nvi2:

CVS commit: src/external/bsd/nvi/dist/ex

2017-11-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Nov 22 13:13:18 UTC 2017 Modified Files: src/external/bsd/nvi/dist/ex: ex.c Log Message: Fix backward memcpy in :e +cmd, taken from nvi2 (and OpenBSD):

CVS commit: src/external/bsd/nvi/dist

2017-11-22 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Wed Nov 22 12:47:30 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: delete.c src/external/bsd/nvi/dist/vi: v_sentence.c Log Message: Fix segmentation fault in corner case of backward sentence deletion, taken from

CVS commit: src/external/bsd/tre/dist

2017-11-21 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 08:19:55 UTC 2017 Removed Files: src/external/bsd/tre/dist/doc: Makefile.in src/external/bsd/tre/dist/lib: Makefile.in src/external/bsd/tre/dist/m4: Makefile.in gettext.m4 iconv.m4 intlmacosx.m4

CVS commit: src/external/bsd/nvi/dist/ex

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 07:48:07 UTC 2017 Modified Files: src/external/bsd/nvi/dist/ex: ex_join.c Log Message: Use ISMULTIWIDTH() macro. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/nvi/dist

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 07:43:47 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: key.h src/external/bsd/nvi/dist/vi: v_word.c Log Message: A boundary between single- and multi-width chars is regarded as a word boundary.

CVS commit: src/external/bsd/tre/lib

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 03:09:41 UTC 2017 Modified Files: src/external/bsd/tre/lib: Makefile Log Message: Bump WARNS to 5 (via ../Makefile.inc). Remove unnecessary -Wno-stack-protector flag. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/tre

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 03:03:31 UTC 2017 Modified Files: src/external/bsd/tre: Makefile.inc Log Message: Bump WARNS to 5. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/external/bsd/tre/Makefile.inc Please note that diffs

CVS commit: src/external/bsd/tre/dist/lib

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:53:20 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre.h Log Message: Add REG_INVARG and REG_STARTEND ifndef TRE_USE_SYSTEM_REGEX_H. No functional changes at the moment. To generate a diff of this commit:

CVS commit: src/external/bsd/tre/dist/lib

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:50:35 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre-match-approx.c tre-match-parallel.c Log Message: Some systems need for SIZE_MAX. No functional changes on NetBSD. To generate a diff of this commit:

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:47:14 UTC 2017 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Bump WARNS to 5. Add -Wno-old-style-definition to regex.c for gcc. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:45:03 UTC 2017 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Enable -Wuninitialized -Wformat-security for clang. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:44:13 UTC 2017 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: We always need -Wno-format-nonliteral for v_increment.c whether compiler is gcc or clang. To generate a diff of this commit: cvs

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:42:08 UTC 2017 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Cosmetic changes. No functional changes. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13

CVS commit: src/external/bsd/nvi/dist/common

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:36:45 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: conv.c Log Message: Enable to compile & run without USE_ICONV. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/external/bsd/nvi/dist/common

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:11:44 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: conv.c Log Message: Fix resource leaks due to missing of iconv_close(3). To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/external/bsd/nvi/dist/common

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:04:39 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: mem.h Log Message: Fix -Wsign-compare issue for BINC_GOTO in a similar manner to BINC_RET. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/nvi/dist/common

2017-11-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 21 02:00:29 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: conv.c Log Message: Fix use of uninitialized variable, found by clang. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/external/bsd/tre/dist/lib

2017-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 19 21:54:31 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre-match-backtrack.c Log Message: Fix an apparent typo. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/tre/dist/lib

2017-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 19 14:03:35 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre-match-approx.c tre-match-parallel.c Log Message: Add missing integer overflow checks to avoid out-of-bound write reported in CVE-2016-8859, partially

CVS commit: src/external/bsd/tre/dist/lib

2017-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 19 13:22:58 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre-match-approx.c tre-match-parallel.c tre-match-utils.h Log Message: Fix memory leak when input contains illegal multibyte sequence, partially

CVS commit: src/external/bsd/tre/dist/lib

2017-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 19 13:21:03 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre-match-backtrack.c Log Message: ret should be reg_errcode_t. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/tre/dist/lib

2017-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 19 13:00:31 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: regexec.c Log Message: nmatch and pmatch should be ignored when regex was compiled with REG_NOSUB, partially taken from musl libc:

CVS commit: src/external/bsd/tre/dist/lib

2017-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 19 12:35:39 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre-compile.c Log Message: Fix use of uninitialized value, taken from musl libc:

CVS commit: src/external/bsd/tre/dist/lib

2017-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 19 12:26:25 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre-compile.c Log Message: Check error code from allocating function, from musl libc:

CVS commit: src/external/bsd/tre/dist/lib

2017-11-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 19 12:13:14 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: tre-compile.c tre-parse.c Log Message: Fix allocation size with wrong use of sizeof, taken from musl libc:

CVS commit: src/external/bsd/tre/dist

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 16:44:01 UTC 2017 Added Files: src/external/bsd/tre/dist: ChangeLog.old Log Message: Add ChangeLog.old, which has been newly added to github repository. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/doc

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 16:21:45 UTC 2017 Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Update libtre to the latest git source as of 20171117. To generate a diff of this commit: cvs rdiff -u -r1.1484 -r1.1485 src/doc/3RDPARTY cvs

CVS commit: src/external/bsd/tre/lib

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 16:18:06 UTC 2017 Added Files: src/external/bsd/tre/lib: tre.pc Log Message: Add tre.pc to be installed into /usr/lib/pkgconfig (not yet). To generate a diff of this commit: cvs rdiff -u -r0 -r1.1

CVS commit: src/external/bsd/tre/include

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 16:17:06 UTC 2017 Modified Files: src/external/bsd/tre/include: config.h tre-config.h Log Message: Regen. Actually stop using alloca(3). To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/external/bsd/tre/dist/lib

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 16:16:19 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: regcomp.c regexec.c tre-compile.c Log Message: Disable tre_reg*b() when we don't have REG_USEBYTES. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/external/bsd/tre/dist

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 16:14:31 UTC 2017 Modified Files: src/external/bsd/tre/dist: configure.ac src/external/bsd/tre/dist/lib: regcomp.c regexec.c tre-compile.c tre-internal.h tre-match-approx.c tre-match-backtrack.c

CVS import: src/external/bsd/tre/dist

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 16:11:13 UTC 2017 Update of /cvsroot/src/external/bsd/tre/dist In directory ivanova.netbsd.org:/tmp/cvs-serv15967 Log Message: Import tre from https://github.com/laurikari/tre as of 10171117: - tre_reg*b() functions are added,

CVS commit: src/external/bsd/tre

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 16:08:20 UTC 2017 Added Files: src/external/bsd/tre: tre2netbsd Log Message: Add tre2netbsd script based on nvi2netbsd. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/external/bsd/tre/tre2netbsd Please

CVS commit: src/external/bsd/tre

2017-11-17 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 17 14:37:37 UTC 2017 Modified Files: src/external/bsd/tre: Makefile.inc src/external/bsd/tre/dist: configure.ac src/external/bsd/tre/include: config.h Log Message: Specify TRE_REGEX_T_FIELD in CPPFLAGS when

CVS commit: src/external/bsd/nvi/dist/vi

2017-11-14 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Nov 14 12:20:56 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: vs_refresh.c Log Message: Fix cursor movement for the case of USE_WIDECHAR != "yes", where the argument of INTISWIDE() is not evaluated. To generate a diff

CVS commit: src/external/bsd/nvi/dist/common

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 13 04:21:55 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: conv.c Log Message: Protect iconv stuffs by USE_WIDECHAR in addition to USE_ICONV. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 13 04:09:42 UTC 2017 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Sorry, remove illegal indents. Real fix for build with USE_WIDECHAR != "yes". To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 13 02:33:13 UTC 2017 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: - Add -Wno-unused and -Wno-unsequenced for gcc and clang, respectively. This is because encoding conversion macros yield such

CVS commit: src/external/bsd/nvi

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 13 01:51:47 UTC 2017 Modified Files: src/external/bsd/nvi/dist/cl: cl_funcs.c src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Use mvwchgat(3), which is not a macro in general (and in our case). To generate

CVS commit: src/external/bsd/nvi/dist

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 13 01:40:37 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: cut.h src/external/bsd/nvi/dist/ex: ex.c Log Message: Make sure to cast arguments of ISFOO and TOFOO macros into UCHAR_T. To generate a diff of

CVS commit: src/external/bsd/nvi/dist/cl

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 13 01:37:48 UTC 2017 Modified Files: src/external/bsd/nvi/dist/cl: cl_funcs.c Log Message: Use ISBLANK macro instead of isblank(3). To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6

CVS commit: src/external/bsd/nvi/dist/common

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 13 01:34:59 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: multibyte.h Log Message: Remove duplicate definition for ISUPPER. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/tre/dist/lib

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 13 00:53:05 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: regexec.c Log Message: Apply the previous fix to tre_regwexec(). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/tre/dist/lib

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 12 16:10:59 UTC 2017 Modified Files: src/external/bsd/tre/dist/lib: regexec.c Log Message: Make REG_STARTEND for tre_regcomp() working actually: - correct string length - shift pmatch after pattern matching - check validity

CVS commit: src/external/bsd/nvi/dist/cl

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 12 15:33:03 UTC 2017 Modified Files: src/external/bsd/nvi/dist/cl: cl_funcs.c Log Message: _POSIX_VDISABLE exceeds CHAR_MAX. We thus need to cast it to CHAR_T for the case where USE_WIDECHAR != "yes", i.e., CHAR_T is char.

CVS commit: src/external/bsd/nvi/dist/ex

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 12 15:27:53 UTC 2017 Modified Files: src/external/bsd/nvi/dist/ex: ex_print.c Log Message: db_recno_t aka recno_t is uint32_t To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/nvi/dist/common

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 12 15:26:34 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: util.c Log Message: No need to cast endp in both cases of USE_WIDECHAR == "yes" nor "no". Note that RCHAR_T is intended to use for bundled regex, not for

CVS commit: src/external/bsd/nvi/dist/common

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 12 15:23:51 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: put.c Log Message: Fix argument type of put() in common_extern.h To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

CVS commit: src/external/bsd/nvi/dist/ex

2017-11-12 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Nov 12 15:22:09 UTC 2017 Modified Files: src/external/bsd/nvi/dist/ex: ex_cscope.c Log Message: Add missing encoding conversion before printing it. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: src/games/factor

2017-11-11 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Nov 11 23:48:44 UTC 2017 Modified Files: src/games/factor: factor.6 factor.c Log Message: Add -h option to factor(6): duplicate factors are printed in "human-readable" form of x^n. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/bsd/nvi/dist/common

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 18:08:11 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: conv.c Log Message: Restore the initial state at the end of line. This matters for stateful encodings like iso-2022-jp. Fix taken from yamt via nvi2.

CVS commit: src/external/bsd/nvi/dist/ex

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 14:53:00 UTC 2017 Modified Files: src/external/bsd/nvi/dist/ex: ex_join.c Log Message: Change the behavior of join command in accordance with nvi-m17n, as proposed on tech-userlevel@; when the last and first chars in

CVS commit: src/external/bsd/nvi/dist/vi

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 14:44:13 UTC 2017 Modified Files: src/external/bsd/nvi/dist/vi: vs_line.c vs_refresh.c vs_relative.c Log Message: - Fix cursor position when a multiwidth char does not fit within a line. - Put cursor on the leftmost

CVS commit: src/external/bsd/nvi/dist

2017-11-10 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Fri Nov 10 14:35:25 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: vi_db1.c src/external/bsd/nvi/dist/ex: ex.c Log Message: PR bin/52716 fix buffer overrun found by libasan To generate a diff of this commit:

CVS commit: src/external/bsd/nvi/usr.bin/nvi

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 03:37:52 UTC 2017 Modified Files: src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: No need to compile in ip_*.c and ipc_*.c to nvi, although they are necessary for generation of header files. Reduce 5% of binary

CVS commit: src/external/bsd/nvi

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 03:27:34 UTC 2017 Modified Files: src/external/bsd/nvi/dist/cl: cl_main.c src/external/bsd/nvi/dist/ex: ex_script.c src/external/bsd/nvi/usr.bin/nvi: Makefile Log Message: Introduce HAVE_XXX macros to

CVS commit: src/external/bsd/nvi/dist/common

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 03:21:13 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: options.c Log Message: Entries of abbrev[] should be sorted for bsearch(3) to work. Fix the problem that option abbreviation "fe" is neglected. To

CVS commit: src/external/bsd/nvi/dist/common

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 03:17:37 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: options.c Log Message: Fix corruption in numbering of options without GTAGS compile-time option. Now nvi works without GTAGS. To generate a diff of

CVS commit: src/external/bsd/nvi/dist/cl

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 03:10:26 UTC 2017 Modified Files: src/external/bsd/nvi/dist/cl: cl_main.c Log Message: No need to include ip_extern.h here. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7

CVS commit: src/external/bsd/nvi/dist/cl

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 03:08:41 UTC 2017 Modified Files: src/external/bsd/nvi/dist/cl: cl_bsd.c Log Message: Remove a hack which declares tigetstr(9) in cl_extern.h. No binary changes. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/external/bsd/nvi/dist/common

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 03:03:54 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: msg.c Log Message: Fix bogus file location in percentage. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/external/bsd/nvi/dist/common

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 03:02:22 UTC 2017 Modified Files: src/external/bsd/nvi/dist/common: conv.c Log Message: Fix buffer overrun caused by lines longer than CONV_BUFFER_SIZE. Take care of errno == E2BIG case of iconv(3) appropriately. To

CVS commit: src/sys/arch

2017-11-05 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Nov 6 02:57:19 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: GENERIC GENERIC_PS2TINY GENERIC_TINY INSTALL_FLOPPY INSTALL_TINY NET4501 XEN3_DOM0

CVS commit: src/sys/dev/dkwedge

2017-02-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 28 04:47:41 UTC 2017 Modified Files: src/sys/dev/dkwedge: dkwedge_rdb.c Log Message: remove unnecessary substitution. no functional changes. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4

CVS commit: src/sys/dev/dkwedge

2017-02-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 28 04:46:02 UTC 2017 Modified Files: src/sys/dev/dkwedge: dkwedge_rdb.c Log Message: determine the buffer size by roundup(9) To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/dev/dkwedge/dkwedge_rdb.c

CVS commit: src/sys/dev/dkwedge

2017-02-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Tue Feb 28 04:39:58 UTC 2017 Modified Files: src/sys/dev/dkwedge: dkwedge_rdb.c Log Message: Remove PARANOID macro; we should always update secsize if necessary. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/arch/amiga/amiga

2017-02-27 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 27 15:59:36 UTC 2017 Modified Files: src/sys/arch/amiga/amiga: disksubr.c Log Message: If lp->d_secsize is updated, we need to reallocate the buffer. Thanks mlelstv for his comment on port-amiga. To generate a diff of this

CVS commit: src/sys/arch

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 12:41:50 UTC 2017 Modified Files: src/sys/arch/amd64/conf: GENERIC XEN3_DOM0 XEN3_DOMU src/sys/arch/i386/conf: GENERIC XEN3_DOM0 XEN3_DOMU Log Message: Comment out DISKLABEL_RDB as it is too specific for general

CVS commit: src/doc

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 12:06:40 UTC 2017 Modified Files: src/doc: CHANGES Log Message: add DKWEDGE_METHOD_RDB To generate a diff of this commit: cvs rdiff -u -r1.2256 -r1.2257 src/doc/CHANGES Please note that diffs are not public domain;

CVS commit: src/sys/arch

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 12:03:15 UTC 2017 Modified Files: src/sys/arch/amd64/conf: ALL XEN3_DOM0 XEN3_DOMU src/sys/arch/evbarm/conf: ARMADILLO-IOT-G3 src/sys/arch/i386/conf: ALL GENERIC XEN3_DOM0 XEN3_DOMU

CVS commit: src

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:56:49 UTC 2017 Modified Files: src/share/man/man4: dk.4 src/sys/conf: files src/sys/dev: files.dev Added Files: src/sys/dev/dkwedge: dkwedge_rdb.c Log Message: Add DKWEDGE_METHOD_RDB option,

CVS commit: src/sys/sys

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:51:38 UTC 2017 Modified Files: src/sys/sys: disklabel_rdb.h Log Message: s/u_char/unsigned char/ To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/sys/disklabel_rdb.h Please note that diffs are not

CVS commit: src/sys/sys

2017-02-26 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sun Feb 26 11:48:55 UTC 2017 Modified Files: src/sys/sys: disklabel_rdb.h Log Message: Include and replace u_long with uint32_t in preparation to be used from LP64 environments. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/amiga/amiga

2017-02-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Feb 25 22:45:59 UTC 2017 Modified Files: src/sys/arch/amiga/amiga: disksubr.c Log Message: multiply the missing factor to offset when sorting partitions (harmless for ``normal'' disks although) To generate a diff of this

CVS commit: src/sys/arch/amiga/amiga

2017-02-25 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Sat Feb 25 22:40:18 UTC 2017 Modified Files: src/sys/arch/amiga/amiga: disksubr.c Log Message: fix off-by-one To generate a diff of this commit: cvs rdiff -u -r1.63 -r1.64 src/sys/arch/amiga/amiga/disksubr.c Please note that

CVS commit: src/sys/compat/linux/common

2017-02-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 20 16:30:41 UTC 2017 Modified Files: src/sys/compat/linux/common: linux_signal.c Log Message: KNF; no binary changes To generate a diff of this commit: cvs rdiff -u -r1.78 -r1.79 src/sys/compat/linux/common/linux_signal.c

CVS commit: src/sys/compat/linux/common

2017-02-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 20 16:26:30 UTC 2017 Modified Files: src/sys/compat/linux/common: linux_signal.c Log Message: CID 980928: fix NULL pointer dereferece To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78

CVS commit: src/share/mk

2017-02-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 20 16:05:34 UTC 2017 Modified Files: src/share/mk: bsd.prog.mk Log Message: add missing LIBCXX To generate a diff of this commit: cvs rdiff -u -r1.302 -r1.303 src/share/mk/bsd.prog.mk Please note that diffs are not public

CVS commit: xsrc/external/mit

2017-02-20 Thread Rin Okuyama
Module Name:xsrc Committed By: rin Date: Mon Feb 20 15:25:32 UTC 2017 Modified Files: xsrc/external/mit/xorg-server.old/dist/hw/xfree86/os-support/bsd: bsd_ev56.c xsrc/external/mit/xorg-server/dist/hw/xfree86/os-support/bsd: bsd_ev56.c Log

CVS commit: src/lib/libarch/alpha

2017-02-20 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 20 15:23:43 UTC 2017 Modified Files: src/lib/libarch/alpha: alpha_pci_io.c Log Message: Fix -O0 build; should be included after ".arch ev56" pseudo-op. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8

CVS commit: xsrc/external/mit

2017-02-20 Thread Rin Okuyama
Module Name:xsrc Committed By: rin Date: Mon Feb 20 14:55:47 UTC 2017 Modified Files: xsrc/external/mit/libXfont/dist/src/fc: fserve.c xsrc/external/mit/libXt/dist/src: Convert.c ResConfig.c xsrc/external/mit/libxkbui/dist/src: XKBui.c

CVS commit: src/external/ibm-public/postfix

2017-02-19 Thread Rin Okuyama
Module Name:src Committed By: rin Date: Mon Feb 20 05:46:12 UTC 2017 Modified Files: src/external/ibm-public/postfix: Makefile.inc Log Message: bump from NETBSD4 to NETBSD7, no functional changes at the moment To generate a diff of this commit: cvs rdiff -u -r1.18

<    5   6   7   8   9   10   11   >