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
*
libc: add limited FORTIFY_SOURCE support for clang
Nick Kralevich
2013-06-18
6
-17
/
+26
*
libc: Introduce __errordecl()
Nick Kralevich
2013-06-18
5
-21
/
+16
*
bionic: move system property writing from init to bionic
Colin Cross
2013-06-17
3
-20
/
+153
*
don't hardcode register r0/v1 when reading the TLS
Mathias Agopian
2013-06-17
1
-12
/
+9
*
Slight script cleanup; make gensyscalls work from any directory.
Elliott Hughes
2013-06-17
3
-264
/
+16
*
Ensure that <stdint.h> defines SIZE_MAX and friends.
Elliott Hughes
2013-06-13
2
-1
/
+22
*
Fix the qsort copyright notice (fixed upstream this afternoon).
Elliott Hughes
2013-06-12
2
-30
/
+1
*
Handles spurious wake-ups in pthread_join()
msg555
2013-06-12
6
-39
/
+27
*
Take some fixed upstream copyright headers and regenerate NOTICE.
Elliott Hughes
2013-06-12
6
-38
/
+96
*
Switch to current upstream stdio makebuf.c and setvbuf.c.
Elliott Hughes
2013-06-12
4
-14
/
+34
*
Merge "Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work.""
Elliott Hughes
2013-06-12
1
-1
/
+1
|
\
|
*
Revert "Add SIZE_MAX to <stdint.h> in a way that might actually work."
Elliott Hughes
2013-06-12
1
-1
/
+1
*
|
Merge "Add SIZE_MAX to <stdint.h> in a way that might actually work."
Elliott Hughes
2013-06-12
1
-1
/
+1
|
\
\
|
|
/
|
*
Add SIZE_MAX to <stdint.h> in a way that might actually work.
Elliott Hughes
2013-06-12
1
-1
/
+1
*
|
Clean up abort.
Elliott Hughes
2013-06-12
10
-108
/
+67
|
/
*
<stdint.h> should expose SIZE_MAX.
Elliott Hughes
2013-06-12
1
-0
/
+1
*
Fix abort(3) to raise SIGABRT rather than causing SIGSEGV.
Ben Cheng
2013-06-10
2
-15
/
+4
*
Merge "bionic/x86: Optimization for string routines"
Elliott Hughes
2013-06-08
39
-632
/
+13748
|
\
|
*
bionic/x86: Optimization for string routines
Liubov Dmitrieva
2013-05-31
39
-632
/
+13748
*
|
Merge "Revert "libc x86: Remove strcat.S""
Elliott Hughes
2013-06-08
1
-0
/
+74
|
\
\
|
*
|
Revert "libc x86: Remove strcat.S"
Elliott Hughes
2013-06-08
1
-0
/
+74
*
|
|
Implement malloc_usable_size for debug impls.
Christopher Ferris
2013-06-07
6
-145
/
+270
*
|
|
update signal.h to be C90 compatable
Erik Gilling
2013-06-05
1
-3
/
+3
*
|
|
Ensure header files using __BEGIN_DECLS include sys/cdefs.h.
Elliott Hughes
2013-06-05
11
-2
/
+15
*
|
|
Merge "sys/personality.h: include <sys/cdefs.h>"
Elliott Hughes
2013-06-06
1
-0
/
+1
|
\
\
\
|
*
|
|
sys/personality.h: include <sys/cdefs.h>
Kito Cheng
2013-06-05
1
-0
/
+1
*
|
|
|
Clean up useless declaration in thread_private.h
Kito Cheng
2013-06-05
1
-111
/
+0
|
/
/
/
*
|
|
Merge "Fix declaration of malloc_usable_size()"
Elliott Hughes
2013-06-05
2
-2
/
+2
|
\
\
\
|
*
|
|
Fix declaration of malloc_usable_size()
David 'Digit' Turner
2013-05-23
2
-2
/
+2
*
|
|
|
Use bl instead of blx to support interworking properly.
Ben Cheng
2013-05-31
1
-1
/
+1
*
|
|
|
FORTIFY_SOURCE: strcat / strncat optimize
Nick Kralevich
2013-05-31
4
-38
/
+40
|
|
/
/
|
/
|
|
*
|
|
libc x86: Remove strcat.S
Nick Kralevich
2013-05-30
1
-74
/
+0
|
|
/
|
/
|
*
|
libc x86: Remove index.S, strcpy.S, strchr.S
Nick Kralevich
2013-05-24
3
-93
/
+0
*
|
libc: delete x86 memchr.S
Nick Kralevich
2013-05-24
1
-27
/
+0
|
/
*
libc/arm: add cortex-a8 cpu variant
Rom Lemarchand
2013-05-15
2
-1
/
+2
*
Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX.
Elliott Hughes
2013-05-14
1
-2
/
+2
*
Add more __restricts, clean up __format__ attributes.
Elliott Hughes
2013-05-14
5
-101
/
+93
*
Pull upstream FreeBSD revision 249810.
Elliott Hughes
2013-05-14
31
-84
/
+80
*
epoll: add EPOLLRDHUP, EPOLLWAKEUP, and EPOLLONESHOT events
Todd Poynor
2013-05-14
1
-0
/
+3
*
libc: add timerfd calls
Todd Poynor
2013-05-14
15
-0
/
+277
*
libc: remove obsolete CLOCK_REALTIME_HR and CLOCK_MONOTONIC_HR
Todd Poynor
2013-05-14
1
-2
/
+3
*
libc: add clock ids CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
Todd Poynor
2013-05-14
1
-0
/
+2
*
Fix all printf warnings in res_send.c.
Kito Cheng
2013-05-14
1
-4
/
+4
*
Remove a spurious FIXME and unnecessary type cast.
Ben Cheng
2013-05-07
1
-4
/
+1
*
Adjust PC value in ARM stack trace.
Ben Cheng
2013-05-07
1
-0
/
+21
*
Use restrict pointers for various libc functions.
Nick Kralevich
2013-05-07
1
-22
/
+22
*
Use __predict_false on some fortify methods.
Nick Kralevich
2013-05-02
11
-11
/
+11
*
libc: cleanup strchr
Nick Kralevich
2013-05-02
2
-17
/
+16
*
libc: upgrade strrchr to FORTIFY_SOURCE=2
Nick Kralevich
2013-04-30
1
-1
/
+1
*
libc: upgrade some libc functions to _FORTIFY_SOURCE=2
Nick Kralevich
2013-04-30
2
-13
/
+11
[next]