CVS: cvs.openbsd.org: src

2023-07-17 Thread ASOU Masato
CVSROOT:/cvs
Module name:src
Changes by: a...@cvs.openbsd.org2023/07/17 22:17:17

Modified files:
lib/libc/sys   : poll.2 

Log message:
Remove extra parentheses.

ok guenther@



CVS: cvs.openbsd.org: src

2023-07-17 Thread Mark Kettenis
CVSROOT:/cvs
Module name:src
Changes by: kette...@cvs.openbsd.org2023/07/17 11:50:22

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

Log message:
Put the USB Type-C power delivery controller into the "S5" state during
suspend.  This removes VBUS, avoiding USB devices that are plugged in
from consuming power during suspend.

ok mlarkin@, tobhe@, deraadt@



CVS: cvs.openbsd.org: src

2023-07-17 Thread Sebastien Marie
CVSROOT:/cvs
Module name:src
Changes by: sema...@cvs.openbsd.org 2023/07/17 03:41:21

Modified files:
sys/isofs/cd9660: cd9660_extern.h cd9660_vfsops.c 
sys/msdosfs: msdosfs_vfsops.c 

Log message:
vfs: drop several macros hidding eopnotsupp

make it obvious in the vfsops assignment that an op isnt supported.

from thib4711 at mailbox dot org
ok claudio@



CVS: cvs.openbsd.org: src

2023-07-17 Thread Damien Miller
CVSROOT:/cvs
Module name:src
Changes by: d...@cvs.openbsd.org2023/07/17 00:16:33

Modified files:
usr.bin/ssh: readconf.c 

Log message:
missing match localnetwork negation check