CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/02/12 21:26:32
Modified files:
regress/lib/libcrypto/bn: bn_to_string.c
Log message:
Revise for negative zero changes.
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/02/12 21:25:37
Modified files:
lib/libcrypto/bn: bn_add.c bn_div.c bn_mont.c bn_mpi.c bn_mul.c
bn_print.c bn_recp.c bn_shift.c bn_sqr.c
bn_word.c
Lo
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/02/12 21:03:38
Modified files:
lib/libcrypto/bn: bn_lib.c
Log message:
Simplify BN_set_negative().
ok tb@
CVSROOT:/cvs
Module name:src
Changes by: js...@cvs.openbsd.org 2023/02/12 21:00:39
Modified files:
regress/lib/libcrypto/bn: bn_shift.c
Log message:
Add currently failing negative zero check to BN_rshift() regress.
CVSROOT:/cvs
Module name:src
Changes by: dera...@cvs.openbsd.org 2023/02/12 10:42:41
Modified files:
distrib/sets/lists/base: mi
Log message:
sync
CVSROOT:/cvs
Module name:src
Changes by: t...@cvs.openbsd.org2023/02/12 10:41:46
Modified files:
lib/librthread : shlib_version
Log message:
bump major after syscall removal
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2023/02/12 03:41:00
Modified files:
sys/kern : sys_pipe.c
Log message:
Rename pipeselwakeup() to pipe_wakeup(). It doesn't call selwakeup()
anymore, so do it to be consistent with similar *wakeup() fun
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2023/02/12 03:40:06
Modified files:
sys/dev/pci: pcidevs.h pcidevs_data.h
Log message:
regen
CVSROOT:/cvs
Module name:src
Changes by: m...@cvs.openbsd.org2023/02/12 03:39:16
Modified files:
sys/dev/pci: pcidevs
Log message:
Add "Micron Technology" vendor and MTFDKBA512QFM NVMe storage
ok deraadt@