Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
Rework the handling of the children for the pthread_vfork_test. Thetrivial handler for SIGCHLD is installed, and SIGCHLD is blocked, tonot abandon our zombies to init(8). This way, the zombies are
Rework the handling of the children for the pthread_vfork_test. Thetrivial handler for SIGCHLD is installed, and SIGCHLD is blocked, tonot abandon our zombies to init(8). This way, the zombies are aroundslightly longer, allowing to actually exercise the logic for p_pwaituse by the test.MFC after: 1 week
show more ...
This is simple testing program for revision 185647.It invokes multiple parallel threads and each thread calls vfork()system call.Approved by: kib