Date: Mon, 23 Jun 2008 03:38:01 +0400 From: Ruslan Ermilov <ru@freebsd.org> To: David Xu <davidxu@freebsd.org> Cc: cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org Subject: Re: cvs commit: src/include Makefile spawn.h unistd.h src/lib/libc/gen Makefile.inc Symbol.map exec.3 exec.c posix_spawn.c Message-ID: <20080622233801.GA43637@team.vega.ru> In-Reply-To: <200806170633.m5H6XMJH084600@repoman.freebsd.org> References: <200806170633.m5H6XMJH084600@repoman.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jun 17, 2008 at 06:26:29AM +0000, David Xu wrote: > davidxu 2008-06-17 06:26:29 UTC > > FreeBSD src repository > > Modified files: > include Makefile unistd.h > lib/libc/gen Makefile.inc Symbol.map exec.3 exec.c > Added files: > include spawn.h > lib/libc/gen posix_spawn.c > Log: > SVN rev 179838 on 2008-06-17 06:26:29Z by davidxu > > Add POSIX routines called posix_spawn() and posix_spawnp(), which > can be used as replacements for exec/fork in a lot of cases. This > change also added execvpe() which allows environment variable > PATH to be used for searching executable file, it is used for > implementing posix_spawnp(). > > PR: standards/122051 > As you should already know, adding execvpe() broke many ports. Amongst them is jdk-1.6. Please fix. Cheers, -- Ruslan Ermilov ru@FreeBSD.org FreeBSD committer
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080622233801.GA43637>