From owner-cvs-all Tue Nov 27 12:51:33 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E05EB37B417; Tue, 27 Nov 2001 12:51:26 -0800 (PST) Received: (from jhb@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fARKpQD98956; Tue, 27 Nov 2001 12:51:26 -0800 (PST) (envelope-from jhb) Message-Id: <200111272051.fARKpQD98956@freefall.freebsd.org> From: John Baldwin Date: Tue, 27 Nov 2001 12:51:26 -0800 (PST) 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 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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