History log of /seL4-camkes-master/projects/musllibc/arch/aarch64_sel4/bits/syscall.h.in
Revision Date Author Comments
# 8927ffb3 18-Mar-2019 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

Revert "AArch64: Define __NR_open"

This reverts commit c9d12ff7dba854edc42289f1434b1fe6381dd518.

This commit ended up being unnecessary and was incorrect since for the fileserver,
this case is handled elsewhere. Reverting for correctness.


# c9d12ff7 12-Mar-2019 Kofi Doku Atuah <kofidoku.atuah@data61.csiro.au>

AArch64: Define __NR_open


# 62eaf40b 25-Dec-2016 Szabolcs Nagy <nsz@port70.net>

add pkey_{mprotect,alloc,free} syscalls from linux v4.9

see linux commit e8c24d3a23a469f1f40d4de24d872ca7023ced0a
and linux Documentation/x86/protection-keys.txt


# 78b1f3cb 26-May-2016 Szabolcs Nagy <nsz@port70.net>

add preadv2 and pwritev2 syscall numbers for linux v4.6

the syscalls take an additional flag argument, they were added in commit
f17d8b35452cab31a70d224964cd583fb2845449 and a RWF_HIPRI priority hint
flag was added to linux/fs.h in 97be7ebe53915af504fb491fb99f064c7cf3cb09.

the syscall is not allocated for microblaze and sh yet.


# 63e3a166 11-May-2016 Bobby Bingham <koorogi@koorogi.info>

deduplicate __NR_* and SYS_* syscall number definitions