genode/repos/libports/src/lib/libc
Norman Feske 329ab80d1d libc: never destruct the file-descriptor allocator
This patch prevents the destruction of the fd allocator when the program
exists. Otherwise, the meta data for file descriptors that were not
manually closed would vanish, which may cause problems in subsequent
destructors.
2016-04-25 10:47:55 +02:00
..
include/spec Move server API concept to base framework 2016-04-11 11:51:46 +02:00
patches
atexit.cc
clock_gettime.cc
dummies.cc Libc: sigprocmask reports all signals blocked 2016-01-13 11:13:52 +01:00
dynamic_linker.cc
environ.cc
errno.cc
exit.cc
fd_alloc.cc libc: never destruct the file-descriptor allocator 2016-04-25 10:47:55 +02:00
file_operations.cc libc: remove trailing slash during file operations 2016-03-17 17:15:32 +01:00
gai_strerror.cc
gettimeofday.cc
issetugid.cc
libc_debug.h
libc_file.h libc: refactor socket operations 2015-08-21 11:00:57 +02:00
libc_mem_alloc.cc
libc_mem_alloc.h
libc_mmap_registry.h
libc_pdbg.cc
libc_pdbg.h
log2.c
malloc.cc
nanosleep.cc
plugin_registry.cc libc: support access() in plugins 2015-09-30 12:20:38 +02:00
plugin.cc libc: support access() in plugins 2015-09-30 12:20:38 +02:00
poll.cc
pread_pwrite.cc
progname.cc
readv_writev.cc
rlimit.cc
rtc.cc
select.cc
signal.cc Libc: sigprocmask reports all signals blocked 2016-01-13 11:13:52 +01:00
socket_operations.cc libc: refactor socket operations 2015-08-21 11:00:57 +02:00
sysctl.cc
task.cc Move server API concept to base framework 2016-04-11 11:51:46 +02:00
Version.def
vfs_plugin.cc lib/vfs: new permissions errors 2016-04-25 10:47:54 +02:00