Page MenuHomeFreeBSD

libsys/arm: make vfork less of an outlier
ClosedPublic

Authored by brooks on Mar 12 2024, 9:25 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Oct 14, 7:03 PM
Unknown Object (File)
Tue, Oct 14, 7:03 PM
Unknown Object (File)
Tue, Oct 14, 7:03 PM
Unknown Object (File)
Tue, Oct 14, 9:08 AM
Unknown Object (File)
Tue, Oct 14, 7:57 AM
Unknown Object (File)
Sun, Oct 5, 2:40 AM
Unknown Object (File)
Tue, Sep 16, 7:53 AM
Unknown Object (File)
Sep 12 2025, 7:05 AM
Subscribers

Details

Summary

Following the pattern of other architectures, make __sys_vfork the main
symbol and _vfork and vfork weak aliases. This avoids the need to
special case vfork in the generated list of symbols.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

I can verify that this results in the right change to the symbol list, but I'm not in a position to test it easily.

This revision was not accepted when it landed; it landed in state Needs Review.Apr 22 2024, 8:30 PM
This revision was automatically updated to reflect the committed changes.