created | 2018-12-02T20:25:15Z |
---|---|
begin | 2018-10-27T00:00:00Z |
end | 2018-10-28T00:00:00Z |
path | src/sys |
commits | 7 |
date | 2018-10-27T01:01:34Z | |||
---|---|---|---|---|
author | miko | |||
files | src/sys/dev/pci/auich.c | log | diff | annotate |
message | size for free(); ok ratchov@ |
date | 2018-10-27T08:47:09Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/vfs_lockf.c | log | diff | annotate |
src/sys/sys/lockf.h | log | diff | annotate | |
message |
Rework previous lockf fix; bluhm@ noticed a regress failure during consecutive runs. This is a second attempt in which the lockf structure is turned into a doubly linked list which makes it easier to ensure correctness during list insertion and deletion. ok deraadt@ visa@ |
date | 2018-10-27T08:51:13Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/vfs_lockf.c | log | diff | annotate |
message |
Add assertions for lockf list manipulation, hidden behind LOCKF_DIAGNOSTIC. While here, improve existing lockf debug routines and sprinkle some more logging related to list manipulation. ok deraadt@ visa@ (as part of a larger diff) |
date | 2018-10-27T08:53:35Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/sys/lockf.h | log | diff | annotate |
message |
Temporarily enable LOCKF_DIAGNOSTIC in order to catch potential bugs. ok deraadt@ visa@ (as part of a larger diff) |
date | 2018-10-27T09:47:36Z | |||
---|---|---|---|---|
author | phessler | |||
files | src/sys/net80211/ieee80211_node.c | log | diff | annotate |
message |
don't join to a network where we expect cleartext, and the AP is using crypto OK stsp@ |
date | 2018-10-27T09:55:26Z | |||
---|---|---|---|---|
author | phessler | |||
files | src/sys/net80211/ieee80211_ioctl.c | log | diff | annotate |
src/sys/net80211/ieee80211_node.c | log | diff | annotate | |
message |
clean up accounting of the AUTO_JOIN flag by making sure it is set or cleared based on the state of the joinlist OK stsp@ |
date | 2018-10-27T10:02:47Z | |||
---|---|---|---|---|
author | phessler | |||
files | src/sys/net80211/ieee80211_node.c | log | diff | annotate |
src/sys/net80211/ieee80211_var.h | log | diff | annotate | |
message |
pass around the ess and ni structures we plan to use directly, instead of rediscovering them (possibly badly). OK stsp@ |