Age | Commit message (Expand) | Author |
---|---|---|
2019-08-11 | FileDescription: Disallow construction with a null File | Andreas Kling |
2019-08-05 | Kernel: Use KBuffers for ProcFS and SynthFS | Andreas Kling |
2019-07-19 | Kernel: Some small refinements to the thread blockers. | Andreas Kling |
2019-07-11 | Kernel: Remove use of copy_ref() in favor of regular RefPtr copies. | Andreas Kling |
2019-07-09 | Kernel: Move VirtualAddress.h into VM/ | Andreas Kling |
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-06-21 | AK: Rename Retainable.h => RefCounted.h. | Andreas Kling |
2019-06-21 | AK: Rename RetainPtr => RefPtr and Retained => NonnullRefPtr. | Andreas Kling |
2019-06-21 | AK: Rename Retainable => RefCounted. | Andreas Kling |
2019-06-07 | Meta: Tweak .clang-format to not wrap braces after enums. | Andreas Kling |
2019-06-07 | Kernel: Rename LinearAddress => VirtualAddress. | Andreas Kling |
2019-06-07 | Kernel: Rename FileDescriptor to FileDescription. | Andreas Kling |