OpenBSD cvs log

created 2023-07-23T19:38:59Z
begin 2023-07-17T00:00:00Z
end 2023-07-18T00:00:00Z
path src/sys
commits 2

date 2023-07-17T09:41:20Z
author semarie
files src/sys/isofs/cd9660/cd9660_extern.h log diff annotate
src/sys/isofs/cd9660/cd9660_vfsops.c log diff annotate
src/sys/msdosfs/msdosfs_vfsops.c log diff annotate
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@

date 2023-07-17T17:50:22Z
author kettenis
files src/sys/dev/fdt/tipd.c log diff annotate
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@