index
:
bionic.git
replicant-6.0
Android's bionic
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libc
/
SYSCALLS.TXT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Lose the hand-written futex assembler."
Narayan Kamath
2014-05-28
1
-0
/
+2
*
Lose the hand-written futex assembler.
Elliott Hughes
2014-05-22
1
-2
/
+0
*
Remove the tkill(2) stub.
Elliott Hughes
2014-05-22
1
-1
/
+0
*
Remove __syslog; we have the public klogctl API.
Elliott Hughes
2014-05-20
1
-1
/
+0
*
Remove perf_event_open.
Elliott Hughes
2014-05-20
1
-1
/
+0
*
Mark sockets on creation (socket()) and accept4().
Sreeram Ramachandran
2014-05-19
1
-6
/
+4
*
Hide __signalfd4, used to implement signalfd(3).
Elliott Hughes
2014-05-16
1
-1
/
+1
*
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
*
Remove the useless indirection in mips' __set_tls.
Elliott Hughes
2014-05-12
1
-1
/
+4
*
Implement _Exit(3).
Elliott Hughes
2014-04-08
1
-1
/
+1
*
Add accept4() syscall
Andrei Emeltchenko
2014-03-26
1
-0
/
+2
*
Rewrite the POSIX timer functions.
Elliott Hughes
2014-03-07
1
-5
/
+5
*
Add recvmmsg and sendmmsg syscalls.
Guillaume Ranquet
2014-02-27
1
-0
/
+4
*
Implement some of the missing LFS64 support.
Elliott Hughes
2014-02-18
1
-8
/
+10
*
[MIPS64] Add syscall related files
Chris Dearman
2014-02-06
1
-50
/
+56
*
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
Elliott Hughes
2014-02-03
1
-0
/
+3
*
bionic: rename aarch64 target to arm64
Colin Cross
2014-01-23
1
-46
/
+46
*
Fix <sys/resource.h>.
Elliott Hughes
2014-01-09
1
-6
/
+15
*
Clean up <sched.h>.
Elliott Hughes
2014-01-02
1
-2
/
+3
*
AArch64: Fix mmap64() definition for AArch64, X86_64
Serban Constantinescu
2013-12-12
1
-2
/
+3
*
Add cfi directives to all arm assembly.
Christopher Ferris
2013-12-02
1
-4
/
+3
*
Clean up forking and cloning.
Elliott Hughes
2013-11-19
1
-3
/
+2
*
Fix pthread_join.
Elliott Hughes
2013-11-18
1
-0
/
+1
*
[MIPS] Reimplement syscall to invoke the system call directly
Chris Dearman
2013-11-14
1
-1
/
+0
*
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
Elliott Hughes
2013-11-06
1
-3
/
+2
*
Fix pread/pwrite for LP64.
Elliott Hughes
2013-11-06
1
-2
/
+4
*
AArch64: Add support for AArch64 to the syscall interface
Serban Constantinescu
2013-10-28
1
-52
/
+52
*
Fix the exit syscall stub's name.
Elliott Hughes
2013-10-24
1
-7
/
+6
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
Elliott Hughes
2013-10-24
1
-12
/
+7
*
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
Elliott Hughes
2013-10-23
1
-13
/
+10
*
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
Elliott Hughes
2013-10-22
1
-29
/
+16
*
Fix the x86_64 vfork implementation.
Elliott Hughes
2013-10-18
1
-1
/
+1
*
Add missing aliases for off64_t functions in 64-bit land.
Elliott Hughes
2013-10-17
1
-10
/
+18
*
Fix sigaction(3) for 64-bit.
Elliott Hughes
2013-10-17
1
-1
/
+1
*
Switch sigpending over to rt_sigpending.
Elliott Hughes
2013-10-16
1
-5
/
+4
*
Remove support for the useless 'custom' option in SYSCALLS.TXT.
Elliott Hughes
2013-10-15
1
-8
/
+1
*
Fix sigsuspend to use rt_sigsuspend on all platforms.
Elliott Hughes
2013-10-15
1
-8
/
+6
*
Clean up the sigprocmask/pthread_sigmask implementation.
Elliott Hughes
2013-10-15
1
-1
/
+0
*
Clean up the cpuacct cruft.
Elliott Hughes
2013-10-09
1
-6
/
+6
*
Add an optional alias list to SYSCALLS.TXT
H.J. Lu
2013-10-07
1
-2
/
+5
*
Add arch-x86_64/bionic.
Elliott Hughes
2013-10-04
1
-1
/
+1
*
x86_64: add new __NR_arch_prctl syscall
Pavel Chupin
2013-10-01
1
-0
/
+1
*
x86_64: Add x86_64 syscalls and tune gen scripts for x86_64
Pavel Chupin
2013-10-01
1
-57
/
+65
*
Make it easier to add syscalls for another architecture.
Elliott Hughes
2013-09-26
1
-1
/
+1
*
Simplify the SYSCALLS.TXT format.
Elliott Hughes
2013-09-24
1
-278
/
+269
*
Ensure we have the off64_t variant of every function that takes an off_t.
Elliott Hughes
2013-09-19
1
-2
/
+4
*
libc: add swapon and swapoff syscalls
Rom Lemarchand
2013-06-25
1
-0
/
+2
*
libc: add timerfd calls
Todd Poynor
2013-05-14
1
-0
/
+3
*
Fix the SYSCALLS.TXT documentation and remove a dead script.
Elliott Hughes
2013-04-03
1
-256
/
+258
[next]