CVS: cvs.openbsd.org: src

2023-07-25 Thread Jason McIntyre
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2023/07/25 23:56:48

Modified files:
share/man/man4 : eoip.4 

Log message:
-.Cd "pseudo-device gre"
+.Cd "pseudo-device eoip"



CVS: cvs.openbsd.org: src

2023-07-25 Thread Anton Lindqvist
CVSROOT:/cvs
Module name:src
Changes by: an...@cvs.openbsd.org   2023/07/25 23:50:45

Modified files:
regress/usr.sbin/vmd/diskfmt: vioscribble.c 

Log message:
Print error messages to stderr as opposed of using syslog.



CVS: cvs.openbsd.org: src

2023-07-25 Thread ASOU Masato
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2023/07/25 14:19:14

Modified files:
share/mk   : bsd.README 

Log message:
Add CXXOPTS.

ok deraadt@



CVS: cvs.openbsd.org: www

2023-07-25 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:www
Changes by: bl...@cvs.openbsd.org   2023/07/25 09:03:22

Modified files:
.  : errata72.html errata73.html 

Log message:
Release hv amd cpu errata.



CVS: cvs.openbsd.org: src

2023-07-25 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2023/07/25 08:53:31

Modified files:
sys/arch/amd64/amd64: Tag: OPENBSD_7_2 cpu.c 
sys/arch/i386/i386: Tag: OPENBSD_7_2 machdep.c 

Log message:
Some hypervisors (such as Hertzner) allow msr read of DE_CFG (which does
not indicate bit 9 set, but they could have a firmware fix) but then block
a msr write to bit 9 (which disables enough AVX optimizations
to prevent the exfiltration of data), with a fault.  So let's also check
the HV bit before we decide to modify the bit.  hypervisors are expected
to set that bit. tested by lucas at sexy dot is.
from deraadt@; with jsg@; ok mlarkin@

this is errata/7.2/037_hvamdcpu.patch.sig



CVS: cvs.openbsd.org: src

2023-07-25 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2023/07/25 08:52:57

Modified files:
sys/arch/amd64/amd64: Tag: OPENBSD_7_3 cpu.c 
sys/arch/i386/i386: Tag: OPENBSD_7_3 machdep.c 

Log message:
Some hypervisors (such as Hertzner) allow msr read of DE_CFG (which does
not indicate bit 9 set, but they could have a firmware fix) but then block
a msr write to bit 9 (which disables enough AVX optimizations
to prevent the exfiltration of data), with a fault.  So let's also check
the HV bit before we decide to modify the bit.  hypervisors are expected
to set that bit. tested by lucas at sexy dot is.
from deraadt@; with jsg@; ok mlarkin@

this is errata/7.3/015_hvamdcpu.patch.sig



CVS: cvs.openbsd.org: src

2023-07-25 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2023/07/25 08:51:38

Modified files:
distrib/special: Makefile 
Removed files:
distrib/special/dhclient: Makefile 

Log message:
stop building unused dhclient

replaced by dhcpleased in 2021, no install media ships dhclient anymore.

OK florian



CVS: cvs.openbsd.org: www

2023-07-25 Thread Miod Vallat
CVSROOT:/cvs
Module name:www
Changes by: m...@cvs.openbsd.org2023/07/25 04:07:47

Modified files:
.  : sparc64.html 

Log message:
Move Ultrabook IIe to supported.



CVS: cvs.openbsd.org: src

2023-07-25 Thread Miod Vallat
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2023/07/25 04:00:45

Modified files:
sys/arch/hppa/gsc: gsckbc.c 
sys/arch/sparc64/dev: pckbc_ebus.c 
sys/dev/ic : pckbc.c pckbcvar.h 
sys/dev/pckbc  : pckbd.c 

Log message:
Extend the PCKBC_CANT_TRANSLATE feature, specific to Tadpole/RDI hardware,
to also support scan code set #3 in addition to the existing scan code set #2.

This makes the built-in keyboard on the Tadpole UltraBook IIe work.



CVS: cvs.openbsd.org: src

2023-07-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/25 04:00:04

Modified files:
lib/libcrypto/ec: ecp_smpl.c 

Log message:
Fix a few more 0/NULL misspellings



CVS: cvs.openbsd.org: src

2023-07-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/25 02:10:30

Modified files:
lib/libcrypto/ec: ecp_smpl.c 

Log message:
Use [a,b), not [a,b-1] in a comment



CVS: cvs.openbsd.org: src

2023-07-25 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/25 00:57:26

Modified files:
lib/libcrypto/ec: ec_lib.c 

Log message:
EC_POINT_is_on_curve() error is -1, not 0.

ok miod



CVS: cvs.openbsd.org: src

2023-07-25 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2023/07/25 00:48:37

Modified files:
sys/arch/amd64/include: cpu.h 
sys/arch/amd64/amd64: locore.S 

Log message:
cpu_idle_{enter,leave} are no-ops on amd64 now, so just #define
away the calls

ok deraadt@ mpi@ miod@