index
:
android_bionic
cm-10.1
cm-10.2
cm-11.0
cm-12.0
cm-12.1
cm-13.0
cm-14.0
cm-14.1
cm-14.1_old
cm-14.1_prerebase
donut
eclair
froyo
froyo-stable
gb-release-7.2
gingerbread
gingerbread-release
ics
ics-release
jellybean
jellybean-stable
lineage-15.0
lineage-15.1
lineage-16.0
lineage-17.0
lineage-17.1
mr1.1-staging
shipping/cm-11.0
stable/cm-10.2
stable/cm-11.0
stable/cm-11.0-XNF8Y
stable/cm-11.0-XNF9X
stable/cm-11.0-XNG2S
stable/cm-11.0-XNG3C
stable/cm-12.0-YNG1I
stable/cm-12.0-YNG1T
stable/cm-12.0-YNG1TA
stable/cm-12.0-YNG3C
stable/cm-12.0-YNG4N
stable/cm-12.1-YOG3C
stable/cm-12.1-YOG4P
stable/cm-12.1-YOG7D
stable/cm-13.0-ZNH0E
stable/cm-13.0-ZNH2K
stable/cm-13.0-ZNH2KB
stable/cm-13.0-ZNH5Y
staging/cm-12.0-caf
staging/cm-12.1
staging/cm-13.0+r22
staging/cm-14.0-caf
staging/cm-14.1-cafrebase
staging/cm-14.1_android-7.1.2_r2
staging/lineage-15.0_rebase-android-8.0.0_r23
staging/lineage-15.1
staging/lineage-17.0_merge-android-10.0.0_r9
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
bionic: add compatibility mode for properties
Colin Cross
2013-06-25
2
-1
/
+149
*
bionic: use the size of the file to determine property area size
Colin Cross
2013-06-25
1
-8
/
+14
*
Kernel dso support for 'dl_iterate_phdr' function
Sergey Melnikov
2013-06-25
1
-24
/
+41
*
bionic: store property names as variable-length strings
Greg Hackmann
2013-06-24
1
-4
/
+5
*
bionic: prevent root processes from calling __system_property_add
Colin Cross
2013-06-24
1
-3
/
+17
*
bionic: revert to a single (larger) property area
Greg Hackmann
2013-06-24
1
-66
/
+25
*
bionic: reimplement property area as hybrid trie/binary tree
Greg Hackmann
2013-06-24
1
-82
/
+271
*
bionic: add missing memory barriers to system properties
Greg Hackmann
2013-06-24
1
-0
/
+5
*
bionic: make property area expandable
Greg Hackmann
2013-06-24
1
-41
/
+146
*
libc_logging: don't keep file descriptors open forever
Nick Kralevich
2013-06-21
1
-12
/
+10
*
bionic: add __system_property_foreach
Greg Hackmann
2013-06-18
1
-0
/
+16
*
bionic: move system property writing from init to bionic
Colin Cross
2013-06-17
1
-0
/
+101
*
Handles spurious wake-ups in pthread_join()
msg555
2013-06-12
6
-39
/
+27
*
Clean up abort.
Elliott Hughes
2013-06-12
3
-7
/
+88
*
Merge "bionic/x86: Optimization for string routines"
Elliott Hughes
2013-06-08
2
-16
/
+46
|
\
|
*
bionic/x86: Optimization for string routines
Liubov Dmitrieva
2013-05-31
2
-16
/
+46
*
|
Implement malloc_usable_size for debug impls.
Christopher Ferris
2013-06-07
6
-145
/
+270
*
|
Ensure header files using __BEGIN_DECLS include sys/cdefs.h.
Elliott Hughes
2013-06-05
1
-0
/
+1
*
|
Merge "Fix declaration of malloc_usable_size()"
Elliott Hughes
2013-06-05
1
-1
/
+1
|
\
\
|
*
|
Fix declaration of malloc_usable_size()
David 'Digit' Turner
2013-05-23
1
-1
/
+1
|
|
/
*
/
FORTIFY_SOURCE: strcat / strncat optimize
Nick Kralevich
2013-05-31
2
-33
/
+39
|
/
*
Fix sysconf(3) for _SC_GETGR_R_SIZE_MAX and _SC_GETPW_R_SIZE_MAX.
Elliott Hughes
2013-05-14
1
-2
/
+2
*
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 __predict_false on some fortify methods.
Nick Kralevich
2013-05-02
11
-11
/
+11
*
libc: cleanup strchr
Nick Kralevich
2013-05-02
1
-0
/
+50
*
Use hidden visibility for internal-use-only functions
Kito Cheng
2013-04-12
1
-2
/
+2
*
Add missing include and function prototype for sched_getaffinity.
Kito Cheng
2013-04-10
1
-10
/
+14
*
Make abort messages available to debuggerd.
Elliott Hughes
2013-04-05
7
-250
/
+193
*
Prevent name conflict for eventfd.cpp and eventfd.s when building libc.a
Kito Cheng
2013-04-03
2
-21
/
+36
*
Stop using unreasonable numbers of map entries.
Elliott Hughes
2013-04-02
1
-32
/
+0
*
Extra logging in pthread_create.
Elliott Hughes
2013-03-29
1
-0
/
+3
*
Clarify the dlmalloc USAGE_ERROR.
Elliott Hughes
2013-03-25
1
-1
/
+2
*
Unhide __set_errno for backwards compatibility.
Elliott Hughes
2013-03-22
1
-1
/
+2
*
Replace unnecessary ARM uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
Elliott Hughes
2013-03-21
1
-259
/
+0
*
Fix pthread_setname_np's behavior on invalid pthread_ts.
Elliott Hughes
2013-03-21
1
-7
/
+15
*
Expose wait4 as wait4 rather than __wait4.
Elliott Hughes
2013-03-21
1
-15
/
+16
*
Hide various symbols that shouldn't be exposed.
Elliott Hughes
2013-03-15
3
-7
/
+5
*
Clean up internal libc logging.
Elliott Hughes
2013-03-15
30
-309
/
+88
*
Remove useless workaround for HTC RIL bugs.
Elliott Hughes
2013-03-15
1
-3
/
+0
*
Use the kernel's MAX_ERRNO in the syscall stubs.
Elliott Hughes
2013-03-12
1
-16
/
+2
*
Support large errno values on ARM.
Elliott Hughes
2013-03-12
1
-9
/
+8
*
Fix debug malloc.
Elliott Hughes
2013-03-06
2
-48
/
+19
*
Move realpath.c to upstream-freebsd.
Elliott Hughes
2013-03-01
1
-232
/
+0
*
Reimplement scandir(3).
Elliott Hughes
2013-02-25
3
-55
/
+124
*
Fix raise(3) so it works in signal handlers.
Elliott Hughes
2013-02-21
2
-9
/
+13
*
Fix pthreads functions that should return ESRCH.
Elliott Hughes
2013-02-19
12
-216
/
+513
*
dalvik is big enough and ugly enough to handle System.arraycopy itself.
Elliott Hughes
2013-02-15
1
-148
/
+0
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
8
-97
/
+81
*
Simplify __stack_chk_fail, and fix it so we get debuggerd stack traces.
Elliott Hughes
2013-02-14
3
-48
/
+40
[next]