index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix __errno for LP64 and clean up __get_tls.
Elliott Hughes
2013-10-09
13
-102
/
+55
*
Fix 32-bit build.
Elliott Hughes
2013-10-08
1
-0
/
+2
*
Merge "Fix malloc debugging for LP64."
Elliott Hughes
2013-10-09
2
-22
/
+23
|
\
|
*
Fix malloc debugging for LP64.
Elliott Hughes
2013-10-08
2
-22
/
+23
*
|
Merge "Don't allow int<->pointer conversions."
Elliott Hughes
2013-10-09
1
-1
/
+7
|
\
\
|
*
|
Don't allow int<->pointer conversions.
Elliott Hughes
2013-10-08
1
-1
/
+7
|
|
/
*
|
Fix bionic's built-in stack trace dumping for LP64.
Elliott Hughes
2013-10-08
1
-6
/
+14
|
/
*
Fix the ALIGN and ALIGNBYTES macros for LP64.
Elliott Hughes
2013-10-08
1
-2
/
+7
*
Merge "pthread_exit should call __NR_exit with status 0."
Elliott Hughes
2013-10-08
6
-24
/
+20
|
\
|
*
pthread_exit should call __NR_exit with status 0.
Elliott Hughes
2013-10-08
6
-24
/
+20
*
|
Make logging fall back to /dev/stderr if we're on the host.
Elliott Hughes
2013-10-08
1
-0
/
+25
|
/
*
Refactor the syscall generation script.
Elliott Hughes
2013-10-07
1
-151
/
+157
*
Merge "Add an optional alias list to SYSCALLS.TXT"
Elliott Hughes
2013-10-08
4
-5
/
+32
|
\
|
*
Add an optional alias list to SYSCALLS.TXT
H.J. Lu
2013-10-07
4
-5
/
+32
*
|
libc: fix __cxa_atexit implicit declaration
synergydev
2013-10-07
1
-4
/
+5
*
|
Merge "Clean up the x86 and x86_64 _exit_with_stack_teardown implementations."
Elliott Hughes
2013-10-07
3
-41
/
+29
|
\
\
|
*
|
Clean up the x86 and x86_64 _exit_with_stack_teardown implementations.
Elliott Hughes
2013-10-07
3
-41
/
+29
|
|
/
*
|
Don't define the meaningless SOFTFLOAT for x86.
Elliott Hughes
2013-10-07
1
-2
/
+0
|
/
*
Fix MIPS build.
Elliott Hughes
2013-10-06
1
-1
/
+1
*
Merge "libc: Remove deprecated register"
Elliott Hughes
2013-10-07
1
-4
/
+4
|
\
|
*
libc: Remove deprecated register
synergydev
2013-10-06
1
-4
/
+4
*
|
Upgrade to tzdata2013g.
Elliott Hughes
2013-10-06
1
-0
/
+0
|
/
*
Add arch-x86_64/include/machine.
Elliott Hughes
2013-10-04
15
-37
/
+767
*
Merge "Add arch-x86_64/bionic."
Elliott Hughes
2013-10-04
18
-11
/
+866
|
\
|
*
Add arch-x86_64/bionic.
Elliott Hughes
2013-10-04
18
-11
/
+866
*
|
Merge "Make error messages even better!"
Nick Kralevich
2013-10-04
30
-32
/
+32
|
\
\
|
|
/
|
/
|
|
*
Make error messages even better!
Nick Kralevich
2013-10-04
30
-32
/
+32
*
|
x86_64: Remove lseek64 for x86_64 for a while
Pavel Chupin
2013-10-04
1
-1
/
+1
*
|
Merge "Remove useless x86 fallbacks."
Elliott Hughes
2013-10-04
5
-159
/
+14
|
\
\
|
|
/
|
/
|
|
*
Remove useless x86 fallbacks.
Elliott Hughes
2013-10-03
5
-159
/
+14
*
|
Merge "Fixed ASM_ALIGN macro"
Elliott Hughes
2013-10-04
1
-2
/
+2
|
\
\
|
*
|
Fixed ASM_ALIGN macro
Pavel Chupin
2013-10-04
1
-2
/
+2
|
|
/
*
|
FORTIFY_SOURCE: emphasize prevention in error messages.
Nick Kralevich
2013-10-04
16
-18
/
+18
|
/
*
x86_64: Fix get_tls and statvfs
Pavel Chupin
2013-10-03
2
-1
/
+14
*
Merge "Move common arch-* code to arch-common directory"
Elliott Hughes
2013-10-03
12
-167
/
+60
|
\
|
*
Move common arch-* code to arch-common directory
Pavel Chupin
2013-10-03
12
-167
/
+60
*
|
Merge "Don't export unnecessary symbol."
Nick Kralevich
2013-10-03
1
-1
/
+1
|
\
\
|
*
|
Don't export unnecessary symbol.
Nick Kralevich
2013-10-03
1
-1
/
+1
*
|
|
Merge "Check memory size on FD_* functions"
Nick Kralevich
2013-10-03
2
-15
/
+23
|
\
\
\
|
*
|
|
Check memory size on FD_* functions
Nick Kralevich
2013-10-03
2
-15
/
+23
|
|
/
/
*
|
|
Add dependencies on included makefiles.
Christopher Ferris
2013-10-03
2
-13
/
+25
|
/
/
*
|
Remove dead files.
Christopher Ferris
2013-10-03
3
-1393
/
+0
|
/
*
Remove the __ARM_FEATURE_DSP check.
Christopher Ferris
2013-10-02
3
-33
/
+0
*
libc: don't export unnecessary symbols
Nick Kralevich
2013-10-02
13
-15
/
+15
*
FORTIFY_SOURCE: Add __FD_* checks
Nick Kralevich
2013-10-02
3
-3
/
+74
*
Merge "Use gnu++11 and gnu99 explicitly for C++/C files."
Stephen Hines
2013-10-02
1
-7
/
+33
|
\
|
*
Use gnu++11 and gnu99 explicitly for C++/C files.
Stephen Hines
2013-10-02
1
-7
/
+33
*
|
Use alloc_size attribute on *alloc functions
Nick Kralevich
2013-10-02
1
-6
/
+6
|
/
*
Merge "Remove #define _BITSIZE 32."
Elliott Hughes
2013-10-02
1
-2
/
+0
|
\
|
*
Remove #define _BITSIZE 32.
Elliott Hughes
2013-10-02
1
-2
/
+0
[next]