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