aboutsummaryrefslogtreecommitdiff
path: root/libc/include/unistd.h
AgeCommit message (Expand)Author
2023-10-04s/master/main/Elliott Hughes
2023-07-17Make getentropy available from <unistd.h>David Benjamin
2023-06-23Mark getpagesize() const.Elliott Hughes
2023-06-16Remove the always-true __INTRODUCED_IN() annotations.Elliott Hughes
2023-02-23libc/include: remove easy __ANDROID_API__ tautologies.Elliott Hughes
2023-02-01Nullability check for unistd modulezijunzhao
2022-11-30Add some missing "Available since" documentation.Elliott Hughes
2022-05-12Add copy_file_range(2) syscall stub to bionic.zijunzhao
2022-05-06add new Linux close_range() system call to bionicMaciej Żenczykowski
2020-08-07Make swab(3) inline prior to API 28.Dan Albert
2020-02-13Clean up mips references in the headers.Elliott Hughes
2019-12-20Stop using the __ANDROID_API_x__ constants.Elliott Hughes
2019-10-03<unistd.h> __INTRODUCED_IN cleaup.Elliott Hughes
2019-10-03Remove __INTRODUCED_IN for obsolete API levels.Elliott Hughes
2019-05-13Annotate no_return and returns_twice functions.Josh Gao
2018-08-28Document the set*id functions.Elliott Hughes
2018-02-06Remove __overloadable/__RENAME_CLANGGeorge Burgess IV
2018-01-30The future is now (2018 edition).Elliott Hughes
2017-11-28Improve the _FILE_OFFSET_BITS docs and link to them.Elliott Hughes
2017-10-19Merge "Add POSIX swab."Treehugger Robot
2017-10-18Add POSIX fexecve.Elliott Hughes
2017-10-18Add POSIX swab.Elliott Hughes
2017-08-25Improve names for function arguments in <unistd.h> for Studio.Elliott Hughes
2017-08-24Add syncfs(2).Elliott Hughes
2017-08-01Merge "libc: Split FORTIFY into its own headers"Treehugger Robot
2017-07-28POSIX getlogin_r/LOGIN_NAME_MAX/TTY_NAME_MAX.Elliott Hughes
2017-07-27libc: Split FORTIFY into its own headersGeorge Burgess IV
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