Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework the handling of the children for the pthread_vfork_test. The | kib | 2013-01-30 | 1 | -7/+25 |
| | | | | | | | | | trivial handler for SIGCHLD is installed, and SIGCHLD is blocked, to not abandon our zombies to init(8). This way, the zombies are around slightly longer, allowing to actually exercise the logic for p_pwait use by the test. MFC after: 1 week | ||||
* | This is simple testing program for revision 185647. | ganbold | 2008-12-06 | 1 | -0/+81 |
It invokes multiple parallel threads and each thread calls vfork() system call. Approved by: kib |