First step in implementing the Linuxulator for arm64. Based on Linux include/uapi/asm-generic/unistd.h
Sponsored by: Turing Robotic Industries Inc.
Differential D15187
add arm64 linux syscall table emaste on Apr 24 2018, 8:39 PM. Authored by Tags None Referenced Files
Details
First step in implementing the Linuxulator for arm64. Based on Linux include/uapi/asm-generic/unistd.h Sponsored by: Turing Robotic Industries Inc.
Diff Detail
Event TimelineComment Actions It looks like the syscalls starting at 1024 have been removed: https://github.com/torvalds/linux/commit/a0673fdbcd42105261646cd4f3447455b5854a32
Comment Actions Ah, excellent - this happened very shortly after I started. It will take a little rework in sys/compat/linux/ (either some #ifdefs or splitting out legacy syscalls into separate files that can be optionally included) but is much nicer.
|