1. cdf54d0 For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards by Reid Spencer · 21 years ago
  2. d0ae93f For PR351: by Reid Spencer · 21 years ago
  3. 69a1616 For PR351: by Reid Spencer · 21 years ago
  4. 48a1f42 Remove these files as they are not being included any more. DynamicLibrary by Reid Spencer · 21 years ago
  5. 78076f6 Put the CopyFile function explicitly in the sys namespace. by Reid Spencer · 21 years ago
  6. 8b66289 Implement GetTimeUsage correctly. by Reid Spencer · 21 years ago
  7. ed5e7bf Provide a getrusage based implementation of GetTotalMemoryUsage and use by Reid Spencer · 21 years ago
  8. bc1ee84 Consistently use the same #if style. Also, fix a bug testing for sbrk(3) by Reid Spencer · 21 years ago
  9. 721d9aa For PR351: by Reid Spencer · 21 years ago
  10. 210b32b * Use "" for LLVM include files, not <> by Misha Brukman · 21 years ago
  11. 6782835 Use <> for system #include files by Misha Brukman · 21 years ago
  12. 5d112c4 Make references to 'struct sigaction' compile under Solaris. by Brian Gaeke · 21 years ago
  13. 2a7d9e9 For PR351: by Reid Spencer · 21 years ago
  14. 41394ec For PR351: Add a needed include. by Reid Spencer · 21 years ago
  15. 00e8930 Change the signatures of the destroyFile and destroyDirectory methods to by Reid Spencer · 21 years ago
  16. 835b694 Remove automatic insertion of CFE's lib directory into the bytecode path by Reid Spencer · 21 years ago
  17. 07f9f4e Fix a file overwrite bug in llvm-ar introduced by changes to by Reid Spencer · 21 years ago
  18. c29befb For PR351: by Reid Spencer · 21 years ago
  19. e2e2411 For PR351: Implement the new environment pointer for ExecuteAndWait by Reid Spencer · 21 years ago
  20. 77cc91d For PR351: by Reid Spencer · 21 years ago
  21. 3d595cb Remove an always false clause from an if statement. by Reid Spencer · 21 years ago
  22. 07941b4 Fix a bug where directory names of length one or less where not set by Alkis Evlogimenos · 21 years ago
  23. 732f92d * Add a std::ostream inserter for sys::Path by Reid Spencer · 21 years ago
  24. 1b6b99b For PR351: \ by Reid Spencer · 21 years ago
  25. 56c3ed8 Make the size() method const by Reid Spencer · 21 years ago
  26. 1fce091 Path::get -> Path::toString by Reid Spencer · 21 years ago
  27. 194ca80 Make this work with the ICC compiler, contributed by Bjørn Wennberg by Chris Lattner · 21 years ago
  28. 86ac2dc Fix seriously broken implementation of GetMagicNumber. by Reid Spencer · 21 years ago
  29. 441cc2a Implement the default constructor which causes the current program to be by Reid Spencer · 21 years ago
  30. 0de02a6 Dynamic Library abstraction. This makes the abstraction of a single dynamic by Reid Spencer · 21 years ago
  31. be31d2a * Use low-level unix I/O interface since we're on Unix. by Reid Spencer · 21 years ago
  32. 8bf7fba Per code review: by Reid Spencer · 21 years ago
  33. b608a81 Per code review: by Reid Spencer · 21 years ago
  34. 2e83ea5 Make it actually compile on Solaris. by Reid Spencer · 21 years ago
  35. 00b5df4 Consolidate the implementation of TimeValue::now() for Unix to use the by Reid Spencer · 21 years ago
  36. 2fbf978 Implement functionality suggested from code review: getStatusInfo should by Reid Spencer · 21 years ago
  37. 64a10ce Forget strerror_r, it causes problems. Fix later when threading matters by Reid Spencer · 21 years ago
  38. d351871 Implement the toString method by Reid Spencer · 21 years ago
  39. 9446559 Update for prototype changes by Reid Spencer · 21 years ago
  40. eaf1815 * Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile by Reid Spencer · 21 years ago
  41. 083507c Fix bugs in class invariant by Reid Spencer · 21 years ago
  42. 9195f37 * Implement getStatusInfo for getting stat(2) like information by Reid Spencer · 21 years ago
  43. 07adb28 Stop propagating method names that violate the coding standard by Reid Spencer · 21 years ago
  44. 6cb21d4 Change Library Names Not To Conflict With Others When Installed by Reid Spencer · 21 years ago
  45. e789a6b Must include sys/stat.h before declaring a 'struct stat' by Brian Gaeke · 21 years ago
  46. f348ccc Adjust sys/stat.h inclusion so its only for SunOS. by Reid Spencer · 21 years ago
  47. c5a0bbf Added a couple of includes to get this to compile on Sparc. by Tanya Lattner · 21 years ago
  48. 341e1da Solaris doesn't have MAP_FILE. by Chris Lattner · 21 years ago
  49. 9737492 First version of the MappedFile abstraction for operating system idependent by Reid Spencer · 21 years ago
  50. 0d5716e Added stub implementations of TimeValue concept for remaining platforms. by Reid Spencer · 21 years ago
  51. 622e220 Get rid of file descriptor leak in create_file. by Reid Spencer · 21 years ago
  52. 0cc2d0a Allow "bc" as suffix for bytecode files. by Reid Spencer · 21 years ago
  53. 74e7261 Implement the GetLibraryPath function. by Reid Spencer · 21 years ago
  54. 2565943 Clean up the interface and implementation of sys::Program so that it is by Reid Spencer · 21 years ago
  55. 41b21bf Provide a generic Unix implementation of the Memory concept. by Reid Spencer · 21 years ago
  56. 27dafe1 Provide a generic unix implementation of the Process abstraction. by Reid Spencer · 21 years ago
  57. 1b554b4 Implemented support for detecting file types by magic number, stripping by Reid Spencer · 21 years ago
  58. 4429b2c Implementation of Process concept for SUSv2 platforms. by Reid Spencer · 21 years ago
  59. 551ccae Changes For Bug 352 by Reid Spencer · 21 years ago
  60. ef6efab Actually define PreventCoreFiles in the sys namespace. by Reid Spencer · 21 years ago
  61. 387e5ec Add a new abstraction, SysConfig for platform independent system by Reid Spencer · 21 years ago
  62. f634f46 Move the GetTemporaryDirectory function from "generic Unix" to platform by Reid Spencer · 21 years ago
  63. b60bf61 Add inclusion of assert.h by Reid Spencer · 21 years ago
  64. c0854bf Add a declaration of environ global for Darwin by Reid Spencer · 21 years ago
  65. c3de952 Include some additional header files. Fix the banner length. by Reid Spencer · 21 years ago
  66. 496c277 Initial platform independent implementation of operating system concept by Reid Spencer · 21 years ago
  67. 52a7efa Initial commit of an platform-indepdendent implementation for the by Reid Spencer · 21 years ago
  68. 8e66595 Revise the design of the Path concept per peer review. Too many changes to by Reid Spencer · 21 years ago
  69. bf3a4d2 Fix a typo. by Reid Spencer · 21 years ago
  70. 2f88a06 Add a README explaining the intended content of this directory. by Reid Spencer · 21 years ago
  71. b89a223 Initial implementation of the Path operating system concept. by Reid Spencer · 21 years ago