CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2020/01/03 00:33:33
Modified files:
usr.bin/ssh: ssh-keygen.1
Log message:
the download resident keys option is -K (upper) not -k (lower);
ok djm
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2020/01/02 22:37:00
Modified files:
share/man/man9 : file.9
sys/kern : kern_descrip.c kern_event.c
sys/sys: filedesc.h
Log message:
Fix a file descriptor close race in kqueue_
CVSROOT:/cvs
Module name:src
Changes by: p...@cvs.openbsd.org2020/01/02 22:32:00
Modified files:
usr.sbin/vmctl : main.c
Log message:
vmctl(8): fix vmctl send exit code
vmctl send always returned exit code 1
Patch by Benjamin Baier
ok kn@
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2020/01/02 20:50:44
Modified files:
gnu/usr.bin/binutils-2.17: Makefile.bsd-wrapper
Log message:
avoid build race condition: our make has an "expensive job" heuristic
which means we do stop creating other jo
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/01/02 20:02:26
Modified files:
regress/usr.bin/ssh: cert-hostkey.sh cert-userkey.sh
Log message:
what bozo decided to use 2020 as a future date in a regress test?
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/01/02 19:46:19
Modified files:
regress/usr.bin/ssh/misc/sk-dummy: sk-dummy.c
Log message:
implement recent SK API change to support resident keys and PIN prompting
in the dummy middleware that we use fo
CVSROOT:/cvs
Module name:src
Changes by: chel...@cvs.openbsd.org 2020/01/02 19:16:38
Modified files:
sys/kern : kern_timeout.c
sys/sys: timeout.h
share/man/man9 : timeout.9
Log message:
timeout(9): Add timeout_set_flags(9) and TIMEOUT_INITI
CVSROOT:/cvs
Module name:src
Changes by: chel...@cvs.openbsd.org 2020/01/02 18:16:12
Modified files:
sys/kern : kern_timeout.c
sys/sys: timeout.h
Log message:
timeout(9): Rename the TIMEOUT_NEEDPROCCTX flag to TIMEOUT_PROC.
This makes it more likel
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/01/02 17:52:47
Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/01/02 17:51:55
Modified files:
sys/dev/pci: pcidevs
Log message:
add some more samsung nvme ids
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/01/02 15:40:10
Modified files:
usr.bin/ssh: ssh-keygen.1 ssh-keygen.c
Log message:
ability to download FIDO2 resident keys from a token via
"ssh-keygen -K". This will save public/private keys into t
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2020/01/02 15:38:33
Modified files:
usr.bin/ssh: authfile.c authfile.h
Log message:
add sshkey_save_public(), to save a public key; ok markus@
CVSROOT:/cvs
Module name:src
Changes by: morti...@cvs.openbsd.org2020/01/02 15:35:39
Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: morti...@cvs.openbsd.org2020/01/02 15:34:41
Modified files:
sys/dev/pci: ccp_pci.c pcidevs
Log message:
Add pci id for recent AMD CCP and use it in ccp(4).
ok jsg@
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/01/02 13:50:06
Modified files:
sys/kern : subr_log.c
Log message:
Change /dev/log to use pgsigio(9) and sigio_init(9) like it was done for
bpf(4) and tun(4) instead of using hand rolled code using
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2020/01/02 13:40:27
Modified files:
usr.sbin/bind/bin/dig: dig.1
Log message:
Correct information about default options: by default, +besteffort
is on, +dnsnegotiation is off, +timeout is 5s for UDP
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org 2020/01/02 12:05:07
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: an...@cvs.openbsd.org 2020/01/02 12:03:21
Modified files:
sys/kern : syscalls.master
Log message:
Unlock pipe(2) and pipe2(2). The kernel lock does not provide any
serialization at this point since everything is protected b
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/01/02 09:23:01
Modified files:
sys/net: bpf.c bpfdesc.h
Log message:
Switch bpf to use pgsigio(9) and sigio_init(9) instead of handrolling
something with csignal().
OK visa@
CVSROOT:/cvs
Module name:src
Changes by: v...@cvs.openbsd.org2020/01/02 09:00:54
Modified files:
sys/arch/mips64/mips64: db_disasm.c
Log message:
Use newabi register names in disassembly.
OK miod@
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2020/01/02 08:52:44
Modified files:
usr.sbin/bind/bin/dig: dig.1
Log message:
another simple case of a default that i missed: +adflag
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2020/01/02 08:17:19
Modified files:
usr.sbin/bind/bin/dig: dig.1
Log message:
jmc@ suggested to just say "The default is +opt" rather than repeating
the explanation of what +opt does, improving both
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2020/01/02 07:34:33
Modified files:
usr.sbin/bind/bin/dig: dig.1
Log message:
simple markup fixes:
use .Cm for keywords, .Ar for placeholders, .Xr for resolv.conf,
and use imperative rather than indi
CVSROOT:/cvs
Module name:src
Changes by: n...@cvs.openbsd.org2020/01/02 06:44:17
Modified files:
usr.bin/tmux : cmd-join-pane.c
Log message:
Add CMD_FIND_DEFAULT_MARKED to join-pane like move-pane, from
davidegirardi in GitHub issue 2046.
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2020/01/02 06:25:38
Modified files:
regress/usr.bin/ssh: keygen-moduli.sh
Log message:
Update keygen moduli screen test to match recent command line option change
to ssh-keygen(1).
CVSROOT:/cvs
Module name:src
Changes by: es...@cvs.openbsd.org 2020/01/02 05:27:04
Modified files:
usr.sbin/pkg_add/OpenBSD: PackingList.pm
Log message:
plain forgot about THAT optimization.
Let .so/.a print again in pkg_info -L
noticed by Mikolaj Kucharski
CVSROOT:/cvs
Module name:src
Changes by: flor...@cvs.openbsd.org 2020/01/02 03:55:53
Modified files:
usr.sbin/snmpd : mib.c parse.y snmpd.conf.5 snmpd.h
Log message:
When many prefixes are stored in pf tables it is not sensible
to export them via snmp.
Introduce option fi
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2020/01/02 03:53:32
Modified files:
usr.sbin/bind/bin/dig: dig.1
Log message:
Correct the markup of option arguments involving = signs.
Mostly, move the equal sign out of .Cm and .Ar because we consi
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2020/01/02 03:27:46
Modified files:
usr.sbin/bind/bin/dig: dig.1 dig.c
Log message:
manual page: drop +sit because it is merely a deprecated alias for +cookie
usage(): drop +defname because it is mer
CVSROOT:/cvs
Module name:src
Changes by: de...@cvs.openbsd.org 2020/01/02 03:16:46
Modified files:
usr.sbin/ospf6d: interface.c neighbor.c ospf6d.c ospfe.c ospfe.h
rde.c rde_lsdb.c
Log message:
Rename orig_rtr_lsa_area() to orig_rtr_lsa()
Now
CVSROOT:/cvs
Module name:src
Changes by: schwa...@cvs.openbsd.org2020/01/02 02:09:16
Modified files:
lib/libssl/man : SSL_CTX_add_extra_chain_cert.3
Log message:
In ssl.h rev. 1.167 and s3_lib.c rev. 1.188, jsing@ provided
the new function SSL_CTX_get_extra_chain_
CVSROOT:/cvs
Module name:src
Changes by: ke...@cvs.openbsd.org 2020/01/02 02:00:45
Modified files:
sys/dev/pci: if_rge.c
Log message:
Fix bus_dmamap_sync(9) calls. While here fix a typo in a comment.
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/01/02 01:56:33
Modified files:
sys/net: if_tun.c
Log message:
Switch tun(4) and tap(4) to use pgsigio(9) and sigio_init(9) for
async I/O registration and signaling instead of handrolling a solut
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2020/01/02 01:52:53
Modified files:
sys/kern : kern_sysctl.c
Log message:
Exclude offline cpus in KERN_CPTIME calculation. Without this too high
idle time is reported in tools like vmstat.
OK visa@ ben
34 matches
Mail list logo