Age | Commit message (Expand) | Author |
---|---|---|
2018-11-05 | Replace zones with individually tracked physical pages. | Andreas Kling |
2018-11-03 | Fix dumb-but-hard-to-find bug in paging. | Andreas Kling |
2018-11-01 | Preallocate the maximum number of FileHandle pointers (fds) in every process. | Andreas Kling |
2018-10-31 | Add a kmalloc_eternal() for things that will never be destroyed. | Andreas Kling |
2018-10-28 | Add /proc/mm and a /bin/mm utility that just dumps it. | Andreas Kling |
2018-10-27 | Implement 'H' and 'J' escape sequences. | Andreas Kling |
2018-10-26 | Implement /proc/PID/vm. | Andreas Kling |
2018-10-17 | Integrate ext2 from VFS into Kernel. | Andreas Kling |
2018-10-16 | Start fixing up AK to work inside the kernel. | Andreas Kling |
2018-10-16 | Reduce dependence on STL. | Andreas Kling |
2018-10-13 | Add Vector::remove(). | Andreas Kling |
2018-10-10 | Run without SimpleMalloc locally for now. | Andreas Kling |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling |