created | 2019-05-08T03:44:05Z |
---|---|
begin | 2017-12-07T00:00:00Z |
end | 2017-12-08T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2017-12-07T01:54:39Z | |||
---|---|---|---|---|
author | mlarkin | |||
files | src/sys/arch/amd64/amd64/vmm.c | log | diff | annotate |
message | reorder some port numbers, no functional change. |
date | 2017-12-07T14:12:39Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
Make iwm_newstate() recover from state transition errors. On error, we now schedule the init task which will whack the interface when it gets to run, which prevents the driver from stalling in such situations. ok phessler@ |
date | 2017-12-07T14:13:05Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
In iwm(4), keep scanning if net80211 asks for a SCAN->SCAN transition and the firmware is no longer busy scanning. Fixes 'ifconfig iwm0 scan' returning no results after resume far away from the currently configured AP. ok phessler@ |
date | 2017-12-07T16:52:21Z | |||
---|---|---|---|---|
author | mikeb | |||
files | src/sys/netinet/tcp_subr.c | log | diff | annotate |
message |
Initialize tcp_secret in tcp_init The initialization of a secret SHA256 context for generating TCP initial sequence numbers is moved out of tcp_set_iss_tsm used to set up ISN for new connections and into tcp_init, sparing the need for a global flag. OK deraadt, visa, mpi |
date | 2017-12-07T20:38:15Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/amd64/amd64/db_disasm.c | log | diff | annotate |
message | correct indentation |