CVS: cvs.openbsd.org: src

2024-05-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/25 00:42:15 Modified files: regress/lib/libcrypto/asn1: asn1time.c Log message: asn1time: another use of gmtime was hiding here

CVS: cvs.openbsd.org: src

2024-05-24 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/24 14:34:06 Modified files: sys/dev/ic : ufshci.c ufshcireg.h Log message: Enable UFS "Auto-Hibernation". From the documentation: Auto-hibernate allows the host controller to put UniPro

CVS: cvs.openbsd.org: src

2024-05-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/24 13:16:53 Modified files: lib/libcrypto : Makefile lib/libcrypto/des: enc_read.c Removed files: lib/libcrypto/des: enc_writ.c Log message: Stub out DES_enc_{read,write}(3) The m

CVS: cvs.openbsd.org: src

2024-05-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/05/24 12:15:12 Modified files: distrib/sets/lists/comp: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-05-24 Thread Miod Vallat
CVSROOT:/cvs Module name:src Changes by: m...@cvs.openbsd.org2024/05/24 10:44:12 Modified files: gnu/usr.bin/gcc/gcc: Makefile.in Log message: Remove target getting in the way of config.status and causing compilation failure when using make -j; this used to be hidden

CVS: cvs.openbsd.org: src

2024-05-24 Thread Theo de Raadt
CVSROOT:/cvs Module name:src Changes by: dera...@cvs.openbsd.org 2024/05/24 10:35:12 Modified files: distrib/sets/lists/base: mi Log message: sync

CVS: cvs.openbsd.org: src

2024-05-24 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/24 09:21:35 Modified files: usr.bin/sndiod : dev.c opt.c Log message: sndiod: Set the display string of all server.device entries with help from edd@ and armani@

CVS: cvs.openbsd.org: src

2024-05-24 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/24 09:10:27 Modified files: include: sndio.h lib/libsndio : shlib_version sioctl_aucat.c sioctl_open.3 sioctl_sun.c usr.bin/sndioctl: sndioctl.c

CVS: cvs.openbsd.org: src

2024-05-24 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/24 09:03:12 Modified files: usr.bin/sndiod : sock.c sock.h Log message: sndiod: Use a 'unsigned char *' for the pointer to the temp sock buffer

CVS: cvs.openbsd.org: src

2024-05-24 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/24 09:01:53 Modified files: usr.bin/sndiod : dev.c Log message: sndiod: Hide "hardware" device's server.device control. If sndiod is using another sndiod instance instead of the bare hardware, then

CVS: cvs.openbsd.org: src

2024-05-24 Thread Alexandre Ratchov
CVSROOT:/cvs Module name:src Changes by: ratc...@cvs.openbsd.org 2024/05/24 09:00:15 Modified files: usr.bin/sndiod : dev_sioctl.c Log message: sndiod: Don't mark as dirty controls that have not been changed

CVS: cvs.openbsd.org: src

2024-05-24 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/24 07:32:03 Modified files: usr.bin/passwd : pwd_check.c Log message: typo: "pwdtries" -> "passwordtries"; ok millert@

CVS: cvs.openbsd.org: src

2024-05-24 Thread Theo Buehler
CVSROOT:/cvs Module name:src Changes by: t...@cvs.openbsd.org2024/05/24 06:57:20 Modified files: usr.sbin/rpki-client: cms.c mft.c roa.c rpki-client.8 Log message: Update references to new and not quite so new RFCs Four warnings now contain "RFC 9582" rather than "RF

CVS: cvs.openbsd.org: src

2024-05-24 Thread Nicholas Marriott
CVSROOT:/cvs Module name:src Changes by: n...@cvs.openbsd.org2024/05/24 06:41:24 Modified files: usr.bin/tmux : utf8.c Log message: Do not escape $ unless DQ is set, that is the only case where we need to escape it.

CVS: cvs.openbsd.org: src

2024-05-24 Thread Kenneth R Westerback
CVSROOT:/cvs Module name:src Changes by: k...@cvs.openbsd.org2024/05/24 06:04:07 Modified files: sys/dev/ic : nvme.c nvmereg.h Added files: sys/dev/ic : nvmeio.h Log message: Add support for NVMe passthrough commands IDENTIFY, GET_LOG_PG and SELFTEST.

CVS: cvs.openbsd.org: src

2024-05-24 Thread Omar Polo
CVSROOT:/cvs Module name:src Changes by: o...@cvs.openbsd.org2024/05/24 05:52:45 Modified files: share/man/man1 : check-lib-depends.1 Log message: capitalize the first word of the -S description

CVS: cvs.openbsd.org: src

2024-05-24 Thread Jonathan Gray
CVSROOT:/cvs Module name:src Changes by: j...@cvs.openbsd.org2024/05/24 04:05:55 Modified files: sys/dev/pv : hvs.c hyperv.c hypervic.c if_hvn.c if_vio.c if_xnf.c pvbus.c pvclock.c vioblk.c viocon.c viogpu.c viomb.

CVS: cvs.openbsd.org: src

2024-05-24 Thread Marcus Glocker
CVSROOT:/cvs Module name:src Changes by: mgloc...@cvs.openbsd.org2024/05/24 03:51:14 Modified files: sys/dev/pci: ufshci_pci.c sys/dev/ic : ufshci.c ufshcireg.h ufshcivar.h Log message: Add support for suspend/resume. ok dlg@