Module Name:src
Committed By: martin
Date: Mon Dec 30 09:43:59 UTC 2019
Modified Files:
src/external/mpl/bind/dist/lib/isc/unix [netbsd-9]: app.c
Log Message:
Pull up following revision(s) (requested by maya in ticket #591):
external/mpl/bind/dist/lib/isc/unix/app
Module Name:src
Committed By: martin
Date: Mon Dec 30 09:44:46 UTC 2019
Modified Files:
src/doc [netbsd-9]: CHANGES-9.0
Log Message:
Ticket #591
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.150 -r1.1.2.151 src/doc/CHANGES-9.0
Please note that diffs are not pu
Module Name:src
Committed By: skrll
Date: Mon Dec 30 15:31:15 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_emmc.c
Log Message:
Match brcm,bcm2711-emmc2
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/broadcom/bcm2835_emmc.c
Module Name:src
Committed By: skrll
Date: Mon Dec 30 15:36:37 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_cprman.c bcm2835var.h
bcm283x_platform.c
Log Message:
Add emmc2 clock goop from mlelstv@
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: skrll
Date: Mon Dec 30 15:42:40 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
Remove unnecessary brackets and unwrap a conditional. Same code before
and after.
To generate a diff of this commit:
cvs rdiff -u -r1
Module Name:src
Committed By: skrll
Date: Mon Dec 30 15:54:55 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: aarch64_machdep.c
Log Message:
Flush the cache and disable TTBR0 translations once we're done with
them in cpu_kernel_vm_init
The Cortex A72s in RPI4 need
Module Name:src
Committed By: skrll
Date: Mon Dec 30 15:58:12 UTC 2019
Modified Files:
src/sys/arch/evbarm/rpi: vcprop.h
Log Message:
Add emmc2 clock goop from mlelstv@
(missing commit)
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/evbarm/rp
Module Name:src
Committed By: skrll
Date: Mon Dec 30 16:03:48 UTC 2019
Modified Files:
src/sys/arch/aarch64/aarch64: pmap.c
Log Message:
Update pmap_map_chunk to allow L[12] block mappings and L3 page mappings
To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60
Module Name:src
Committed By: skrll
Date: Mon Dec 30 16:05:16 UTC 2019
Modified Files:
src/sys/arch/aarch64/include: pmap.h
Log Message:
Drop DEVMAP_{TRUNK_ADDR,ROUND_SIZE} to 4KB pages now that pmap_map_chunk
allows this.
To generate a diff of this commit:
cvs rdiff -u
Module Name:src
Committed By: skrll
Date: Mon Dec 30 16:06:29 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: bcm283x_platform.c
Log Message:
Invalidate the cache just before trying to read the results from the
firmware as RPI4 A72s can fill the cache with speculation
Module Name:src
Committed By: skrll
Date: Mon Dec 30 16:19:27 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: bcm2835reg.h bcm283x_platform.c
bcm283x_platform.h
Log Message:
Fix up ARM_LOCAL for 2711 so that it works now.
To generate a diff of this commit
Module Name:src
Committed By: mlelstv
Date: Mon Dec 30 16:28:15 UTC 2019
Modified Files:
src/sys/dev/sdmmc: if_bwfm_sdio.c
Log Message:
Follow the Linux driver an use the FDT "compatible" property to build a
filename for the nvram config file, fall back to the standard fil
Module Name:src
Committed By: skrll
Date: Mon Dec 30 16:41:38 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_emmc.c
Log Message:
Oops, don't match brcm,bcm2711-emmc2 here.
Thanks to jmcneill for pointing out my mistake
To generate a diff of this commit:
cvs
Module Name:src
Committed By: ad
Date: Mon Dec 30 17:45:53 UTC 2019
Modified Files:
src/sys/uvm: uvm_page.c
Log Message:
uvm_pagealloc_pgb(): don't fill cache if we're into the reserves.
uvm_pagereplace(): use radix_tree_replace_node() to avoid alloc/free.
To generate a
Module Name:src
Committed By: ad
Date: Mon Dec 30 17:47:06 UTC 2019
Modified Files:
src/sys/uvm: uvm_pgflcache.c
Log Message:
Freelist cache: drain using a high-priority xcall and re-enable now that
the pagedaemon starvation problem should be fixed.
To generate a diff of
Module Name:src
Committed By: ad
Date: Mon Dec 30 18:08:38 UTC 2019
Modified Files:
src/sys/uvm: uvm_pdaemon.c uvm_pdaemon.h uvm_pdpolicy.h
uvm_pdpolicy_clock.c uvm_pdpolicy_clockpro.c
Log Message:
pagedaemon:
- Use marker pages to keep place in the queue when
Module Name:src
Committed By: ad
Date: Mon Dec 30 18:18:03 UTC 2019
Modified Files:
src/sys/uvm: uvm_pdpolicy_clock.c
Log Message:
Whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/uvm/uvm_pdpolicy_clock.c
Please note that diffs are not p
Module Name:src
Committed By: ad
Date: Mon Dec 30 18:28:06 UTC 2019
Modified Files:
src/sys/uvm/pmap: vmpagemd.h
Log Message:
pg->phys_addr -> VM_PAGE_TO_PHYS().
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/uvm/pmap/vmpagemd.h
Please note that d
Module Name:xsrc
Committed By: tsutsui
Date: Mon Dec 30 18:27:50 UTC 2019
Modified Files:
xsrc/external/mit/xf86-video-wsfb/dist/src: wsfb_driver.c
Log Message:
Add missing newlines in log messages.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 \
xsrc
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 18:43:38 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: bcm2835_mbox.c bcm2835_mbox.h files.bcm2835
Added Files:
src/sys/arch/arm/broadcom: bcm2835_mbox_acpi.c bcm2835_mbox_fdt.c
Log Message:
Split bcm283
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 18:53:34 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: files.bcm2835
Added Files:
src/sys/arch/arm/broadcom: bcm2835_emmc_acpi.c
Log Message:
Add BCM2835 EMMC acpi glue
To generate a diff of this commi
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 18:53:54 UTC 2019
Modified Files:
src/sys/arch/evbarm/conf: GENERIC64
Log Message:
Add bcmmbox at acpi
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 src/sys/arch/evbarm/conf/GENERIC64
Please note
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:49:38 UTC 2019
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
MD code may allocate a new dma tag for attach args, so destroy it if the device
node is not claimed
To generate a diff of this commit:
cvs rdi
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:50:29 UTC 2019
Modified Files:
src/sys/arch/arm/acpi: acpi_machdep.c
Log Message:
If a device node is a child of a module device, and the module device declares
DMA range restrictions, use them.
To generate a di
Module Name:src
Committed By: jmcneill
Date: Mon Dec 30 19:52:11 UTC 2019
Modified Files:
src/sys/dev/acpi: acpi.c
Log Message:
Hide ACPI0004 devices on aarch64
To generate a diff of this commit:
cvs rdiff -u -r1.280 -r1.281 src/sys/dev/acpi/acpi.c
Please note that diff
Module Name:src
Committed By: ad
Date: Mon Dec 30 22:13:47 UTC 2019
Modified Files:
src/sys/arch/sparc/dev: apc.c
src/sys/arch/sparc/include: cpu.h
src/sys/arch/sparc/sparc: clkctrl.c lock_stubs.s locore.s msiiep.c
Log Message:
PR port-sparc/54789: Sparc bo
Module Name:src
Committed By: thorpej
Date: Mon Dec 30 23:32:30 UTC 2019
Modified Files:
src/sys/arch/amd64/amd64: genassym.cf vector.S
src/sys/arch/i386/i386: genassym.cf vector.S
src/sys/arch/x86/include: cpu.h
src/sys/arch/x86/x86: intr.c
Log Mes
Module Name:src
Committed By: jmcneill
Date: Tue Dec 31 00:59:27 UTC 2019
Modified Files:
src/sys/arch/arm/broadcom: files.bcm2835
Log Message:
acpi glue is conditional on acpinodebus
To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/broadcom
Module Name:src
Committed By: jmcneill
Date: Tue Dec 31 01:00:23 UTC 2019
Modified Files:
src/sys/external/bsd/vchiq/conf: files.vchiq
src/sys/external/bsd/vchiq/dist/interface/vchiq_arm:
vchiq_kmod_netbsd.c vchiq_netbsd.h
Added Files:
src/sys/ex
Module Name:src
Committed By: uki
Date: Tue Dec 31 01:20:06 UTC 2019
Modified Files:
src/distrib/sets/lists/xdebug: md.x68k
src/distrib/sets/lists/xserver: md.x68k
Log Message:
Give syspkg name to x68k machine dependency files
To generate a diff of this commit:
c
Module Name:src
Committed By: uki
Date: Tue Dec 31 01:54:19 UTC 2019
Modified Files:
src/distrib/sets/lists/xserver: md.macppc
Log Message:
Give syspkg name to macppc machine dependency files
To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/distrib/sets/
Module Name:src
Committed By: uki
Date: Tue Dec 31 05:01:49 UTC 2019
Modified Files:
src/distrib/sets/lists/xdebug: md.shark shl.mi
src/distrib/sets/lists/xserver: md.dreamcast md.evbmips md.hpcarm
md.hpcmips md.hpcsh md.ibmnws md.shark md.zaurus
Log Me
32 matches
Mail list logo