OpenBSD cvs log

created 2018-11-29T14:44:08Z
begin 2018-05-05T00:00:00Z
end 2018-05-06T00:00:00Z
path src/sys
commits 3

date 2018-05-05T06:58:05Z
author stsp
files src/sys/net80211/ieee80211_input.c log diff annotate
message On 5GHz channels, keep the most recent RSSI measurement from a probe
response in case a lower RSSI is measured for a subsequent beacon.

I have run into a 5Ghz AP which sends beacons with very low Tx power for some
reason, while probe responses are transmitted with reasonable signal strength.
This change ensures such 5GHz APs will be considered as a reasonable choice
during access point selection.

Discussed with sthen@, Patrick Dohman, and others on tech@
ok phessler@ pirofti@

date 2018-05-05T11:54:11Z
author mpi
files src/sys/nfs/nfs_node.c log diff annotate
src/sys/nfs/nfs_vnops.c log diff annotate
src/sys/nfs/nfsnode.h log diff annotate
message Implement proper locking for NFS nodes.

Tested in bulks by many. ok visa@, beck@

date 2018-05-05T15:51:41Z
author visa
files src/sys/arch/octeon/conf/GENERIC log diff annotate
message Enable octcrypto(4).