genode/repos/libports/src/lib/libc/internal
Norman Feske b7fbe65ff2 libc: fork/execve improvements
- Close FDs marked with the close-on-execve flag
  (needed for 'make', which sets the flag for the pipe-in
  FD of forked children)
- Update binary name on execve to use as ROM for subsequent fork
- Enable vfork as an alias for fork (needed by make)
- Purge line buffers for output streams during execve because they
  may be allocated at the allocation heap, which does not survive
  the execve call.
- Consider short-lived processes that may exit while the parent still
  blocks in the fork call.

With these changes, the website generator of genodians.org works without
the need for the Noux runtime.

Issue #3578
2019-12-19 17:00:47 +01:00
..
clone_session.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
cloned_malloc_heap_range.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
current_time.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
env.h libc: support for ioctls via ioctl directory 2019-11-19 14:39:09 +01:00
errno.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
file_operations.h libc: fork/execve improvements 2019-12-19 17:00:47 +01:00
file.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
init.h libc: fork/execve improvements 2019-12-19 17:00:47 +01:00
kernel_routine.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
kernel_timer_accessor.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
kernel.h libc: fork/execve improvements 2019-12-19 17:00:47 +01:00
legacy.h libc: remove global watch() function 2019-11-19 14:10:55 +01:00
malloc_ram_allocator.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
mem_alloc.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
mmap_registry.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
pthread_pool.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
pthread.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
resume.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
select.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
signal.h libc: local signal delivery via 'kill' 2019-11-19 14:45:38 +01:00
socket_fs_plugin.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
suspend.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
thread_create.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
timed_semaphore.h libc: split task.cc into multiple files 2019-11-19 14:10:55 +01:00
timer.h libc: unify use of namespaces 2019-11-19 14:10:55 +01:00
types.h libc: fork/execve improvements 2019-12-19 17:00:47 +01:00
vfs_plugin.h New VFS plugin for emulating POSIX pipes 2019-11-19 14:54:13 +01:00
watch.h libc: remove global watch() function 2019-11-19 14:10:55 +01:00