aboutsummaryrefslogtreecommitdiff
path: root/lib/System/Unix/Unix.h
AgeCommit message (Expand)Author
2010-11-29Merge System into Support.Michael J. Spencer
2009-07-01Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes theJeffrey Yasskin
2009-06-15glibc has two versions of strerror_r, a standards compliant one and a GNUDan Gohman
2009-04-20Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:Daniel Dunbar
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2007-12-29Remove attribution from file headers, per discussion on llvmdev.Chris Lattner
2006-08-25For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-23For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-07-07Change AllocateRWX/DeallocateRWX to not throw an exception.Chris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-04-21For Bug 543:Reid Spencer
2005-02-14Fix a bug in my previous change to this, which broke the build on sparcs.Chris Lattner
2005-02-13If errno is zero strerror_r does not modify the buffer, leaving it unterminated.Chris Lattner
2004-12-27For PR351:Reid Spencer
2004-12-08Make this work with the ICC compiler, contributed by Bjørn WennbergChris Lattner
2004-11-14Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer
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-09-01Changes For Bug 352Reid Spencer
2004-08-31Add a new abstraction, SysConfig for platform independent systemReid Spencer
2004-08-30Add inclusion of assert.hReid Spencer
2004-08-29Include some additional header files.Reid Spencer
2004-08-25Initial implementation of the Path operating system concept.Reid Spencer