1. b2164e5 For PR540: by Reid Spencer · 20 years ago
  2. 73f3667 1. Fix bug in getBaseName where it mishandles suffixes by Jeff Cohen · 20 years ago
  3. 8b2d1aa Ensure that functions like isDirectory don't fail if the file doesn't by Reid Spencer · 20 years ago
  4. 6371ccb Two changes: by Reid Spencer · 20 years ago
  5. 85c716f Stamp out tabs by Jeff Cohen · 20 years ago
  6. 563a17f Fix eraseSuffix() by Jeff Cohen · 20 years ago
  7. a229c5c Final Changes For PR495: by Reid Spencer · 20 years ago
  8. dd04df0 For PR495: by Reid Spencer · 20 years ago
  9. c7f0832 For PR495: by Reid Spencer · 20 years ago
  10. 932e2e3 Put in a hack for Cygwin that prevents mkdtemp from being used since by Reid Spencer · 20 years ago
  11. 26b1d42 comment the hpux bit by Duraid Madina · 20 years ago
  12. 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
  13. 38da41c Silence gcc-4.0.0 warnings. by Alkis Evlogimenos · 20 years ago
  14. f976c85 Remove trailing whitespace by Misha Brukman · 20 years ago
  15. 93b3473 Provide an implementation of the GetCurrentUserId and GetCurrentGroupId by Reid Spencer · 20 years ago
  16. 2aafadc For Bug 543: by Reid Spencer · 20 years ago
  17. 03aee2e For Bug 543: by Reid Spencer · 20 years ago
  18. 22c46da Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may by Misha Brukman · 20 years ago
  19. 8177bf8 Do not mark directories as `executable', we only want program files by Misha Brukman · 20 years ago
  20. 4619c75 Ignore dangling symlinks in getDirectoryContents() by Misha Brukman · 20 years ago
  21. 1af69a8 Be slightly more accurate in an error message. by Reid Spencer · 20 years ago
  22. 0798056 Fix a bug in my previous change to this, which broke the build on sparcs. by Chris Lattner · 21 years ago
  23. 946af52 If errno is zero strerror_r does not modify the buffer, leaving it unterminated. by Chris Lattner · 21 years ago
  24. 8102fcd Fix bugpoint by Chris Lattner · 21 years ago
  25. 6258272 Make asctime_r work for HP/UX. by Reid Spencer · 21 years ago
  26. bccc8ab Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly by Reid Spencer · 21 years ago
  27. e269a1a Use size_t instead of long to represent memory usage. long is 32 bits by Jeff Cohen · 21 years ago
  28. a01aade Add functions for determining if the stdin/out/err is connected to a by Reid Spencer · 21 years ago
  29. 92ced2f Fix a compilation error for the case where mallinfo() is not available. by Reid Spencer · 21 years ago
  30. 7c1e2f9 For PR351: by Reid Spencer · 21 years ago
  31. 51b9f62 For PR351: * Remove redundant #includes that are now in Unix.h by Reid Spencer · 21 years ago
  32. 68fdcc1 For PR351: by Reid Spencer · 21 years ago
  33. af2f208 For PR351: by Reid Spencer · 21 years ago
  34. 07c00d3 For PR351: by Reid Spencer · 21 years ago
  35. cdf54d0 For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards by Reid Spencer · 21 years ago
  36. d0ae93f For PR351: by Reid Spencer · 21 years ago
  37. 69a1616 For PR351: by Reid Spencer · 21 years ago
  38. 48a1f42 Remove these files as they are not being included any more. DynamicLibrary by Reid Spencer · 21 years ago
  39. 78076f6 Put the CopyFile function explicitly in the sys namespace. by Reid Spencer · 21 years ago
  40. 8b66289 Implement GetTimeUsage correctly. by Reid Spencer · 21 years ago
  41. ed5e7bf Provide a getrusage based implementation of GetTotalMemoryUsage and use by Reid Spencer · 21 years ago
  42. bc1ee84 Consistently use the same #if style. Also, fix a bug testing for sbrk(3) by Reid Spencer · 21 years ago
  43. 721d9aa For PR351: by Reid Spencer · 21 years ago
  44. 210b32b * Use "" for LLVM include files, not <> by Misha Brukman · 21 years ago
  45. 6782835 Use <> for system #include files by Misha Brukman · 21 years ago
  46. 5d112c4 Make references to 'struct sigaction' compile under Solaris. by Brian Gaeke · 21 years ago
  47. 2a7d9e9 For PR351: by Reid Spencer · 21 years ago
  48. 41394ec For PR351: Add a needed include. by Reid Spencer · 21 years ago
  49. 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 21 years ago
  50. 835b694 Remove automatic insertion of CFE's lib directory into the bytecode path by Reid Spencer · 21 years ago
  51. 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 21 years ago
  52. c29befb For PR351: by Reid Spencer · 21 years ago
  53. e2e2411 For PR351: Implement the new environment pointer for ExecuteAndWait by Reid Spencer · 21 years ago
  54. 77cc91d For PR351: by Reid Spencer · 21 years ago
  55. 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 21 years ago
  56. 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 21 years ago
  57. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 21 years ago
  58. 1b6b99b For PR351: \ by Reid Spencer · 21 years ago
  59. 56c3ed8 Make the size() method const by Reid Spencer · 21 years ago
  60. 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
  61. 194ca80 Make this work with the ICC compiler, contributed by Bjørn Wennberg by Chris Lattner · 21 years ago
  62. 86ac2dc Fix seriously broken implementation of GetMagicNumber. by Reid Spencer · 21 years ago
  63. 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 21 years ago
  64. 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago
  65. be31d2a * Use low-level unix I/O interface since we're on Unix. by Reid Spencer · 21 years ago
  66. 8bf7fba Per code review: by Reid Spencer · 21 years ago
  67. b608a81 Per code review: by Reid Spencer · 21 years ago
  68. 2e83ea5 Make it actually compile on Solaris. by Reid Spencer · 21 years ago
  69. 00b5df4 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 21 years ago
  70. 2fbf978 Implement functionality suggested from code review: getStatusInfo should by Reid Spencer · 21 years ago
  71. 64a10ce Forget strerror_r, it causes problems. Fix later when threading matters by Reid Spencer · 21 years ago
  72. d351871 Implement the toString method by Reid Spencer · 21 years ago
  73. 9446559 Update for prototype changes by Reid Spencer · 21 years ago
  74. eaf1815 * Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile by Reid Spencer · 21 years ago
  75. 083507c Fix bugs in class invariant by Reid Spencer · 21 years ago
  76. 9195f37 * Implement getStatusInfo for getting stat(2) like information by Reid Spencer · 21 years ago
  77. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  78. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  79. e789a6b Must include sys/stat.h before declaring a 'struct stat' by Brian Gaeke · 21 years ago
  80. f348ccc Adjust sys/stat.h inclusion so its only for SunOS. by Reid Spencer · 21 years ago
  81. c5a0bbf Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 21 years ago
  82. 341e1da Solaris doesn't have MAP_FILE. by Chris Lattner · 21 years ago
  83. 9737492 First version of the MappedFile abstraction for operating system idependent by Reid Spencer · 21 years ago
  84. 0d5716e Added stub implementations of TimeValue concept for remaining platforms. by Reid Spencer · 21 years ago
  85. 622e220 Get rid of file descriptor leak in create_file. by Reid Spencer · 21 years ago
  86. 0cc2d0a Allow "bc" as suffix for bytecode files. by Reid Spencer · 21 years ago
  87. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 21 years ago
  88. 2565943 Clean up the interface and implementation of sys::Program so that it is by Reid Spencer · 21 years ago
  89. 41b21bf Provide a generic Unix implementation of the Memory concept. by Reid Spencer · 21 years ago
  90. 27dafe1 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 21 years ago
  91. 1b554b4 Implemented support for detecting file types by magic number, stripping by Reid Spencer · 21 years ago
  92. 4429b2c Implementation of Process concept for SUSv2 platforms. by Reid Spencer · 21 years ago
  93. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  94. ef6efab Actually define PreventCoreFiles in the sys namespace. by Reid Spencer · 21 years ago
  95. 387e5ec Add a new abstraction, SysConfig for platform independent system by Reid Spencer · 21 years ago
  96. f634f46 Move the GetTemporaryDirectory function from "generic Unix" to platform by Reid Spencer · 21 years ago
  97. b60bf61 Add inclusion of assert.h by Reid Spencer · 21 years ago
  98. c0854bf Add a declaration of environ global for Darwin by Reid Spencer · 21 years ago
  99. c3de952 Include some additional header files. Fix the banner length. by Reid Spencer · 21 years ago
  100. 496c277 Initial platform independent implementation of operating system concept by Reid Spencer · 21 years ago