index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix implementation of generic atomic operations
Chris Dearman
2012-07-24
1
-7
/
+7
*
Update time.h for CLOCK_BOOTTIME.
Nick Pelly
2012-07-19
1
-0
/
+1
*
Merge "limits.h: Include page.h when relying on PAGE_SIZE"
Elliott Hughes
2012-07-16
1
-0
/
+1
|
\
|
*
limits.h: Include page.h when relying on PAGE_SIZE
Arun Raghavan
2012-07-10
1
-0
/
+1
|
*
am e0961445: Merge "Remove the meaningless on Linux if_dl.h header."
Elliott Hughes
2012-06-11
1
-87
/
+0
|
|
\
|
|
*
Remove the meaningless on Linux if_dl.h header.
Elliott Hughes
2012-06-11
1
-87
/
+0
*
|
|
FORTIFY_SOURCE: revert memcpy changes.
Nick Kralevich
2012-07-13
1
-9
/
+1
*
|
|
FORTIFY_SOURCE: introduce __BIONIC_FORTIFY_UNKNOWN_SIZE macro
Nick Kralevich
2012-07-13
3
-4
/
+8
*
|
|
FORTIFY_SOURCE: strlen check.
Nick Kralevich
2012-07-13
1
-0
/
+13
*
|
|
FORTIFY_SOURCE: enhanced memcpy protections.
Nick Kralevich
2012-07-12
1
-2
/
+35
*
|
|
Merge "FORTIFY_SOURCE: Add openat, fix bug"
Nick Kralevich
2012-07-09
1
-7
/
+30
|
\
\
\
|
*
|
|
FORTIFY_SOURCE: Add openat, fix bug
Nick Kralevich
2012-07-09
1
-7
/
+30
*
|
|
|
FORTIFY_SOURCE: add fgets support.
Nick Kralevich
2012-07-09
1
-0
/
+39
|
/
/
/
*
|
|
Merge "FORTIFY_SOURCE: add open() checks"
Nick Kralevich
2012-06-27
1
-0
/
+40
|
\
\
\
|
*
|
|
FORTIFY_SOURCE: add open() checks
Nick Kralevich
2012-06-26
1
-0
/
+40
*
|
|
|
libc: cleanups
Nick Kralevich
2012-06-26
1
-8
/
+8
|
/
/
/
*
|
|
libc: make atoi, atol, and atoll pure functions
Nick Kralevich
2012-06-14
1
-3
/
+3
*
|
|
FORTIFY_SOURCE: add strlcpy / strlcat support
Nick Kralevich
2012-06-14
1
-0
/
+62
*
|
|
Merge "Don't mark realloc with __attribute__((malloc))"
Nick Kralevich
2012-06-13
1
-1
/
+1
|
\
\
\
|
*
|
|
Don't mark realloc with __attribute__((malloc))
Nick Kralevich
2012-06-13
1
-1
/
+1
*
|
|
|
FORTIFY_SOURCE: add sprintf / vsprintf support
Nick Kralevich
2012-06-13
1
-14
/
+57
|
/
/
/
*
|
|
Merge "FORTIFY_SOURCE: add snprintf, vsnprintf"
Nick Kralevich
2012-06-12
1
-0
/
+28
|
\
\
\
|
*
|
|
FORTIFY_SOURCE: add snprintf, vsnprintf
Nick Kralevich
2012-06-11
1
-0
/
+28
*
|
|
|
Remove the meaningless on Linux if_dl.h header.
Elliott Hughes
2012-06-11
1
-87
/
+0
|
/
/
/
*
|
|
_FORTIFY_SOURCE: add memset / bzero support
Nick Kralevich
2012-06-07
3
-13
/
+27
*
|
|
libc: implement some FORTIFY_SOURCE functions
Nick Kralevich
2012-06-05
1
-0
/
+41
|
/
/
*
|
am edb7cad9: Merge "Actually set the header guard in "linux-syscalls.h"."
Elliott Hughes
2012-05-09
1
-0
/
+1
|
\
\
|
|
/
|
*
Actually set the header guard in "linux-syscalls.h".
Elliott Hughes
2012-05-09
1
-0
/
+1
*
|
resolved conflicts for merge of e5408907 to jb-dev-plus-aosp
Elliott Hughes
2012-05-09
1
-137
/
+334
|
\
\
|
|
/
|
*
[MIPS] Add support for MIPS syscalls
Raghu Gandham
2012-05-09
2
-133
/
+348
|
*
Add the posix_memalign(3) function to bionic
Ken Sumrall
2012-04-27
1
-0
/
+2
|
*
Merge "Bionic: Fix wrong prototype of system call clock_nanosleep"
Elliott Hughes
2012-04-16
1
-1
/
+1
|
|
\
|
|
*
Bionic: Fix wrong prototype of system call clock_nanosleep
Jack Ren
2012-04-16
1
-1
/
+1
|
*
|
bionic: Fix wrong prototype of system call getresuid/getresgid
Jack Ren
2012-04-16
1
-2
/
+2
|
|
/
|
*
am afab5a70: Merge "Eliminate duplicate constants"
Jean-Baptiste Queru
2012-02-29
2
-517
/
+2
|
|
\
|
|
*
Eliminate duplicate constants
Nick Kralevich
2012-02-29
2
-517
/
+2
|
*
|
am 7f28e0b4: Merge "Clean up the remnants of SuperH support"
Jean-Baptiste Queru
2012-02-29
1
-1
/
+0
|
|
\
\
|
|
|
/
|
|
*
Merge "Clean up the remnants of SuperH support"
Jean-Baptiste Queru
2012-02-29
1
-1
/
+0
|
|
|
\
|
|
|
*
Clean up the remnants of SuperH support
Raghu Gandham
2012-02-09
1
-1
/
+0
*
|
|
|
Add faccessat to syscall list
Kenny Root
2012-04-13
2
-0
/
+3
*
|
|
|
Merge "string.h: add __attribute__ ((pure)) to string functions"
Nick Kralevich
2012-03-21
2
-19
/
+21
|
\
\
\
\
|
*
|
|
|
string.h: add __attribute__ ((pure)) to string functions
Nick Kralevich
2012-03-21
2
-19
/
+21
*
|
|
|
|
New additions/bug fixes required/found when porting perf.
Ben Cheng
2012-03-20
2
-0
/
+112
|
/
/
/
/
*
|
|
|
Update kernel headers and add syscall "perf_event_open"
Ben Cheng
2012-03-13
1
-0
/
+1
*
|
|
|
Add relro support
Nick Kralevich
2012-03-05
1
-0
/
+2
*
|
|
|
Eliminate duplicate constants
Nick Kralevich
2012-02-29
2
-517
/
+2
*
|
|
|
am 09049311: am cfff36df: am a60ff6c5: Merge "libc: Define new symbol visibil...
Jean-Baptiste Queru
2012-02-13
1
-0
/
+15
|
\
\
\
\
|
|
/
/
/
|
*
|
|
am a60ff6c5: Merge "libc: Define new symbol visibility macros"
Jean-Baptiste Queru
2012-02-13
1
-0
/
+15
|
|
\
\
\
|
|
|
/
/
|
|
*
|
libc: Define new symbol visibility macros
David 'Digit' Turner
2012-01-31
1
-0
/
+15
|
|
|
/
*
|
|
Allow C++ to call fdprintf
Glenn Kasten
2012-02-09
1
-0
/
+2
[next]