CVS commit: src/bin/csh

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 12:16:02 UTC 2021 Modified Files: src/bin/csh: set.c Log Message: Turn on EL_SAFEREAD To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/bin/csh/set.c Please note that diffs are not public domain;

CVS commit: src

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 13:08:20 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_117.c msg_117.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix wrong warning about 'unsigned char >> constant' To generate a diff

CVS commit: src/external/cddl/osnet/dev/fbt/x86

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 16:33:57 UTC 2021 Modified Files: src/external/cddl/osnet/dev/fbt/x86: fbt_isa.c Log Message: PR/56355: Taylor Campbell: restore strcmp() over strncmp() To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5

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

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 12:41:40 UTC 2021 Modified Files: src/external/bsd/jemalloc/lib: Makefile.inc Log Message: jemalloc: suppress two irrelevant lint warnings To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15

CVS commit: src/crypto/external/bsd/openssl/lib/libdes

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 12:58:02 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/lib/libdes: Makefile Log Message: libdes: suppress some selected lint warnings The type widths are handled carefully, so even if there is some

CVS commit: src

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 14:26:40 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_346.c msg_346.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: extend check for unconst functions The functions memchr, strpbrk,

CVS commit: src/lib/libcurses

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 15:12:36 UTC 2021 Modified Files: src/lib/libcurses: get_wstr.c getstr.c in_wchstr.c inchstr.c instr.c inwstr.c Log Message: libcurses: fix usage of __warn_references Since that macro can expand to an

CVS commit: src/crypto/external/bsd/openssl/lib/libcrypto

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 13:32:44 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto: bn.inc Log Message: libcrypto: suppress irrelevant lint warnings The conversion from 'unsigned long' to 'int' in line 805 is due to the

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 21:21:14 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_193.c msg_193.exp Log Message: tests/lint: test how NOTREACHED affects the unreachable warning Inspired by lib/libedit/readline.c 1.159 from

CVS commit: src/bin/sh

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 11:57:17 UTC 2021 Modified Files: src/bin/sh: Makefile Log Message: Add -I to find filecomplete.h To generate a diff of this commit: cvs rdiff -u -r1.116 -r1.117 src/bin/sh/Makefile Please note that diffs are not

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 13:02:20 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_117.c msg_117.exp Log Message: tests/lint: demonstrate wrong warning about signed '>>' Seen in libdes/ostr2key.c(81). To generate a diff of this

CVS commit: src/doc

2021-08-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 15 17:09:04 UTC 2021 Modified Files: src/doc: 3RDPARTY Log Message: grep-3.7 out. To generate a diff of this commit: cvs rdiff -u -r1.1810 -r1.1811 src/doc/3RDPARTY Please note that diffs are not public domain; they are

CVS commit: src/lib/libcurses

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 12:39:39 UTC 2021 Modified Files: src/lib/libcurses: curses_private.h slk.c Log Message: This is a mess; always define MB_LEN_MAX so both the regular and libhack version of curses compiles. Really we should not be

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 14:00:27 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_346.c msg_346.exp Log Message: tests/lint: add tests for more unconst functions To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2

CVS commit: src/sys/sys

2021-08-15 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Aug 15 22:08:01 UTC 2021 Modified Files: src/sys/sys: device.h Log Message: Define a constant for the size of device_t::dv_xname, rather than just using 16. To generate a diff of this commit: cvs rdiff -u -r1.173 -r1.174

CVS commit: src/tests/usr.bin/xlint/lint1

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 21:51:56 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: msg_193.c msg_193.exp Log Message: tests/lint: correct interpretation of NOTREACHED The branch is unconditionally taken, therefore any later code is

CVS commit: src/lib/libedit

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 22:22:52 UTC 2021 Modified Files: src/lib/libedit: readline.c Log Message: libedit: simplify calls to macro ADD_STRING The lint comments CONSTCOND and LINTED were not necessary. It is simpler to just specify what to

CVS commit: src/lib/libedit

2021-08-15 Thread Roland Illig
Module Name:src Committed By: rillig Date: Sun Aug 15 22:14:45 UTC 2021 Modified Files: src/lib/libedit: readline.c Log Message: readline: fix lint warning about effective unconst cast Calling strchr to avoid the syntactical unconst cast is not necessary here. A simple

CVS commit: src/sys/compat/common

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 07:57:46 UTC 2021 Modified Files: src/sys/compat/common: vfs_syscalls_30.c vfs_syscalls_43.c vfs_syscalls_50.c Log Message: - memset struct stat to avoid kernel memory disclosure of padded fields

CVS commit: [netbsd-9] src/distrib/notes/hp300

