CVS: cvs.openbsd.org: src

2017-09-16 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2017/09/17 00:38:03 Modified files: lib/libc/gen : setprogname.c Log message: __progname has type char *, we cannot change its type without causing havoc all over the place. So add some casts to silence th

CVS: cvs.openbsd.org: src

2017-09-16 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2017/09/17 00:10:53 Modified files: sys/arch/octeon/octeon: machdep.c Log message: Do not print "cpuX launched" any longer. This reduces dmesg spam on multicore systems.

CVS: cvs.openbsd.org: src

2017-09-16 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2017/09/16 06:04:13 Modified files: usr.sbin/pkg_add/OpenBSD: LibSpec.pm SharedLibs.pm Log message: we already have a comparison function for libobjects, so move it up to the best class, and sort bad librari

CVS: cvs.openbsd.org: src

2017-09-16 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2017/09/16 05:36:25 Modified files: usr.sbin/pkg_add/OpenBSD: PackingElement.pm PackingList.pm Log message: recognize @version, to be used for a system-wide version marker

CVS: cvs.openbsd.org: src

2017-09-16 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2017/09/16 02:07:15 Modified files: libexec/login_yubikey: yubikey.c Log message: Make sure to freezero() the wide-character copy of the user supplied password. While here, change the mbstowcs() error checki

CVS: cvs.openbsd.org: src

2017-09-16 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2017/09/16 01:42:34 Modified files: bin/pax: cpio.c ftree.c pat_rep.c tables.c tar.c Log message: Carefully add casts to silence clang sign-compare warnings. ok millert@