Source-Changes archive

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

CVS commit: src/sys/arch



Module Name:    src
Committed By:   rmind
Date:           Thu Apr 16 15:34:23 UTC 2009

Modified Files:
        src/sys/arch/amd64/conf: files.amd64
        src/sys/arch/i386/conf: files.i386
        src/sys/arch/x86/conf: files.x86
        src/sys/arch/x86/include: cpu.h
Added Files:
        src/sys/arch/x86/x86: syscall.c
Removed Files:
        src/sys/arch/amd64/amd64: syscall.c
        src/sys/arch/i386/i386: syscall.c

Log Message:
- Add macros to handle (some) trapframe registers for common x86 code.
- Merge i386 and amd64 syscall.c into x86.  No functional changes intended.

Proposed on (port-i386 & port-amd64).  Unfortunately, I cannot merge these
lists into the single port-x86. :(


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r0 src/sys/arch/amd64/amd64/syscall.c
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/amd64/conf/files.amd64
cvs rdiff -u -r1.347 -r1.348 src/sys/arch/i386/conf/files.i386
cvs rdiff -u -r1.59 -r0 src/sys/arch/i386/i386/syscall.c
cvs rdiff -u -r1.49 -r1.50 src/sys/arch/x86/conf/files.x86
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/include/cpu.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/x86/x86/syscall.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