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
*
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
*
|
Clean up _BYTE_ORDER definitions for better x86 portability.
Elliott Hughes
2012-11-27
1
-0
/
+1
|
/
*
Revert "libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>"
David 'Digit' Turner
2012-10-17
2
-251
/
+0
*
libc: Provide ucontext_t/mcontext_t/<sys/ucontext.h>
David 'Digit' Turner
2012-10-17
2
-0
/
+251
*
Add mlockall and munlockall for Google TV.
Elliott Hughes
2012-09-06
3
-0
/
+45
*
Add getsid system call to bionic
Irina Tirdea
2012-09-03
2
-0
/
+24
*
Use unambiguous mnemonics
Kevin Schoedel
2012-08-21
1
-111
/
+111
*
enable clone system call for x86
Jin Wei
2012-08-15
1
-4
/
+57
*
Add unshare() syscall.
Jeff Sharkey
2012-08-10
2
-0
/
+24
*
Merge "Remove an awkward #include that is no longer upstream."
Elliott Hughes
2012-08-06
1
-2
/
+0
|
\
|
*
Remove an awkward #include that is no longer upstream.
Elliott Hughes
2012-08-02
1
-2
/
+0
*
|
bionic: modify syscall to use 6 registers to pass parameter.
Jin Wei
2012-08-03
1
-16
/
+25
|
/
[next]