Age | Commit message (Expand) | Author |
---|---|---|
2021-04-29 | Everywhere: Use "the SerenityOS developers." in copyright headers | Linus Groh |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-02-08 | Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...) | AnotherTest |
2021-02-08 | Everywhere: Fix obvious dbgln() bugs | AnotherTest |
2021-01-26 | Meta: Split debug defines into multiple headers. | asynts |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-23 | Everywhere: Deprecate dbg(). | asynts |
2021-01-22 | Everywhere: Fix typos | Linus Groh |
2021-01-17 | Kernel: Some futex improvements | Tom |