index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
bionic
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clean up the pthread_create trampoline.
Elliott Hughes
2013-11-15
4
-65
/
+28
*
Switch pthread_create over to __bionic_clone.
Elliott Hughes
2013-11-15
5
-31
/
+37
*
Prepare to switch to the uapi <linux/signal.h>.
Elliott Hughes
2013-11-07
1
-0
/
+1
*
Remove pathconf's dependencies on non-uapi header files.
Elliott Hughes
2013-11-06
1
-8
/
+5
*
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
Elliott Hughes
2013-11-06
9
-255
/
+95
*
Remove unnecessary #include.
Elliott Hughes
2013-11-05
1
-1
/
+0
*
Move the pthread debugging flags to the right place.
Elliott Hughes
2013-10-31
1
-8
/
+0
*
<pthread.h> fixes and pthread cleanup.
Elliott Hughes
2013-10-31
15
-748
/
+782
*
Explain the sigprocmask in pthread_exit.
Elliott Hughes
2013-10-29
3
-32
/
+34
*
Fix utime/utimes when passed a NULL pointer.
Elliott Hughes
2013-10-28
1
-4
/
+8
*
Fix the exit syscall stub's name.
Elliott Hughes
2013-10-24
2
-4
/
+4
*
Start moving 32-bit cruft somewhere it won't pollute 64-bit.
Elliott Hughes
2013-10-24
3
-12
/
+55
*
Let the compiler worry about implementing ffs(3).
Elliott Hughes
2013-10-24
1
-0
/
+33
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
Elliott Hughes
2013-10-24
9
-46
/
+255
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
Elliott Hughes
2013-10-23
4
-0
/
+132
*
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
Elliott Hughes
2013-10-22
16
-32
/
+537
*
Merge "Make sure we have a mkfifo symbol."
Elliott Hughes
2013-10-22
1
-0
/
+33
|
\
|
*
Make sure we have a mkfifo symbol.
Elliott Hughes
2013-10-22
1
-0
/
+33
*
|
AArch64: Fix uses of stack size for 32/64bit libc builds
Serban Constantinescu
2013-10-22
2
-3
/
+3
|
/
*
Fix sigaction(3) for 64-bit.
Elliott Hughes
2013-10-17
7
-19
/
+287
*
Switch sigpending over to rt_sigpending.
Elliott Hughes
2013-10-16
1
-0
/
+42
*
Fix sigsuspend to use rt_sigsuspend on all platforms.
Elliott Hughes
2013-10-15
3
-15
/
+10
*
'Avoid confusing "read prevented write" log messages' 2.
Elliott Hughes
2013-10-15
2
-2
/
+2
*
Merge "Make pthread_create report sched_setscheduler failures on LP64."
Elliott Hughes
2013-10-16
1
-2
/
+4
|
\
|
*
Make pthread_create report sched_setscheduler failures on LP64.
Elliott Hughes
2013-10-15
1
-2
/
+4
*
|
Merge "Avoid confusing "read prevented write" log messages."
Elliott Hughes
2013-10-15
22
-232
/
+182
|
\
\
|
*
|
Avoid confusing "read prevented write" log messages.
Elliott Hughes
2013-10-15
22
-232
/
+182
|
|
/
*
|
Fix indentation in sched_getaffinity.
Elliott Hughes
2013-10-15
1
-1
/
+1
|
/
*
Clean up the sigprocmask/pthread_sigmask implementation.
Elliott Hughes
2013-10-15
2
-25
/
+58
*
Merge "FORTIFY_SOURCE: fortify read()"
Nick Kralevich
2013-10-10
1
-0
/
+43
|
\
|
*
FORTIFY_SOURCE: fortify read()
Nick Kralevich
2013-10-09
1
-0
/
+43
*
|
Clean up the cpuacct cruft.
Elliott Hughes
2013-10-09
8
-266
/
+29
|
/
*
Revert "FORTIFY_SOURCE: fortify read()"
Nick Kralevich
2013-10-09
1
-43
/
+0
*
Fix build.
Elliott Hughes
2013-10-09
1
-1
/
+1
*
Merge "Fix x86_64 build, clean up intermediate libraries."
Elliott Hughes
2013-10-09
52
-93
/
+173
|
\
|
*
Fix x86_64 build, clean up intermediate libraries.
Elliott Hughes
2013-10-09
52
-93
/
+173
*
|
Merge "FORTIFY_SOURCE: fortify read()"
Nick Kralevich
2013-10-09
1
-0
/
+43
|
\
\
|
|
/
|
/
|
|
*
FORTIFY_SOURCE: fortify read()
Nick Kralevich
2013-10-09
1
-0
/
+43
*
|
Fix __errno for LP64 and clean up __get_tls.
Elliott Hughes
2013-10-09
6
-10
/
+43
|
/
*
Merge "Fix malloc debugging for LP64."
Elliott Hughes
2013-10-09
2
-22
/
+23
|
\
|
*
Fix malloc debugging for LP64.
Elliott Hughes
2013-10-08
2
-22
/
+23
*
|
Fix bionic's built-in stack trace dumping for LP64.
Elliott Hughes
2013-10-08
1
-6
/
+14
|
/
*
Merge "pthread_exit should call __NR_exit with status 0."
Elliott Hughes
2013-10-08
2
-15
/
+11
|
\
|
*
pthread_exit should call __NR_exit with status 0.
Elliott Hughes
2013-10-08
2
-15
/
+11
*
|
Make logging fall back to /dev/stderr if we're on the host.
Elliott Hughes
2013-10-08
1
-0
/
+25
|
/
*
Clean up the x86 and x86_64 _exit_with_stack_teardown implementations.
Elliott Hughes
2013-10-07
1
-2
/
+5
*
Make error messages even better!
Nick Kralevich
2013-10-04
16
-18
/
+18
*
FORTIFY_SOURCE: emphasize prevention in error messages.
Nick Kralevich
2013-10-04
16
-18
/
+18
*
x86_64: Fix get_tls and statvfs
Pavel Chupin
2013-10-03
1
-1
/
+8
*
Merge "Don't export unnecessary symbol."
Nick Kralevich
2013-10-03
1
-1
/
+1
|
\
[next]