Page MenuHomeFreeBSD

libc: Add pdfork to the list of interposed system calls
ClosedPublic

Authored by markj on Dec 6 2021, 11:06 PM.
Tags
None
Referenced Files
F98949815: D33309.diff
Sat, Oct 5, 11:10 AM
Unknown Object (File)
Sun, Sep 22, 6:48 AM
Unknown Object (File)
Thu, Sep 5, 1:23 PM
Unknown Object (File)
Jul 25 2024, 10:27 PM
Unknown Object (File)
Jul 22 2024, 9:37 AM
Unknown Object (File)
Jul 22 2024, 7:39 AM
Unknown Object (File)
Jul 3 2024, 10:21 PM
Unknown Object (File)
Jun 29 2024, 12:31 PM
Subscribers

Details

Reviewers
kib
Summary

Commmit 21f749da82e7 ("libthr: wrap pdfork(2), same as fork(2).") did
the legwork to implement libthr interposition of pdfork(2), but it seems
that the libc build also needs to be updated to point to the C
implementation. Otherwise the asm stub is used and interposition does
not work.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 43201
Build 40089: arc lint + arc unit