created | 2019-06-22T11:20:46Z |
---|---|
begin | 2019-06-17T00:00:00Z |
end | 2019-06-18T00:00:00Z |
path | src/sys |
commits | 9 |
date | 2019-06-17T00:21:28Z | |||
---|---|---|---|---|
author | guenther | |||
files | src/sys/kern/subr_log.c | log | diff | annotate |
message |
dosendsyslog() must only pass ktrgenio(9) userspace buffers that it can use copyin() on. While here: just put the struct iovec for ktrace on the stack instead of mallocing and freeing it. problem debugged by patrick@ ok deraadt@ mpi@ |
date | 2019-06-17T08:17:21Z | |||
---|---|---|---|---|
author | kevlo | |||
files | src/sys/dev/pci/if_alc.c | log | diff | annotate |
message |
When reloading station address via TWSI is timed out, try to reload station address from EEPROM. From Brad. |
date | 2019-06-17T11:04:06Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/dev/pci/pci_map.c | log | diff | annotate |
src/sys/dev/pci/pcivar.h | log | diff | annotate | |
message |
Split out the code that assigns addresses to BARs into its own function. ok patrick@ |
date | 2019-06-17T11:07:39Z | |||
---|---|---|---|---|
author | kettenis | |||
files | src/sys/arch/arm64/dev/pci_machdep.c | log | diff | annotate |
message |
Make pci_intr_map_msix(9) assign an address to the BAR used by the MSI-X tables if no address has been assigned yet to prevent a panic in pci_intr_establish(9) later. ok patrick@ |
date | 2019-06-17T12:25:49Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/arm64/arm64/copy.S | log | diff | annotate |
message |
The copyfault handler is supposed to store the old handler in the pcb. ok kettenis@ |
date | 2019-06-17T15:13:08Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/if_enc.c | log | diff | annotate |
message |
free(9) sizes. ok reyk@ |
date | 2019-06-17T18:28:17Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/amd64/conf/GENERIC | log | diff | annotate |
message |
Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo Lake SoC. From James Hastings ok kettenis@ |
date | 2019-06-17T18:28:18Z | |||
---|---|---|---|---|
author | patrick | |||
files | src/sys/arch/amd64/conf/RAMDISK_CD | log | diff | annotate |
src/sys/dev/acpi/aplgpio.c | log | diff | annotate | |
src/sys/dev/acpi/files.acpi | log | diff | annotate | |
message |
Add aplgpio(4) a driver for the gpio controllers found on Intel's Apollo Lake SoC. From James Hastings ok kettenis@ |
date | 2019-06-17T19:04:40Z | |||
---|---|---|---|---|
author | deraadt | |||
files | src/sys/arch/m88k/m88k/trap.c | log | diff | annotate |
message |
add code to check stack pointer is within MAP_STACK from miod |