Date: Wed, 28 Aug 2002 23:17:48 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/alpha machdep.c src/sys/alpha/include reg.h src/sys/i386/i386 machdep.c src/sys/i386/include reg.h src/sys/ia64/ia64 machdep.c src/sys/ia64/include reg.h src/sys/kern kern_exec.c src/sys/pc98/i386 machdep.c ... Message-ID: <200208290617.g7T6HnMk091416@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jake 2002/08/28 23:17:48 PDT Modified files: sys/alpha/alpha machdep.c sys/alpha/include reg.h sys/i386/i386 machdep.c sys/i386/include reg.h sys/ia64/ia64 machdep.c sys/ia64/include reg.h sys/kern kern_exec.c sys/pc98/i386 machdep.c sys/powerpc/include reg.h sys/powerpc/powerpc machdep.c sys/sparc64/include reg.h sys/sparc64/sparc64 machdep.c sys/sys imgact.h Log: Renamed poorly named setregs to exec_setregs. Moved its prototype to imgact.h with the other exec support functions. Revision Changes Path 1.181 +2 -2 src/sys/alpha/alpha/machdep.c 1.12 +0 -1 src/sys/alpha/include/reg.h 1.526 +2 -1 src/sys/i386/i386/machdep.c 1.27 +0 -1 src/sys/i386/include/reg.h 1.107 +2 -1 src/sys/ia64/ia64/machdep.c 1.10 +0 -1 src/sys/ia64/include/reg.h 1.187 +2 -2 src/sys/kern/kern_exec.c 1.287 +2 -1 src/sys/pc98/i386/machdep.c 1.5 +0 -1 src/sys/powerpc/include/reg.h 1.35 +2 -1 src/sys/powerpc/powerpc/machdep.c 1.12 +0 -1 src/sys/sparc64/include/reg.h 1.59 +2 -1 src/sys/sparc64/sparc64/machdep.c 1.29 +2 -0 src/sys/sys/imgact.h 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?200208290617.g7T6HnMk091416>