serenity/Userland/Libraries/LibC/sys
AnotherTest a3a7ab83c4 Kernel+LibC: Implement readv
We already had writev, so let's just add readv too.
2021-02-15 17:32:56 +01:00
..
arch/i386
cdefs.h
file.h
internals.h
ioctl.h
ioctl_numbers.h Kernel: Add FIBMAP ioctl to Ext2FileSystem 2021-01-30 22:54:51 +01:00
mman.h
param.h
prctl.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
prctl.h
prctl_numbers.h
ptrace.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
ptrace.h
resource.h
select.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
select.h
socket.cpp Kernel+Userland: Give sys$recvfd() an options argument for O_CLOEXEC 2021-02-14 10:39:48 +01:00
socket.h Kernel+LibC: Stub out SO_{SND_RCV}BUF 2021-02-15 17:32:56 +01:00
stat.h
sysmacros.h
time.h
times.h
types.h
uio.cpp Kernel+LibC: Implement readv 2021-02-15 17:32:56 +01:00
uio.h Kernel+LibC: Implement readv 2021-02-15 17:32:56 +01:00
un.h Libraries: Add missing headers 2021-01-22 21:49:54 +01:00
utsname.h
wait.cpp Userland: Add LibSystem and funnel all syscalls through it 2021-02-05 12:23:39 +01:00
wait.h