CVS: cvs.openbsd.org: src

2024-05-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/05/12 19:22:47

Modified files:
sys/dev/pci: igc_hw.h 

Log message:
remove unneeded extern and struct; ok patrick@



CVS: cvs.openbsd.org: src

2024-05-12 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2024/05/12 14:02:13

Modified files:
sys/dev/fdt: rkpmic.c 

Log message:
Add support for using the power button function of the RK809.
This initiates a graceful powerdown when the powerbutton is pressed
and makes it work as a wakeup from suspend.

ok patrick@



CVS: cvs.openbsd.org: src

2024-05-12 Thread Klemens Nanni
CVSROOT:/cvs
Module name:src
Changes by: k...@cvs.openbsd.org2024/05/12 13:47:14

Modified files:
distrib/arm64/ramdisk: install.md 
distrib/miniroot: install.sub 

Log message:
Rerun installboot(8) after fw_update(8) to pick up Apple boot firmware

Firmware is fetched after bootstraps are installed, i.e. on fresh installs
apple-boot is not there yet when installboot ought to place it onto the EFI
System Partition.

Rerun --only on Apple silicon-- to replace Asahi u-boot and boot straight
into ours, nicely visible my different logo.

Input sthen deraadt



CVS: cvs.openbsd.org: src

2024-05-12 Thread Sebastien Marie
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2024/05/12 10:54:56

Modified files:
sys/tmpfs  : tmpfs_fifoops.c 

Log message:
vfs: reorder tmpfs_fifovops: isolate fifo_vops block

separate the local part from the fifo_vops part, and add a comment to keep in
sync.

ok miod@



CVS: cvs.openbsd.org: src

2024-05-12 Thread Sebastien Marie
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2024/05/12 10:51:05

Modified files:
sys/isofs/udf  : udf_vnops.c 
sys/kern   : vfs_sync.c 
sys/ntfs   : ntfs_vnops.c 

Log message:
vfs: struct vops: show all members, even if NULL

In order to help code maintenance, explicitly add all `struct vops` members with
the current value (if not present, it is NULL), still using the C99 notation.

ok miod@



CVS: cvs.openbsd.org: src

2024-05-12 Thread Philip Guenther
CVSROOT:/cvs
Module name:src
Changes by: guent...@cvs.openbsd.org2024/05/12 10:49:38

Modified files:
sys/arch/amd64/amd64: locore0.S identcpu.c cpu.c 
sys/arch/amd64/include: cpu.h 

Log message:
Delete the cpu_perf_e[abd]x and cpu_apmi_edx globals and move the
cpuid uses into identifycpu(), as they aren't needed anywhere else.

ok kettenis@



CVS: cvs.openbsd.org: src

2024-05-12 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/05/12 09:26:46

Modified files:
lib/libcrypto/man: X509V3_EXT_get_nid.3 

Log message:
Tweak wording



CVS: cvs.openbsd.org: src

2024-05-12 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/05/12 09:24:21

Modified files:
lib/libcrypto/man: X509V3_EXT_get_nid.3 

Log message:
Remove a 'built-in' that was left in by accident



CVS: cvs.openbsd.org: src

2024-05-12 Thread Marcus Glocker
CVSROOT:/cvs
Module name:src
Changes by: mgloc...@cvs.openbsd.org2024/05/12 06:20:36

Modified files:
sys/dev/ic : ufshci.c 

Log message:
Introduce debugging levels, to make debugging a bit more useful.



CVS: cvs.openbsd.org: src

2024-05-12 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/05/12 05:52:04

Modified files:
distrib/sets/lists/comp: mi 

Log message:
sync



CVS: cvs.openbsd.org: src

2024-05-12 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/05/12 05:50:36

Modified files:
lib/libcrypto/man: Makefile 

Log message:
Install X509V3_EXT_get_nid.3



CVS: cvs.openbsd.org: src

2024-05-12 Thread Theo Buehler
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2024/05/12 05:49:47

Modified files:
lib/libcrypto/man: X509_EXTENSION_set_object.3 
Added files:
lib/libcrypto/man: X509V3_EXT_get_nid.3 

Log message:
Add minimal manpage documenting the misnamed X509V3_EXT_get_nid()

This avoids a dangling reference in i2s_ASN1_ENUMERATED_TABLE.
To complete this manual, someone will need to document X509V3_EXT_METHOD,
but that's for a much more rainy day than today.



CVS: cvs.openbsd.org: www

2024-05-12 Thread Brent Cook
CVSROOT:/cvs
Module name:www
Changes by: bc...@cvs.openbsd.org   2024/05/12 04:36:42

Modified files:
libressl   : index.html releases.html 

Log message:
LibreSSL 3.9.2



CVS: cvs.openbsd.org: src

2024-05-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/05/12 03:27:13

Modified files:
sys/uvm: uvm_swap_encrypt.h 

Log message:
remove uvm_swprekeyprint extern for var we never had



CVS: cvs.openbsd.org: src

2024-05-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/05/12 03:09:39

Modified files:
sys/nfs: nfs_vfsops.c 

Log message:
nfs_procids was removed in 1996



CVS: cvs.openbsd.org: src

2024-05-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/05/12 02:49:26

Modified files:
sys/dev/isa: i82365_isavar.h 

Log message:
pcic_isa_intr_list and npcic_isa_intr_list were removed in 1999



CVS: cvs.openbsd.org: src

2024-05-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/05/12 02:44:09

Modified files:
sys/dev/ic : rtwvar.h 

Log message:
rtw_host_rfio was removed in 2007



CVS: cvs.openbsd.org: src

2024-05-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/05/12 02:42:13

Modified files:
sys/dev/ic : comvar.h 

Log message:
comsiraddr was removed in 2016



CVS: cvs.openbsd.org: src

2024-05-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/05/12 02:21:56

Modified files:
sys/sys: tty.h 

Log message:
ttybuf[] was removed in 2001, ttydefaults in 1988



CVS: cvs.openbsd.org: src

2024-05-12 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2024/05/12 00:24:44

Modified files:
usr.bin/aucat  : aucat.1 

Log message:
defaul -> default; ok jmc@ ratchov@