index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
tools
/
gensyscalls.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make gensyscalls.py use the ALIAS_SYMBOL macro.
Christopher Ferris
2015-03-24
1
-7
/
+1
*
Ensure raw fchmod/fchmodat syscalls are hidden.
Nick Kralevich
2015-02-03
1
-2
/
+3
*
Ensure __set_errno is still visible on LP32.
Elliott Hughes
2014-09-08
1
-9
/
+7
*
Clean up some of our python scripts.
Elliott Hughes
2014-08-20
1
-15
/
+133
*
Make __set_errno hidden in asm.
Dan Albert
2014-08-08
1
-0
/
+2
*
Revert "Fix incorrect relocations for x86."
Dan Albert
2014-08-08
1
-2
/
+2
*
Merge "Create a distinct temp directory for each run."
Christopher Ferris
2014-08-07
1
-27
/
+34
|
\
|
*
Create a distinct temp directory for each run.
Christopher Ferris
2014-08-07
1
-27
/
+34
*
|
Fix incorrect relocations for x86.
Dan Albert
2014-08-07
1
-2
/
+2
|
/
*
AArch64: Remove Frame Record from ARM64 syscalls
Serban Constantinescu
2014-06-09
1
-11
/
+0
*
Remove unnecessary instructions from x86/x86_64 syscalls.
Elliott Hughes
2014-06-05
1
-2
/
+0
*
Fix x86 cfi directives for syscalls.
Christopher Ferris
2014-05-29
1
-8
/
+12
*
Add cfi directives for arm64 assembler.
Christopher Ferris
2014-05-21
1
-2
/
+6
*
Remove the useless _C_LABEL from generated system calls.
Elliott Hughes
2014-02-19
1
-1
/
+1
*
Make mips/mips64 syscall stubs more like the other architectures.
Elliott Hughes
2014-02-19
1
-24
/
+4
*
Make mips generated assembler more like the mips64 stuff.
Elliott Hughes
2014-02-19
1
-7
/
+9
*
Fix build by avoiding the _C_LABEL macro.
Elliott Hughes
2014-02-18
1
-2
/
+2
*
Build syscall stubs in their own library.
Elliott Hughes
2014-02-11
1
-16
/
+0
*
[MIPS64] Add syscall related files
Chris Dearman
2014-02-06
1
-0
/
+45
*
bionic: rename aarch64 target to arm64
Colin Cross
2014-01-23
1
-30
/
+31
*
Add cfi directives to x86 syscalls.
Christopher Ferris
2014-01-06
1
-20
/
+27
*
Clean up <sched.h>.
Elliott Hughes
2014-01-02
1
-1
/
+1
*
Add cfi directives to all arm assembly.
Christopher Ferris
2013-12-02
1
-4
/
+9
*
Stop using the non-uapi <linux/err.h> header file.
Elliott Hughes
2013-11-07
1
-3
/
+1
*
AArch64: Add support for AArch64 to the syscall interface
Serban Constantinescu
2013-10-28
1
-2
/
+34
*
Fix the exit syscall stub's name.
Elliott Hughes
2013-10-24
1
-1
/
+0
*
Use hidden visibility for generated stubs whose names begin with underscores.
Elliott Hughes
2013-10-24
1
-6
/
+13
*
Sort the syscalls.mk files, give all generated files the same header.
Elliott Hughes
2013-10-16
1
-6
/
+17
*
Refactor the syscall generation script.
Elliott Hughes
2013-10-07
1
-151
/
+157
*
Add an optional alias list to SYSCALLS.TXT
H.J. Lu
2013-10-07
1
-2
/
+11
*
x86_64: Add x86_64 syscalls and tune gen scripts for x86_64
Pavel Chupin
2013-10-01
1
-58
/
+90
*
Make it easier to add syscalls for another architecture.
Elliott Hughes
2013-09-26
1
-61
/
+34
*
Slight script cleanup; make gensyscalls work from any directory.
Elliott Hughes
2013-06-17
1
-26
/
+16
*
Stop generating <sys/linux-syscalls.h>.
Elliott Hughes
2013-03-22
1
-62
/
+5
*
Use the correct names for the __ARM_NR_* syscalls.
Elliott Hughes
2013-03-22
1
-10
/
+19
*
The SYS_ constants should cover all __NR_ values.
Elliott Hughes
2013-03-21
1
-18
/
+30
*
Don't #define SYS_ constants unless they make sense for the current architect...
Elliott Hughes
2013-03-21
1
-28
/
+29
*
Provide glibc-compatible SYS_* aliases for the __NR_* constants.
Elliott Hughes
2013-03-21
1
-12
/
+29
*
Use the kernel's MAX_ERRNO in the syscall stubs.
Elliott Hughes
2013-03-12
1
-7
/
+11
*
Remove dead code from gensyscalls.py.
Elliott Hughes
2013-02-07
1
-117
/
+13
*
Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.
Elliott Hughes
2013-02-06
1
-8
/
+5
*
Clean up trailing whitespace in the kernel headers.
Elliott Hughes
2013-01-30
1
-6
/
+0
*
arm syscall : for eabi call_default don't use stack
Matthieu Castet
2013-01-16
1
-3
/
+2
*
am 70cf0bc0: Merge "Remove the last references to SuperH."
Elliott Hughes
2012-05-16
1
-17
/
+0
|
\
|
*
Remove the last references to SuperH.
Elliott Hughes
2012-05-15
1
-17
/
+0
*
|
am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"."
Elliott Hughes
2012-05-09
1
-1
/
+2
|
\
\
|
|
/
|
*
Actually set the header guard in "linux-syscalls.h".
Elliott Hughes
2012-05-09
1
-1
/
+2
*
|
resolved conflicts for merge of e5408907 to jb-dev-plus-aosp
Elliott Hughes
2012-05-09
1
-25
/
+75
|
\
\
|
|
/
|
*
[MIPS] Add support for MIPS syscalls
Raghu Gandham
2012-05-09
1
-27
/
+76
*
|
Merge c4cb87f3
Jean-Baptiste Queru
2012-02-01
1
-85
/
+1
|
\
\
|
|
/
[next]