summaryrefslogtreecommitdiff
path: root/AK/Function.h
AgeCommit message (Collapse)Author
2019-05-28Add clang-format fileRobin 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-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-12-04Import a simple text editor I started working on.Andreas Kling
2018-11-08Add a VMO pointer to VNode.Andreas Kling
This way, if anyone tries to map an already mapped file, we share the VMO.
2018-11-07Fix whiny build.Andreas Kling
2018-10-23Start adding a basic /proc filesystem and a "ps" utility.Andreas Kling
2018-10-22Launching 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-17Integrate ext2 from VFS into Kernel.Andreas Kling