created | 2019-02-09T16:04:36Z |
---|---|
begin | 2019-02-03T00:00:00Z |
end | 2019-02-04T00:00:00Z |
path | src/sys |
commits | 5 |
date | 2019-02-03T01:45:57Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/arch/amd64/amd64/trap.c | log | diff | annotate |
message |
Delete cases in kerntrap() that just jump to the default case ok mlarkin@ |
date | 2019-02-03T05:33:48Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/uvm/uvm_fault.c | log | diff | annotate |
message |
Always refault if relocking maps fails after IO. This fixes a regression introduced with __MAP_NOFAULT. The regression let uvm_fault() run without proper locking and rechecking of state after map version change if page zero-fill was chosen. OK kettenis@ deraadt@ Reported-by: [email protected] |
date | 2019-02-03T10:58:51Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/arch/amd64/conf/Makefile.amd64 | log | diff | annotate |
message |
enable -msave-args when building with clang. this allows us to provide actual arguments in functions in ddb traces. deraadt@ helped me figure out that a new clang has been in snaps for days now, so it's easy for people to get a new compiler if they're building current. |
date | 2019-02-03T14:03:36Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/conf/GENERIC | log | diff | annotate |
src/sys/arch/arm64/conf/RAMDISK | log | diff | annotate | |
src/sys/dev/fdt/files.fdt | log | diff | annotate | |
src/sys/dev/fdt/mvgicp.c | log | diff | annotate | |
src/sys/dev/fdt/mvicu.c | log | diff | annotate | |
message |
Add mvgicp(4), a driver for the Marvell extension to the GIC that allows triggering SPI interrupts by doing memory transactions. This was already partially implemented in mvicu(4) and is now outsourced into its own driver since we need better initialization when booting using u-boot. Also implement new and legacy bindings in mvicu(4), relying on the new mvgicp(4) driver. ok kettenis@ |
date | 2019-02-03T23:04:49Z | |||
---|---|---|---|---|
author | dlg | |||
files | src/sys/net/if_tun.c | log | diff | annotate |
message | let tun read AF_MPLS packets from userland. |