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)
Sat, Feb 8, 3:48 PM
Unknown Object (File)
Wed, Jan 29, 5:46 PM
Unknown Object (File)
Sun, Jan 19, 8:52 AM
Unknown Object (File)
Sun, Jan 19, 8:52 AM
Unknown Object (File)
Sun, Jan 19, 8:52 AM
Unknown Object (File)
Jan 19 2025, 5:13 AM
Unknown Object (File)
Jan 17 2025, 11:11 PM
Unknown Object (File)
Jan 8 2025, 2:42 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 Passed
Unit
No Test Coverage
Build Status
Buildable 47
Build 47: arc lint + arc unit

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.