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)
Fri, Nov 14, 11:57 AM
Unknown Object (File)
Thu, Nov 13, 11:38 PM
Unknown Object (File)
Thu, Nov 13, 11:15 PM
Unknown Object (File)
Thu, Nov 13, 11:15 PM
Unknown Object (File)
Thu, Nov 13, 11:14 PM
Unknown Object (File)
Thu, Nov 13, 8:27 PM
Unknown Object (File)
Sun, Oct 26, 4:45 AM
Unknown Object (File)
Oct 18 2025, 6:05 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.