Source-Changes archive

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

CVS commit: src/lib/libc/arch/x86_64



Module Name:    src
Committed By:   drochner
Date:           Tue Mar  9 20:21:22 UTC 2004

Modified Files:
        src/lib/libc/arch/x86_64: SYS.h
        src/lib/libc/arch/x86_64/sys: getcontext.S

Log Message:
Really, there is no need to use the old int0x80 syscall entry just for
getcontext(). There are some registers not properly saved with the
new syscall entry, but these are calee-saved, scratch or meaningless.
It's the setcontext() return path what matters.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/lib/libc/arch/x86_64/SYS.h
cvs rdiff -r1.2 -r1.3 src/lib/libc/arch/x86_64/sys/getcontext.S

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