Page MenuHomeFreeBSD

patch(1): use posix_spawn
ClosedPublic

Authored by delphij on Aug 10 2015, 5:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 19, 6:24 PM
Unknown Object (File)
Tue, Nov 5, 8:59 AM
Unknown Object (File)
Oct 26 2024, 6:07 AM
Unknown Object (File)
Oct 18 2024, 8:58 PM
Unknown Object (File)
Sep 30 2024, 10:17 PM
Unknown Object (File)
Sep 30 2024, 7:05 PM
Unknown Object (File)
Sep 18 2024, 6:26 PM
Unknown Object (File)
Sep 8 2024, 5:21 PM
Subscribers

Details

Summary

use posix_spawn(3) instead of fork() and exec() manually as suggested
by jmg@.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

delphij retitled this revision from to patch(1): use posix_spawn.
delphij updated this object.
delphij edited the test plan for this revision. (Show Details)
delphij added reviewers: jmg, pfg.
pfg edited edge metadata.

Works fine. It is likely to be faster too.
Thanks!

This revision is now accepted and ready to land.Aug 10 2015, 7:13 PM
This revision was automatically updated to reflect the committed changes.