created | 2020-12-02T15:21:07Z |
---|---|
begin | 2020-11-27T00:00:00Z |
end | 2020-11-28T00:00:00Z |
path | src/sys |
commits | 4 |
date | 2020-11-27T00:13:15Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/pci/if_myx.c | log | diff | annotate |
message |
Add initialization of sc_sff_lock rwlock. ok semarie@ |
date | 2020-11-27T12:45:00Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/uvm/uvm_page.c | log | diff | annotate |
message |
Set the correct IPL for `pageqlock' now that it is grabbed from interrupt. Reported by AIsha Tammy. ok kettenis@ |
date | 2020-11-27T14:45:03Z | |||
---|---|---|---|---|
author | krw | |||
files | src/sys/dev/usb/if_run.c | log | diff | annotate |
src/sys/dev/usb/if_runvar.h | log | diff | annotate | |
message |
As in urtwn(4), don't bring link up (getting dhclient(8) excited) until all the keys are negotiated and installed. ok stsp@ |
date | 2020-11-27T20:41:21Z | |||
---|---|---|---|---|
author | mglocker | |||
files | src/sys/dev/usb/ehci.c | log | diff | annotate |
message |
Unleash curlen check from DIAGNOSTIC block, and change the related printf's to DPRINTF's. From Mikolaj Kucharski <mikolaj AT kucharski DOT name> |