Andreas Kling
08cd75ac4b
Kernel: Rename FileDescriptor to FileDescription.
...
After reading a bunch of POSIX specs, I've learned that a file descriptor
is the number that refers to a file description, not the description itself.
So this patch renames FileDescriptor to FileDescription, and Process now has
FileDescription* file_description(int fd).
2019-06-07 09:36:51 +02:00
..
2019-04-02 15:46:44 +02:00
2019-05-28 17:31:20 +02:00
2019-04-02 19:54:38 +02:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-05-28 17:31:20 +02:00
2019-06-07 09:36:51 +02:00
2019-06-07 09:36:51 +02:00
2019-06-07 09:36:51 +02:00
2019-06-07 09:36:51 +02:00
2019-04-05 05:14:20 +02:00
2019-04-05 05:14:20 +02:00
2019-05-28 17:31:20 +02:00
2019-04-02 19:54:38 +02:00
2019-05-28 17:31:20 +02:00
2019-05-18 00:22:08 +02:00
2019-04-02 19:54:38 +02:00
2019-04-02 15:46:44 +02:00
2019-04-02 19:54:38 +02:00
2019-06-07 09:36:51 +02:00
2019-06-07 09:36:51 +02:00
2019-05-28 17:31:20 +02:00
2019-06-07 09:36:51 +02:00
2019-06-07 09:36:51 +02:00
2019-05-28 17:31:20 +02:00
2019-05-04 16:40:34 +02:00
2019-06-07 09:36:51 +02:00