OpenBSD cvs log

created 2018-12-03T16:20:36Z
begin 2018-11-10T00:00:00Z
end 2018-11-11T00:00:00Z
path src/sys
commits 7

date 2018-11-10T11:54:03Z
author anton
files src/sys/kern/vfs_lockf.c log diff annotate
message Conform to POSIX-2001 in which the behavior of passing a negative length using
posix file locks is defined. Also, detect overflows when dealing with positive
lengths.

ok millert@ visa@

date 2018-11-10T14:27:51Z
author bru
files src/sys/dev/wscons/wsconsio.h log diff annotate
src/sys/dev/wscons/wsmouse.c log diff annotate
src/sys/dev/wscons/wsmouseinput.h log diff annotate
src/sys/dev/wscons/wstpad.c log diff annotate
message Remove the strong hysteresis filter.

It seems that the filter is obsolete, the default method is sufficient.
Simplify and clean up some related code in wsmouse.

ok mpi@

date 2018-11-10T15:28:05Z
author mpi
files src/sys/dev/usb/if_wi_usb.c log diff annotate
message Pass free(9) sizes for the tx descriptors.

ok tedu@, visa@, stsp@

date 2018-11-10T15:29:22Z
author mpi
files src/sys/dev/usb/uhub.c log diff annotate
message Pass free(9) sizes for port arrays.

ok tedu@, visa@

date 2018-11-10T15:34:25Z
author mpi
files src/sys/dev/usb/usb_subr.c log diff annotate
src/sys/dev/usb/usbdi.c log diff annotate
src/sys/dev/usb/usbdivar.h log diff annotate
message free(9) sizes for endpoints array.

ok okan@, tedu@, visa@

date 2018-11-10T18:40:34Z
author bluhm
files src/sys/netinet/ip_divert.c log diff annotate
src/sys/netinet/raw_ip.c log diff annotate
src/sys/netinet/tcp_output.c log diff annotate
src/sys/netinet/udp_usrreq.c log diff annotate
message Do not translate the EACCES error from pf(4) to EHOSTUNREACH anymore.
It also translated a documented send(2) EACCES case erroneously.
This was too much magic and always prone to errors.
from Jan Klemkow; man page jmc@; OK claudio@

date 2018-11-10T21:21:15Z
author anton
files src/sys/kern/vfs_lockf.c log diff annotate
message use the LFPRINTF() debug macro consistently; ok mpi@