Date: Tue, 27 Nov 2001 12:51:26 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/i386 SYS.h src/lib/libc/i386/gen rfork_thread.S src/lib/libc/i386/sys Ovfork.S brk.S exect.S ptrace.S sbrk.S Message-ID: <200111272051.fARKpQD98956@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/11/27 12:51:26 PST Modified files: lib/libc/i386 SYS.h lib/libc/i386/gen rfork_thread.S lib/libc/i386/sys Ovfork.S brk.S exect.S ptrace.S sbrk.S Log: Use 'mov' instead of 'lea' for setting the syscall number in %eax as that is clearer about what we are actually doing. Requested by: bde Revision Changes Path 1.22 +2 -2 src/lib/libc/i386/SYS.h 1.3 +4 -4 src/lib/libc/i386/gen/rfork_thread.S 1.18 +1 -1 src/lib/libc/i386/sys/Ovfork.S 1.9 +3 -3 src/lib/libc/i386/sys/brk.S 1.8 +2 -2 src/lib/libc/i386/sys/exect.S 1.8 +2 -2 src/lib/libc/i386/sys/ptrace.S 1.9 +3 -3 src/lib/libc/i386/sys/sbrk.S To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111272051.fARKpQD98956>