- Jul 29, 2022
-
-
Jeremy Soller authored
-
- Jul 28, 2022
-
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
-
Jeremy Soller authored
Fix bootstrap See merge request !196
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
- Jul 27, 2022
-
-
Jacob Lorentzon authored
-
Jeremy Soller authored
Userspace fexec See merge request !195
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
This is, other than vfork, the last piece of functionality that the previous clone() offered (CLONE_SIGHAND) which previously was not implemented.
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
-
Jacob Lorentzon authored
This fixes file descriptor leaks. Suppose relibc is just about to set the address space. For this, it needs to write the address space fd to the selection fd. To avoid having to close them in the kernel, it rather memorizes what the file descriptors refer to internally, and then do the actual operation when they are gone, i.e. when closing.
-
Jacob Lorentzon authored
-