Skip to content
Snippets Groups Projects
  1. 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
  2. Jul 27, 2020
  3. Jul 26, 2020
  4. Jul 22, 2020
  5. Jul 20, 2020
  6. Jul 19, 2020
  7. 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
  8. Jul 06, 2020
  9. 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
  10. Jun 26, 2020
  11. Jun 22, 2020
  12. Jun 09, 2020
  13. Jun 02, 2020
  14. Jun 01, 2020
  15. May 27, 2020
  16. May 23, 2020
  17. May 21, 2020
  18. Apr 30, 2020
  19. Apr 21, 2020
  20. Apr 13, 2020
  21. Apr 11, 2020
  22. Apr 09, 2020
  23. Apr 07, 2020
  24. Apr 04, 2020
  25. Apr 03, 2020
  26. Mar 15, 2020
  27. Mar 09, 2020
  28. Mar 08, 2020
  29. Mar 01, 2020
  30. Feb 29, 2020
Loading