created | 2019-08-12T15:33:40Z |
---|---|
begin | 2019-08-08T00:00:00Z |
end | 2019-08-09T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-08-08T02:19:18Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/wscons/wsevent.c | log | diff | annotate |
src/sys/dev/wscons/wskbd.c | log | diff | annotate | |
src/sys/dev/wscons/wsmouse.c | log | diff | annotate | |
message | wskbd, wsmouse(4): tsleep(9) -> tsleep_nsec(9); ok mpi@ kn@ |
date | 2019-08-08T02:19:55Z | |||
---|---|---|---|---|
author | cheloha | |||
files | src/sys/dev/softraid.c | log | diff | annotate |
src/sys/dev/softraid_raid5.c | log | diff | annotate | |
message | softraid(4): tsleep(9) -> tsleep_nsec(9); ok kn@ |
date | 2019-08-08T13:56:56Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
src/sys/dev/pci/if_iwmreg.h | log | diff | annotate | |
message |
Support WPA2 CCMP encryption/decryption in hardware with iwm(4). We offload crypto operations for unicast data frames only. Based on an initial diff from procter@ Tested in snaps for almost a week. ok procter@ deraadt@ |