Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src



Module Name:    src
Committed By:   maxv
Date:           Sat Jun  1 12:42:28 UTC 2019

Modified Files:
        src/common/lib/libc/arch/riscv/atomic: Makefile.inc
        src/sys/arch/riscv/conf: GENERIC Makefile.riscv files.riscv
        src/sys/arch/riscv/include: cpu.h elf_machdep.h mutex.h param.h pmap.h
            pte.h vmparam.h
        src/sys/arch/riscv/riscv: core_machdep.c genassym.cf locore.S
            pmap_machdep.c
        src/sys/uvm/pmap: pmap.h
Added Files:
        src/sys/arch/riscv/compile: Makefile

Log Message:
Misc changes in RISC-V. Start changing the memory layout, too.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/common/lib/libc/arch/riscv/atomic/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/sys/arch/riscv/compile/Makefile
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/riscv/conf/GENERIC
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/conf/Makefile.riscv
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/conf/files.riscv
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/riscv/include/cpu.h \
    src/sys/arch/riscv/include/vmparam.h
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/riscv/include/elf_machdep.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/include/mutex.h \
    src/sys/arch/riscv/include/pmap.h src/sys/arch/riscv/include/pte.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/include/param.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/riscv/riscv/core_machdep.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/riscv/riscv/genassym.cf
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/riscv/riscv/locore.S
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/riscv/riscv/pmap_machdep.c
cvs rdiff -u -r1.11 -r1.12 src/sys/uvm/pmap/pmap.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index