aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix
AgeCommit message (Expand)Author
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