Age | Commit message (Expand) | Author |
---|---|---|
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-02 | Take StringView in more places | Robin Burchell |
2019-05-30 | Kernel: Add InodeFile, a File subclass for regular files. | Andreas Kling |
2019-03-19 | DNSLookupServer: Start working on a userspace DNS resolver. | Andreas Kling |
2019-02-25 | More moving towards using signed types. | Andreas Kling |
2019-02-02 | Support font files. | Andreas Kling |
2019-01-23 | Ext2FS: Factor out block list generation and writing into functions. | Andreas Kling |
2018-12-02 | Make it possible to build the Kernel on a macOS host. | Andreas Kling |
2018-11-13 | Reduce kmalloc() traffic in directory iteration. | Andreas Kling |
2018-10-24 | Lots of hacking to make a very simple "ls" utility. | Andreas Kling |