Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
| lib/libc/gen/posix_spawnattr_getexecfd_np.3 | ||
|---|---|---|
| 14 | posix_spawn.3 should xref this page in the SEE ALSO section. | |
| 46 | ||
| 47 | ||
| 48 | What's wrong with having O_CLOEXEC set? Doesn't fexecve() work in this case? I didn't test it, but I see that do_execve() acquires a ref on the textvp before calling fdcloseexec(). Certainly O_CLOFORK must not be set. | |
| 52 | ||
| 85 | ||
| lib/libc/gen/posix_spawnattr_getexecfd_np.3 | ||
|---|---|---|
| 48 | Of course it is CLOFORK. My bad, I had some discussion about some patch with the CLOFORK author simultaneously and it obviously get mixed. | |