2021-08-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 15 08:41:47 UTC 2021 Modified Files: src/distrib/notes/hp300 [netbsd-9]: hardware Log Message: Pull up following revision(s) (requested by tsutsui in ticket #1334): distrib/notes/hp300/hardware: revision 1.25

CVS commit: [netbsd-9] src/distrib

2021-08-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 15 08:44:39 UTC 2021 Modified Files: src/distrib/sun2/miniroot [netbsd-9]: install.md src/distrib/sun3/miniroot [netbsd-9]: install.md Log Message: Pull up following revision(s) (requested by tsutsui in ticket

CVS commit: src/games/fortune/datfiles

2021-08-15 Thread Nia Alarie
Module Name:src Committed By: nia Date: Sun Aug 15 08:57:01 UTC 2021 Modified Files: src/games/fortune/datfiles: netbsd-tips Log Message: Capitalization police. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/games/fortune/datfiles/netbsd-tips Please

CVS commit: [netbsd-9] src/crypto/external/bsd/openssl/lib/libcrypto/arch

2021-08-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 15 08:58:56 UTC 2021 Modified Files: src/crypto/external/bsd/openssl/lib/libcrypto/arch/mips [netbsd-9]: aes.inc bn.inc crypto.inc poly1305.inc sha.inc

CVS commit: [netbsd-9] src/sys/compat/common

2021-08-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 15 09:27:50 UTC 2021 Modified Files: src/sys/compat/common [netbsd-9]: vfs_syscalls_30.c vfs_syscalls_43.c vfs_syscalls_50.c Log Message: Pull up following revision(s) (requested by christos in ticket #1337):

CVS commit: [netbsd-9] src/doc

2021-08-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 15 09:30:14 UTC 2021 Modified Files: src/doc [netbsd-9]: CHANGES-9.3 Log Message: Tickets #1334 - #1337 To generate a diff of this commit: cvs rdiff -u -r1.1.2.21 -r1.1.2.22 src/doc/CHANGES-9.3 Please note that diffs

CVS commit: [netbsd-8] src/sys/compat/common

2021-08-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 15 10:03:46 UTC 2021 Modified Files: src/sys/compat/common [netbsd-8]: vfs_syscalls_30.c vfs_syscalls_43.c vfs_syscalls_50.c Log Message: Pull up following revision(s) (requested by christos in ticket #1691):

CVS commit: [netbsd-8] src/doc

2021-08-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Aug 15 10:04:53 UTC 2021 Modified Files: src/doc [netbsd-8]: CHANGES-8.3 Log Message: Ticket #1691 To generate a diff of this commit: cvs rdiff -u -r1.1.2.95 -r1.1.2.96 src/doc/CHANGES-8.3 Please note that diffs are not

CVS commit: src/lib/libedit

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:06:32 UTC 2021 Modified Files: src/lib/libedit: readline.c Log Message: Add a LINTED comment... Why doesn't NOTREACHED work? To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160

CVS commit: src/lib/libedit

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:08:41 UTC 2021 Modified Files: src/lib/libedit: editline.3 el.c el.h eln.c histedit.h read.c Log Message: Disable attempts to handle EINTR and non-blocking I/O by default. It is confusing to other programs and

CVS commit: src/lib/libedit

2021-08-15 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Sun Aug 15 10:12:55 UTC 2021 Modified Files: src/lib/libedit: editline.3 Log Message: Add verb to sentence. To generate a diff of this commit: cvs rdiff -u -r1.100 -r1.101 src/lib/libedit/editline.3 Please note that diffs are not

CVS commit: src/bin/sh

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:17:55 UTC 2021 Modified Files: src/bin/sh: histedit.c myhistedit.h Log Message: - Add command completion (from FreeBSD) - Use EL_SAFEREAD To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56

CVS commit: src/share/mk

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:30:39 UTC 2021 Modified Files: src/share/mk: bsd.prog.mk Log Message: Fix sun2 build for ldap/gssapi To generate a diff of this commit: cvs rdiff -u -r1.337 -r1.338 src/share/mk/bsd.prog.mk Please note that

CVS commit: src/external/bsd/openldap/lib/libldap

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:33:58 UTC 2021 Modified Files: src/external/bsd/openldap/lib/libldap: Makefile.libldap Log Message: Conditionalize GSSAPI use on USE_KERBEROS To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 \

CVS commit: src/bin/kill

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 10:58:04 UTC 2021 Modified Files: src/bin/kill: kill.1 Log Message: restore a bit of history. To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/bin/kill/kill.1 Please note that diffs are not public

CVS commit: src/usr.sbin/catman

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 11:00:43 UTC 2021 Modified Files: src/usr.sbin/catman: catman.8 Log Message: Restore BSD BUGS section To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/usr.sbin/catman/catman.8 Please note that

CVS commit: src/lib/libcurses

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 11:44:39 UTC 2021 Modified Files: src/lib/libcurses: slk.c Log Message: Use MBL_LEN_MAX (constant) so that SSP works To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/lib/libcurses/slk.c Please

CVS commit: src/lib/libcurses

2021-08-15 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Aug 15 11:54:12 UTC 2021 Modified Files: src/lib/libcurses: slk.c Log Message: need limits.h To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/lib/libcurses/slk.c Please note that diffs are not public