Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-25 | Kernel: Make syscalls that take a buffer size use ssize_t instead of size_t. | Andreas Kling | |
Dealing with the unsigned overflow propagation here just seems unreasonably error prone. Let's limit ourselves to 2GB buffer sizes instead. | |||
2019-01-16 | Catch anyone trying to use a DoubleBuffer with interrupts disabled. | Andreas Kling | |
2019-01-15 | Add internal locking to DoubleBuffer. | Andreas Kling | |
2019-01-12 | Paper over a race in DoubleBuffer. | Andreas Kling | |
I'm still somewhat okay throwing InterruptDisabler at races as they screw me. Eventually I'm gonna have to devise a different strategy though. | |||
2018-12-21 | Yet another pass of style fixes. | Andreas Kling | |
2018-12-03 | Move DoubleBuffer to its own files. | Andreas Kling | |