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 Passed - Unit
No Test Coverage
Event Timeline
sys/compat/cloudabi/cloudabi_futex.c | ||
---|---|---|
219 | 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 | That's a good idea. Done! |