genode/repos/libports/src/lib/libc
Emery Hemingway 2bbb183a18 Libc: check O_DIRECTORY flag at 'open' and 'read'
Return an error when opening a file with 'O_DIRECTORY'. Return an error
when reading directories.

Ref #2533
2018-02-15 10:22:09 +01:00
..
include/spec Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
patches Remove remote shell support from libc 2017-10-05 17:40:05 +02:00
atexit.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dummies.cc msync and Sytem V semaphore dummies 2017-08-30 09:59:57 +02:00
dynamic_linker.cc libc: allow RTLD_GLOBAL for dlopen 2017-08-28 16:49:42 +02:00
environ.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
errno.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
exit.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
fd_alloc.cc libc-plugin: make fd allocator thread safe 2017-08-28 16:49:42 +02:00
file_operations.cc libc: add mempool for rwx memory 2017-10-20 11:45:20 +02:00
gai_strerror.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
issetugid.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
libc_errno.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
libc_file.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
libc_init.h libc: remove deprecated API from malloc() 2017-05-31 13:16:09 +02:00
libc_mem_alloc.cc libc: add mempool for rwx memory 2017-10-20 11:45:20 +02:00
libc_mem_alloc.h libc: add mempool for rwx memory 2017-10-20 11:45:20 +02:00
libc_mmap_registry.h libc: remove global env from mmap registry 2017-02-28 12:59:27 +01:00
libc_pdbg.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
libc_pdbg.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
log2.c Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
malloc.cc libc: align malloc() allocations at 16-byte 2017-05-31 13:16:11 +02:00
nanosleep.cc libc: return on nanosleep with zero timeout 2018-01-17 12:14:40 +01:00
plugin_registry.cc libc: reintegrate libc_resolv library 2017-10-05 17:40:04 +02:00
plugin.cc libc: reintegrate libc_resolv library 2017-10-05 17:40:04 +02:00
poll.cc libc: only return requested events in poll() 2017-05-31 13:16:15 +02:00
pread_pwrite.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
progname.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
readv_writev.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rlimit.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
rtc.cc libc: prevent timer session if rtc not configured 2018-01-17 12:14:33 +01:00
select.cc Prevent warning about "narrowing conversion" 2017-05-31 13:16:23 +02:00
signal.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
socket_fs_plugin.cc libc: handle socket_fs special cases 2017-11-30 11:23:17 +01:00
socket_fs_plugin.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
socket_operations.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
sysctl.cc Libc: zero sysctl buffer before strncpy 2018-02-09 13:34:18 +01:00
task.cc libc: withstand pthreads calling with_libc() 2018-02-09 13:34:21 +01:00
task.h libc: dispatch pending signals at selective points 2017-11-24 09:02:03 +01:00
time.cc libc: prevent timer session if rtc not configured 2018-01-17 12:14:33 +01:00
Version.def Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
vfs_plugin.cc Libc: check O_DIRECTORY flag at 'open' and 'read' 2018-02-15 10:22:09 +01:00
vfs_plugin.h libc: fill stdio descriptors even if invalid 2018-01-17 12:14:33 +01:00