| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-08-30 | improvements to shared memory handling | Kimplul | |
| + 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. | |||
| 2024-08-30 | specify mabi and march | Kimplul | |
| 2024-08-30 | speed up ipc_resp a bit | Kimplul | |
| + Skip unwinding stack and just jump directly to userspace | |||
| 2024-07-09 | start working on tests | Kimplul | |
| + Current setup will likely not last long, just a stopgap until I figure out how I want to build each testcase etc. Probably dir based, but I'll probably add some scripts that generate the build rules for each test case (or binary?). Also, should probably put ouput files in a build directory and keep the source clean, but again, good enough for now. Will have to start implementing more extensive tests, and probably come up with some way to compare textual output etc. | |||
