CVS: cvs.openbsd.org: src

2022-03-06 Thread Brent Cook
CVSROOT:/cvs
Module name:src
Changes by: bc...@cvs.openbsd.org   2022/03/06 21:11:24

Modified files:
lib/libcrypto  : opensslv.h 

Log message:
bump for LibreSSL 3.5.1



CVS: cvs.openbsd.org: src

2022-03-06 Thread Christopher Zimmermann
CVSROOT:/cvs
Module name:src
Changes by: chr...@cvs.openbsd.org  2022/03/06 15:08:52

Modified files:
sys/dev/pci: pcidevs pcidevs.h pcidevs_data.h 

Log message:
Add JMICRON JMB58x ahci

ok dlg@



CVS: cvs.openbsd.org: www

2022-03-06 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:www
Changes by: na...@cvs.openbsd.org   2022/03/06 13:10:42

Modified files:
faq/ports  : specialtopics.html 

Log message:
drop $OpenBSD$ keyword from example



CVS: cvs.openbsd.org: src

2022-03-06 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/03/06 12:35:23

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

Log message:
Simple move firmware subdirectory in place as suggested by deraadt@
Improved chicken scratches from tb@



CVS: cvs.openbsd.org: src

2022-03-06 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/03/06 12:09:29

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

Log message:
Fetch bwfm(4) firmware from the EFI System Partition on Apple Silicon
devices and copy it into the right directory on the ramdisk such that it
can be used in the installer.  And copy it in place at the end of the
install procedure such that it is available for use in the newly installed
system.

ok deraadt@



CVS: cvs.openbsd.org: src

2022-03-06 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/03/06 11:52:47

Modified files:
sys/dev/ic : bwfm.c bwfmvar.h 
sys/dev/pci: if_bwfm_pci.c 

Log message:
Look for firmware for Apple Silicon devices in /etc/firmware/apple-bwfm.

ok deraadt@



CVS: cvs.openbsd.org: src

2022-03-06 Thread Alexander Bluhm
CVSROOT:/cvs
Module name:src
Changes by: bl...@cvs.openbsd.org   2022/03/06 08:24:50

Modified files:
sys/netinet: ip_spd.c 

Log message:
Usually we check ipsec_in_use as shortcut to avoid IPsec lookups,
but that does not work when coming from tcp_output() as inp != NULL.
This seems to be done to block packets from sockets with options
in inp_seclevel.  But instead of doing the route lookup, go directly
to ipsp_spd_inp() where the socket policy checks are done.  Calling
rtable_l2() before the shortcut also costs a bit, do it when needed.
OK tobhe@



CVS: cvs.openbsd.org: src

2022-03-06 Thread Theo de Raadt
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2022/03/06 08:12:00

Modified files:
sys/dev/acpi   : acpi_x86.c 

Log message:
oops, typo, spotted by Mikhail



CVS: cvs.openbsd.org: src

2022-03-06 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2022/03/06 05:16:28

Modified files:
sys/arch/arm/armv7: armv7_space.c 

Log message:
Convert KVA allocation to km_alloc(9).

ok mpi@



CVS: cvs.openbsd.org: src

2022-03-06 Thread Jonathan Gray
CVSROOT:/cvs
Module name:src
Changes by: j...@cvs.openbsd.org2022/03/06 01:40:34

Modified files:
sys/conf   : files 

Log message:
remove unused usbdev and btbus attributes