Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b71251ca71c795ac8ae08c96f84328af6da0c613
/
llvm
/
lib
/
Support
/
Unix
/
Unix.h
757ca88
Remove TimeValue usage from llvm/Support
by Pavel Labath
· 9 years ago
ea877d4
Implement getRandomBytes() function
by Eugene Leviant
· 9 years ago
91d3cfe
Revert "Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes."
by Duncan P. N. Exon Smith
· 10 years ago
1760dc2
Fix Clang-tidy modernize-deprecated-headers warnings in remaining files; other minor fixes.
by Eugene Zelenko
· 10 years ago
c7e3f3a
Remove the configure and cmake checks for sys/wait.h
by Justin Bogner
· 10 years ago
a7c40ef
Canonicalize header guards into a common format.
by Benjamin Kramer
· 11 years ago
9ab9fe9
Fix build on Solaris 11.
by Rafael Espindola
· 12 years ago
37f69de
Remove dead or useless header checks from cmake and autoconf
by Reid Kleckner
· 12 years ago
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