Page MenuHomeFreeBSD

Properly set the return value for casueword to 0 upon success.
ClosedPublic

Authored by ed on Oct 15 2015, 8:40 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 20 2025, 11:07 AM
Unknown Object (File)
Sep 14 2025, 12:10 PM
Unknown Object (File)
Sep 8 2025, 10:34 AM
Unknown Object (File)
Sep 3 2025, 9:47 AM
Unknown Object (File)
Jul 14 2025, 5:51 AM
Unknown Object (File)
Jul 6 2025, 1:11 AM
Unknown Object (File)
Jul 3 2025, 3:12 PM
Unknown Object (File)
Jul 1 2025, 1:36 PM
Subscribers

Details

Summary

While trying to get multithreading working for CloudABI on aarch64, I
noticed that compare-and-exchange operations in kernelspace would always
fail. It turns out that we don't properly set the return value to 0 when
the compare and exchange succeeds.

Test Plan

The unit tests for CloudABI's C library now pass.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ed retitled this revision from to Properly set the return value for casueword to 0 upon success..
ed updated this object.
ed edited the test plan for this revision. (Show Details)
ed added a reviewer: andrew.
andrew edited edge metadata.
This revision is now accepted and ready to land.Oct 15 2015, 5:26 PM
This revision was automatically updated to reflect the committed changes.