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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Implement some of the missing LFS64 support.
Elliott Hughes
2014-02-18
1
-1
/
+1
*
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
2
-1
/
+46
*
bionic: rename aarch64 target to arm64
Colin Cross
2014-01-23
2
-31
/
+32
*
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
2
-3
/
+35
*
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
*
Remove support for the useless 'custom' option in SYSCALLS.TXT.
Elliott Hughes
2013-10-15
1
-3
/
+1
*
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
2
-3
/
+24
*
x86_64: Add x86_64 syscalls and tune gen scripts for x86_64
Pavel Chupin
2013-10-01
2
-59
/
+91
*
Make it easier to add syscalls for another architecture.
Elliott Hughes
2013-09-26
2
-100
/
+55
*
Simplify the SYSCALLS.TXT format.
Elliott Hughes
2013-09-24
1
-27
/
+20
*
Slight script cleanup; make gensyscalls work from any directory.
Elliott Hughes
2013-06-17
2
-209
/
+16
*
Don't avoid IPv6 when looking for new tzdata.
Elliott Hughes
2013-04-24
1
-10
/
+0
*
Disable IPv6 when looking for tzdata updates.
Elliott Hughes
2013-04-22
1
-2
/
+11
*
Add signature checking to HTTP tzdata updates.
Elliott Hughes
2013-04-22
1
-10
/
+21
*
Rename the tzdata update tool, and add HTTP support.
Elliott Hughes
2013-04-22
1
-19
/
+58
*
Fix the SYSCALLS.TXT documentation and remove a dead script.
Elliott Hughes
2013-04-03
1
-188
/
+0
*
Remove some dead script code and fix a script comment.
Elliott Hughes
2013-03-25
1
-3
/
+1
*
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
*
Fix a bug in ZoneCompactor that meant the zonetab offset was wrong.
Elliott Hughes
2013-03-14
1
-2
/
+2
*
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
*
Upgrade libm.
Elliott Hughes
2013-02-01
1
-0
/
+64
*
Clean up trailing whitespace in the kernel headers.
Elliott Hughes
2013-01-30
2
-21
/
+0
*
arm syscall : for eabi call_default don't use stack
Matthieu Castet
2013-01-16
1
-3
/
+2
*
Verify architecture neutral syscall numbers
Chris Dearman
2012-11-29
1
-4
/
+3
*
Upgrade to tzdata2012j.
Elliott Hughes
2012-11-26
1
-4
/
+6
*
Upgrade to tzdata2012i.
Elliott Hughes
2012-11-05
1
-17
/
+29
*
Support zone.tab in bionic, and remove the file format version.
Elliott Hughes
2012-10-22
2
-13
/
+20
*
Merge "Change ZoneCompator to generate the single "tzdata" file."
Elliott Hughes
2012-10-19
3
-310
/
+259
|
\
|
*
Change ZoneCompator to generate the single "tzdata" file.
Elliott Hughes
2012-10-19
3
-310
/
+259
*
|
Update generate-NOTICE.py to know about tzdata.
Elliott Hughes
2012-10-19
1
-1
/
+1
|
/
*
Do all the zoneinfo.* file generation in Java.
Elliott Hughes
2012-10-19
2
-22
/
+16
*
Switch bionic over to using libcore's copy of libcore.util.ZoneInfo.
Elliott Hughes
2012-10-19
3
-289
/
+60
*
Put all the tzdata in one file.
Elliott Hughes
2012-10-17
1
-0
/
+77
[next]