Skip to content
  1. Oct 08, 2011
  2. Jun 02, 2011
  3. Apr 07, 2011
  4. Jan 15, 2011
  5. Sep 20, 2010
  6. Aug 13, 2010
  7. Aug 11, 2010
  8. Aug 03, 2010
  9. Jul 30, 2010
  10. Jul 29, 2010
  11. Jul 28, 2010
  12. Jul 27, 2010
  13. Jul 20, 2010
  14. Jul 02, 2010
  15. Jun 30, 2010
    • William Jon McCann's avatar
      Wrap getpw* calls to retry in EINTR · 6e4f853c
      William Jon McCann authored
      if getpwnam(username) returns NULL, errno needs to be
      checked for EINTR. This indicates that a signal was received while waiting for
      the blocking call to return, and getpwnam() should be retried.
      6e4f853c
  16. Jun 29, 2010
  17. Jun 28, 2010