Date: Mon, 31 Jan 2005 14:41:24 -0500 From: John Baldwin <jhb@FreeBSD.org> To: Maxim Sobolev <sobomax@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/alpha/linux linux_sysvec.c src/sys/alpha/osf1 imgact_osf1.c osf1_sysvec.c src/sys/amd64/linux32 linux32_sysvec.c src/sys/compat/ia32 ia32_sysvec.c src/sys/compat/pecoff imgact_pecoff.c src/sys/compat/svr4 imgact_svr4.c svr4_sysvec.c ... Message-ID: <200501311441.24275.jhb@FreeBSD.org> In-Reply-To: <200501292312.j0TNC0VE052634@repoman.freebsd.org> References: <200501292312.j0TNC0VE052634@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 29 January 2005 06:12 pm, Maxim Sobolev wrote: > sobomax 2005-01-29 23:12:00 UTC > > FreeBSD src repository > > Modified files: > sys/alpha/linux linux_sysvec.c > sys/alpha/osf1 imgact_osf1.c osf1_sysvec.c > sys/amd64/linux32 linux32_sysvec.c > sys/compat/ia32 ia32_sysvec.c > sys/compat/pecoff imgact_pecoff.c > sys/compat/svr4 imgact_svr4.c svr4_sysvec.c > sys/i386/ibcs2 ibcs2_sysvec.c imgact_coff.c > sys/i386/linux imgact_linux.c linux_sysvec.c > linux_machdep.c > sys/kern imgact_aout.c imgact_elf.c imgact_gzip.c > imgact_shell.c kern_exec.c kern_kse.c > sys/modules Makefile > sys/sys imgact.h syscallsubr.h > Log: > o Split out kernel part of execve(2) syscall into two parts: one that > copies arguments into the kernel space and one that operates > completely in the kernel space; > > o use kernel-only version of execve(2) to kill another stackgap in > linuxlator/i386. > > Obtained from: DragonFlyBSD (partially) > MFC after: 2 weeks Cool, this had been on my anti-stackgap todo list as well. -- John Baldwin <jhb@FreeBSD.org> <>< http://www.FreeBSD.org/~jhb/ "Power Users Use the Power to Serve" = http://www.FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501311441.24275.jhb>