opnsense-src/tools/regression/lib
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
..
libc MFC r198406: wordexp(3): fix some bugs with signals and long outputs 2009-12-06 22:14:58 +00:00
libmp Rename all symbols in libmp(3) to mp_*, just like Solaris. 2009-02-26 21:43:15 +00:00
libutil Check that flopen() can lock against self and that children inherit the lock. 2009-06-06 19:07:15 +00:00
msun Add tests for conj{,f,l}() that I wrote some time ago. These test the 2009-01-31 18:31:57 +00:00