summaryrefslogtreecommitdiffstats
path: root/libc/tools/gensyscalls.py
Commit message (Expand)AuthorAgeFilesLines
* Make gensyscalls.py use the ALIAS_SYMBOL macro.Christopher Ferris2015-03-241-7/+1
* Ensure raw fchmod/fchmodat syscalls are hidden.Nick Kralevich2015-02-031-2/+3
* Ensure __set_errno is still visible on LP32.Elliott Hughes2014-09-081-9/+7
* Clean up some of our python scripts.Elliott Hughes2014-08-201-15/+133
* Make __set_errno hidden in asm.Dan Albert2014-08-081-0/+2
* Revert "Fix incorrect relocations for x86."Dan Albert2014-08-081-2/+2
* Merge "Create a distinct temp directory for each run."Christopher Ferris2014-08-071-27/+34
|\
| * Create a distinct temp directory for each run.Christopher Ferris2014-08-071-27/+34
* | Fix incorrect relocations for x86.Dan Albert2014-08-071-2/+2
|/
* AArch64: Remove Frame Record from ARM64 syscallsSerban Constantinescu2014-06-091-11/+0
* Remove unnecessary instructions from x86/x86_64 syscalls.Elliott Hughes2014-06-051-2/+0
* Fix x86 cfi directives for syscalls.Christopher Ferris2014-05-291-8/+12
* Add cfi directives for arm64 assembler.Christopher Ferris2014-05-211-2/+6
* Remove the useless _C_LABEL from generated system calls.Elliott Hughes2014-02-191-1/+1
* Make mips/mips64 syscall stubs more like the other architectures.Elliott Hughes2014-02-191-24/+4
* Make mips generated assembler more like the mips64 stuff.Elliott Hughes2014-02-191-7/+9
* Fix build by avoiding the _C_LABEL macro.Elliott Hughes2014-02-181-2/+2
* Build syscall stubs in their own library.Elliott Hughes2014-02-111-16/+0
* [MIPS64] Add syscall related filesChris Dearman2014-02-061-0/+45
* bionic: rename aarch64 target to arm64Colin Cross2014-01-231-30/+31
* Add cfi directives to x86 syscalls.Christopher Ferris2014-01-061-20/+27
* Clean up <sched.h>.Elliott Hughes2014-01-021-1/+1
* Add cfi directives to all arm assembly.Christopher Ferris2013-12-021-4/+9
* Stop using the non-uapi <linux/err.h> header file.Elliott Hughes2013-11-071-3/+1
* AArch64: Add support for AArch64 to the syscall interfaceSerban Constantinescu2013-10-281-2/+34
* Fix the exit syscall stub's name.Elliott Hughes2013-10-241-1/+0
* Use hidden visibility for generated stubs whose names begin with underscores.Elliott Hughes2013-10-241-6/+13
* Sort the syscalls.mk files, give all generated files the same header.Elliott Hughes2013-10-161-6/+17
* Refactor the syscall generation script.Elliott Hughes2013-10-071-151/+157
* Add an optional alias list to SYSCALLS.TXTH.J. Lu2013-10-071-2/+11
* x86_64: Add x86_64 syscalls and tune gen scripts for x86_64Pavel Chupin2013-10-011-58/+90
* Make it easier to add syscalls for another architecture.Elliott Hughes2013-09-261-61/+34
* Slight script cleanup; make gensyscalls work from any directory.Elliott Hughes2013-06-171-26/+16
* Stop generating <sys/linux-syscalls.h>.Elliott Hughes2013-03-221-62/+5
* Use the correct names for the __ARM_NR_* syscalls.Elliott Hughes2013-03-221-10/+19
* The SYS_ constants should cover all __NR_ values.Elliott Hughes2013-03-211-18/+30
* Don't #define SYS_ constants unless they make sense for the current architect...Elliott Hughes2013-03-211-28/+29
* Provide glibc-compatible SYS_* aliases for the __NR_* constants.Elliott Hughes2013-03-211-12/+29
* Use the kernel's MAX_ERRNO in the syscall stubs.Elliott Hughes2013-03-121-7/+11
* Remove dead code from gensyscalls.py.Elliott Hughes2013-02-071-117/+13
* Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.Elliott Hughes2013-02-061-8/+5
* Clean up trailing whitespace in the kernel headers.Elliott Hughes2013-01-301-6/+0
* arm syscall : for eabi call_default don't use stackMatthieu Castet2013-01-161-3/+2
* am 70cf0bc0: Merge "Remove the last references to SuperH."Elliott Hughes2012-05-161-17/+0
|\
| * Remove the last references to SuperH.Elliott Hughes2012-05-151-17/+0
* | am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"."Elliott Hughes2012-05-091-1/+2
|\ \ | |/
| * Actually set the header guard in "linux-syscalls.h".Elliott Hughes2012-05-091-1/+2
* | resolved conflicts for merge of e5408907 to jb-dev-plus-aospElliott Hughes2012-05-091-25/+75
|\ \ | |/
| * [MIPS] Add support for MIPS syscallsRaghu Gandham2012-05-091-27/+76
* | Merge c4cb87f3Jean-Baptiste Queru2012-02-011-85/+1
|\ \ | |/