Date: Fri, 21 Mar 2003 11:49:34 -0800 (PST) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/linux linux_sysvec.c src/sys/compat/svr4 svr4_sysvec.c src/sys/i386/linux linux_sysvec.c Message-ID: <200303211949.h2LJnYJL097439@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/03/21 11:49:34 PST FreeBSD src repository Modified files: sys/alpha/linux linux_sysvec.c sys/compat/svr4 svr4_sysvec.c sys/i386/linux linux_sysvec.c Log: Sync up linux and svr compat elf fixup functions for exec(). These functions are now all basically identical except that alpha linux uses Elf64 arguments and svr4 and i386 linux use Elf32. The fixups include changing the first argument to be a register_t ** to match the prototype for fixup functions, asserting that the process in the image_params struct is always curproc and removing unnecessary locking to read credentials as a result, and a few style fixes. Revision Changes Path 1.85 +9 -10 src/sys/alpha/linux/linux_sysvec.c 1.30 +8 -8 src/sys/compat/svr4/svr4_sysvec.c 1.116 +6 -4 src/sys/i386/linux/linux_sysvec.c 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?200303211949.h2LJnYJL097439>