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. Aug 03, 2020
  3. Aug 02, 2020
    • Joshua M. Clulow's avatar
      add ucred(3C) support for illumos and Solaris systems · 1c9d5eaa
      Joshua M. Clulow authored
      This series of routines allows the caller to determine the credentials
      of another process by pid, or of the process on the remote end of a UNIX
      domain socket.  The ucred_t is an opaque object with accessor routines,
      and must be freed through ucred_free(3C) after use.
      1c9d5eaa
  4. Jul 31, 2020
  5. Jul 29, 2020
  6. Jul 28, 2020
  7. Jul 27, 2020
  8. Jul 26, 2020
  9. Jul 25, 2020
  10. Jul 24, 2020
  11. Jul 23, 2020
  12. Jul 22, 2020
  13. Jul 20, 2020
  14. Jul 19, 2020
Loading