CVS: cvs.openbsd.org: src

2019-07-08 Thread Kevin Lo
CVSROOT:/cvs Module name:src Changes by: ke...@cvs.openbsd.org 2019/07/08 23:43:03 Modified files: sys/dev/usb: files.usb Log message: ure(4) and url(4) need ifmedia attribute. ok deraadt@

CVS: cvs.openbsd.org: src

2019-07-08 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2019/07/08 22:15:00 Modified files: usr.bin/ssh: auth-options.c auth-options.h Log message: cap the number of permiopen/permitlisten directives we're willing to parse on a single authorized_keys line; ok

CVS: cvs.openbsd.org: src

2019-07-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/07/08 21:46:41 Modified files: share/man/man7 : man.7 Log message: The non-standard .EX/.EE macro pair was invented for Version 9 AT&T UNIX and only got adopted by GNU two decades later. Thanks

CVS: cvs.openbsd.org: src

2019-07-08 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/07/08 17:59:32 Modified files: sys/conf : param.c Log message: Remove trailing whitespace from a macro ok deraadt

CVS: cvs.openbsd.org: src

2019-07-08 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/07/08 16:02:59 Modified files: sys/dev/ic : ahci.c Log message: Remove some "set but not used" variables in ahci(4)'s hibernate code. ok jmatthew

CVS: cvs.openbsd.org: src

2019-07-08 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2019/07/08 15:19:54 Modified files: lib/libc/uuid : uuid.3 Log message: fix typo: RCF -> RFC >From Evan Silberman

CVS: cvs.openbsd.org: src

2019-07-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/07/08 14:29:11 Modified files: usr.bin/tmux : window-copy.c Log message: Clear search marks before resize, GitHub issue 1823.

CVS: cvs.openbsd.org: src

2019-07-08 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/07/08 13:57:42 Modified files: sys/arch/amd64/amd64: pmap.c Log message: amd64 pmap: remove a "set but not used" variable, found when building the kernel with gcc9. ok kettenis

CVS: cvs.openbsd.org: src

2019-07-08 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2019/07/08 13:57:11 Modified files: sys/arch/amd64/amd64: vmm.c Log message: vmm(4): remove a "set but not used" variable, found when building the kernel with gcc9. ok kettenis

CVS: cvs.openbsd.org: src

2019-07-08 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2019/07/08 13:23:17 Modified files: share/man/man4 : termios.4 Log message: more cleanup, in particular remove more braces around .Dv, remove some bogus .Dv, and get rid of .Tn

CVS: cvs.openbsd.org: src

2019-07-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/07/08 12:53:18 Modified files: sys/kern : kern_resource.c sched_bsd.c sys/sys: proc.h sched.h Log message: Untangle code setting the scheduling priority of a thread. - `p_estcpu'

CVS: cvs.openbsd.org: src

2019-07-08 Thread Anton Lindqvist
CVSROOT:/cvs Module name:src Changes by: an...@cvs.openbsd.org 2019/07/08 12:48:30 Modified files: lib/libc/sys : getgroups.2 mount.2 setgroups.2 share/man/man4 : termios.4 Log message: Get rid of an old convention of wrapping preprocessor constants in curly

CVS: cvs.openbsd.org: src

2019-07-08 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2019/07/08 11:49:57 Modified files: sys/net: pf_table.c radix.c sys/netinet: ip_spd.c Log message: free(9) sizes for M_RTABLE. ok kn@

CVS: cvs.openbsd.org: src

2019-07-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/07/08 08:19:58 Modified files: regress/sys/kern/sosplice/error: args-idle-EINVAL.pl args-max-EINVAL.pl Log message: Add some padding bytes to syscall argument s

CVS: cvs.openbsd.org: src

2019-07-08 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2019/07/08 08:15:12 Modified files: usr.bin/openssl: openssl.1 Log message: Fix manual openssl(1) dsa, ocsp, rsa and smime - dsa : add missing -pvk-none, -pvk-strong and -pvk-weak add pvk format t

CVS: cvs.openbsd.org: src

2019-07-08 Thread Inoguchi Kinichiro
CVSROOT:/cvs Module name:src Changes by: inogu...@cvs.openbsd.org2019/07/08 05:56:18 Modified files: lib/libcrypto/pem: pvkfmt.c Log message: Clean up pvkfmt.c - Replace EVP_CIPHER_CTX_init with EVP_CIPHER_CTX_new and handle return value - Replace EVP_CIPHER_CTX_

CVS: cvs.openbsd.org: src

2019-07-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/07/08 05:50:02 Modified files: usr.sbin/pkg_add/OpenBSD: PackageRepository.pm Log message: uniform error messages on temp file creation

CVS: cvs.openbsd.org: src

2019-07-08 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2019/07/08 05:38:14 Modified files: usr.bin/tmux : screen-write.c Log message: Use the clear history function for the 3J sequence rather than doing it manually.

CVS: cvs.openbsd.org: src

2019-07-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/07/08 05:03:47 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: actually use error, we can delay fatal problems

CVS: cvs.openbsd.org: src

2019-07-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/07/08 04:59:30 Modified files: usr.sbin/pkg_add/OpenBSD: PkgCreate.pm Log message: check ::Temp creation

CVS: cvs.openbsd.org: src

2019-07-08 Thread Marc Espie
CVSROOT:/cvs Module name:src Changes by: es...@cvs.openbsd.org 2019/07/08 04:55:39 Modified files: usr.sbin/pkg_add/OpenBSD: PkgSign.pm Log message: error out if we can't create the temp file

CVS: cvs.openbsd.org: src

2019-07-08 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2019/07/08 03:21:10 Modified files: sys/kern : vfs_lookup.c Log message: When an unlink failed due to unveil, the use count of the inode was not decremented. You could not unmount the file system anym