index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
arch-x86
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sort the syscalls.mk files, give all generated files the same header.
Elliott Hughes
2013-10-16
210
-392
/
+601
*
Switch sigpending over to rt_sigpending.
Elliott Hughes
2013-10-16
2
-7
/
+10
*
Fix sigsuspend to use rt_sigsuspend on all platforms.
Elliott Hughes
2013-10-15
2
-10
/
+7
*
Clean up the sigprocmask/pthread_sigmask implementation.
Elliott Hughes
2013-10-15
2
-28
/
+0
*
Clean up the cpuacct cruft.
Elliott Hughes
2013-10-09
4
-9
/
+9
*
Fix __errno for LP64 and clean up __get_tls.
Elliott Hughes
2013-10-09
2
-38
/
+0
*
pthread_exit should call __NR_exit with status 0.
Elliott Hughes
2013-10-08
1
-3
/
+3
*
Clean up the x86 and x86_64 _exit_with_stack_teardown implementations.
Elliott Hughes
2013-10-07
1
-19
/
+13
*
Add arch-x86_64/include/machine.
Elliott Hughes
2013-10-04
1
-6
/
+0
*
Remove useless x86 fallbacks.
Elliott Hughes
2013-10-03
4
-139
/
+1
*
Move common arch-* code to arch-common directory
Pavel Chupin
2013-10-03
4
-142
/
+0
*
Regenerate the system call stubs (to get x86_64).
Elliott Hughes
2013-10-01
210
-210
/
+210
*
Clean up some comments.
Elliott Hughes
2013-10-01
1
-2
/
+1
*
Make it easier to add syscalls for another architecture.
Elliott Hughes
2013-09-26
1
-2
/
+2
*
Ensure we have the off64_t variant of every function that takes an off_t.
Elliott Hughes
2013-09-19
3
-0
/
+59
*
Fix strchr for basic non-sse case on x86
Pavel Chupin
2013-09-03
1
-1
/
+1
*
Add ssse3 implementation of __memcmp16.
Alexander Ivchenko
2013-08-02
4
-30
/
+357
*
Merge "libc: add swapon and swapoff syscalls"
Rom Lemarchand
2013-06-25
3
-0
/
+47
|
\
|
*
libc: add swapon and swapoff syscalls
Rom Lemarchand
2013-06-25
3
-0
/
+47
*
|
Update x86 machine/endian.h from upstream
Pavel Chupin
2013-06-25
1
-19
/
+9
|
/
*
bionic/x86: Optimization for string routines
Liubov Dmitrieva
2013-05-31
34
-579
/
+13615
*
libc x86: Remove index.S, strcpy.S, strchr.S
Nick Kralevich
2013-05-24
3
-93
/
+0
*
libc: delete x86 memchr.S
Nick Kralevich
2013-05-24
1
-27
/
+0
*
libc: add timerfd calls
Todd Poynor
2013-05-14
4
-0
/
+81
*
Replace unnecessary x86 uses of <sys/linux-syscalls.h> with <asm/unistd.h>.
Elliott Hughes
2013-03-21
4
-4
/
+4
*
The SYS_ constants should cover all __NR_ values.
Elliott Hughes
2013-03-21
204
-209
/
+204
*
Drop unnecessary execution permission for .cpp/.c/.h
Kito Cheng
2013-03-22
5
-0
/
+0
*
Expose wait4 as wait4 rather than __wait4.
Elliott Hughes
2013-03-21
2
-3
/
+3
*
Merge "Use the kernel's MAX_ERRNO in the syscall stubs."
Elliott Hughes
2013-03-13
203
-203
/
+406
|
\
|
*
Use the kernel's MAX_ERRNO in the syscall stubs.
Elliott Hughes
2013-03-12
203
-203
/
+406
*
|
Break bionic implementations into arch versions.
Christopher Ferris
2013-03-12
1
-0
/
+27
|
/
*
Stop advertising rindex(3), which is both deprecated and unimplemented.
Elliott Hughes
2013-02-21
2
-32
/
+0
*
libc: remove bcmp prototype
Nick Kralevich
2013-02-21
1
-33
/
+0
*
Fix the pthread_setname_np test.
Elliott Hughes
2013-02-15
1
-1
/
+1
*
ffs was not being built for x86.
Elliott Hughes
2013-02-13
1
-0
/
+0
*
Add a bunch more missing ENDs to assembler routines.
Elliott Hughes
2013-02-13
16
-3
/
+20
*
Fix __pthread_clone and __bionic_clone error handling on x86.
Elliott Hughes
2013-02-12
1
-14
/
+26
*
Use ENTRY/END in custom x86 assembler too.
Elliott Hughes
2013-02-11
6
-68
/
+34
*
Fix __pthread_clone on ARM to set errno on failure.
Elliott Hughes
2013-02-11
1
-4
/
+1
*
Fix x86 build, remove void* arithmetic.
Elliott Hughes
2013-02-07
1
-1
/
+2
*
Merge "Clean up the argc/argv/envp/auxv handling."
Elliott Hughes
2013-02-07
1
-22
/
+7
|
\
|
*
Clean up the argc/argv/envp/auxv handling.
Elliott Hughes
2013-02-07
1
-22
/
+7
*
|
Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.
Elliott Hughes
2013-02-06
204
-1261
/
+736
|
/
*
Upgrade libm.
Elliott Hughes
2013-02-01
1
-0
/
+2
*
Use the NetBSD <sys/exec_elf.h>.
Elliott Hughes
2013-01-29
1
-0
/
+63
*
Add signalfd call to bionic
Rom Lemarchand
2013-01-10
2
-0
/
+33
*
Fix <endian.h> and <sys/endian.h>.
Elliott Hughes
2012-12-11
1
-0
/
+0
*
Merge "Replace .S version of x86 crtfiles with .c version"
Elliott Hughes
2012-11-30
6
-330
/
+111
|
\
|
*
Replace .S version of x86 crtfiles with .c version
Pavel Chupin
2012-11-30
6
-330
/
+111
*
|
Remove (near-)duplicate definitions of size_t and ssize_t.
Elliott Hughes
2012-11-29
1
-23
/
+0
[next]