Age | Commit message (Expand) | Author |
---|---|---|
2019-03-12 | Kernel: Cache MAC<->IP mappings (from ARP responses) seen on the wire. | Andreas Kling |
2019-02-25 | More moving towards using signed types. | Andreas Kling |
2019-02-25 | Convert more RetainPtr use to Retained. | Andreas Kling |
2019-02-06 | Bootloader: Locate the kernel's data segment and clear it. | Andreas Kling |
2018-12-28 | Plug leaks in SynthFS::remove_file(). | Andreas Kling |
2018-12-21 | Yet another pass of style fixes. | Andreas Kling |
2018-11-09 | Make kernel build with clang. | Andreas Kling |
2018-11-07 | Add a Chomp feature to String construction that removes a trailing newline. | Andreas Kling |
2018-10-22 | Oops, StringImpl's "the empty string" global was not always initialized. | Andreas Kling |
2018-10-16 | Reduce dependence on STL. | Andreas Kling |
2018-10-10 | Import all this stuff into a single repo called Serenity. | Andreas Kling |