Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
dd76f067f79320fbd7e0fa49762036fa93b724c4
/
llvm
/
lib
/
Support
/
Unix
/
Unix.h
802d755
Sort includes for all of the .h files under the 'lib' tree. These were
by Chandler Carruth
· 13 years ago
04b795b
[Support/Unix] Unconditionally include time.h.
by Michael J. Spencer
· 14 years ago
54c9eb6
Now to chant the magical incantation that will exorcise the System library
by Charles Davis
· 15 years ago
4d2e150
Missed a spot.
by Michael J. Spencer
· 15 years ago
447762d
Merge System into Support.
by Michael J. Spencer
· 15 years ago
[Renamed from llvm/lib/System/Unix/Unix.h]
1a93330
Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the
by Jeffrey Yasskin
· 16 years ago
970da81
glibc has two versions of strerror_r, a standards compliant one and a GNU
by Dan Gohman
· 16 years ago
3222b9b
Make Unix.h:MakeErrMsg separate the prefix and errno string, so we get:
by Daniel Dunbar
· 17 years ago
d78c400
Clean up the use of static and anonymous namespaces. This turned up
by Dan Gohman
· 17 years ago
f3ebc3f
Remove attribution from file headers, per discussion on llvmdev.
by Chris Lattner
· 18 years ago
50eac3b
For PR797:
by Reid Spencer
· 19 years ago
e4ca722
For PR797:
by Reid Spencer
· 19 years ago
879ed5a
For PR797:
by Reid Spencer
· 19 years ago
42bcf6e
For PR797:
by Reid Spencer
· 19 years ago
5a9d2e5
Change AllocateRWX/DeallocateRWX to not throw an exception.
by Chris Lattner
· 19 years ago
10468d8
Remove trailing whitespace
by Misha Brukman
· 21 years ago
b02566d
For Bug 543:
by Reid Spencer
· 21 years ago
6e528dc
Fix a bug in my previous change to this, which broke the build on sparcs.
by Chris Lattner
· 21 years ago
743dd2c
If errno is zero strerror_r does not modify the buffer, leaving it unterminated.
by Chris Lattner
· 21 years ago
e925d8b
For PR351:
by Reid Spencer
· 21 years ago
6ef473f
Make this work with the ICC compiler, contributed by Bjørn Wennberg
by Chris Lattner
· 21 years ago
2dd5e71
Forget strerror_r, it causes problems. Fix later when threading matters
by Reid Spencer
· 21 years ago
abb04cf
Adjust sys/stat.h inclusion so its only for SunOS.
by Reid Spencer
· 21 years ago
c3ef3cc
Added a couple of includes to get this to compile on Sparc.
by Tanya Lattner
· 21 years ago
7c16caa
Changes For Bug 352
by Reid Spencer
· 21 years ago
4f48470
Add a new abstraction, SysConfig for platform independent system
by Reid Spencer
· 21 years ago
f98fff3
Add inclusion of assert.h
by Reid Spencer
· 21 years ago
2f209c4
Include some additional header files. Fix the banner length.
by Reid Spencer
· 21 years ago
814ba57
Initial implementation of the Path operating system concept.
by Reid Spencer
· 21 years ago