created | 2018-12-04T07:26:04Z |
---|---|
begin | 2018-11-27T00:00:00Z |
end | 2018-11-28T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2018-11-27T14:53:56Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/if_zyd.c | log | diff | annotate |
message |
Attach the driver only if the stack managed to set the configuration. Tested by stsp@ |
date | 2018-11-27T14:56:09Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/dev/usb/usb_subr.c | log | diff | annotate |
src/sys/dev/usb/usbdivar.h | log | diff | annotate | |
message |
Free sizes for the subdevs array. ok anton@, visa@ |
date | 2018-11-27T15:52:50Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/kern/kern_event.c | log | diff | annotate |
message |
EVFILT_TIMER: Remove extra tick from tvtohz(9) on timeout reload. tvtohz(9) adds an extra tick to account for the present tick, but this tick needs to be removed when the timeout is reloaded thereafter. We already do this for periodic setitimer(2) timeouts. Prompted by Paul Herman's writeup on clock aliasing for DragonflyBSD: https://frenchfries.net/paul/dfly/nanosleep.html Also fixed in FreeBSD r238424. Style tweaks from visa. ok visa@, guenther@ |