1. 3f3a8cd Remove <sys/stat.h> inlines for obsolete API levels. by Elliott Hughes · 2 years, 5 months ago
  2. 1cda74d Nullability check for stat module by zijunzhao · 2 years, 6 months ago
  3. 5cc8a46 riscv64's struct stat is the same as arm64's. by Elliott Hughes · 2 years, 10 months ago
  4. 733cedd Add a libc wrapper for statx(2). by Elliott Hughes · 5 years ago
  5. 5ac438e Clean up mips references in the headers. by Elliott Hughes · 5 years ago
  6. 95c6cd7 Stop using the __ANDROID_API_x__ constants. by Elliott Hughes · 6 years ago
  7. f106a39 Remove __INTRODUCED_IN for obsolete API levels. by Elliott Hughes · 6 years ago
  8. 25f17e4 Better backwards compatibility for stat64. by Elliott Hughes · 7 years ago
  9. 9024235 Remove __overloadable/__RENAME_CLANG by George Burgess IV · 7 years ago
  10. ff26a16 Re-submit "Name function arguments in libc headers for Studio." by Elliott Hughes · 8 years ago
  11. 9af9120 Revert "Name function arguments in libc headers for Studio." by Colin Cross · 8 years ago
  12. 079bff4 Name function arguments in libc headers for Studio. by Elliott Hughes · 8 years ago
  13. b97049c libc: Split FORTIFY into its own headers by George Burgess IV · 8 years ago
  14. a4e774c Add sys/stat.h compatibility macros for old NDKs. by Dan Albert · 8 years ago
  15. 7cc779f libc: add clang FORTIFY support by George Burgess IV · 8 years ago
  16. 5bc78c8 Add and use constants for the Android API levels. by Elliott Hughes · 9 years ago
  17. 9288761 Add missing <sys/stat.h> macros. by Elliott Hughes · 9 years ago
  18. dfa6bbb Guard fortify inlines with __ANDROID_API__. by Dan Albert · 9 years ago
  19. b6a4a4c Add version information for legacy inlines. by Josh Gao · 9 years ago
  20. 3b2096a Remove unnecessary 'extern's. by Elliott Hughes · 9 years ago
  21. 8778d64 Remove __BIONIC_LEGACY_INLINE. by Josh Gao · 9 years ago
  22. 3ba55f8 Rationalize visibility. by Elliott Hughes · 9 years ago
  23. 46b4416 Update header versions for NDK platform fixes. by Josh Gao · 9 years ago
  24. 14adff1 Add versioning information to symbols. by Josh Gao · 9 years ago
  25. b8e1b705 Make the legacy inline headers compile standalone. by Josh Gao · 9 years ago
  26. 1f1a51a Add a few missing types and constants to headers. by Elliott Hughes · 9 years ago
  27. 5704c42 Implement POSIX lockf. by Elliott Hughes · 10 years ago
  28. a6435a1 Use attribute availability. by Dan Albert · 10 years ago
  29. 94335cc Merge "Put back inline definitions if using an old API." by Dan Albert · 11 years ago
  30. 466dbe4 Put back inline definitions if using an old API. by Dan Albert · 11 years ago
  31. 86d2fee Modify MIPS64 stat structure to match a generic one in AOSP. by Raghu Gandham · 11 years ago
  32. c631bb2 Merge "Fix the types of some of the struct stat fields." by Elliott Hughes · 11 years ago
  33. 9257c47 Fix the types of some of the struct stat fields. by Elliott Hughes · 11 years ago
  34. 0c92e8c Remove bogus #include <endian.h> from <sys/stat.h>. by Elliott Hughes · 11 years ago
  35. 1c52e6c Fix struct stat member types for x86-64. by Elliott Hughes · 11 years ago
  36. db49903 Use machine/timespec.h to separate timespec definition. by Yabin Cui · 11 years ago
  37. e6ac9bb Remove temporary compatibility hack. by Elliott Hughes · 11 years ago
  38. 0ac0df8 Fix struct stat to match POSIX 2008. by Elliott Hughes · 11 years ago
  39. ca8e84c Add mkfifoat(3). by Elliott Hughes · 11 years ago
  40. 658727e Inline helpers need to be exported unmangled. by Dan Albert · 11 years ago
  41. f4c948a Move the meat of <features.h> into <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  42. b810462 Fix _BSD_SOURCE/__USE_BSD. by Elliott Hughes · 11 years ago
  43. 2cfb4e8 Improve <sys/cdefs.h>. by Elliott Hughes · 11 years ago
  44. f963da2 Undef private *_BODY defines after use by Calin Juravle · 11 years ago
  45. 6b55593 Use uid_t and gid_t for st_uid and st_gid in struct stat. by Elliott Hughes · 11 years ago
  46. db1ea34 Implement some of the missing LFS64 support. by Elliott Hughes · 12 years ago
  47. 645d031 [MIPS64] libc/libm support by Chris Dearman · 11 years ago
  48. b8fa5b1 Fix struct stat for aarch64. by Elliott Hughes · 12 years ago
  49. f8fcfbc Move away from the __ARCH_WANT_SYSCALL_NO_AT system calls. by Elliott Hughes · 12 years ago
  50. 594b1a4 Make sure we have a mkfifo symbol. by Elliott Hughes · 12 years ago
  51. f68fac8 x86_64: Fix sys/stat.h by Pavel Chupin · 13 years ago
  52. d0be7c8 Add futimens. by Elliott Hughes · 12 years ago
  53. a6cde39 More FORTIFY_SOURCE functions under clang by Nick Kralevich · 12 years ago
  54. a641c18 libc: Rename fortify error functions. by Nick Kralevich · 12 years ago
  55. 16d1af1 libc: add limited FORTIFY_SOURCE support for clang by Nick Kralevich · 12 years ago
  56. b24c063 libc: Introduce __errordecl() by Nick Kralevich · 12 years ago
  57. 890c8ed Fix builds where _FORTIFY_SOURCE is off. by Elliott Hughes · 12 years ago
  58. f27b7fb Define DEFFILEMODE and friends by Hakan Kvist · 13 years ago
  59. cd58770 FORTIFY_SOURCE: add umask check by Nick Kralevich · 13 years ago
  60. 6437eac MIPS support to sys/ headers by Raghu Gandham · 13 years ago
  61. ae2d5ba Add support for the utimensat(2) syscall to bionic. by Ken Sumrall · 14 years ago
  62. 09baf4e Add Glibc-compatible macro aliases for the nanosecond time accessors in stat structure by David 'Digit' Turner · 16 years ago
  63. 1dc9e47 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  64. 1767f90 auto import from //depot/cupcake/@135843 by The Android Open Source Project · 16 years ago
  65. 9f65adf auto import from //branches/cupcake/...@130745 by The Android Open Source Project · 16 years ago
  66. e5cc1f3 auto import from //branches/cupcake/...@126645 by The Android Open Source Project · 17 years ago
  67. a27d2ba Initial Contribution by The Android Open Source Project · 17 years ago