created | 2018-11-30T04:33:28Z |
---|---|
begin | 2018-09-16T00:00:00Z |
end | 2018-09-17T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2018-09-16T11:41:44Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/vfs_init.c | log | diff | annotate |
src/sys/kern/vfs_subr.c | log | diff | annotate | |
src/sys/kern/vfs_syscalls.c | log | diff | annotate | |
src/sys/sys/mount.h | log | diff | annotate | |
message |
Move vfsconf lookup code into dedicated functions. OK bluhm@ |
date | 2018-09-16T19:41:45Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
Fix length checks in the receive path of iwm(4). Prompted by a panic reported by Xavier Guerin on bugs@ ok tb@ |