created | 2018-12-02T20:36:19Z |
---|---|
begin | 2018-11-02T00:00:00Z |
end | 2018-11-03T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2018-11-02T07:15:03Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/sys/lockf.h | log | diff | annotate |
message | disable LOCKF_DIAGNOSTIC |
date | 2018-11-02T07:17:34Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/vfs_lockf.c | log | diff | annotate |
message | make debug flags continuous |
date | 2018-11-02T09:59:36Z | |||
---|---|---|---|---|
author | fcambus | |||
files | src/sys/dev/ata/ata_wdc.c | log | diff | annotate |
message |
Remove unnecessary if/else block, both branches are identical. We can in fact use the ATA_DELAY macro directly. Coverity CID 1453008. OK sthen@, kn@ |
date | 2018-11-02T14:40:24Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/net80211/ieee80211_pae_input.c | log | diff | annotate |
message |
Remove 'reused group key update received' printfs. These have served no useful purpose in practice; all reported instances were legitimate group key retransmissions by the AP, e.g. after laptop suspend. We fixed KRACK long ago; re-used group key messages are nothing to worry about. |
date | 2018-11-02T21:32:30Z | |||
---|---|---|---|---|
author | jcs | |||
files | src/sys/dev/usb/if_ure.c | log | diff | annotate |
src/sys/dev/usb/if_urereg.h | log | diff | annotate | |
message |
Revert previous, it broke my Anker USB device ok patrick |