created | 2018-11-29T15:08:38Z |
---|---|
begin | 2018-05-15T00:00:00Z |
end | 2018-05-16T00:00:00Z |
path | src/sys |
commits | 6 |
date | 2018-05-15T08:57:21Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/ppp_tty.c | log | diff | annotate |
message |
Grab the KERNEL_LOCK() in pppasyncstart/pppasyncrelinq/pppasyncctlp. The tty layer still relies on it to serialize access to its data. Fixes crashes reported & tested by form@ via mikeb@. ok mikeb@ |
date | 2018-05-15T09:21:52Z | |||
---|---|---|---|---|
author | mikeb | |||
files | src/sys/net/ppp_tty.c | log | diff | annotate |
message |
Take NET_LOCK for pppioctl when called via the tty ioctl handler ok mpi |
date | 2018-05-15T11:11:35Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm/armv7/Attic/armv7_a4x_io.S | log | diff | annotate |
src/sys/arch/arm/armv7/Attic/armv7_a4x_space.c | log | diff | annotate | |
src/sys/arch/arm/armv7/armv7var.h | log | diff | annotate | |
src/sys/arch/arm/conf/files.arm | log | diff | annotate | |
src/sys/arch/armv7/armv7/armv7_machdep.c | log | diff | annotate | |
message |
Remove a4x bus space hack. ok patrick@ |
date | 2018-05-15T11:12:35Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/arm64/arm64var.h | log | diff | annotate |
src/sys/arch/arm64/arm64/machdep.c | log | diff | annotate | |
src/sys/arch/arm64/dev/arm64_bus_space.c | log | diff | annotate | |
src/sys/arch/arm64/include/bus.h | log | diff | annotate | |
message |
Remove a4x bus space hack. ok patrick@ |
date | 2018-05-15T11:57:32Z | |||
---|---|---|---|---|
author | helg | |||
files | src/sys/miscfs/fuse/fuse_device.c | log | diff | annotate |
src/sys/miscfs/fuse/fuse_vfsops.c | log | diff | annotate | |
message |
Use memset(3) instead of bzero(3) for consistency and as per POSIX recommendation. |
date | 2018-05-15T19:48:23Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
message |
Implement Rx of multiple frames per interrupt in the iwm(4) driver. Based on my original diff committed in if_iwm.c r1.171, with bugs fixed. Fixes bogus "unhandled firmware response" errors on 8265 reported by mlarkin@ Tests by mlarkin@, benno@, matthieu@, anton@, kn@, Tracey Emery, Jesper Wallin on 7260, 7265, and 8265 chips. |