CVS: cvs.openbsd.org: src

2020-03-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/03/16 00:12:43 Modified files: usr.bin/tmux : input-keys.c server-client.c tmux.h Log message: Send mouse down event immediately rather than waiting for double click to finish which would now mean it

CVS: cvs.openbsd.org: src

2020-03-15 Thread Scott Soule Cheloha
CVSROOT:/cvs Module name:src Changes by: chel...@cvs.openbsd.org 2020/03/15 22:15:19 Modified files: sys/dev/isa: spkr.c Log message: spkr(4): fix compilation under SPKRDEBUG uio.uio_resid is a size_t, not an int. Change the format string accordingly.

CVS: cvs.openbsd.org: src

2020-03-15 Thread Darren Tucker
CVSROOT:/cvs Module name:src Changes by: dtuc...@cvs.openbsd.org 2020/03/15 20:17:02 Modified files: usr.bin/ssh: ssh-add.c Log message: Cast lifetime to u_long for comparison to prevent unsigned comparison warning on 32bit arches. Spotted by deraadt, ok djm.

CVS: cvs.openbsd.org: src

2020-03-15 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/03/15 14:50:47 Modified files: sys/dev/ic : nvme.c nvmevar.h Log message: sparc64 issue being identified and removed, reapply r1.73: "Bump nvme(4) max physio() i/o size to 128K"

CVS: cvs.openbsd.org: src

2020-03-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/03/15 14:44:19 Modified files: usr.bin/tmux : window-copy.c Log message: Reset selection flag when clearing or stopping selection, from Mark Kelly.

CVS: cvs.openbsd.org: src

2020-03-15 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/03/15 14:35:52 Modified files: usr.bin/tmux : key-string.c Log message: Fix C-Space key string.

CVS: cvs.openbsd.org: src

2020-03-15 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2020/03/15 12:55:20 Modified files: sys/dev/ic : nvme.c nvmevar.h Log message: Revert nvme back to last working commit for sparc64. The coverity-related diff breaks sparc64's ability to read the disk.

CVS: cvs.openbsd.org: src

2020-03-15 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/03/15 11:44:20 Modified files: sys/arch/sparc64/stand/libsa: Makefile sys/arch/sparc64/stand/ofwboot: ofdev.c vers.c Log message: Teach sparc64 boot(8) about ffs2 and fix a bug while there: dev

CVS: cvs.openbsd.org: src

2020-03-15 Thread Todd C . Miller
CVSROOT:/cvs Module name:src Changes by: mill...@cvs.openbsd.org 2020/03/15 10:34:57 Modified files: usr.sbin/smtpd : mail.lmtp.c smtp_session.c spfwalk.c Log message: Add missing casts to unsigned char when using ctype(3). >From Hiltjo Posthuma

CVS: cvs.openbsd.org: src

2020-03-15 Thread Claudio Jeker
CVSROOT:/cvs Module name:src Changes by: clau...@cvs.openbsd.org 2020/03/15 04:14:49 Modified files: sys/dev/pci/drm: drm_linux.c Log message: kthread_park() and kthread_stop() don't need PCATCH the linux API does not interrupt either and not checking the return value of