Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
adab51aefdd00b65d631f64e6e313713d7dd9564
/
libc
/
arch-x86
/
syscalls
986f906
Fix build by avoiding the _C_LABEL macro.
by Elliott Hughes
· 11 years ago
db1ea34
Implement some of the missing LFS64 support.
by Elliott Hughes
· 12 years ago
f64b8ea
Add fallocate/fallocate64/posix_fallocate/posix_fallocate64.
by Elliott Hughes
· 11 years ago
0f461e3
Fix <sys/resource.h>.
by Elliott Hughes
· 12 years ago
e4bc756
Add cfi directives to x86 syscalls.
by Christopher Ferris
· 12 years ago
887e114
Clean up <sched.h>.
by Elliott Hughes
· 12 years ago
36d6188
Clean up forking and cloning.
by Elliott Hughes
· 12 years ago
877ec6d
Fix pthread_join.
by Elliott Hughes
· 12 years ago
ed74484
Stop using the non-uapi <linux/err.h> header file.
by Elliott Hughes
· 12 years ago
0620925
Clean up the 32-bit kernel support, fix LP64 fcntl declaration.
by Elliott Hughes
· 12 years ago
6b53c23
Fix the exit syscall stub's name.
by Elliott Hughes
· 12 years ago
1195207
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_DEPRECATED system calls.
by Elliott Hughes
· 12 years ago
cac7b9d
Remove dependencies on obsolete __ARCH_WANT_SYSCALL_NO_FLAGS syscalls.
by Elliott Hughes
· 12 years ago
f8fcfbc
Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls.
by Elliott Hughes
· 12 years ago
c7e9b23
Fix sigaction(3) for 64-bit.
by Elliott Hughes
· 12 years ago
103ccde
Sort the syscalls.mk files, give all generated files the same header.
by Elliott Hughes
· 12 years ago
40d105c
Switch sigpending over to rt_sigpending.
by Elliott Hughes
· 12 years ago
1f5af92
Fix sigsuspend to use rt_sigsuspend on all platforms.
by Elliott Hughes
· 12 years ago
19e6232
Clean up the sigprocmask/pthread_sigmask implementation.
by Elliott Hughes
· 12 years ago
232163c
Clean up the cpuacct cruft.
by Elliott Hughes
· 12 years ago
e4ffd9f
Regenerate the system call stubs (to get x86_64).
by Elliott Hughes
· 12 years ago
b4f7616
Ensure we have the off64_t variant of every function that takes an off_t.
by Elliott Hughes
· 12 years ago
d206b56
libc: add swapon and swapoff syscalls
by Rom Lemarchand
· 12 years ago
4200e62
libc: add timerfd calls
by Todd Poynor
· 12 years ago
5c2772f
The SYS_ constants should cover all __NR_ values.
by Elliott Hughes
· 12 years ago
17a8b0d
Expose wait4 as wait4 rather than __wait4.
by Elliott Hughes
· 12 years ago
9aceab5
Use the kernel's MAX_ERRNO in the syscall stubs.
by Elliott Hughes
· 12 years ago
7582a9c
Switch x86 syscall stubs over to the ENTER/END style of the ARM stubs.
by Elliott Hughes
· 12 years ago
a4b2dc0
Add signalfd call to bionic
by Rom Lemarchand
· 13 years ago
1ad05db
Add mlockall and munlockall for Google TV.
by Elliott Hughes
· 13 years ago
1ad10a5
Add getsid system call to bionic
by Irina Tirdea
· 13 years ago
e36c826
Add unshare() syscall.
by Jeff Sharkey
· 13 years ago
f848321
resolved conflicts for merge of ef987656 to master
by Elliott Hughes
· 13 years ago
8ecb477
resolved conflicts for merge of 6b8fd054 to master
by Elliott Hughes
· 13 years ago
4994dea
Merge "Bionic: Fix wrong prototype of system call clock_nanosleep"
by Elliott Hughes
· 13 years ago
d515ce4
Bionic: Fix wrong prototype of system call clock_nanosleep
by Jack Ren
· 13 years ago
41070dd
bionic: Fix wrong prototype of system call getresuid/getresgid
by Jack Ren
· 13 years ago
f0ec06b
Add faccessat to syscall list
by Kenny Root
· 13 years ago
1a82369
Update kernel headers and add syscall "perf_event_open"
by Ben Cheng
· 13 years ago
73fa5fd
Merge 2f80f07d
by Jean-Baptiste Queru
· 14 years ago
2f80f07
am 23f56bbb: Merge "Add extended attribute (xattr) system call wrappers to bionic."
by Jean-Baptiste Queru
· 14 years ago
5eb686d
Add extended attribute (xattr) system call wrappers to bionic.
by Stephen Smalley
· 14 years ago
023e540
am 06f51ba1: am f44de270: add personality() system call.
by Nick Kralevich
· 14 years ago
06f51ba
am f44de270: add personality() system call.
by Nick Kralevich
· 14 years ago
f44de27
add personality() system call.
by Nick Kralevich
· 14 years ago
6519c81
am e30e9093: sreadahead: adding readahead system call into bionic libc
by Bruce Beare
· 14 years ago
e30e909
sreadahead: adding readahead system call into bionic libc
by Bruce Beare
· 14 years ago
10c8ce5
Add tgkill syscall.
by Jeff Brown
· 14 years ago
ae2d5ba
Add support for the utimensat(2) syscall to bionic.
by Ken Sumrall
· 14 years ago
95d751f
libc: Add ftruncate64 and improve 64-bit parameter syscall handling.
by David 'Digit' Turner
· 15 years ago
72e6fd4
<sched.h>: Add sched_getcpu() and cpu_set_t
by David 'Digit' Turner
· 15 years ago
defd162
libc: add <sys/eventfd.h> and corresponding implementations.
by David 'Digit' Turner
· 15 years ago
9973a56
libc: Add missing waitid() implementation.
by David 'Digit' Turner
· 15 years ago
a3ae60d
libc: Add missing fdatasync() implementation
by David 'Digit' Turner
· 15 years ago
275cd48
libc: Add missing pipe2() declaration and implementation.
by David 'Digit' Turner
· 15 years ago
ab8b541
libc: fix fstatfs() implementation.
by David 'Digit' Turner
· 15 years ago
aa4b1d0
Add missing sysinfo() implementation (already declared in <sys/sysinfo.h>) - DO NOT MERGE
by David 'Digit' Turner
· 15 years ago
9f69156
bonic: libc: cpuacct support for setuid functions
by Mike Chan
· 15 years ago
eb9d5ed
add sigaltstack syscall
by Andrei Popescu
· 15 years ago
75c5e25
bionic: syscalls: Add ioprio_set/ioprio_get syscall wrappers
by San Mehat
· 15 years ago
97cf7f3
Implement clone() C library function properly.
by David 'Digit' Turner
· 16 years ago
1dc9e47
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
1767f90
auto import from //depot/cupcake/@135843
by The Android Open Source Project
· 16 years ago
4e468ed
Code drop from //branches/cupcake/...@124589
by The Android Open Source Project
· 17 years ago
a27d2ba
Initial Contribution
by The Android Open Source Project
· 17 years ago