aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux/syscalls.master
Commit message (Expand)AuthorAgeFilesLines
* linux: Add inotify supportMark Johnston2025-07-041-2/+9
* linux: Fix linux_mq_notify_args & linux_timer_create_argsRicardo Branco2024-05-231-2/+2
* linux(4): Deorbit linux_nosys from syscalls.masterDmitry Chagin2023-10-031-6/+1
* linux(4): Update syscalls.master to 6.5Dmitry Chagin2023-09-251-3/+50
* linux(4): Add a writev syscall wrapperDmitry Chagin2023-08-201-2/+2
* linux(4): Modify write syscall to match LinuxDmitry Chagin2023-08-201-2/+2
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
* linux(4): Modify ioprio syscalls to match LinuxDmitry Chagin2023-08-041-4/+11
* linux(4): Modify xattr syscalls to match LinuxDmitry Chagin2023-07-221-9/+9
* linux(4): Add a dedicated linux_exec_copyin_args()Dmitry Chagin2023-05-291-2/+2
* linux(4): Use Linux dev_t type for mknod syscalls dev argumentDmitry Chagin2023-04-281-1/+1
* syscall.master: Fix commentsWarner Losh2023-04-201-0/+4
* linux(4): Modify close_range syscall to match LinuxDmitry Chagin2023-04-041-2/+6
* linux(4): Fix arm64 syscalls.master layoutDmitry Chagin2022-05-161-29/+54
* linux(4): Change semtimedop syscall definition to match Linux actual one.Dmitry Chagin2022-05-061-1/+6
* linux(4): Call semop directly.Dmitry Chagin2022-05-061-4/+4
* linux(4): Change epoll_pwait2 syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+8
* linux(4): Change rseq syscall definition to match Linux actual one.Dmitry Chagin2022-04-261-1/+6
* linux(4): Implement clone3 system call.Dmitry Chagin2021-08-121-1/+4
* linux(4): Change clone syscall definition to match Linux actual one.Dmitry Chagin2021-08-121-4/+4
* linux(4): Implement faccessat2 system call.Dmitry Chagin2021-08-121-1/+6
* linux: Fix declaration of rt_sigreturn() on arm64Edward Tomasz Napierala2021-07-211-3/+1
* linux(4): Change Linux futex syscall definition to match Linux actual one.Dmitry Chagin2021-06-101-5/+6
* linux(4): Fix timeout parameter of rt_sigtimedwait syscall, which isDmitry Chagin2021-06-071-1/+1
* linux: add new syscall numbersEdward Tomasz Napierala2021-05-281-3/+84
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-2/+12
* Add a trivial linux(4) splice(2) implementation, which simplyEdward Tomasz Napierala2020-07-181-1/+8
* Add proper types for linux message queue syscalls; mostly takenEdward Tomasz Napierala2020-06-271-6/+32
* Add syscall definitions for linux xattr syscalls.Edward Tomasz Napierala2020-06-271-12/+66
* Adjust types of linuxulator syscalls, to match include/linux/syscalls.hEdward Tomasz Napierala2020-06-271-32/+32
* Add linux_madvise(2) instead of having Linux apps call the nativeEdward Tomasz Napierala2020-06-201-2/+3
* Fix definitions for linuxulator's sync_file_range(2).Edward Tomasz Napierala2019-12-141-1/+6
* make linux_renameat2 args consistent with linux_renameatEd Maste2019-09-111-2/+2
* Reformat arm64 linux syscalls.master per current styleEd Maste2019-05-061-486/+1544
* Fix arm64 linuxulator clone() argument orderEd Maste2018-07-061-2/+2
* arm64 linuxulator: add dup syscall entryEd Maste2018-06-181-1/+1
* Add arm64 Linux syscall tableEd Maste2018-04-261-0/+518