index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
/
Types.h
Age
Commit message (
Expand
)
Author
2019-09-07
AK: Add a useful align_up_to(value, power_of_two) function
Andreas Kling
2019-08-15
AK: Add a simple TriState type
Andreas Kling
2019-07-24
AK: Move clang-specific consumable annotation helpers to Platform.h
Andreas Kling
2019-07-03
AK: Rename the common integer typedefs to make it obvious what they are.
Andreas Kling
2019-07-01
AK: Add u8/u16/u32/u64 and i8/i16/i32/i64 typedefs.
Andreas Kling
2019-06-29
Kernel: Change the format of /proc/all to JSON.
Andreas Kling
2019-06-19
Kernel+LibC: Make page fault crashes a bit more readable.
Andreas Kling
2019-06-07
Meta: Tweak .clang-format to not wrap braces after enums.
Andreas Kling
2019-06-07
AK: Run clang-format on everything.
Andreas Kling
2019-05-28
Add clang-format file
Robin Burchell
2019-04-20
Get rid of SERENITY macro since the compiler already defines __serenity__
Andreas Kling
2019-03-19
WindowServer: Add special treatment for modal windows.
Andreas Kling
2019-02-22
Move over to building all of userspace with i686-pc-serenity-g++.
Andreas Kling
2018-12-03
Implement basic support for times().
Andreas Kling
2018-12-02
Use decltype(sizeof(void*)) as a facsimile for std::size_t.
Andreas Kling
2018-12-02
Make it possible to build the Kernel on a macOS host.
Andreas Kling
2018-11-08
Start working on memory-mapped files.
Andreas Kling
2018-10-22
Import very modest Userland.
Andreas Kling
2018-10-22
Add getgid() and getpid() syscalls. Prep for LibC.
Andreas Kling
2018-10-18
Build ELFLoader into Kernel.
Andreas Kling
2018-10-17
Add size_t and ssize_t to kernel builds.
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-10
Import all this stuff into a single repo called Serenity.
Andreas Kling