CVS: cvs.openbsd.org: src

2020-01-30 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/01/30 19:58:28 Modified files: sys/net: if_tun.c Log message: actually set the link state down when the /dev entry is closed. this means a route message is sent when the interface is closed and

CVS: cvs.openbsd.org: src

2020-01-30 Thread Mike Larkin
CVSROOT:/cvs Module name:src Changes by: mlar...@cvs.openbsd.org 2020/01/30 18:51:27 Modified files: sys/arch/amd64/amd64: vmm.c Log message: Remove an unused function. Noticed and reported by Adam Steen.

CVS: cvs.openbsd.org: src

2020-01-30 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/01/30 15:25:34 Modified files: usr.bin/ssh: ssh_config.5 Log message: document changed default for UpdateHostKeys

CVS: cvs.openbsd.org: src

2020-01-30 Thread Damien Miller
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/01/30 15:19:32 Modified files: usr.bin/ssh: readconf.c Log message: enable UpdateKnownHosts=yes if the configuration specifies only the default known_hosts files, otherwise select UpdateKnownHosts=a

CVS: cvs.openbsd.org: src

2020-01-30 Thread David Gwynne
CVSROOT:/cvs Module name:src Changes by: d...@cvs.openbsd.org2020/01/30 14:17:59 Modified files: sys/net: if_tun.c Log message: device poll handlers should return POLL flags, not errnos. this restores restores returning POLLERR when the device is gone. ENXIO

CVS: cvs.openbsd.org: www

2020-01-30 Thread Florian Obser
CVSROOT:/cvs Module name:www Changes by: flor...@cvs.openbsd.org 2020/01/30 11:31:00 Modified files: . : events.html Added files: papers : fosdem2020_unwind.pdf Log message: add my fosdem slides, they are probably done

CVS: cvs.openbsd.org: src

2020-01-30 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/01/30 10:54:31 Modified files: usr.bin/du : du.1 Log message: add missing command prompt in the example; requested by jmc@

CVS: cvs.openbsd.org: src

2020-01-30 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/01/30 10:09:23 Modified files: lib/libssl : Makefile s3_lib.c ssl_locl.h ssl_tlsext.c tls13_client.c tls13_internal.h tls13_server.c Added files: lib/libssl : tl

CVS: cvs.openbsd.org: src

2020-01-30 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/01/30 10:10:04 Modified files: regress/lib/libssl/tlsext: tlsexttest.c Log message: Revise for TLSv1.3 key share changes.

CVS: cvs.openbsd.org: src

2020-01-30 Thread Joel Sing
CVSROOT:/cvs Module name:src Changes by: js...@cvs.openbsd.org 2020/01/30 09:25:09 Modified files: lib/libssl : Makefile ssl_clnt.c ssl_locl.h ssl_srvr.c Added files: lib/libssl : ssl_kex.c Log message: Factor out/rewrite the ECDHE EC point key exchange

CVS: cvs.openbsd.org: src

2020-01-30 Thread Ingo Schwarze
CVSROOT:/cvs Module name:src Changes by: schwa...@cvs.openbsd.org2020/01/30 09:05:14 Modified files: usr.bin/du : du.1 Log message: add a short EXAMPLES section; wording from jmc@, example command tweaked by me, based on a wordier patch from that used an idea

CVS: cvs.openbsd.org: src

2020-01-30 Thread Otto Moerbeek
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2020/01/30 08:55:41 Modified files: usr.sbin/ntpd : client.c ntp.h util.c Log message: Properly determine era 0 or era 1, making it possible to move past the ntp timestamp wrapping in 2036.

CVS: cvs.openbsd.org: src

2020-01-30 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/01/30 08:36:11 Modified files: sys/kern : vfs_syscalls.c Log message: Acquire fdplock when updating fd_cmask. This moves the code toward MP-safety. OK mpi@, anton@

CVS: cvs.openbsd.org: src

2020-01-30 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/01/30 08:33:04 Modified files: sys/sys: filedesc.h Log message: Update lock annotations of struct filedesc. Requested by and OK mpi@ OK anton@

CVS: cvs.openbsd.org: src

2020-01-30 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/01/30 08:24:55 Modified files: sys/kern : init_sysent.c syscalls.c sys/sys: syscall.h syscallargs.h Log message: regen

CVS: cvs.openbsd.org: src

2020-01-30 Thread Visa Hankala
CVSROOT:/cvs Module name:src Changes by: v...@cvs.openbsd.org2020/01/30 08:24:06 Modified files: sys/kern : syscalls.master Log message: Unlock close*(2) and dup*(2). Tested by krw@, anton@ OK mpi@, anton@

CVS: cvs.openbsd.org: xenocara

2020-01-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2020/01/30 06:52:30 Modified files: lib/mesa/include: c11_compat.h Log message: Zap stray #warning introduced in last commit Grrr, sorry about that.

CVS: cvs.openbsd.org: xenocara

2020-01-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:xenocara Changes by: j...@cvs.openbsd.org2020/01/30 06:21:13 Modified files: lib/mesa/include: c11_compat.h Log message: Better checks for static_assert availability When not in c++ or c11 mode: - check for _Static_assert support in clang wit

CVS: cvs.openbsd.org: src

2020-01-30 Thread Solene Rapenne
CVSROOT:/cvs Module name:src Changes by: sol...@cvs.openbsd.org 2020/01/30 06:10:07 Modified files: usr.sbin/smtpd : smtpd.h Log message: Bump smtpd version after recent changes ok gilles@

CVS: cvs.openbsd.org: src

2020-01-30 Thread Alexander Bluhm
CVSROOT:/cvs Module name:src Changes by: bl...@cvs.openbsd.org 2020/01/30 06:03:46 Modified files: regress/usr.sbin/ospfd: Client.pm Makefile Ospfd.pm Log message: For debugging set KTRACE=ktrace environment. Then client.ktrace and syslogd.ktrace show the communiation

CVS: cvs.openbsd.org: src

2020-01-30 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:src Changes by: jas...@cvs.openbsd.org 2020/01/30 05:06:54 Modified files: share/man/man4 : dt.4 Log message: format "SEE ALSO" consistent with other manpages ok mpi@

CVS: cvs.openbsd.org: src

2020-01-30 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/01/30 01:51:27 Modified files: sys/arch/sparc64/sparc64: db_interface.c sys/dev/pci/drm/i915: intel_breadcrumbs.c sys/kern : kern_fork.c kern_proc.c kern_sched.c kern_sig.c

CVS: cvs.openbsd.org: src

2020-01-30 Thread Martin Pieuchot
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2020/01/30 01:22:30 Modified files: regress/lib/libc/sys: Makefile README macros.h t_ptrace.c Log message: Enable t_ptrace with an errno change compared to NetBSD. Note that the last test triggers a kernel

CVS: cvs.openbsd.org: src

2020-01-30 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2020/01/30 01:02:25 Modified files: usr.bin/tmux : cmd-bind-key.c Log message: Remove bind-key -c which doesn't do anything and is undocumented.