summaryrefslogtreecommitdiff
path: root/lib/System/Unix
Commit message (Expand)AuthorAge
...
* Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer2004-12-20
* Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer2004-12-20
* For PR351:Reid Spencer2004-12-20
* * Use "" for LLVM include files, not <>Misha Brukman2004-12-20
* Use <> for system #include filesMisha Brukman2004-12-19
* Make references to 'struct sigaction' compile under Solaris.Brian Gaeke2004-12-19
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-19
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-15
* Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer2004-12-15
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-14
* For PR351:Reid Spencer2004-12-13
* Remove an always false clause from an if statement.Reid Spencer2004-12-13
* Fix a bug where directory names of length one or less where not setAlkis Evlogimenos2004-12-13
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-13
* For PR351: \Reid Spencer2004-12-13
* Make the size() method constReid Spencer2004-12-13
* Path::get -> Path::toStringReid Spencer2004-12-11
* Make this work with the ICC compiler, contributed by Bjørn WennbergChris Lattner2004-12-08
* Fix seriously broken implementation of GetMagicNumber.Reid Spencer2004-12-02
* Implement the default constructor which causes the current program to beReid Spencer2004-11-29
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-18
* * Use low-level unix I/O interface since we're on Unix.Reid Spencer2004-11-16
* Per code review:Reid Spencer2004-11-16
* Per code review:Reid Spencer2004-11-16
* Make it actually compile on Solaris.Reid Spencer2004-11-15
* Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer2004-11-15
* Implement functionality suggested from code review: getStatusInfo shouldReid Spencer2004-11-14
* Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer2004-11-14
* Implement the toString methodReid Spencer2004-11-14
* Update for prototype changesReid Spencer2004-11-14
* * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer2004-11-14
* Fix bugs in class invariantReid Spencer2004-11-14
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-09
* Stop propagating method names that violate the coding standardReid Spencer2004-11-05
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-27
* Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke2004-10-05
* Adjust sys/stat.h inclusion so its only for SunOS.Reid Spencer2004-10-05
* Added a couple of includes to get this to compile on Sparc.Tanya Lattner2004-10-05
* Solaris doesn't have MAP_FILE.Chris Lattner2004-10-05
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-04
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-25
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-18
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-16
* Implement the GetLibraryPath function.Reid Spencer2004-09-14
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-13
* Provide a generic Unix implementation of the Memory concept.Reid Spencer2004-09-11
* Provide a generic unix implementation of the Process abstraction.Reid Spencer2004-09-11