Page MenuHomeFreeBSD

patch(1): use posix_spawn
ClosedPublic

Authored by delphij on Aug 10 2015, 5:43 PM.
Tags
None
Referenced Files
F167147638: D3353.id7827.diff
Wed, Aug 19, 12:01 PM
F167147604: D3353.diff
Wed, Aug 19, 12:01 PM
F167147581: D3353.id7818.diff
Wed, Aug 19, 12:01 PM
Unknown Object (File)
Sun, Aug 9, 1:33 AM
Unknown Object (File)
Sat, Jul 25, 1:58 PM
Unknown Object (File)
Jun 29 2026, 9:27 PM
Unknown Object (File)
Apr 19 2026, 5:45 PM
Unknown Object (File)
Apr 19 2026, 5:44 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.