Source-Changes archive

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

CVS commit: src/sys/arch/mips



Module Name:    src
Committed By:   thorpej
Date:           Fri Jan 17 23:36:21 UTC 2003

Modified Files:
        src/sys/arch/mips/include: Makefile cpu.h ecoff_machdep.h proc.h
            signal.h userret.h
        src/sys/arch/mips/mips: bus_dma.c compat_13_machdep.c cpu_exec.c
            db_interface.c db_trace.c fp.S genassym.cf kgdb_machdep.c
            linux_trap.c locore.S locore_mips1.S locore_mips3.S mipsX_subr.S
            mips_emul.c mips_machdep.c pmap.c process_machdep.c
            procfs_machdep.c sig_machdep.c svr4_machdep.c sys_machdep.c
            syscall.c trap.c vm_machdep.c
Added Files:
        src/sys/arch/mips/include: frame.h mcontext.h

Log Message:
Merge the nathanw_sa branch.


To generate a diff of this commit:
cvs rdiff -r1.23 -r1.24 src/sys/arch/mips/include/Makefile
cvs rdiff -r1.69 -r1.70 src/sys/arch/mips/include/cpu.h
cvs rdiff -r1.18 -r1.19 src/sys/arch/mips/include/ecoff_machdep.h
cvs rdiff -r0 -r1.2 src/sys/arch/mips/include/frame.h \
    src/sys/arch/mips/include/mcontext.h
cvs rdiff -r1.15 -r1.16 src/sys/arch/mips/include/proc.h \
    src/sys/arch/mips/include/signal.h
cvs rdiff -r1.5 -r1.6 src/sys/arch/mips/include/userret.h
cvs rdiff -r1.2 -r1.3 src/sys/arch/mips/mips/bus_dma.c \
    src/sys/arch/mips/mips/mips_emul.c
cvs rdiff -r1.9 -r1.10 src/sys/arch/mips/mips/compat_13_machdep.c
cvs rdiff -r1.34 -r1.35 src/sys/arch/mips/mips/cpu_exec.c
cvs rdiff -r1.45 -r1.46 src/sys/arch/mips/mips/db_interface.c
cvs rdiff -r1.22 -r1.23 src/sys/arch/mips/mips/db_trace.c \
    src/sys/arch/mips/mips/sys_machdep.c
cvs rdiff -r1.23 -r1.24 src/sys/arch/mips/mips/fp.S
cvs rdiff -r1.32 -r1.33 src/sys/arch/mips/mips/genassym.cf
cvs rdiff -r1.4 -r1.5 src/sys/arch/mips/mips/kgdb_machdep.c
cvs rdiff -r1.1 -r1.2 src/sys/arch/mips/mips/linux_trap.c \
    src/sys/arch/mips/mips/procfs_machdep.c
cvs rdiff -r1.148 -r1.149 src/sys/arch/mips/mips/locore.S
cvs rdiff -r1.55 -r1.56 src/sys/arch/mips/mips/locore_mips1.S
cvs rdiff -r1.84 -r1.85 src/sys/arch/mips/mips/locore_mips3.S
cvs rdiff -r1.10 -r1.11 src/sys/arch/mips/mips/mipsX_subr.S
cvs rdiff -r1.156 -r1.157 src/sys/arch/mips/mips/mips_machdep.c
cvs rdiff -r1.145 -r1.146 src/sys/arch/mips/mips/pmap.c
cvs rdiff -r1.20 -r1.21 src/sys/arch/mips/mips/process_machdep.c
cvs rdiff -r1.3 -r1.4 src/sys/arch/mips/mips/sig_machdep.c \
    src/sys/arch/mips/mips/svr4_machdep.c
cvs rdiff -r1.14 -r1.15 src/sys/arch/mips/mips/syscall.c
cvs rdiff -r1.175 -r1.176 src/sys/arch/mips/mips/trap.c
cvs rdiff -r1.92 -r1.93 src/sys/arch/mips/mips/vm_machdep.c

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