opnsense-src/tools/regression/lib/libc/gen
Jilles Tjoelker 2ffbb2cea1 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
2009-12-06 22:14:58 +00:00
..
Makefile Regression tests for fmtcheck(3). 2008-08-02 06:03:04 +00:00
test-fmtcheck.c Regression tests for fmtcheck(3). 2008-08-02 06:03:04 +00:00
test-fpclassify.c Write negative zero as '-0.0'. Otherwise, it is parsed as an integer 2003-03-27 05:32:28 +00:00
test-wordexp.c MFC r198406: wordexp(3): fix some bugs with signals and long outputs 2009-12-06 22:14:58 +00:00