mes/lib/linux
Jan (janneke) Nieuwenhuizen 62818a5d32
DRAFT lib: Add readv, writev.
* include/linux/arm/syscall.h (SYS_readv, SYS_writev): New defines.
* include/linux/x86/syscall.h (SYS_readv, SYS_writev): New defines.
* include/linux/x86_64/syscall.h (SYS_readv, SYS_writev): New defines.
* include/sys/uio.h,
lib/linux/readv.c,
lib/linux/writev.c: New files.
* build-aux/configure-lib.sh (libc_gnu_SOURCES): Add them.
2023-01-08 10:19:04 +01:00
..
arm-mes Add ARM linker support files. 2020-06-02 20:27:52 +02:00
arm-mes-gcc lib: Support gcc-4.6.4: Add mmap, munmap. 2023-01-08 10:19:01 +01:00
arm-mes-m2 ARM: build: Cater for M2-Planet. 2022-04-30 22:51:42 +02:00
arm-mes-mescc mescc: Mes C Library: Split _exit.c, _write.c from mini.c. 2021-01-23 08:43:45 +01:00
x86-mes build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86-mes-gcc lib: Support gcc-4.6.4: Add mmap, munmap. 2023-01-08 10:19:01 +01:00
x86-mes-m2 kaem: scaffold/read.kaem. 2020-07-15 22:27:57 +02:00
x86-mes-mescc lib: Support gcc-4.6.4: Add mmap, munmap. 2023-01-08 10:19:01 +01:00
x86_64-mes build: Prepare for kernel variants. 2019-12-17 21:07:35 +01:00
x86_64-mes-gcc lib: Support gcc-4.6.4: Add mmap, munmap. 2023-01-08 10:19:01 +01:00
x86_64-mes-mescc lib: Support gcc-4.6.4: Add mmap, munmap. 2023-01-08 10:19:01 +01:00
_getcwd.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
_open3.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
_read.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
access.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
brk.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
chdir.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
chmod.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
clock_gettime.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
close.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
dup.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
dup2.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
execve.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
fcntl.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
fork.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
fstat.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
fsync.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
getdents.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
getegid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
geteuid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
getgid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
getpid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
getppid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
getrusage.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
gettimeofday.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
getuid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
ioctl.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
ioctl3.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
kill.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
link.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
lseek.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
lstat.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
malloc.c kaem: read: Remove --bootstrap-mode. 2022-05-03 12:54:22 +02:00
mkdir.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
mknod.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
mmap.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
munmap.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
nanosleep.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
open.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
pipe.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
read.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
readlink.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
readv.c DRAFT lib: Add readv, writev. 2023-01-08 10:19:04 +01:00
rename.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
rmdir.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
setgid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
setitimer.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
setuid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
signal.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
sigprogmask.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
stat.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
symlink.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
time.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
unlink.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
wait4.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
waitpid.c DRAFT lib: stat: Use SYS_stat64 for 32bit platforms. 2023-01-08 10:19:04 +01:00
writev.c DRAFT lib: Add readv, writev. 2023-01-08 10:19:04 +01:00