CVSROOT:/cvs
Module name:src
Changes by: b...@cvs.openbsd.org2023/07/02 00:37:27
Modified files:
lib/libtls : tls.c tls.h tls_config.c
lib/libtls/man : tls_config_set_protocols.3
regress/lib/libtls/config: configtest.c
regress/lib/libtls/g
CVSROOT:/cvs
Module name:www
Changes by: dera...@cvs.openbsd.org 2023/07/01 23:32:36
Modified files:
. : hackathons.html
Log message:
g2k23 begins in tallinn
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 22:17:00
Modified files:
lib/libcrypto/ecdsa: ecs_ossl.c
Log message:
ECDSA_size(): move order a few lines down
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 21:20:44
Modified files:
lib/libcrypto/ecdsa: ecs_ossl.c
Log message:
Invert method checks to avoid stupid line breaks
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 21:11:51
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Move the EC_POINT a bit down and a * to the right place
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 20:28:20
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
ech_key.c: Fix includes
We need stdint.h for uintptr_t, stdlib.h for malloc, ec.h for various
things, but there's no need for o
CVSROOT:/cvs
Module name:src
Changes by: chel...@cvs.openbsd.org 2023/07/01 18:55:18
Modified files:
sys/kern : kern_clockintr.c
Log message:
clockintr_cpu_init: stagger clock interrupts by MAXCPUS
During clockintr_cpu_init(), we can't stagger by ncpus because not
CVSROOT:/cvs
Module name:src
Changes by: dr...@cvs.openbsd.org 2023/07/01 12:59:11
Modified files:
sys/dev/fdt: qccpu.c
Log message:
Add sensor to qccpu to be able to show all cpu frequencies.
CVSROOT:/cvs
Module name:src
Changes by: o...@cvs.openbsd.org2023/07/01 12:35:14
Modified files:
lib/libc/stdlib: malloc.3
Log message:
Document that small allocations are initially junked with 0xdf now
CVSROOT:/cvs
Module name:src
Changes by: dr...@cvs.openbsd.org 2023/07/01 10:39:11
Modified files:
share/man/man4 : Makefile
Added files:
share/man/man4 : qccpu.4
Log message:
Manpage for qccpu.4
CVSROOT:/cvs
Module name:src
Changes by: dr...@cvs.openbsd.org 2023/07/01 10:34:30
Modified files:
sys/arch/arm64/conf: GENERIC
sys/dev/fdt: files.fdt
Added files:
sys/dev/fdt: qccpu.c
Log message:
Add driver for QC cpu Power States.
ok ketten
CVSROOT:/cvs
Module name:src
Changes by: dr...@cvs.openbsd.org 2023/07/01 09:50:18
Modified files:
sys/dev/fdt: qcpas.c
Log message:
Enable AC detection in qcpas driver.
Will enable apm -A once cpu P-state driver is added.
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 09:10:28
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Reverse polarity to avoid an overlong line
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 09:09:54
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Reword comment to fit on a single line
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 09:03:05
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
tmp is a silly name for a point on an elliptic curve
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 08:57:51
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Garbage collect the now unused len
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 08:56:12
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Test and assign for EC_KEY_get0_private_key()
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 08:53:48
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Add a missing NULL check for group
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 08:52:34
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Reference commit needed in the next major bump
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 08:50:39
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Simplify handling of ret
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 08:48:01
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Use BN_bn2binpad() instead of handrolling it
As ugly as the BN_bn2binpad() internals are, what it does is quite handy
with all
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 08:39:34
Modified files:
lib/libcrypto/ecdh: ech_key.c
Log message:
Remove unused y from ECDH key computation
ok jsing
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 03:04:19
Modified files:
lib/libcrypto : crypto.h
Log message:
crypto.h: move the error stuff to the end
The other public headers have function and reason codes at the end because
the error head
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/07/01 02:27:26
Modified files:
sys/dev/fdt: dwmmc.c
Log message:
Warn and fail to attach dwmmc(4) if no clock base is found.
This makes it easier to track down clock related issues.
ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/07/01 02:22:41
Modified files:
sys/dev/fdt: dwmmc.c
Log message:
Add support for JH7110 to dwmmc(4).
This makes the eMMC and microSD mostly work on the Starfive VisionFive 2.
ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/07/01 02:20:39
Modified files:
sys/arch/riscv64/dev: stftemp.c
Log message:
Add support for JH7110 to stftemp(4).
This adds temperature sensor support for the Starfive VisionFive 2.
ok kettenis@
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/07/01 02:15:31
Modified files:
lib/libcrypto/ec: ec_ameth.c eck_prn.c
Log message:
Simplify ASN1_bn_print() usage in ec/
ASN1_bn_print() doesn't print anything if the BIGNUM passed in is NULL.
Also sim
27 matches
Mail list logo