Age | Commit message (Expand) | Author |
---|---|---|
2019-07-03 | AK: Rename the common integer typedefs to make it obvious what they are. | Andreas Kling |
2019-05-02 | Kernel: Assign Lock names in class member initializers. | Andreas Kling |
2019-03-16 | Move Lock from AK to Kernel, since it only works inside the kernel. | Andreas Kling |
2019-02-25 | Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. | Andreas Kling |
2019-02-07 | Kernel: When a lock is busy, donate remaining process ticks to lock holder. | Andreas Kling |
2019-01-17 | Rename SpinLock to Lock. It hasn't been a SpinLock for some time. | Andreas Kling |
2019-01-15 | Add internal locking to DoubleBuffer. | Andreas Kling |
2019-01-15 | Allow character devices to block write attempts until there is more space. | Andreas Kling |
2018-12-21 | Yet another pass of style fixes. | Andreas Kling |
2018-12-03 | Move DoubleBuffer to its own files. | Andreas Kling |