Andreas Kling
|
39d1a9ae66
|
Meta: Tweak .clang-format to not wrap braces after enums.
|
2019-06-07 17:13:23 +02:00 |
|
Andreas Kling
|
bc951ca565
|
Kernel: Run clang-format on everything.
|
2019-06-07 11:43:58 +02:00 |
|
Andreas Kling
|
b5b44a29bb
|
Replace various copies of parse_uint(String) with String::to_uint().
|
2019-05-08 19:21:51 +02:00 |
|
Andreas Kling
|
58240fdb33
|
Do a pass of compiler warning fixes.
This is really making me question not using 64-bit integers more.
|
2019-04-23 13:00:53 +02:00 |
|
Andreas Kling
|
ab94a6be00
|
AK: Add String::copy(BufferType) helper.
This will create a String from any BufferType that has data() and size().
|
2019-04-20 14:13:40 +02:00 |
|
Andreas Kling
|
88f03f86ff
|
Kernel: Have TTY subclasses cache their tty_name/pts_name.
|
2019-04-16 00:35:02 +02:00 |
|
Andreas Kling
|
ab43658c55
|
Kernel: Move devices into Kernel/Devices/.
|
2019-04-03 12:36:40 +02:00 |
|
Andreas Kling
|
9fca94269e
|
Kernel: Move TTY-related files into Kernel/TTY/.
|
2019-04-03 12:28:45 +02:00 |
|