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
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.
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
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
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
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
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@
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
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.
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
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
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.
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@
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@
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
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@
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.
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
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@
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
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@
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
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
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.
24 matches
Mail list logo