Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-28 | Add clang-format file | Robin Burchell | |
Also run it across the whole tree to get everything using the One True Style. We don't yet run this in an automated fashion as it's a little slow, but there is a snippet to do so in makeall.sh. | |||
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-08 | Add a VMO pointer to VNode. | Andreas Kling | |
This way, if anyone tries to map an already mapped file, we share the VMO. | |||
2018-11-07 | Fix whiny build. | Andreas Kling | |
2018-10-23 | Start adding a basic /proc filesystem and a "ps" utility. | Andreas Kling | |
2018-10-22 | Launching an arbitrary ELF executable from disk works! :^) | Andreas Kling | |
This is so cool! It's a bit messy now with two Task constructors, but eventually they should fold into a single constructor somehow. | |||
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling | |