genode/libports/src/lib/libc
Christian Prochaska dbd1c425bf libc: implement 'readv()'
This patch implements the 'readv()' function in the libc.

A lock guard prevents the parallel execution of either or both of the
'readv()' and 'writev()' functions.

Fixes #279.
2012-07-16 15:01:02 +02:00
..
patches Extend libc with libresolv functionality 2012-05-29 13:54:59 +02:00
atexit.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
clock_gettime.cc Allow for overriding time-related libc functions 2012-02-23 10:42:11 +01:00
dummies.cc Add writev() to libc 2012-06-08 14:33:15 +02:00
environ.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
errno.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
exit.cc Use NOVA microkernel from github, add 64bit 2012-06-20 19:44:07 +02:00
fd_alloc.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
file_operations.cc Extend libc with libresolv functionality 2012-05-29 13:54:59 +02:00
gai_strerror.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
gettimeofday.cc Allow for overriding time-related libc functions 2012-02-23 10:42:11 +01:00
issetugid.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
libc_debug.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
libc_mem_alloc.cc Let mmap return aligned anonymous memory 2012-05-18 17:04:52 +02:00
libc_mem_alloc.h Let mmap return aligned anonymous memory 2012-05-18 17:04:52 +02:00
log2.c Preliminary 'log2()' and 'log2f()' implementation 2012-03-08 10:42:21 +01:00
malloc.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
munmap.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
nanosleep.cc Implement '_nanosleep()' 2012-03-21 22:05:55 +01:00
plugin_registry.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
plugin.cc Extend libc with libresolv functionality 2012-05-29 13:54:59 +02:00
pread_pwrite.cc libc: implement 'pread()' and 'pwrite()' 2012-07-16 15:00:08 +02:00
progname.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
readlink.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
readv_writev.cc libc: implement 'readv()' 2012-07-16 15:01:02 +02:00
rlimit.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
select.cc Extend libc with libresolv functionality 2012-05-29 13:54:59 +02:00
sysctl.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
Version.def Imported Genode release 11.11 2011-12-22 16:19:25 +01:00