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 .cfi_startproc/.cfi_endproc to ENTRY/END.
Christopher Ferris
2013-11-19
27
-117
/
+27
*
Provide <sys/user.h>.
Elliott Hughes
2013-11-19
1
-0
/
+191
*
Clean up forking and cloning.
Elliott Hughes
2013-11-19
26
-172
/
+44
*
Merge "bionic: call stdio cleanup on exit"
Elliott Hughes
2013-11-19
3
-19
/
+61
|
\
|
*
bionic: call stdio cleanup on exit
Pawit Pornkitprasan
2013-11-19
3
-19
/
+61
*
|
Merge "Fix pthread_join."
Elliott Hughes
2013-11-19
20
-76
/
+207
|
\
\
|
*
|
Fix pthread_join.
Elliott Hughes
2013-11-18
20
-76
/
+207
*
|
|
Pull in cleaned version.h header.
Christopher Ferris
2013-11-15
1
-0
/
+20
|
/
/
*
|
Clean up the pthread_create trampoline.
Elliott Hughes
2013-11-15
5
-66
/
+28
*
|
Switch pthread_create over to __bionic_clone.
Elliott Hughes
2013-11-15
14
-276
/
+55
*
|
[MIPS] Reimplement syscall to invoke the system call directly
Chris Dearman
2013-11-14
5
-25
/
+58
|
/
*
Remove the mips regdef.h and fpregdef.h old kernel headers.
Elliott Hughes
2013-11-13
2
-228
/
+0
*
Add a temporary uapi/linux/compiler.h until upstream has one.
Elliott Hughes
2013-11-08
1
-0
/
+18
*
Remove the dependency on the non-uapi __kernel_nlink_t.
Elliott Hughes
2013-11-08
1
-1
/
+2
*
Generate the uapi headers for mips and x86/x86_64.
Elliott Hughes
2013-11-08
101
-0
/
+9482
*
Prepare to switch to the uapi <linux/signal.h>.
Elliott Hughes
2013-11-07
3
-11
/
+7
*
Stop using the non-uapi <linux/err.h> header file.
Elliott Hughes
2013-11-07
765
-2291
/
+805
*
Remove pathconf's dependencies on non-uapi header files.
Elliott Hughes
2013-11-06
1
-8
/
+5
*
Fix a TODO; we've had SOCK_CLOEXEC for a while now.
Elliott Hughes
2013-11-06
1
-3
/
+0
*
Merge "Clean up the 32-bit kernel support, fix LP64 fcntl declaration."
Elliott Hughes
2013-11-07
17
-336
/
+99
|
\
|
*
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
Elliott Hughes
2013-11-06
17
-336
/
+99
*
|
Merge "Add processed uapi kernel headers for ARM."
Ben Cheng
2013-11-06
34
-0
/
+1848
|
\
\
|
|
/
|
/
|
|
*
Add processed uapi kernel headers for ARM.
Ben Cheng
2013-11-06
34
-0
/
+1848
*
|
Fix pread/pwrite for LP64.
Elliott Hughes
2013-11-06
6
-4
/
+18
*
|
Make cpp.py less braindead.
Elliott Hughes
2013-11-06
14
-733
/
+285
|
/
*
Fix <sys/select.h> for LP64, clean up <time.h>.
Elliott Hughes
2013-11-05
3
-94
/
+79
*
Remove unnecessary #include.
Elliott Hughes
2013-11-05
1
-1
/
+0
*
Refresh libc/kernel/common/linux/uinput.h
Scott Anderson
2013-10-31
1
-7
/
+8
*
Move the pthread debugging flags to the right place.
Elliott Hughes
2013-10-31
2
-15
/
+5
*
<pthread.h> fixes and pthread cleanup.
Elliott Hughes
2013-10-31
19
-970
/
+955
*
Remove an obsolete ARM gdb hack.
Elliott Hughes
2013-10-30
1
-20
/
+0
*
Factor out some of the makefile cruft.
Elliott Hughes
2013-10-29
1
-80
/
+63
*
Explain the sigprocmask in pthread_exit.
Elliott Hughes
2013-10-29
3
-32
/
+34
*
Update <sys/exec_elf.h> to include EM_AARCH64.
Elliott Hughes
2013-10-28
1
-1
/
+2
*
AArch64: Add support for AArch64 to stdlib/strtod.c
Serban Constantinescu
2013-10-28
1
-1
/
+1
*
AArch64: Autogenerated syscalls for AArch64
Serban Constantinescu
2013-10-28
188
-1
/
+4822
*
AArch64: Add support for AArch64 to the syscall interface
Serban Constantinescu
2013-10-28
3
-55
/
+87
*
Fix the *rand48 functions on LP64.
Elliott Hughes
2013-10-28
4
-14
/
+12
*
Update <sys/exec_elf.h> to get the DF_* flags.
Elliott Hughes
2013-10-28
1
-1
/
+8
*
Don't allow text relocations on 64-bit.
Elliott Hughes
2013-10-28
1
-9
/
+35
*
Fix utime/utimes when passed a NULL pointer.
Elliott Hughes
2013-10-28
2
-6
/
+10
*
Upgrade to tzdata2013h.
Elliott Hughes
2013-10-28
1
-0
/
+0
*
Fix the exit syscall stub's name.
Elliott Hughes
2013-10-24
12
-26
/
+25
*
Merge "Use hidden visibility for generated stubs whose names begin with under...
Elliott Hughes
2013-10-25
27
-6
/
+39
|
\
|
*
Use hidden visibility for generated stubs whose names begin with underscores.
Elliott Hughes
2013-10-24
27
-6
/
+39
*
|
Start moving 32-bit cruft somewhere it won't pollute 64-bit.
Elliott Hughes
2013-10-24
4
-12
/
+56
|
/
*
Let the compiler worry about implementing ffs(3).
Elliott Hughes
2013-10-24
10
-179
/
+40
*
Merge "Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system ...
Elliott Hughes
2013-10-24
48
-444
/
+432
|
\
|
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
Elliott Hughes
2013-10-24
48
-444
/
+432
*
|
Merge "Add __EXPORTED_HEADERS__ as predefined macro."
Ben Cheng
2013-10-23
2
-7
/
+5
|
\
\
|
|
/
|
/
|
[next]