The CloudABI kernel still passes all of the cloudlibc unit tests.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
sys/compat/cloudabi/cloudabi_futex.c | ||
---|---|---|
219 ↗ | (On Diff #7621) | umtx_key_get always operates on curthread. Here, td seems to always be curthread, but I didn't trace every call path. If this is true, you might assert it, if that doesn't seem too silly. |
sys/compat/cloudabi/cloudabi_futex.c | ||
---|---|---|
219 ↗ | (On Diff #7621) | That's a good idea. Done! |