created | 2019-06-08T11:07:35Z |
---|---|
begin | 2019-06-02T00:00:00Z |
end | 2019-06-03T00:00:00Z |
path | src/sys |
commits | 3 |
date | 2019-06-02T03:58:28Z | |||
---|---|---|---|---|
author | visa | |||
files | src/sys/kern/init_main.c | log | diff | annotate |
src/sys/kern/kern_resource.c | log | diff | annotate | |
src/sys/sys/resourcevar.h | log | diff | annotate | |
message |
Move initialization of limit0 into a dedicated function. This new function is also a proper place for setting up the plimit pool. While here, raise the IPL of the plimit pool to IPL_MPFLOOR, needed in upcoming MP work. OK claudio@ |
date | 2019-06-02T13:22:36Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/net/bfd.c | log | diff | annotate |
message |
Repair state and flag bitmasks to match RFC, from Mitchell Krome ok claudio |
date | 2019-06-02T18:40:58Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/acpipci.c | log | diff | annotate |
src/sys/arch/arm64/dev/pci_machdep.c | log | diff | annotate | |
src/sys/arch/arm64/dev/pciecam.c | log | diff | annotate | |
src/sys/arch/arm64/include/pci_machdep.h | log | diff | annotate | |
message |
Change pci_intr_handle_t into a struct and replace duplicated code that implements mapping of MSI and MSI-X interrupts with new generic functions. Fixes a use-after-free in sone PCI device drivers that call pci_intr_string(9) after pci_intr_establish(9). ok deraadt@ |