Skip to content
Snippets Groups Projects
  1. Oct 31, 2020
  2. Oct 27, 2020
    • Lzu Tao's avatar
      Make tests for bsd passed · be37f011
      Lzu Tao authored
      * Include some header files
      * Ingore tests for p_type field of `Elf*_Phdr` because of
        conflicting with p_type macro from resolve.h
      be37f011
  3. Oct 23, 2020
  4. Oct 21, 2020
  5. Oct 17, 2020
  6. Oct 16, 2020
  7. Oct 15, 2020
  8. Oct 07, 2020
  9. Sep 29, 2020
  10. Sep 17, 2020
    • Aaron Hill's avatar
      Add SYS_pidfd_open and SYS_clone3 · 8e58e82c
      Aaron Hill authored
      These syscalls were added recently, and therefore have consistent
      numbers across different architetures (other than the weird offsetting
      on some platforms).
      8e58e82c
  11. Aug 22, 2020
  12. Aug 20, 2020
  13. Aug 18, 2020
    • Josh Triplett's avatar
      Define P_PIDFD, used with waitid · e709b3f7
      Josh Triplett authored
      Linux defines a waitid type `P_PIDFD`, for use with process file
      descriptors (`pidfd`). Add that constant.
      
      In libc-test, add linux/wait.h to the Linux-specific and
      Android-specific headers, to get the definition. Exclude it on Android
      and musl for now, though, as the versions in CI don't have it yet.
      e709b3f7
  14. Aug 16, 2020
  15. Aug 06, 2020
    • Joshua M. Clulow's avatar
      add openpty and forkpty implementation for illumos systems · 1f0ea0da
      Joshua M. Clulow authored
      At time of writing, illumos systems do not provide an implementation of
      the openpty() and forkpty() wrappers provided on some other UNIX
      systems.  While we expect to grow an implementation, it seems prudent to
      provide a compatibility routine here first to unblock illumos support in
      the popular nix crate.
      1f0ea0da
  16. Jul 27, 2020
  17. Jul 26, 2020
  18. Jul 22, 2020
  19. Jul 20, 2020
  20. Jul 19, 2020
  21. Jul 17, 2020
    • Patrick Mooney's avatar
      Expose EPOLLEXCLUSIVE on illumos platform · e1b97571
      Patrick Mooney authored
      Initially the EPOLLEXCLUSIVE definition was hidden on the illumos
      platform as it lacked explicit support.  After further review, it was
      concluded that EPOLLEXCLUSIVE can safely be considered a no-op, when not
      fully implemented by the OS, making it safe for use on illumos.
      e1b97571
  22. Jul 06, 2020
  23. 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
  24. Jun 26, 2020
  25. Jun 22, 2020
  26. Jun 09, 2020
  27. Jun 02, 2020
  28. Jun 01, 2020
  29. May 27, 2020
  30. May 23, 2020
  31. May 21, 2020
  32. Apr 30, 2020
  33. Apr 21, 2020
Loading