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, Jun 30, 6:01 AM
Unknown Object (File)
Mon, Jun 29, 2:22 PM
Unknown Object (File)
Sun, Jun 28, 12:15 PM
Unknown Object (File)
Wed, Jun 24, 12:03 PM
Unknown Object (File)
Fri, Jun 19, 10:39 AM
Unknown Object (File)
Tue, Jun 16, 2:19 PM
Unknown Object (File)
May 17 2026, 8:46 AM
Unknown Object (File)
May 17 2026, 4:03 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.