summaryrefslogtreecommitdiffstats
path: root/libc/tools/gensyscalls.py
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ | |/
| * remove obsolete SuperH supportDavid 'Digit' Turner2012-01-311-85/+1
* | Don't generate sys/linux-unistd.hNick Kralevich2012-01-171-18/+0
|/
* libc: ARM: add size info to gensyscallsKenny Root2011-02-171-14/+9
* libc: Update auto-gen scriptsDavid 'Digit' Turner2011-02-031-10/+15
* libc: Add ftruncate64 and improve 64-bit parameter syscall handling.David 'Digit' Turner2010-12-161-6/+62
* modified SYSCALLS.TXT to support SuperH architectureShin-ichiro KAWASAKI2009-09-011-2/+101
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-15/+70
* Initial Contributionandroid-1.0The Android Open Source Project2008-10-211-0/+451