Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
d8d6feed3add3965f481dcdd6e1bb259a46f21c2
/
libc
/
bionic
f1d7536
Fix and clean up strtotimeval
by Weichuan Yan
· 11 years ago
9e8a8dc
Merge "Remove ALIGNBYTES and ALIGN from <sys/param.h>"
by Calin Juravle
· 11 years ago
cce6c38
Merge "libc: Thread IDs missing from logcat -v thread"
by Mark Salyzyn
· 11 years ago
c20de90
Remove ALIGNBYTES and ALIGN from <sys/param.h>
by Calin Juravle
· 11 years ago
753ad77
Fix deadlock in timer_delete.
by Christopher Ferris
· 11 years ago
8664be5
libc: Thread IDs missing from logcat -v thread
by Mark Salyzyn
· 11 years ago
f2cea02
Clean up <stdio.h> macros.
by Elliott Hughes
· 11 years ago
879d330
property: fix getting dirty serial value
by jiaguo
· 11 years ago
5a81738
Ensure we always have symbols for atof, strtof, strtold.
by Elliott Hughes
· 11 years ago
8d4b584
Clean up our termios implementation.
by Elliott Hughes
· 11 years ago
cccfe1e
Reimplement clock(3) and switch to OpenBSD time(3).
by Elliott Hughes
· 11 years ago
a0ca209
Sysconfig fixes
by Calin Juravle
· 11 years ago
a4eafa6
Removed pthread_attr_getstackaddr/pthread_attr_setstackaddr
by Calin Juravle
· 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
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
c8937ea
Switch to OpenBSD wcscoll.
by Elliott Hughes
· 11 years ago
152b9de
Remove non-standard memswap.
by Elliott Hughes
· 11 years ago
04620a3
Fix pthread_detach for already-exited threads.
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
d40eb15
Merge "Fix some pthread symbols build as C++ symbol under x64 lunch."
by Elliott Hughes
· 11 years ago
9fc7602
libc: libc_logging 64bit compile issue
by Mark Salyzyn
· 11 years ago
f0870c3
Fix some pthread symbols build as C++ symbol under x64 lunch.
by Halton Huo
· 11 years ago
39b644a
Remove dead NULL checks from pthread code.
by Elliott Hughes
· 11 years ago
0e714a5
Implement POSIX pthread_mutex_timedlock.
by Elliott Hughes
· 11 years ago
51e6cb3
Implement pthread_condattr_{get,set}clock.
by Narayan Kamath
· 11 years ago
9bd9b7d
If the kernel doesn't have MADV_MERGEABLE, stop asking for it.
by Elliott Hughes
· 11 years ago
0336e35
libc: Make calls to new user-space logger
by Mark Salyzyn
· 12 years ago
ba76572
Fix log_backtrace assertion failure caused by LP64 fix.
by Elliott Hughes
· 11 years ago
b620883
Fix LP64 builds after OpenBSD string changes.
by Elliott Hughes
· 11 years ago
5c7816f
Merge "More OpenBSD cleanup (primarily string)."
by Elliott Hughes
· 11 years ago
a92b57c
Merge "Added ftw64, nftw64"
by Calin Juravle
· 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
0e44bc3
Remove <asm/page.h>.
by Elliott Hughes
· 11 years ago
d4934a7
Added ftw64, nftw64
by Calin Juravle
· 11 years ago
fe317a3
Added mkstemp64
by Calin Juravle
· 11 years ago
37e9570
Fix 64-bit build.
by Narayan Kamath
· 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
db1ea34
Implement some of the missing LFS64 support.
by Elliott Hughes
· 12 years ago
ffe0266
Merge "bionic: fix __set_errno for arm64 syscalls that return a 64-bit value"
by Elliott Hughes
· 11 years ago
3d19a83
bionic: fix __set_errno for arm64 syscalls that return a 64-bit value
by Colin Cross
· 11 years ago
a38cb08
Clean up various warnings in bionic.
by Elliott Hughes
· 11 years ago
cfbfe70
Remove duplicate definitions of MIN and MAX.
by Elliott Hughes
· 11 years ago
671e236
Restore sys_signame for LP64.
by Elliott Hughes
· 11 years ago
aa0ebda
Clean up sys_signame and sys_siglist a little.
by Elliott Hughes
· 11 years ago
0266ae5
Switch <elf.h> over to linux uapi under the covers.
by Elliott Hughes
· 11 years ago
f64b8ea
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
by Elliott Hughes
· 11 years ago
46f3db6
[MIPS] SA_RESTORER support is not needed for MIPS
by Chris Dearman
· 12 years ago
431166d
Fix 32-bit mmap/mmap64 handling of negative offsets.
by Elliott Hughes
· 12 years ago
af8aebe
Move _thread_created_hook to where it belongs.
by Elliott Hughes
· 12 years ago
4e9cb03
Add extra libc stubs for mntent related functions.
by JP Abgrall
· 12 years ago
0f461e3
Fix <sys/resource.h>.
by Elliott Hughes
· 12 years ago
887e114
Clean up <sched.h>.
by Elliott Hughes
· 12 years ago
2aace21
Remove the bogus exit status from _exit_with_stack_teardown.
by Elliott Hughes
· 12 years ago
9986890
Avoid sign extension in 32-bit mmap.
by Elliott Hughes
· 12 years ago
5eccb96
Fix aarch64 futex assembly routines.
by Elliott Hughes
· 12 years ago
5e26221
Merge "Fix backwards compatible system property structure"
by Greg Hackmann
· 12 years ago
17cabe1
Don't force O_LARGEFILE on LP64.
by Elliott Hughes
· 12 years ago
9a42eef
Revert "Add C linkage for __open_2 and __openat_2."
by Elliott Hughes
· 12 years ago
c13d89b
Add C linkage for __open_2 and __openat_2.
by Ben Cheng
· 12 years ago
e4c6b08
Clean up more recursive FORTIFY_SOURCE calls
by Nick Kralevich
· 12 years ago
ddea383
__strnlen_chk: avoid recursive strlen calls
by Nick Kralevich
· 12 years ago
9e79af3
Small style cleanup.
by Elliott Hughes
· 12 years ago
611b903
Merge "Properly detect timeout in pthread_mutex_lock_timeout_np_impl"
by Elliott Hughes
· 12 years ago
e7c59f9
Fix compilation of crtbegin.c and pthread_debug.cpp.
by Elliott Hughes
· 12 years ago
4fae14f
Properly detect timeout in pthread_mutex_lock_timeout_np_impl
by Ken Mixter
· 12 years ago
063a572
Fix backwards compatible system property structure
by Joshua J. Drake
· 12 years ago
dff7203
Remove harmful attempts to be helpful in pthread_mutex functions.
by Elliott Hughes
· 12 years ago
960ee37
Clarify a comment.
by Elliott Hughes
· 12 years ago
101fb7d
Do not clear tids on detached threads.
by Christopher Ferris
· 12 years ago
8090614
Work around CLONE_SETTLS being weird on x86.
by Elliott Hughes
· 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
cef3fae
Clean up pthread_internal_t.
by Elliott Hughes
· 12 years ago
36d6188
Clean up forking and cloning.
by Elliott Hughes
· 12 years ago
877ec6d
Fix pthread_join.
by Elliott Hughes
· 12 years ago
e48b685
Clean up the pthread_create trampoline.
by Elliott Hughes
· 12 years ago
70b24b1
Switch pthread_create over to __bionic_clone.
by Elliott Hughes
· 12 years ago
61fb3fc
Prepare to switch to the uapi <linux/signal.h>.
by Elliott Hughes
· 12 years ago
7250d2e
Remove pathconf's dependencies on non-uapi header files.
by Elliott Hughes
· 12 years ago
0620925
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
by Elliott Hughes
· 12 years ago
6fa79c5
Remove unnecessary #include.
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
2b6e43e
Explain the sigprocmask in pthread_exit.
by Elliott Hughes
· 12 years ago
27586eb
Fix utime/utimes when passed a NULL pointer.
by Elliott Hughes
· 12 years ago
6b53c23
Fix the exit syscall stub's name.
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
8c39e58
Merge "Make sure we have a mkfifo symbol."
by Elliott Hughes
· 12 years ago
594b1a4
Make sure we have a mkfifo symbol.
by Elliott Hughes
· 12 years ago
7f70c9b
AArch64: Fix uses of stack size for 32/64bit libc builds
by Serban Constantinescu
· 12 years ago
c7e9b23
Fix sigaction(3) for 64-bit.
by Elliott Hughes
· 12 years ago
Next »