Files
ladybird/Kernel
Sergey Bugaev 9c3b1ca0c6 Kernel+LibC: Support passing O_CLOEXEC to pipe()
In the userspace, this mimics the Linux pipe2() syscall;
in the kernel, the Process::sys$pipe() now always accepts
a flags argument, the no-argument pipe() syscall is now a
userspace wrapper over pipe2().
2019-08-05 16:04:31 +02:00
..
2019-08-02 15:18:47 +02:00
2019-08-05 12:56:31 +02:00
2019-07-13 08:00:24 +02:00
2019-07-29 12:00:14 +02:00
2019-07-29 11:19:04 +02:00
2019-05-28 17:31:20 +02:00
2019-07-13 08:00:24 +02:00
2019-08-02 15:18:47 +02:00