aboutsummaryrefslogtreecommitdiff
path: root/tests/dangling_shmem
AgeCommit message (Collapse)Author
2024-11-02initial exec supportKimplul
2024-08-30improvements to shared memory handlingKimplul
+ Now each shared region is reference counter (technically each region is refernce counted, private regions just have a count of 1). Also, syscalls that touch the TLB get flushed, but should probably look into where else this flushing might be needed.