Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
849e162d3bedc5ca61bdf15486268b253b9f4e93
/
libc
/
Android.mk
205c788
Clean up reentrancy cruft.
by Elliott Hughes
· 11 years ago
f2cea02
Clean up <stdio.h> macros.
by Elliott Hughes
· 11 years ago
603332f
Upgrade to current upstream scanf implementation.
by Elliott Hughes
· 11 years ago
5a81738
Ensure we always have symbols for atof, strtof, strtold.
by Elliott Hughes
· 11 years ago
c1005aa
logd: default user space logger
by Mark Salyzyn
· 11 years ago
8d4b584
Clean up our termios implementation.
by Elliott Hughes
· 11 years ago
ad41e9a
More stdio cleanup.
by Elliott Hughes
· 11 years ago
cccfe1e
Reimplement clock(3) and switch to OpenBSD time(3).
by Elliott Hughes
· 11 years ago
247dc91
Take ownership of various simple syscall wrappers.
by Elliott Hughes
· 11 years ago
19f58ef
Switch to NetBSD utmp.c.
by Elliott Hughes
· 11 years ago
ec674b4
Merge "Switch to upstream FreeBSD ldexp.c."
by Elliott Hughes
· 11 years ago
21d9e58
Merge "Rename the stack protector intermediate library."
by Elliott Hughes
· 11 years ago
57a8836
Switch to upstream FreeBSD ldexp.c.
by Elliott Hughes
· 11 years ago
7aef274
Merge "Switch to OpenBSD wcscoll."
by Elliott Hughes
· 11 years ago
6380b51
Rename the stack protector intermediate library.
by Elliott Hughes
· 11 years ago
c8937ea
Switch to OpenBSD wcscoll.
by Elliott Hughes
· 11 years ago
152b9de
Remove non-standard memswap.
by Elliott Hughes
· 11 years ago
4d46c94
Merge "Rewrite the POSIX timer functions."
by Elliott Hughes
· 11 years ago
4b558f5
Rewrite the POSIX timer functions.
by Elliott Hughes
· 11 years ago
fcb502e
Sync up nameser with upstream(2014.03.05)
by Calin Juravle
· 11 years ago
4a46a68
Merge "Moved private dns header to their own dir."
by Calin Juravle
· 11 years ago
9f2d1bc
Merge "Renamed the misleading libc/netbsd directory to libc/dns."
by Calin Juravle
· 11 years ago
2c7c79e
Merge "Switch to upstream alarm(3)."
by Elliott Hughes
· 11 years ago
aedb00d
Switch to upstream alarm(3).
by Elliott Hughes
· 11 years ago
cecc036
Moved private dns header to their own dir.
by Calin Juravle
· 11 years ago
f382928
libc: Make calls to new user-space logger (revisit)
by Mark Salyzyn
· 11 years ago
692207e
Add getprogname/setprogname for BSD compatibility.
by Elliott Hughes
· 11 years ago
bd33537
Renamed the misleading libc/netbsd directory to libc/dns.
by Calin Juravle
· 11 years ago
0336e35
libc: Make calls to new user-space logger
by Mark Salyzyn
· 12 years ago
1e4378e
Switch to current OpenBSD system.c.
by Elliott Hughes
· 11 years ago
5c7816f
Merge "More OpenBSD cleanup (primarily string)."
by Elliott Hughes
· 11 years ago
7c1efff
Merge "Added mkstemp64"
by Calin Juravle
· 11 years ago
53e4329
More OpenBSD cleanup (primarily string).
by Elliott Hughes
· 11 years ago
fe317a3
Added mkstemp64
by Calin Juravle
· 11 years ago
c9ae21a
Move system_properties over to C++.
by Narayan Kamath
· 11 years ago
0133944
Clean up our OpenBSD usage.
by Elliott Hughes
· 11 years ago
677b6e6
Move the upstream-netbsd libc files into the correct directory.
by Elliott Hughes
· 11 years ago
d28b277
Remove two DNS files that weren't being built.
by Elliott Hughes
· 11 years ago
1fbe621
Don't explicitly list the tzcode files.
by Elliott Hughes
· 11 years ago
db1ea34
Implement some of the missing LFS64 support.
by Elliott Hughes
· 12 years ago
a38cb08
Clean up various warnings in bionic.
by Elliott Hughes
· 11 years ago
aa0ebda
Clean up sys_signame and sys_siglist a little.
by Elliott Hughes
· 11 years ago
76c8b88
Fix missing args.
by Ying Wang
· 11 years ago
f25d677
Reconfig libc's Android.mk to build for multilib
by Ying Wang
· 12 years ago
9918665
[MIPS64] Dynamic linker
by Chris Dearman
· 11 years ago
b3a23bd
Build syscall stubs in their own library.
by Elliott Hughes
· 11 years ago
0266ae5
Switch <elf.h> over to linux uapi under the covers.
by Elliott Hughes
· 11 years ago
645d031
[MIPS64] libc/libm support
by Chris Dearman
· 11 years ago
f64b8ea
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
by Elliott Hughes
· 12 years ago
d1973ca
bionic: rename aarch64 target to arm64
by Colin Cross
· 12 years ago
887e114
Clean up <sched.h>.
by Elliott Hughes
· 12 years ago
e7c59f9
Fix compilation of crtbegin.c and pthread_debug.cpp.
by Elliott Hughes
· 12 years ago
e210488
AArch64: Add initial support for AArch64
by Serban Constantinescu
· 12 years ago
f00c938
Merge commit '811b0cdb2d6e4a697dbc63a678712759dd0db242' into HEAD
by The Android Open Source Project
· 12 years ago
ab61eb3
Switch to upstream sleep(3) and usleep(3).
by Elliott Hughes
· 12 years ago
36d6188
Clean up forking and cloning.
by Elliott Hughes
· 12 years ago
318e86e
Merge "bionic: call stdio cleanup on exit"
by Elliott Hughes
· 12 years ago
6522899
bionic: call stdio cleanup on exit
by Pawit Pornkitprasan
· 12 years ago
e48b685
Clean up the pthread_create trampoline.
by Elliott Hughes
· 12 years ago
0620925
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
by Elliott Hughes
· 12 years ago
8fbf8de
Fix pread/pwrite for LP64.
by Elliott Hughes
· 12 years ago
66759d6
Move the pthread debugging flags to the right place.
by Elliott Hughes
· 12 years ago
c3f1140
<pthread.h> fixes and pthread cleanup.
by Elliott Hughes
· 12 years ago
b5b97f2
Remove an obsolete ARM gdb hack.
by Elliott Hughes
· 12 years ago
2f287bc
Factor out some of the makefile cruft.
by Elliott Hughes
· 12 years ago
567a8de
Start moving 32-bit cruft somewhere it won't pollute 64-bit.
by Elliott Hughes
· 12 years ago
bf42568
Let the compiler worry about implementing ffs(3).
by Elliott Hughes
· 12 years ago
1195207
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
by Elliott Hughes
· 12 years ago
cac7b9d
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
by Elliott Hughes
· 12 years ago
f8fcfbc
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
by Elliott Hughes
· 12 years ago
594b1a4
Make sure we have a mkfifo symbol.
by Elliott Hughes
· 12 years ago
c7e9b23
Fix sigaction(3) for 64-bit.
by Elliott Hughes
· 12 years ago
6b9321b
am d6e117b6: am 1f29c2f5: Merge "Switch sigpending over to rt_sigpending."
by Elliott Hughes
· 12 years ago
40d105c
Switch sigpending over to rt_sigpending.
by Elliott Hughes
· 12 years ago
afaebc3
am 87fc78de: am 608c65f6: Merge "Fix sigsuspend to use rt_sigsuspend on all platforms."
by Elliott Hughes
· 12 years ago
1f5af92
Fix sigsuspend to use rt_sigsuspend on all platforms.
by Elliott Hughes
· 12 years ago
4681f82
am 5b3f1d8b: am 22b83da4: Merge "Clean up the sigprocmask/pthread_sigmask implementation."
by Elliott Hughes
· 12 years ago
19e6232
Clean up the sigprocmask/pthread_sigmask implementation.
by Elliott Hughes
· 12 years ago
49bb53c
am 95de0df8: am eda2679e: Merge "FORTIFY_SOURCE: fortify read()"
by Nick Kralevich
· 12 years ago
2d38f0c
am 21d70d5f: am 39385aa7: Merge "Clean up the cpuacct cruft."
by Elliott Hughes
· 12 years ago
eda2679
Merge "FORTIFY_SOURCE: fortify read()"
by Nick Kralevich
· 12 years ago
b036b5c
FORTIFY_SOURCE: fortify read()
by Nick Kralevich
· 12 years ago
232163c
Clean up the cpuacct cruft.
by Elliott Hughes
· 12 years ago
b8771d9
am b35ebe3d: am 848efa9d: Merge "Revert "FORTIFY_SOURCE: fortify read()""
by Nick Kralevich
· 12 years ago
8d25327
Revert "FORTIFY_SOURCE: fortify read()"
by Nick Kralevich
· 12 years ago
1cdc9fe
am 8826ba8a: am bc545e8a: Merge "Fix x86_64 build, clean up intermediate libraries."
by Elliott Hughes
· 12 years ago
45e3076
am 731ced6b: am c147478c: Merge "FORTIFY_SOURCE: fortify read()"
by Nick Kralevich
· 12 years ago
bc545e8
Merge "Fix x86_64 build, clean up intermediate libraries."
by Elliott Hughes
· 12 years ago
c147478
Merge "FORTIFY_SOURCE: fortify read()"
by Nick Kralevich
· 12 years ago
eb847bc
Fix x86_64 build, clean up intermediate libraries.
by Elliott Hughes
· 12 years ago
ac045c3
am f83148af: am 0c17099a: Merge "Fix __errno for LP64 and clean up __get_tls."
by Elliott Hughes
· 12 years ago
65c99de
FORTIFY_SOURCE: fortify read()
by Nick Kralevich
· 12 years ago
2a0b873
Fix __errno for LP64 and clean up __get_tls.
by Elliott Hughes
· 12 years ago
5ca2f97
am 5596240c: am 65e1c48d: Merge "Don\'t allow int<->pointer conversions."
by Elliott Hughes
· 12 years ago
2ec400b
Don't allow int<->pointer conversions.
by Elliott Hughes
· 12 years ago
4d388c6
am 019d0f33: am d262e17e: Merge "Don\'t define the meaningless SOFTFLOAT for x86."
by Elliott Hughes
· 12 years ago
ee489f6
Don't define the meaningless SOFTFLOAT for x86.
by Elliott Hughes
· 12 years ago
83b719a
am c89f1db0: am 7021e438: Merge "x86_64: Remove lseek64 for x86_64 for a while"
by Elliott Hughes
· 12 years ago
bc109ea
am aa3c74d1: am 57d9cebb: Merge "Remove useless x86 fallbacks."
by Elliott Hughes
· 12 years ago
9373bbb
x86_64: Remove lseek64 for x86_64 for a while
by Pavel Chupin
· 12 years ago
Next »