Page MenuHomeFreeBSD

patch(1): use posix_spawn
ClosedPublic

Authored by delphij on Aug 10 2015, 5:43 PM.
Tags
None
Referenced Files
F132648546: D3353.id7818.diff
Sat, Oct 18, 6:05 PM
Unknown Object (File)
Fri, Oct 17, 11:56 PM
Unknown Object (File)
Fri, Oct 17, 1:06 AM
Unknown Object (File)
Sun, Sep 28, 3:42 PM
Unknown Object (File)
Sat, Sep 27, 5:55 PM
Unknown Object (File)
Sat, Sep 27, 5:00 PM
Unknown Object (File)
Sat, Sep 27, 4:39 PM
Unknown Object (File)
Sat, Sep 27, 3:54 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.