created | 2019-07-27T12:24:13Z |
---|---|
begin | 2019-07-21T00:00:00Z |
end | 2019-07-22T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-07-21T06:22:27Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/dev/pci/if_ixl.c | log | diff | annotate |
message | apply backpressure when ifiq says the stack is getting busy |
date | 2019-07-21T07:06:41Z | |||
---|---|---|---|---|
author | jsg | |||
files | src/sys/dev/pci/drm/drm_panel_orientation_quirks.c | log | diff | annotate |
message |
add a panel orientation quirk for Kogan Atlas 2-in-1 D300 reported and tested by Peter Kane |
date | 2019-07-21T08:30:34Z | |||
---|---|---|---|---|
author | anton | |||
files | src/sys/kern/vfs_vnops.c | log | diff | annotate |
message |
Grab the vnode lock in vn_seek(). Consensus has emerged around using the existing vnode lock to protect writes to the f_offset field of struct file. As opposed of introducing a new lock which turned out to be harder than anticipated. ok mpi@ visa@ |