Skip to content
  1. May 16, 2005
  2. May 06, 2005
  3. Apr 22, 2005
  4. Apr 21, 2005
    • Reid Spencer's avatar
      Provide an implementation of the GetCurrentUserId and GetCurrentGroupId · 2d45e251
      Reid Spencer authored
      methods that were recently added to the interface.
      
      llvm-svn: 21401
      2d45e251
    • Reid Spencer's avatar
      For Bug 543: · 8424ba37
      Reid Spencer authored
      Standardize the error messages to be in "path: what failed: why" format.
      Also attempt to use the correct errno to ThrowErrno in situations where
      the errno value is erased by subsequent system calls.
      
      llvm-svn: 21385
      8424ba37
    • Reid Spencer's avatar
      For Bug 543: · b02566dc
      Reid Spencer authored
      Allow the ThrowErrno function to optionally accept an error number
      parameter so that callers can specify the error number to be used.
      
      llvm-svn: 21384
      b02566dc
  5. Apr 20, 2005
  6. Apr 11, 2005
  7. Mar 02, 2005
  8. Feb 20, 2005
  9. Feb 19, 2005
  10. Feb 18, 2005
  11. Feb 16, 2005
  12. Feb 14, 2005
  13. Feb 13, 2005
  14. Jan 27, 2005
  15. Jan 22, 2005
  16. Jan 16, 2005
  17. Jan 14, 2005
  18. Jan 10, 2005
  19. Jan 08, 2005
  20. Jan 02, 2005
  21. Jan 01, 2005
  22. Dec 31, 2004
  23. Dec 30, 2004
  24. Dec 27, 2004
    • Reid Spencer's avatar
      For PR351: · e925d8b8
      Reid Spencer authored
      * Ensure #includes are wrapped with appropriate HAVE_ guards
      * Account for variations in time.h and sys/time.h inclusion.
      * Add macros for getting wait(2) exit status correctly (per autoconf sugg.)
      * Implement ThrowErrno in terms of strerror_r, strerror or none based on
        what is available on the platform.
      
      llvm-svn: 19161
      e925d8b8
    • Reid Spencer's avatar
      For PR351: · efda887f
      Reid Spencer authored
      * Remove redundant #includes that are now in Unix.h
      
      llvm-svn: 19160
      efda887f
    • Reid Spencer's avatar
      For PR351: · cf15b874
      Reid Spencer authored
      * Move implementation of sys::PreventCoreFiles function to this file from
        the now defunct SysConfig abstraction.
      
      llvm-svn: 19159
      cf15b874
Loading