Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| lib/libsys/kqueue.2 | ||
|---|---|---|
| 597 ↗ | (On Diff #182106) | |
| 601 ↗ | (On Diff #182106) | |
| 602 ↗ | (On Diff #182106) | Also, if the process raises NOTE_EXIT, the last PID will be overwritten (but I think we will return NOTE_FORK | NOTE_EXIT). |
| 605 ↗ | (On Diff #182106) | Perhaps mention ptrace(2) explicitly? |
| sys/kern/sys_procdesc.c | ||
| 521 | Probably you want to kn->kn_flags &= ~NOTE_FORK here? | |
| sys/kern/sys_procdesc.c | ||
|---|---|---|
| 521 | Hm, no. I will explicitly mention that exit code is returned. | |
| sys/kern/sys_procdesc.c | ||
|---|---|---|
| 521 | (I meant kn->kn_fflags above of course.) | |
| sys/kern/sys_procdesc.c | ||
|---|---|---|
| 521 | I do want (need) to see NOTE_FORK in this situation. | |