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
/
syscalls
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement <sys/fsuid.h>.
Elliott Hughes
2014-07-30
2
-0
/
+42
*
Add splice, tee, and vmsplice.
Elliott Hughes
2014-06-24
3
-0
/
+118
*
Cache getpid.
Elliott Hughes
2014-06-20
1
-2
/
+2
*
Remove ioprio_get(2) and ioprio_set(2) from LP64.
Dan Albert
2014-06-12
2
-57
/
+0
*
Remove getdents from bionic.
Elliott Hughes
2014-06-06
1
-2
/
+2
*
Remove unnecessary instructions from x86/x86_64 syscalls.
Elliott Hughes
2014-06-05
192
-192
/
+0
*
Avoid a system call in 'gettid'.
Elliott Hughes
2014-06-02
1
-17
/
+0
*
Fix x86 cfi directives for syscalls.
Christopher Ferris
2014-05-29
184
-567
/
+865
*
Revert "Revert "Lose the hand-written futex assembler.""
Elliott Hughes
2014-05-28
1
-42
/
+0
*
Revert "Lose the hand-written futex assembler."
Narayan Kamath
2014-05-28
1
-0
/
+42
*
Lose the hand-written futex assembler.
Elliott Hughes
2014-05-22
1
-42
/
+0
*
Remove the tkill(2) stub.
Elliott Hughes
2014-05-22
1
-26
/
+0
*
Remove __syslog; we have the public klogctl API.
Elliott Hughes
2014-05-20
1
-30
/
+0
*
Remove perf_event_open.
Elliott Hughes
2014-05-20
1
-38
/
+0
*
Mark sockets on creation (socket()) and accept4().
Sreeram Ramachandran
2014-05-19
3
-31
/
+4
*
Hide __signalfd4, used to implement signalfd(3).
Elliott Hughes
2014-05-16
1
-2
/
+2
*
Mark sockets on accept().
Sreeram Ramachandran
2014-05-14
1
-2
/
+2
*
Introduce netd_client, a dynamic library that talks to netd.
Sreeram Ramachandran
2014-05-13
1
-2
/
+2
*
Implement _Exit(3).
Elliott Hughes
2014-04-08
1
-0
/
+3
*
Add accept4() syscall
Andrei Emeltchenko
2014-03-26
1
-0
/
+27
*
Add recvmmsg and sendmmsg syscalls.
Guillaume Ranquet
2014-02-27
2
-0
/
+54
*
Fix build by avoiding the _C_LABEL macro.
Elliott Hughes
2014-02-18
2
-4
/
+4
*
Implement some of the missing LFS64 support.
Elliott Hughes
2014-02-18
2
-4
/
+10
*
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
Elliott Hughes
2014-02-03
1
-0
/
+42
*
Fix <sys/resource.h>.
Elliott Hughes
2014-01-09
1
-0
/
+34
*
Add cfi directives to x86 syscalls.
Christopher Ferris
2014-01-06
184
-0
/
+668
*
Clean up <sched.h>.
Elliott Hughes
2014-01-02
1
-0
/
+23
*
Clean up forking and cloning.
Elliott Hughes
2013-11-19
1
-32
/
+0
*
Fix pthread_join.
Elliott Hughes
2013-11-18
1
-0
/
+20
*
Stop using the non-uapi <linux/err.h> header file.
Elliott Hughes
2013-11-07
192
-576
/
+192
*
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
Elliott Hughes
2013-11-06
1
-28
/
+0
*
Fix the exit syscall stub's name.
Elliott Hughes
2013-10-24
1
-2
/
+2
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
Elliott Hughes
2013-10-24
8
-116
/
+31
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
Elliott Hughes
2013-10-23
4
-33
/
+14
*
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
Elliott Hughes
2013-10-22
15
-290
/
+33
*
Fix sigaction(3) for 64-bit.
Elliott Hughes
2013-10-17
1
-2
/
+2
*
Sort the syscalls.mk files, give all generated files the same header.
Elliott Hughes
2013-10-16
209
-209
/
+418
*
Switch sigpending over to rt_sigpending.
Elliott Hughes
2013-10-16
1
-4
/
+7
*
Fix sigsuspend to use rt_sigsuspend on all platforms.
Elliott Hughes
2013-10-15
1
-8
/
+5
*
Clean up the sigprocmask/pthread_sigmask implementation.
Elliott Hughes
2013-10-15
1
-27
/
+0
*
Clean up the cpuacct cruft.
Elliott Hughes
2013-10-09
3
-6
/
+6
*
Regenerate the system call stubs (to get x86_64).
Elliott Hughes
2013-10-01
210
-210
/
+210
*
Ensure we have the off64_t variant of every function that takes an off_t.
Elliott Hughes
2013-09-19
2
-0
/
+57
*
libc: add swapon and swapoff syscalls
Rom Lemarchand
2013-06-25
2
-0
/
+45
*
libc: add timerfd calls
Todd Poynor
2013-05-14
3
-0
/
+78
*
The SYS_ constants should cover all __NR_ values.
Elliott Hughes
2013-03-21
203
-203
/
+203
*
Expose wait4 as wait4 rather than __wait4.
Elliott Hughes
2013-03-21
1
-2
/
+2
*
Use the kernel's MAX_ERRNO in the syscall stubs.
Elliott Hughes
2013-03-12
203
-203
/
+406
*
Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.
Elliott Hughes
2013-02-06
203
-1218
/
+609
*
Add signalfd call to bionic
Rom Lemarchand
2013-01-10
1
-0
/
+32
[next]