Skip to content
Snippets Groups Projects
  1. Oct 21, 2020
  2. Oct 19, 2020
    • Andrew Walbran's avatar
      Android: Add preadv and pwritev. · d04bb8e2
      Andrew Walbran authored
      From sys/uio.h. Note that preadv64/pwritev64 are already included in
      src/unix/linux_like/mod.rs.
      Also fix parameter names of process_vm_[readv,writev] to match Bionic
      header.
      d04bb8e2
  3. Oct 16, 2020
  4. Oct 15, 2020
  5. Oct 07, 2020
  6. Sep 29, 2020
  7. Sep 11, 2020
  8. Aug 12, 2020
  9. Aug 02, 2020
  10. Jul 25, 2020
  11. Jul 02, 2020
  12. Jun 30, 2020
    • Andrew Walbran's avatar
      Android: Add various constants and functions. · 51acd7f4
      Andrew Walbran authored
      In particular:
      Add timerfd constants and functions, from sys/timerfd.h.
      Add EFD_SEMAPHORE and group all EFD_ constants together.
      Add sigtimedwait function, from signal.h.
      Add missing fallocate constants and functions, from linux/falloc.h and fcntl.h.
      Add xattr functions, from sys/xattr.h.
      Add SCHED_ and SEEK_ constants, from linux/sched.h and bits/seek_constants.h.
      Add rlimit functions, from sys/resource.h.
      Add RENAME_ constants, from stdio.h.
      Add ino64_t type, from sys/types.h.
      51acd7f4
    • Andrew Walbran's avatar
      5f046650
  13. May 21, 2020
  14. May 18, 2020
  15. Apr 29, 2020
  16. Apr 13, 2020
  17. Mar 29, 2020
  18. Mar 10, 2020
  19. Mar 08, 2020
  20. Mar 01, 2020
  21. Feb 28, 2020
  22. Feb 12, 2020
  23. Dec 08, 2019
  24. Nov 21, 2019
  25. Nov 17, 2019
  26. Nov 05, 2019
  27. Nov 04, 2019
  28. Oct 28, 2019
  29. Oct 06, 2019
  30. Sep 25, 2019
Loading