Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_bionic
/
a6435a186d3b0e1ec4c17f7f5e8ba2bb198faeb2
/
libc
/
include
/
unistd.h
afdd154
add fortified implementations of write/pwrite{,64}
by Daniel Micay
· 10 years ago
9101b00
add a fortified implementation of getcwd
by Daniel Micay
· 10 years ago
4228188
add fortified readlink/readlinkat implementations
by Daniel Micay
· 10 years ago
e7e1c87
add fortified implementations of pread/pread64
by Daniel Micay
· 10 years ago
8c41eae
Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp."
by Yabin Cui
· 10 years ago
7fb680b
Move getusershell/endusershell/setusershell to ndk_cruft.cpp.
by Yabin Cui
· 10 years ago
4c5891d
valgrind can't find syscall because we didn't put it in <unistd.h>.
by Elliott Hughes
· 10 years ago
1dbc6bb
Merge "Implement _FILE_OFFSET_BITS (mostly)."
by Elliott Hughes
· 10 years ago
68dc20d
Implement _FILE_OFFSET_BITS (mostly).
by Elliott Hughes
· 10 years ago
92b9c6f
POSIX says flock is in <sys/file.h>, not <unistd.h>.
by Elliott Hughes
· 10 years ago
1ed337d
Clean up SEEK_SET definitions.
by Elliott Hughes
· 11 years ago
a381fe8
Fix ptsname(3) and ttyname(3) to use TLS.
by Elliott Hughes
· 11 years ago
60d84af
sysconf(3) returns long.
by Elliott Hughes
· 11 years ago
b86a4c7
Add sethostname(2).
by Elliott Hughes
· 11 years ago
658727e
Inline helpers need to be exported unmangled.
by Dan Albert
· 11 years ago
31165ed
CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.
by Elliott Hughes
· 11 years ago
a186b2e
Clean up fpathconf(3)/pathconf(3).
by Elliott Hughes
· 11 years ago
f4c948a
Move the meat of <features.h> into <sys/cdefs.h>.
by Elliott Hughes
· 11 years ago
5f5cc45
Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).
by Elliott Hughes
· 11 years ago
2cfb4e8
Improve <sys/cdefs.h>.
by Elliott Hughes
· 11 years ago
f4c1a36
Remove declarations for things that don't exist.
by Elliott Hughes
· 11 years ago
4916706
Fix linkage of grantpt(3).
by Elliott Hughes
· 11 years ago
9c07aee
Clean up some misinformation around prctl.
by Elliott Hughes
· 11 years ago
462abab
Removes getdtablesize(3) from LP64.
by Dan Albert
· 11 years ago
b27a840
Add __pure2 to a few more functions, most notably gettid and pthread_self.
by Elliott Hughes
· 11 years ago
b4e099c
Remove issetugid.
by Elliott Hughes
· 11 years ago
a7821b7
Use __typeof__() instead of typeof()
by Dan Albert
· 11 years ago
58d9e28
Switch to the upstream OpenBSD getenv/putenv/setenv implementation.
by Elliott Hughes
· 11 years ago
0133944
Clean up our OpenBSD usage.
by Elliott Hughes
· 11 years ago
a6ecba4
Clean up cacheflush.
by Elliott Hughes
· 11 years ago
ab61eb3
Switch to upstream sleep(3) and usleep(3).
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
b036b5c
FORTIFY_SOURCE: fortify read()
by Nick Kralevich
· 12 years ago
8d25327
Revert "FORTIFY_SOURCE: fortify read()"
by Nick Kralevich
· 12 years ago
65c99de
FORTIFY_SOURCE: fortify read()
by Nick Kralevich
· 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
9ae59c0
Declare __page_shift and __page_size with C linkage.
by Bernhard Rosenkraenzer
· 12 years ago
6524d3c
unistd.h: don't include sys/capability.h
by Nick Kralevich
· 12 years ago
7c0dd55
libc: create sys/capability.h
by Nick Kralevich
· 12 years ago
1ad10a5
Add getsid system call to bionic
by Irina Tirdea
· 13 years ago
f0ec06b
Add faccessat to syscall list
by Kenny Root
· 13 years ago
b083bb5
libc: Fix prctl() declaration.
by David 'Digit' Turner
· 14 years ago
95d751f
libc: Add ftruncate64 and improve 64-bit parameter syscall handling.
by David 'Digit' Turner
· 15 years ago
72e64e0
Add support for pread64/pwrite64
by Kenny Root
· 15 years ago
364462e
am 1aeeeae1: am b8d2233e: Merge "libc: tag missing functions in system headers." into gingerbread
by David 'Digit' Turner
· 15 years ago
bb5581a
libc: tag missing functions in system headers.
by David 'Digit' Turner
· 15 years ago
6f39e61
am 914528cd: am 223ddfcf: Merge "libc: Add missing pipe2() declaration and implementation." into gingerbread
by David 'Digit' Turner
· 15 years ago
275cd48
libc: Add missing pipe2() declaration and implementation.
by David 'Digit' Turner
· 15 years ago
2304a0b
Fix pwrite to take a const void* instead of void* for the buffer.
by Jeff Hamilton
· 15 years ago
6367364
libc: make lseek64 proto be glibc compatible (loff_t -> off64_t)
by Dima Zavin
· 15 years ago
da3019b
libc: add missing truncate() declaration
by David 'Digit' Turner
· 15 years ago
fc10b24
Add implementation of fdprintf, clearenv, and stubs for ttyname_r, *usershell
by Colin Cross
· 16 years ago
99d7907
Fix usleep(3) return type to be POSIX-compliant.
by Elliott Hughes
· 16 years ago
cf399f7
Add a GNU-compatible TEMP_FAILURE_RETRY.
by Elliott Hughes
· 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
9f65adf
auto import from //branches/cupcake/...@130745
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