aboutsummaryrefslogtreecommitdiff
path: root/libc/include/unistd.h
AgeCommit message (Expand)Author
2017-07-10Undo recent _FILE_OFFSET_BITS=64 changes.Elliott Hughes
2017-04-20DO NOT MERGE: The future is now.Josh Gao
2017-02-14Fixup API level guards for new fortify functions.Dan Albert
2017-02-10Match __bos0 to __pass_object_size0 in FORTIFYGeorge Burgess IV
2017-02-09libc: add clang FORTIFY supportGeorge Burgess IV
2016-11-29Fix return type of sync(2).Elliott Hughes
2016-11-16Add and use constants for the Android API levels.Elliott Hughes
2016-09-28Rename __pure, __pure2, and __purefunc.Elliott Hughes
2016-09-14Make getpagesize inline static.Dan Albert
2016-09-08Correct more fortify availability guards.Dan Albert
2016-08-12POSIX says <fcntl.h> makes SEEK_* visible.Elliott Hughes
2016-08-10Add __attribute__((sentinel)) tags to execl and friends.Josh Gao
2016-08-05Guard fortify inlines with __ANDROID_API__.Dan Albert
2016-08-02Add version information for legacy inlines.Josh Gao
2016-07-22Remove unnecessary 'extern's.Elliott Hughes
2016-06-02Update header versions for NDK platform fixes.Josh Gao
2016-06-01Remove declaration for __brk.Josh Gao
2016-04-29Add __INTRODUCED_IN_FUTURE for unreleased APIs.Josh Gao
2016-04-29Add versioning information to symbols.Josh Gao
2016-04-07Move <sys/sysconf.h> to <bits/sysconf.h>.Josh Gao
2016-04-07Extract getopt and friends to <bits/getopt.h>Josh Gao
2016-04-07Extract ioctl to <bits/ioctl.h>.Josh Gao
2016-04-07Extract fcntl to <bits/fcntl.h>.Josh Gao
2016-03-25Add {get,set}domainname(2)Greg Hackmann
2016-01-26Implement POSIX lockf.Elliott Hughes
2015-09-04Unify unistd.h.Dan Albert
2015-08-20add fortified implementations of write/pwrite{,64}Daniel Micay
2015-08-01add a fortified implementation of getcwdDaniel Micay
2015-04-17add fortified readlink/readlinkat implementationsDaniel Micay
2015-04-16add fortified implementations of pread/pread64Daniel Micay
2015-02-25Merge "Move getusershell/endusershell/setusershell to ndk_cruft.cpp."Yabin Cui
2015-02-24Move getusershell/endusershell/setusershell to ndk_cruft.cpp.Yabin Cui
2015-02-19valgrind can't find syscall because we didn't put it in <unistd.h>.Elliott Hughes
2015-02-18Merge "Implement _FILE_OFFSET_BITS (mostly)."Elliott Hughes
2015-02-17Implement _FILE_OFFSET_BITS (mostly).Elliott Hughes
2015-02-17POSIX says flock is in <sys/file.h>, not <unistd.h>.Elliott Hughes
2015-02-02Clean up SEEK_SET definitions.Elliott Hughes
2014-12-09Fix ptsname(3) and ttyname(3) to use TLS.Elliott Hughes
2014-11-14sysconf(3) returns long.Elliott Hughes
2014-11-07Add sethostname(2).Elliott Hughes
2014-10-07Inline helpers need to be exported unmangled.Dan Albert
2014-09-23CLOEXEC support in fdopen, freopen, and mkostemp/mkostemps.Elliott Hughes
2014-09-22Clean up fpathconf(3)/pathconf(3).Elliott Hughes
2014-08-19Move the meat of <features.h> into <sys/cdefs.h>.Elliott Hughes
2014-08-18Fix <features.h> (_BSD_SOURCE and _GNU_SOURCE).Elliott Hughes
2014-08-18Improve <sys/cdefs.h>.Elliott Hughes
2014-07-29Remove declarations for things that don't exist.Elliott Hughes
2014-07-25Fix linkage of grantpt(3).Elliott Hughes
2014-07-18Clean up some misinformation around prctl.Elliott Hughes
2014-06-16Removes getdtablesize(3) from LP64.Dan Albert