OpenBSD cvs log

created 2022-07-09T10:58:30Z
begin 2022-07-02T00:00:00Z
end 2022-07-03T00:00:00Z
path src/sys
commits 5

date 2022-07-02T08:50:41Z
author visa
files src/sys/arch/macppc/dev/adb.c log diff annotate
src/sys/arch/macppc/dev/akbd_machdep.c log diff annotate
src/sys/arch/sh/dev/scif.c log diff annotate
src/sys/arch/sparc64/dev/vldcp.c log diff annotate
src/sys/dev/audio.c log diff annotate
src/sys/dev/cons.c log diff annotate
src/sys/dev/cons.h log diff annotate
src/sys/dev/hotplug.c log diff annotate
src/sys/dev/midi.c log diff annotate
src/sys/dev/video.c log diff annotate
src/sys/dev/vscsi.c log diff annotate
message Remove unused device poll functions.

Also remove unneeded includes of <sys/poll.h> and <sys/select.h>.

Some addenda from jsg@.

OK miod@ mpi@

date 2022-07-02T08:50:42Z
author visa
files src/sys/dev/fdt/exuart.c log diff annotate
src/sys/dev/fdt/imxuart.c log diff annotate
src/sys/dev/gpio/gpiodcf.c log diff annotate
src/sys/dev/ic/pluart.c log diff annotate
src/sys/dev/pci/bktr/bktr_os.c log diff annotate
src/sys/dev/pci/drm/drm_drv.c log diff annotate
src/sys/dev/sbus/magma.c log diff annotate
src/sys/dev/sbus/spif.c log diff annotate
src/sys/dev/usb/fido.c log diff annotate
src/sys/dev/usb/ubsa.c log diff annotate
src/sys/dev/usb/ucom.c log diff annotate
src/sys/dev/usb/udcf.c log diff annotate
src/sys/dev/usb/ugen.c log diff annotate
src/sys/dev/usb/uhid.c log diff annotate
src/sys/dev/usb/ujoy.c log diff annotate
src/sys/dev/usb/umbg.c log diff annotate
src/sys/dev/usb/umct.c log diff annotate
src/sys/dev/usb/umidi.c log diff annotate
src/sys/dev/usb/umidi_quirks.c log diff annotate
src/sys/dev/usb/umodem.c log diff annotate
src/sys/dev/usb/uplcom.c log diff annotate
src/sys/dev/usb/usb.c log diff annotate
src/sys/dev/usb/uvideo.c log diff annotate
src/sys/dev/usb/uvscom.c log diff annotate
src/sys/dev/usb/dwc2/dwc2.c log diff annotate
src/sys/dev/wscons/wsdisplay.c log diff annotate
src/sys/dev/wscons/wsevent.c log diff annotate
src/sys/dev/wscons/wseventvar.h log diff annotate
src/sys/dev/wscons/wskbd.c log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
src/sys/dev/wscons/wsmux.c log diff annotate
src/sys/kern/subr_log.c log diff annotate
src/sys/kern/tty.c log diff annotate
src/sys/kern/tty_pty.c log diff annotate
src/sys/kern/tty_tty.c log diff annotate
src/sys/miscfs/fuse/fuse_device.c log diff annotate
src/sys/net/bpf.c log diff annotate
src/sys/net/if_pppx.c log diff annotate
src/sys/net/if_tun.c log diff annotate
src/sys/net/pipex.c log diff annotate
src/sys/scsi/mpath.c log diff annotate
src/sys/scsi/mpath_emc.c log diff annotate
src/sys/scsi/mpath_hds.c log diff annotate
src/sys/scsi/mpath_rdac.c log diff annotate
src/sys/scsi/mpath_sym.c log diff annotate
src/sys/sys/tty.h log diff annotate
message Remove unused device poll functions.

Also remove unneeded includes of <sys/poll.h> and <sys/select.h>.

Some addenda from jsg@.

OK miod@ mpi@

date 2022-07-02T11:49:23Z
author mvs
files src/sys/kern/uipc_usrreq.c log diff annotate
message Unlock peer in the SOCK_STREAM and SOCK_SEQPACKET error path.

Reported-by: [email protected]

by anton@

date 2022-07-02T14:08:52Z
author jsg
files src/sys/arch/alpha/include/Attic/lock.h log diff annotate
src/sys/arch/amd64/include/Attic/lock.h log diff annotate
src/sys/arch/arm/include/Attic/lock.h log diff annotate
src/sys/arch/arm64/include/Attic/lock.h log diff annotate
src/sys/arch/armv7/include/Attic/lock.h log diff annotate
src/sys/arch/hppa/include/Attic/lock.h log diff annotate
src/sys/arch/i386/include/Attic/lock.h log diff annotate
src/sys/arch/landisk/include/Attic/lock.h log diff annotate
src/sys/arch/loongson/include/Attic/lock.h log diff annotate
src/sys/arch/macppc/include/Attic/lock.h log diff annotate
message remove machine/lock.h where unused

Previously for __cpu_simple_lock parts. Now only hppa and m88k use
__cpu_simple_lock (and hppa uses atomic.h for it).

ok miod@ visa@

date 2022-07-02T14:08:53Z
author jsg
files src/sys/arch/mips64/include/Attic/lock.h log diff annotate
src/sys/arch/octeon/include/Attic/lock.h log diff annotate
src/sys/arch/powerpc/include/Attic/lock.h log diff annotate
src/sys/arch/sh/include/Attic/lock.h log diff annotate
src/sys/arch/sparc64/include/Attic/lock.h log diff annotate
message remove machine/lock.h where unused

Previously for __cpu_simple_lock parts. Now only hppa and m88k use
__cpu_simple_lock (and hppa uses atomic.h for it).

ok miod@ visa@