aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix
AgeCommit message (Expand)Author
2004-12-13For PR351: \Reid Spencer
2004-12-13Make the size() method constReid Spencer
2004-12-11Path::get -> Path::toStringReid Spencer
2004-12-08Make this work with the ICC compiler, contributed by Bjørn WennbergChris Lattner
2004-12-02Fix seriously broken implementation of GetMagicNumber.Reid Spencer
2004-11-29Implement the default constructor which causes the current program to beReid Spencer
2004-11-18Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer
2004-11-16* Use low-level unix I/O interface since we're on Unix.Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-16Per code review:Reid Spencer
2004-11-15Make it actually compile on Solaris.Reid Spencer
2004-11-15Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer
2004-11-14Implement functionality suggested from code review: getStatusInfo shouldReid Spencer
2004-11-14Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer
2004-11-14Implement the toString methodReid Spencer
2004-11-14Update for prototype changesReid Spencer
2004-11-14* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer
2004-11-14Fix bugs in class invariantReid Spencer
2004-11-09* Implement getStatusInfo for getting stat(2) like informationReid Spencer
2004-11-05Stop propagating method names that violate the coding standardReid Spencer
2004-10-27Change Library Names Not To Conflict With Others When InstalledReid Spencer
2004-10-05Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke
2004-10-05Adjust sys/stat.h inclusion so its only for SunOS.Reid Spencer
2004-10-05Added a couple of includes to get this to compile on Sparc.Tanya Lattner
2004-10-05Solaris doesn't have MAP_FILE.Chris Lattner
2004-10-04First version of the MappedFile abstraction for operating system idependentReid Spencer
2004-09-25Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer
2004-09-18Get rid of file descriptor leak in create_file.Reid Spencer
2004-09-16Allow "bc" as suffix for bytecode files.Reid Spencer
2004-09-14Implement the GetLibraryPath function.Reid Spencer
2004-09-13Clean up the interface and implementation of sys::Program so that it isReid Spencer
2004-09-11Provide a generic Unix implementation of the Memory concept.Reid Spencer
2004-09-11Provide a generic unix implementation of the Process abstraction.Reid Spencer
2004-09-11Implemented support for detecting file types by magic number, strippingReid Spencer
2004-09-11Implementation of Process concept for SUSv2 platforms.Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-08-31Actually define PreventCoreFiles in the sys namespace.Reid Spencer
2004-08-31Add a new abstraction, SysConfig for platform independent systemReid Spencer
2004-08-30Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer
2004-08-30Add inclusion of assert.hReid Spencer
2004-08-29Add a declaration of environ global for DarwinReid Spencer
2004-08-29Include some additional header files.Reid Spencer
2004-08-29Initial platform independent implementation of operating system conceptReid Spencer
2004-08-29Initial commit of an platform-indepdendent implementation for theReid Spencer
2004-08-29Revise the design of the Path concept per peer review. Too many changes toReid Spencer
2004-08-26Fix a typo.Reid Spencer
2004-08-26Add a README explaining the intended content of this directory.Reid Spencer
2004-08-25Initial implementation of the Path operating system concept.Reid Spencer