genode-ehmry/repos/libports/src/lib/libc
Emery Hemingway d7f24d8bca Libc: implement getifaddrs
Implement getifaddrs and freeifaddrs within the libc using socket
control files at the VFS. Add an "address" and "netmask" file to the
lwIP plugin.

Only a single IPv4 address is initially supported, and the broadcast
address returned will never be valid.

Ref #3439
2019-07-05 17:06:04 +02:00
..
include/spec Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
patches libc: mktime signed overflow 2019-05-29 10:20:52 +02:00
atexit.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
dummies.cc Libc: implement getifaddrs 2019-07-05 17:06:04 +02:00
dynamic_linker.cc libc: support RTLD_DEFAULT in dlsym 2018-05-30 13:36:04 +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 libports: avoid using deprecated APIs 2019-01-30 13:49:55 +01:00
fd_alloc.cc libc: use 'alloc_aligned()' in fd allocator 2018-08-02 14:36:43 +02:00
file_operations.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
gai_strerror.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
getpwent.cc Libc: single-user getpwent implementation 2018-09-13 15:21:10 +02:00
getrandom.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
issetugid.cc libc: silence common not implemented warnings 2018-02-16 08:42:30 +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 Remove residual uses of deprecated APIs 2019-02-19 11:12:12 +01:00
libc_mem_alloc.cc libports: avoid using deprecated APIs 2019-01-30 13:49:55 +01:00
libc_mem_alloc.h libports: avoid using deprecated APIs 2019-01-30 13:49:55 +01:00
libc_mmap_registry.h libc: remove global env from mmap registry 2017-02-28 12:59:27 +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
nolocale.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
plugin_registry.cc libc: reintegrate libc_resolv library 2017-10-05 17:40:04 +02:00
plugin.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
poll.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
pread_pwrite.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
progname.cc Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
readv_writev.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
rlimit.cc libc: rlimit add address-space size + number fds 2018-05-30 12:26:20 +02:00
rtc.cc libc: prevent timer session if rtc not configured 2018-01-17 12:14:33 +01:00
rwlock.cc libc: use non-anonymous 'operator new' and destroy() 2019-05-27 14:52:53 +02:00
select.cc libc: use non-anonymous 'operator new' and destroy() 2019-05-27 14:52:53 +02:00
semaphore.cc libc: use non-anonymous 'operator new' and destroy() 2019-05-27 14:52:53 +02:00
signal.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
sleep.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
socket_fs_plugin.cc Libc: implement getifaddrs 2019-07-05 17:06:04 +02:00
socket_fs_plugin.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
socket_operations.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
syscall.cc libc: support syscall(SYS_thr_self,...) 2018-05-30 13:36:07 +02:00
sysctl.cc libc: silence noncritical dummy implementations 2019-06-13 12:17:31 +02:00
task.cc timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
task.h timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
thread_create.cc libc: use non-anonymous 'operator new' and destroy() 2019-05-27 14:52:53 +02:00
thread_create.h Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
thread.cc libc: use non-anonymous 'operator new' and destroy() 2019-05-27 14:52:53 +02:00
thread.h Remove base/timed_semaphore.h from API 2019-01-30 13:35:29 +01:00
time.cc Libc: update port to Freebsd 12 2019-05-27 14:46:53 +02:00
timed_semaphore.h timeout: use uint64_t for all plain time values 2019-05-06 16:15:26 +02:00
vfs_plugin.cc Merge remote-tracking branch 'fork/vfs_pipe' into staging 2019-06-17 15:28:28 +02:00
vfs_plugin.h Merge remote-tracking branch 'fork/vfs_pipe' into staging 2019-06-17 15:28:28 +02:00