Searched hist:198406 (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/tools/regression/lib/libc/gen/
H A Dtest-wordexp.cdiff 198406 Fri Oct 23 14:52:22 MDT 2009 jilles 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
MFC after: 1 month
/freebsd-10.2-release/lib/libc/gen/
H A Dwordexp.cdiff 198406 Fri Oct 23 14:52:22 MDT 2009 jilles 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
MFC after: 1 month

Completed in 46 milliseconds