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