opnsense-src/tools/regression/lib/libc/gen
Jilles Tjoelker 364e9ccb9c 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
2009-10-23 14:50:11 +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
test-wordexp.c wordexp(3): fix some bugs with signals and long outputs 2009-10-23 14:50:11 +00:00