created | 2019-12-31T06:00:42Z |
---|---|
begin | 2019-12-29T00:00:00Z |
end | 2019-12-30T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-12-29T07:14:06Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/kern_event.c | log | diff | annotate |
message |
Wake up knote waiters in knote_drop(). This lets the blocked knote_acquire() calls resume immediately instead of waiting for the timeout expiry. OK anton@, tedu@ |
date | 2019-12-29T09:34:43Z | |||
---|---|---|---|---|
author | jmatthew | |||
files | src/sys/dev/pci/mpiireg.h | log | diff | annotate |
message |
The name field of struct mpii_cfg_raid_vol_pg1 is 16 bytes, not 32. tested by and ok kn@ |
date | 2019-12-29T13:49:22Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/net80211/ieee80211_node.h | log | diff | annotate |
message |
increase net80211's node cache size; now we can see all APs at 36c3 ok phessler benno |
date | 2019-12-29T14:00:36Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/net80211/ieee80211_node.c | log | diff | annotate |
message |
If the new candidate AP found after a background scan has an RSSI level that will also trigger background scans, remain with the current AP. Avoids ping-pong in environments where APs are tuned for low transmit range, such as 36c3. ok phessler benno |
date | 2019-12-29T21:30:21Z | |||
---|---|---|---|---|
author | kn | |||
files | src/sys/dev/pci/mpii.c | log | diff | annotate |
message |
Populate logical disk port WWNs with their RAID volume's WWID On sparc64, booting root devices off hardware RAID volumes requires the port WWN to be set for autoconf(9) to match the disk against the bootpath and therefore identify it as root device. Pointed out by kettenis Input and OK jmatthew |