Date: Tue, 17 Jun 2008 08:10:06 GMT From: dfilter@FreeBSD.org (dfilter service) To: freebsd-standards@FreeBSD.org Subject: Re: standards/122051: commit references a PR Message-ID: <200806170810.m5H8A6ET081298@freefall.freebsd.org>
index | next in thread | raw e-mail
The following reply was made to PR standards/122051; it has been noted by GNATS.
From: dfilter@FreeBSD.org (dfilter service)
To: bug-followup@FreeBSD.org
Cc:
Subject: Re: standards/122051: commit references a PR
Date: Tue, 17 Jun 2008 06:33:27 +0000 (UTC)
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
Revision Changes Path
1.280 +1 -1 src/include/Makefile
1.1 +115 -0 src/include/spawn.h (new)
1.88 +1 -0 src/include/unistd.h
1.136 +2 -2 src/lib/libc/gen/Makefile.inc
1.11 +22 -0 src/lib/libc/gen/Symbol.map
1.27 +14 -3 src/lib/libc/gen/exec.3
1.24 +22 -9 src/lib/libc/gen/exec.c
1.1 +472 -0 src/lib/libc/gen/posix_spawn.c (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806170810.m5H8A6ET081298>
