- b53e48f Just say "arm" rather than "arm_eabi". by Elliott Hughes · 1 year, 2 months ago
- 74d9765 Add __riscv_flush_icache() to <sys/cachectl.h>. by Elliott Hughes · 2 years, 2 months ago
- d4e662e riscv64: fix return value when errorno is 4095 by Mao Han · 2 years, 4 months ago
- c42c741 The syscall call uses the 'tail' instruction call by caowencheng · 2 years, 6 months ago
- 1c1dfb8 Failures to parse SYSCALLS.TXT-like files should be errors. by Elliott Hughes · 2 years, 10 months ago
- 704772b riscv64 syscall stub and seccomp filter generation. by Elliott Hughes · 2 years, 11 months ago
- 6b586e7 Force everything to use python3 for consistency. by Elliott Hughes · 4 years, 5 months ago
- e99df59 Make gensyscalls.py compatible with Python 3. by Rupert Shuttleworth · 4 years, 5 months ago
- bc6999f Convert gensecomp.py to Python 3. by Elliott Hughes · 4 years, 7 months ago
- 19d66e6 libc: Prepare support for Armv8.3-A PAuth and Armv8.5-A BTI in *.S by Tamas Petz · 6 years ago
- 2b49904 Clean up syscall stub/seccomp filter generation. by Elliott Hughes · 6 years ago
- c2faf23 Stop generating unused headers. by Elliott Hughes · 6 years ago
- e86e505 Fix gensyscalls.py to actually use the input argument provided in by John Cater · 6 years ago
- ae03b12 Remove global seccomp list. by Elliott Hughes · 6 years ago
- 50080a2 Remove the ___ hack. by Elliott Hughes · 6 years ago
- 782c485 Generate assembler system call stubs via genrule. by Elliott Hughes · 6 years ago
- d67b037 libc: generate syscall stubs in one big file... by Elliott Hughes · 6 years ago
- c4c2e24 <bits/glibc-syscalls.h>: only regenerate when we have new uapi headers. by Elliott Hughes · 6 years ago
- d842e43 Update to v5.0 kernel headers. by Christopher Ferris · 7 years ago
- 8251d44 Add lp32 and lp64 shorthands to SYSCALLS.TXT. by Elliott Hughes · 7 years ago
- fa09b3c seccomp: Generate the policy files at compile time by Luis Hector Chavez · 7 years ago
- ab413c5 Fix mip64 build. by Elliott Hughes · 8 years ago
- d4ca231 Unified sysroot: kill arch-specific include dirs. by Elliott Hughes · 8 years ago
- 77bb564 Use env to invoke python by Stephen Crane · 8 years ago
- daebd05 Fix pattern to account for '_' prefix in syscalls by dimitry · 8 years ago
- 93d4f8b Fix missing parse_open_file method. by Alessio Balsini · 8 years ago
- 5f41ce2 Merge "Update to kernel headers v4.10." by Christopher Ferris · 9 years ago
- 7ea4090 Autogenerate single policy from syscalls and whitelist by Paul Lawrence · 9 years ago
- 48af7cb Update to kernel headers v4.10. by Christopher Ferris · 9 years ago
- eabc352 Add seccomp support library by Paul Lawrence · 9 years ago
- d2f725e Don't declare SYS_* constants for unavailable __NR_* constants. by Elliott Hughes · 9 years ago
- 8aabbd7 Move glibc-syscalls.h into bits/. by Elliott Hughes · 9 years ago
- f5a9123 Add unwind information for r7 in arm syscalls. by Christopher Ferris · 9 years ago
- be91052 libc: implement kernel vdso syscalls for i386 by Mingwei Shi · 10 years ago
- fa5faa0 Make gensyscalls.py use the ALIAS_SYMBOL macro. by Christopher Ferris · 10 years ago
- 00490ae Ensure raw fchmod/fchmodat syscalls are hidden. by Nick Kralevich · 11 years ago
- 011e111 Ensure __set_errno is still visible on LP32. by Elliott Hughes · 11 years ago
- dc1fb70 Clean up some of our python scripts. by Elliott Hughes · 11 years ago
- bc9f9f2 Make __set_errno hidden in asm. by Dan Albert · 11 years ago
- 3726f9c Revert "Fix incorrect relocations for x86." by Dan Albert · 11 years ago
- 92f0c91 Merge "Create a distinct temp directory for each run." by Christopher Ferris · 11 years ago
- 01bd32e Create a distinct temp directory for each run. by Christopher Ferris · 11 years ago
- 512bc52 Fix incorrect relocations for x86. by Dan Albert · 11 years ago
- 602b4e4 AArch64: Remove Frame Record from ARM64 syscalls by Serban Constantinescu · 11 years ago
- 15a0456 Remove unnecessary instructions from x86/x86_64 syscalls. by Elliott Hughes · 11 years ago
- 15b91e9 Fix x86 cfi directives for syscalls. by Christopher Ferris · 11 years ago
- df22a12 Add cfi directives for arm64 assembler. by Christopher Ferris · 11 years ago
- d465eb4 Remove the useless _C_LABEL from generated system calls. by Elliott Hughes · 12 years ago
- 9abbbdc Make mips/mips64 syscall stubs more like the other architectures. by Elliott Hughes · 12 years ago
- eae27dc Make mips generated assembler more like the mips64 stuff. by Elliott Hughes · 12 years ago
- 986f906 Fix build by avoiding the _C_LABEL macro. by Elliott Hughes · 12 years ago
- b3a23bd Build syscall stubs in their own library. by Elliott Hughes · 12 years ago
- 5043212 [MIPS64] Add syscall related files by Chris Dearman · 12 years ago
- d1973ca bionic: rename aarch64 target to arm64 by Colin Cross · 12 years ago
- e4bc756 Add cfi directives to x86 syscalls. by Christopher Ferris · 12 years ago
- 887e114 Clean up <sched.h>. by Elliott Hughes · 12 years ago
- ed45970 Add cfi directives to all arm assembly. by Christopher Ferris · 12 years ago
- ed74484 Stop using the non-uapi <linux/err.h> header file. by Elliott Hughes · 12 years ago
- feaa89a AArch64: Add support for AArch64 to the syscall interface by Serban Constantinescu · 12 years ago
- 6b53c23 Fix the exit syscall stub's name. by Elliott Hughes · 12 years ago
- fff6e27 Use hidden visibility for generated stubs whose names begin with underscores. by Elliott Hughes · 12 years ago
- 103ccde Sort the syscalls.mk files, give all generated files the same header. by Elliott Hughes · 12 years ago
- 0437f3f Refactor the syscall generation script. by Elliott Hughes · 12 years ago
- 6fe4e87 Add an optional alias list to SYSCALLS.TXT by H.J. Lu · 12 years ago
- f12a18b x86_64: Add x86_64 syscalls and tune gen scripts for x86_64 by Pavel Chupin · 13 years ago
- d612165 Make it easier to add syscalls for another architecture. by Elliott Hughes · 12 years ago
- 18bc975 Slight script cleanup; make gensyscalls work from any directory. by Elliott Hughes · 12 years ago
- 1b91c6c Stop generating <sys/linux-syscalls.h>. by Elliott Hughes · 12 years ago
- cda6209 Use the correct names for the __ARM_NR_* syscalls. by Elliott Hughes · 12 years ago
- 5c2772f The SYS_ constants should cover all __NR_ values. by Elliott Hughes · 12 years ago
- 9724ce3 Don't #define SYS_ constants unless they make sense for the current architecture. by Elliott Hughes · 12 years ago
- 8ecf225 Provide glibc-compatible SYS_* aliases for the __NR_* constants. by Elliott Hughes · 12 years ago
- 9aceab5 Use the kernel's MAX_ERRNO in the syscall stubs. by Elliott Hughes · 12 years ago
- cd6780b Remove dead code from gensyscalls.py. by Elliott Hughes · 13 years ago
- 7582a9c Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs. by Elliott Hughes · 13 years ago
- c95eb57 Clean up trailing whitespace in the kernel headers. by Elliott Hughes · 13 years ago
- faa0fdb arm syscall : for eabi call_default don't use stack by Matthieu Castet · 13 years ago
- dc6c2b7 am 70cf0bc0: Merge "Remove the last references to SuperH." by Elliott Hughes · 13 years ago
- e33af61 Remove the last references to SuperH. by Elliott Hughes · 13 years ago
- 804147c am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"." by Elliott Hughes · 13 years ago
- 1928523 Actually set the header guard in "linux-syscalls.h". by Elliott Hughes · 13 years ago
- dbd5eca resolved conflicts for merge of e5408907 to jb-dev-plus-aosp by Elliott Hughes · 13 years ago
- 1fa0d84 [MIPS] Add support for MIPS syscalls by Raghu Gandham · 14 years ago
- 25b7a16 Merge c4cb87f3 by Jean-Baptiste Queru · 14 years ago
- 70b1668 remove obsolete SuperH support by David 'Digit' Turner · 14 years ago
- d6045cb Don't generate sys/linux-unistd.h by Nick Kralevich · 14 years ago
- f540c03 libc: ARM: add size info to gensyscalls by Kenny Root · 15 years ago
- fc26931 libc: Update auto-gen scripts by David 'Digit' Turner · 15 years ago
- 95d751f libc: Add ftruncate64 and improve 64-bit parameter syscall handling. by David 'Digit' Turner · 15 years ago
- ce0595d modified SYSCALLS.TXT to support SuperH architecture by Shin-ichiro KAWASAKI · 16 years ago
- 4e468ed Code drop from //branches/cupcake/...@124589 by The Android Open Source Project · 17 years ago
- a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago