Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-25 | More moving towards using signed types. | Andreas Kling | |
I'm still feeling this out, but I am starting to like the general idea. | |||
2019-01-31 | Big, possibly complete sweep of naming changes. | Andreas Kling | |
2018-12-04 | Import a simple text editor I started working on. | Andreas Kling | |
2018-11-05 | Implement COW pages! :^) | Andreas Kling | |
sys$fork() now clones all writable regions with per-page COW bits. The pages are then mapped read-only and we handle a PF by COWing the pages. This is quite delightful. Obviously there's lots of work to do still, and it needs better data structures, but the general concept works. | |||
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling | |