Date: Wed, 17 Nov 2010 21:45:11 +0000 (UTC) From: Jilles Tjoelker <jilles@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/lib/libc/gen wordexp.c src/tools/regression/lib/libc/gen test-wordexp.c Message-ID: <201011172145.oAHLjrcF007864@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jilles 2010-11-17 21:45:11 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) lib/libc/gen wordexp.c tools/regression/lib/libc/gen test-wordexp.c Log: SVN rev 215442 on 2010-11-17 21:45:11Z by jilles MFC r198406: wordexp(3): fix some bugs with signals and long outputs * retry various system calls on EINTR * retry the rest after a short read (common if there is more than about 1K of output) * block SIGCHLD like system(3) does (note that this does not and cannot work fully in threaded programs, they will need to be careful with wait functions) PR: 90580 Revision Changes Path 1.6.18.2 +57 -19 src/lib/libc/gen/wordexp.c 1.1.22.2 +42 -0 src/tools/regression/lib/libc/gen/test-wordexp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011172145.oAHLjrcF007864>