Thread with 4 posts

jump to expanded post
R , @r@glauca.space
(open profile)

@hikari these permissions are supposed to be a property of the entire process, but linux implements them as a property of each thread. the C runtime library thus needs to wrap them in such a way that all threads appear to atomically change permissions. for extra spicy fun, this needs to remain async-signal-safe

Open remote post (opens in a new window)