Skip to content

Properly distinguish between processes and threads

Jacob Lorentzon requested to merge 4lDO2/kernel:pid into master

This is necessary for POSIX compatibility, and by extension, application compatibility. These changes fix all reported resource-cleanup-related issues for the COSMIC apps, AFAICT.

Merge request reports