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
*
Add new optimized strlen for arm.
Christopher Ferris
2013-07-16
7
-1
/
+157
*
Clean up our alternate signal stacks.
Elliott Hughes
2013-07-16
3
-0
/
+16
*
Improve stack overflow diagnostics.
Elliott Hughes
2013-07-16
2
-5
/
+24
*
Clean up __builtin_expect usage.
Elliott Hughes
2013-07-16
4
-48
/
+26
*
EABI syscall cleanup.
Elliott Hughes
2013-07-16
2
-18
/
+15
*
Fix pthread_getattr_np, pthread_attr_setguardsize, and pthread_attr_setstacks...
Elliott Hughes
2013-07-15
2
-16
/
+20
*
Upgrade to tzcode2013d.
Elliott Hughes
2013-07-12
7
-898
/
+836
*
Add TCP_INFO state enum values.
Elliott Hughes
2013-07-11
1
-0
/
+18
*
syslog.h: add __printflike to syslog functions
Nick Kralevich
2013-07-10
1
-4
/
+4
*
Fix MIPS build.
Elliott Hughes
2013-07-09
1
-0
/
+4
*
Add <sys/statvfs.h>.
Elliott Hughes
2013-07-09
7
-8
/
+126
*
Remove <netinet/icmp6.h> ni_* macros.
Elliott Hughes
2013-07-08
1
-0
/
+4
*
Upgrade to tzdata2013d.
Elliott Hughes
2013-07-08
1
-0
/
+0
*
Make bionic's <netinet/icmp6.h> standalone, like glibc's.
Elliott Hughes
2013-07-08
1
-0
/
+2
*
Fix IPv6 filtering definitions in netinet/icmp6.h.
Lorenzo Colitti
2013-07-08
1
-6
/
+16
*
Merge "Clean up <sys/mount.h>/<linux/fs.h> duplication."
Elliott Hughes
2013-07-08
2
-106
/
+54
|
\
|
*
Clean up <sys/mount.h>/<linux/fs.h> duplication.
Elliott Hughes
2013-07-03
2
-106
/
+54
*
|
bionic_atomic_arm.h: Remove < ARMv6 support
Nick Kralevich
2013-07-03
1
-77
/
+6
|
/
*
Include linux/termios.h from sys/ioctl.h.
Lorenzo Colitti
2013-07-03
1
-0
/
+5
*
Update linux/types.h to linux 2.6.20.
Lorenzo Colitti
2013-07-03
1
-2
/
+4
*
libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.
Will Newton
2013-07-03
2
-0
/
+35
*
Expose dn_comp and dn_expand to system C code.
Lorenzo Colitti
2013-07-02
2
-9
/
+10
*
Fix inttypes.h PRI?PTR and SCN?PTR macros.
Elliott Hughes
2013-07-02
1
-11
/
+11
*
Update icmp6.h to current NetBSD.
Lorenzo Colitti
2013-07-02
1
-11
/
+59
*
Merge "libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings."
Christopher Ferris
2013-07-01
1
-0
/
+611
|
\
|
*
libc/arch-arm/bionic/memcpy.a9.S: memcpy from cortex-strings.
Will Newton
2013-07-01
1
-0
/
+611
*
|
More FORTIFY_SOURCE functions under clang
Nick Kralevich
2013-06-29
3
-6
/
+8
|
/
*
resolv_private.h: remove #define b64_ntop and b64_pton
Nick Kralevich
2013-06-28
1
-5
/
+0
*
stdio.h: enable vs?printf clang FORTIFY_SOURCE
Nick Kralevich
2013-06-27
1
-2
/
+0
*
bionic: add compatibility mode for properties
Colin Cross
2013-06-25
4
-1
/
+160
*
bionic: use the size of the file to determine property area size
Colin Cross
2013-06-25
1
-8
/
+14
*
Merge "Switch to current upstream getopt_long."
Elliott Hughes
2013-06-25
5
-89
/
+152
|
\
|
*
Switch to current upstream getopt_long.
Elliott Hughes
2013-06-25
5
-89
/
+152
*
|
Merge "libc: add swapon and swapoff syscalls"
Rom Lemarchand
2013-06-25
11
-0
/
+168
|
\
\
|
|
/
|
/
|
|
*
libc: add swapon and swapoff syscalls
Rom Lemarchand
2013-06-25
11
-0
/
+168
*
|
Update x86 machine/endian.h from upstream
Pavel Chupin
2013-06-25
1
-19
/
+9
|
/
*
Kernel dso support for 'dl_iterate_phdr' function
Sergey Melnikov
2013-06-25
1
-24
/
+41
*
libc: enable FORTIFY_SOURCE snprintf under clang
Nick Kralevich
2013-06-25
1
-4
/
+8
*
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
2
-71
/
+26
*
bionic: reimplement property area as hybrid trie/binary tree
Greg Hackmann
2013-06-24
2
-93
/
+272
*
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
2
-47
/
+159
*
libc: enable sprintf FORTIFY_SOURCE under clang
Nick Kralevich
2013-06-24
1
-2
/
+11
*
libc_logging: don't keep file descriptors open forever
Nick Kralevich
2013-06-21
1
-12
/
+10
*
libc: enable FORTIFY_SOURCE clang strlcpy
Nick Kralevich
2013-06-20
1
-2
/
+2
*
Merge "stdint.h header is not fully compatible with C99(ISO9899:1999)"
Elliott Hughes
2013-06-19
1
-4
/
+4
|
\
|
*
stdint.h header is not fully compatible with C99(ISO9899:1999)
Sergey Melnikov
2013-06-19
1
-4
/
+4
*
|
bionic: add __system_property_foreach
Greg Hackmann
2013-06-18
2
-3
/
+32
[next]