summaryrefslogtreecommitdiff
path: root/libc/src/__support/OSUtil/linux/syscall.h
AgeCommit message (Expand)Author
2025-10-09[libc] fix sysconf test for rv32 (#162685)Schrodinger ZHU Yifan
2024-10-31[libc][i386] syscall support (#114264)Nick Desaulniers
2024-07-12[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98597)Petr Hosek
2024-07-12Revert "[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration...Mehdi Amini
2024-07-11[libc] Migrate to using LIBC_NAMESPACE_DECL for namespace declaration (#98075)Petr Hosek
2023-09-26[libc] Start to refactor riscv platform abstraction to support both 32 and 64...Mikhail R. Gadelha
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet
2023-09-21[libc][clang-tidy] Add llvm-header-guard to get consistant naming and prevent...Guillaume Chatelet
2023-08-07[libc][cleanup] Fix most conversion warningsMichael Jones
2023-03-07[libc] Add riscv64 syscall implementation.Siva Chandra
2023-02-09[libc][NFC] Move architectures.h to properties subfolderGuillaume Chatelet
2023-02-07[libc][NFC] Rename macrosGuillaume Chatelet
2023-02-07[libc][NFC] Rename architecture macros and move to macros folderGuillaume Chatelet
2023-01-25[libc][NFC] Another round of replacement of "inline" with "LIBC_INLINE".Siva Chandra Reddy
2022-09-30[libc] add syscall functionMichael Jones
2022-08-31[libc] Add arm-32 syscall implementation.Siva Chandra Reddy
2022-01-10[libc] Add linux aarch64 syscall implementation.Siva Chandra
2021-12-22[libc] Move the x86_64 syscall functions to OSUtil.Siva Chandra Reddy