Andreas Kling
|
ca9ed13643
|
Kernel: Simplify Device::open().
|
2019-04-24 02:20:14 +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 |
|