CVSROOT:/cvs
Module name:www
Changes by: j...@cvs.openbsd.org2023/02/10 00:09:34
Modified files:
. : romp.html
Log message:
mention more history
with and ok miod@
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2023/02/10 00:00:12
Modified files:
sys/kern : subr_disk.c
Log message:
Remove explicit rejection of zero duid in disk_map() added in 1.262.
Spoofed labels have zero duid and there is no reason not to
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/09 23:41:53
Modified files:
usr.bin/ssh: ssh-keyscan.1 ssh-keyscan.c
Log message:
space between macro and punctuation;
sort usage();
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/09 23:40:48
Modified files:
usr.bin/ssh: ssh-keygen.1
Log message:
space between macro and punctuation;
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/09 23:39:27
Modified files:
usr.bin/ssh: sshd.8
Log message:
sort SYNOPSIS;
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2023/02/09 22:06:03
Modified files:
regress/usr.bin/ssh: keygen-sshfp.sh
Log message:
test -Ohashalg=... and that the default output contains both
specified hash algorithms; prompted by dtucker@
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2023/02/09 21:56:30
Modified files:
usr.bin/ssh: dns.c dns.h ssh-keygen.1 ssh-keygen.c
ssh-keyscan.1 ssh-keyscan.c
Log message:
let ssh-keygen and ssh-keyscan accept -Ohashalg=s
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2023/02/09 21:47:19
Modified files:
usr.bin/ssh: sshd.8 sshd.c
Log message:
add a `sshd -G` option that parses and prints the effective
configuration without attempting to load private keys and perform
o
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2023/02/09 21:40:28
Modified files:
usr.bin/ssh: ssh.c
Log message:
make `ssh -Q CASignatureAlgorithms` work as the manpage says it should
bz3532
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/02/09 16:35:06
Modified files:
sys/arch/arm64/arm64: cpu.c
Log message:
correct values for M2 Max
ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/02/09 15:50:07
Modified files:
usr.sbin/rpki-client: x509.c
Log message:
Use GEN_OTHERNAME instead of hardcoding 0
discussed with job
CVSROOT:/cvs
Module name:src
Changes by: na...@cvs.openbsd.org 2023/02/09 14:21:27
Modified files:
sys/dev/pci: if_em.c if_igc.c
Log message:
consolidate mbuf header parsing on device driver layer
em(4) ok jan@, bluhm@
igc(4) tested by weerd@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/02/09 14:02:24
Modified files:
sys/arch/arm64/arm64: cpu.c
Log message:
Recognize the cores on Apple's M2 Pro/Max SoCs.
ok patrick@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/02/09 10:19:25
Modified files:
sys/dev/pci/drm: drm_gem_ttm_helper.c
Log message:
Unstub drm_gem_ttm_vmap/vunmap.
ok jsg@
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/02/09 10:18:21
Modified files:
sys/dev/pci/drm/amd/amdgpu: amdgpu_drv.c
Log message:
Pin the default framebuffer. The Linux drm code no longer does this since
they switched to using a shadow fr
CVSROOT:/cvs
Module name:src
Changes by: clau...@cvs.openbsd.org 2023/02/09 06:43:23
Modified files:
usr.sbin/bgpd : bgpd.h control.c rde.c rde.h rde_peer.c
rde_rib.c rde_update.c session.c session.h
Log message:
Instead of relaying struct peer
CVSROOT:/cvs
Module name:www
Changes by: s...@cvs.openbsd.org2023/02/09 06:03:47
Modified files:
. : events.html
Added files:
papers : fosdem2023-gotd.pdf
Log message:
Add slides and video link for a talk I gave at fosdem 2023, titled
"Ho
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/02/09 04:35:17
Modified files:
share/man/man4 : softraid.4
Log message:
use newer, much easier disklabel template strings
CVSROOT:/cvs
Module name:www
Changes by: k...@cvs.openbsd.org2023/02/09 04:27:49
Modified files:
faq: faq14.html
Log message:
Crank EFI system partition size to new installer default; OK tj
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/02/09 03:38:41
Modified files:
distrib/miniroot: install.sub
Log message:
Do not ask to initialize disks with softraid chunks
Skip chunk devices in the 'Which disk do you wish to initialize?' question.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/02/09 02:58:53
Modified files:
lib/libcrypto/bn: bn_sqr.c
Log message:
Pull in bn_internal.h for the generic version of bn_umul_hilo()
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2023/02/09 02:55:33
Modified files:
regress/usr.bin/ssh: knownhosts.sh
Log message:
Test adding terminating newline to known_hosts.
CVSROOT:/cvs
Module name:src
Changes by: dtuc...@cvs.openbsd.org 2023/02/09 02:54:11
Modified files:
usr.bin/ssh: hostfile.c
Log message:
Ensure that there is a terminating newline when adding a new entry
to known_hosts. bz#3529, with git+openssh at limpsquid.nl,
ok
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/02/09 02:16:26
Modified files:
lib/libcrypto/bn: bn_local.h bn_sqr.c
Log message:
Clean up bn_sqr_words()
Currently there are two versions of bn_sqr_words(), which call the sqr or
sqr64 macro. Replace
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2023/02/09 01:00:31
Modified files:
sys/kern : kern_ktrace.c
Log message:
Delay setting the timestamp in the ktrace header until we've grabbed
the vnode, to eliminate misordering of ktrace reco
25 matches
Mail list logo