Subject: CVS commit: basesrc/lib/libc/arch/x86_64
To: None <source-changes@netbsd.org>
From: Frank van der Linden <fvdl@netbsd.org>
List: source-changes
Date: 06/03/2002 21:30:34
Module Name:	basesrc
Committed By:	fvdl
Date:		Mon Jun  3 18:30:34 UTC 2002

Modified Files:
	basesrc/lib/libc/arch/x86_64: SYS.h
	basesrc/lib/libc/arch/x86_64/sys: Ovfork.S __vfork14.S brk.S cerror.S
	    syscall.S

Log Message:
Use the syscall insn for system calls. Fix up some assembly to
remove either previously made errors, or to account for the
fact that syscall clobbers %ecx.


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 basesrc/lib/libc/arch/x86_64/SYS.h
cvs rdiff -r1.1 -r1.2 basesrc/lib/libc/arch/x86_64/sys/Ovfork.S \
    basesrc/lib/libc/arch/x86_64/sys/__vfork14.S \
    basesrc/lib/libc/arch/x86_64/sys/brk.S \
    basesrc/lib/libc/arch/x86_64/sys/cerror.S \
    basesrc/lib/libc/arch/x86_64/sys/syscall.S

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