| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve synchronization between the parent and children. This fixes | 2018-08-03 | 1 | -27/+35 | |
| | | | | | | | | a spurious test failure spotted by anton@ and eliminates sleeping in the test. Feedback and OK anton@ | ||||
| * | To make debugging the kqueue test easier, always print the assertion | 2016-09-20 | 1 | -14/+10 | |
| | | | | | failure before returning. | ||||
| * | When passing the (1ULL << 32) to EV_SET, it gets casted to __uintptr_t. | 2016-09-04 | 1 | -2/+2 | |
| | | | | | | | On 32 bit architectues, the high bit is lost and the test fails. Create an invalid pid in the lower 32 bits. OK guenther@ | ||||
| * | Prevent silly states via knotes on pids > 2^32 and on nonexistent signals. | 2016-07-14 | 1 | -1/+10 | |
| | | | | | ok tedu@ | ||||
| * | Last parameter to execl[e]() functions *must* be cast to a pointer. | 2016-03-17 | 1 | -2/+2 | |
| | | | | | | | | | | | | | Just NULL is not good practise as NULL is theoretically allowed to be an integer rather than a pointer. Use (char *)NULL consistently instead of scattering a few (char *)0 and (void *)NULL into the mix. Prompted by and probably ok deraadt@ millert@ kettenis@ Definitely ok mestre@ ratchov@ | ||||
| * | NOTE_FORK|NOTE_TRACK knote can track grandchild processes. Wait for | 2015-08-13 | 1 | -4/+10 | |
| | | | | | both child/grandchild process events. | ||||
| * | Kill a useless assignment. | 2015-08-02 | 1 | -2/+1 | |
| | | |||||
| * | Refactor to prepare a future change; no functional changes. | 2015-08-02 | 1 | -14/+16 | |
| | | |||||
| * | Confirm that a NOTE_EXIT knote is delivered when the child exits | 2010-08-04 | 1 | -3/+19 | |
| | | | | | Fix a C thinko | ||||
| * | various cleanups; david says results are same | 2003-07-31 | 1 | -2/+4 | |
| | | |||||
| * | -Wall and calc fix in the random | 2003-06-12 | 1 | -2/+6 | |
| | | |||||
| * | kill err(3) newlines; ok miod@, deraadt@ | 2002-06-11 | 1 | -2/+2 | |
| | | |||||
| * | A start for testing EVFILT_PROC, not done yet, but this is a good check point. | 2002-03-02 | 1 | -0/+133 | |
