Andreas Kling
|
2470fdcd9b
|
Kernel: Make Socket inherit from File.
|
2019-05-03 20:42:43 +02:00 |
|
Andreas Kling
|
8cbb7f101f
|
Kernel: Have File virtuals take a FileDescriptor& rather than a Process&.
This will allow us to implement different behaviors depending on the role
of the descriptor a File is being accessed through.
|
2019-04-29 13:58:40 +02:00 |
|
Andreas Kling
|
a104d7cc93
|
Kernel: Make SharedMemory inherit from File.
|
2019-04-28 22:31:31 +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
|
60a819c14a
|
Kernel: Yet more work on bringing up POSIX SHM.
|
2019-04-09 02:37:38 +02:00 |
|
Andreas Kling
|
26a06f3fcd
|
Kernel: More work towards POSIX SHM, also add ftruncate().
|
2019-04-09 01:10:00 +02:00 |
|