index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
/
Unix.h
Age
Commit message (
Expand
)
Author
2010-11-29
Merge System into Support.
Michael J. Spencer
2009-07-01
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
Jeffrey Yasskin
2009-06-15
glibc has two versions of strerror_r, a standards compliant one and a GNU
Dan Gohman
2009-04-20
Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:
Daniel Dunbar
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2006-08-25
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-23
For PR797:
Reid Spencer
2006-08-21
For PR797:
Reid Spencer
2006-07-07
Change AllocateRWX/DeallocateRWX to not throw an exception.
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-04-21
For Bug 543:
Reid Spencer
2005-02-14
Fix a bug in my previous change to this, which broke the build on sparcs.
Chris Lattner
2005-02-13
If errno is zero strerror_r does not modify the buffer, leaving it unterminated.
Chris Lattner
2004-12-27
For PR351:
Reid Spencer
2004-12-08
Make this work with the ICC compiler, contributed by Bjørn Wennberg
Chris Lattner
2004-11-14
Forget strerror_r, it causes problems. Fix later when threading matters
Reid Spencer
2004-10-05
Adjust sys/stat.h inclusion so its only for SunOS.
Reid Spencer
2004-10-05
Added a couple of includes to get this to compile on Sparc.
Tanya Lattner
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-31
Add a new abstraction, SysConfig for platform independent system
Reid Spencer
2004-08-30
Add inclusion of assert.h
Reid Spencer
2004-08-29
Include some additional header files.
Reid Spencer
2004-08-25
Initial implementation of the Path operating system concept.
Reid Spencer