Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
b2164e5cb5086f0595e96fdbb5ffc614dea9c441
/
lib
/
System
/
Unix
b2164e5
For PR540:
by Reid Spencer
· 20 years ago
73f3667
1. Fix bug in getBaseName where it mishandles suffixes
by Jeff Cohen
· 20 years ago
8b2d1aa
Ensure that functions like isDirectory don't fail if the file doesn't
by Reid Spencer
· 20 years ago
6371ccb
Two changes:
by Reid Spencer
· 20 years ago
85c716f
Stamp out tabs
by Jeff Cohen
· 20 years ago
563a17f
Fix eraseSuffix()
by Jeff Cohen
· 20 years ago
a229c5c
Final Changes For PR495:
by Reid Spencer
· 20 years ago
dd04df0
For PR495:
by Reid Spencer
· 20 years ago
c7f0832
For PR495:
by Reid Spencer
· 20 years ago
932e2e3
Put in a hack for Cygwin that prevents mkdtemp from being used since
by Reid Spencer
· 20 years ago
26b1d42
comment the hpux bit
by Duraid Madina
· 20 years ago
6b8a63a
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
by Misha Brukman
· 20 years ago
38da41c
Silence gcc-4.0.0 warnings.
by Alkis Evlogimenos
· 20 years ago
f976c85
Remove trailing whitespace
by Misha Brukman
· 20 years ago
93b3473
Provide an implementation of the GetCurrentUserId and GetCurrentGroupId
by Reid Spencer
· 20 years ago
2aafadc
For Bug 543:
by Reid Spencer
· 20 years ago
03aee2e
For Bug 543:
by Reid Spencer
· 20 years ago
22c46da
Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH may
by Misha Brukman
· 20 years ago
8177bf8
Do not mark directories as `executable', we only want program files
by Misha Brukman
· 20 years ago
4619c75
Ignore dangling symlinks in getDirectoryContents()
by Misha Brukman
· 20 years ago
1af69a8
Be slightly more accurate in an error message.
by Reid Spencer
· 20 years ago
0798056
Fix a bug in my previous change to this, which broke the build on sparcs.
by Chris Lattner
· 21 years ago
946af52
If errno is zero strerror_r does not modify the buffer, leaving it unterminated.
by Chris Lattner
· 21 years ago
8102fcd
Fix bugpoint
by Chris Lattner
· 21 years ago
6258272
Make asctime_r work for HP/UX.
by Reid Spencer
· 21 years ago
bccc8ab
Rename Unix/*.cpp and Win32/*.cpp to have a *.inc suffix so that the silly
by Reid Spencer
· 21 years ago
e269a1a
Use size_t instead of long to represent memory usage. long is 32 bits
by Jeff Cohen
· 21 years ago
a01aade
Add functions for determining if the stdin/out/err is connected to a
by Reid Spencer
· 21 years ago
92ced2f
Fix a compilation error for the case where mallinfo() is not available.
by Reid Spencer
· 21 years ago
7c1e2f9
For PR351:
by Reid Spencer
· 21 years ago
51b9f62
For PR351: * Remove redundant #includes that are now in Unix.h
by Reid Spencer
· 21 years ago
68fdcc1
For PR351:
by Reid Spencer
· 21 years ago
af2f208
For PR351:
by Reid Spencer
· 21 years ago
07c00d3
For PR351:
by Reid Spencer
· 21 years ago
cdf54d0
For PR351: * Ensure #includes are wrapped with appropriate HAVE_ guards
by Reid Spencer
· 21 years ago
d0ae93f
For PR351:
by Reid Spencer
· 21 years ago
69a1616
For PR351:
by Reid Spencer
· 21 years ago
48a1f42
Remove these files as they are not being included any more. DynamicLibrary
by Reid Spencer
· 21 years ago
78076f6
Put the CopyFile function explicitly in the sys namespace.
by Reid Spencer
· 21 years ago
8b66289
Implement GetTimeUsage correctly.
by Reid Spencer
· 21 years ago
ed5e7bf
Provide a getrusage based implementation of GetTotalMemoryUsage and use
by Reid Spencer
· 21 years ago
bc1ee84
Consistently use the same #if style. Also, fix a bug testing for sbrk(3)
by Reid Spencer
· 21 years ago
721d9aa
For PR351:
by Reid Spencer
· 21 years ago
210b32b
* Use "" for LLVM include files, not <>
by Misha Brukman
· 21 years ago
6782835
Use <> for system #include files
by Misha Brukman
· 21 years ago
5d112c4
Make references to 'struct sigaction' compile under Solaris.
by Brian Gaeke
· 21 years ago
2a7d9e9
For PR351:
by Reid Spencer
· 21 years ago
41394ec
For PR351: Add a needed include.
by Reid Spencer
· 21 years ago
00e8930
Change the signatures of the destroyFile and destroyDirectory methods to
by Reid Spencer
· 21 years ago
835b694
Remove automatic insertion of CFE's lib directory into the bytecode path
by Reid Spencer
· 21 years ago
07f9f4e
Fix a file overwrite bug in llvm-ar introduced by changes to
by Reid Spencer
· 21 years ago
c29befb
For PR351:
by Reid Spencer
· 21 years ago
e2e2411
For PR351: Implement the new environment pointer for ExecuteAndWait
by Reid Spencer
· 21 years ago
77cc91d
For PR351:
by Reid Spencer
· 21 years ago
3d595cb
Remove an always false clause from an if statement.
by Reid Spencer
· 21 years ago
07941b4
Fix a bug where directory names of length one or less where not set
by Alkis Evlogimenos
· 21 years ago
732f92d
* Add a std::ostream inserter for sys::Path
by Reid Spencer
· 21 years ago
1b6b99b
For PR351: \
by Reid Spencer
· 21 years ago
56c3ed8
Make the size() method const
by Reid Spencer
· 21 years ago
1fce091
Path::get -> Path::toString
by Reid Spencer
· 21 years ago
194ca80
Make this work with the ICC compiler, contributed by Bjørn Wennberg
by Chris Lattner
· 21 years ago
86ac2dc
Fix seriously broken implementation of GetMagicNumber.
by Reid Spencer
· 21 years ago
441cc2a
Implement the default constructor which causes the current program to be
by Reid Spencer
· 21 years ago
0de02a6
Dynamic Library abstraction. This makes the abstraction of a single dynamic
by Reid Spencer
· 21 years ago
be31d2a
* Use low-level unix I/O interface since we're on Unix.
by Reid Spencer
· 21 years ago
8bf7fba
Per code review:
by Reid Spencer
· 21 years ago
b608a81
Per code review:
by Reid Spencer
· 21 years ago
2e83ea5
Make it actually compile on Solaris.
by Reid Spencer
· 21 years ago
00b5df4
Consolidate the implementation of TimeValue::now() for Unix to use the
by Reid Spencer
· 21 years ago
2fbf978
Implement functionality suggested from code review: getStatusInfo should
by Reid Spencer
· 21 years ago
64a10ce
Forget strerror_r, it causes problems. Fix later when threading matters
by Reid Spencer
· 21 years ago
d351871
Implement the toString method
by Reid Spencer
· 21 years ago
9446559
Update for prototype changes
by Reid Spencer
· 21 years ago
eaf1815
* Implement getDirectoryContents * Implement getStatusInfo * Implement setStatusInfo * Implement renameFile
by Reid Spencer
· 21 years ago
083507c
Fix bugs in class invariant
by Reid Spencer
· 21 years ago
9195f37
* Implement getStatusInfo for getting stat(2) like information
by Reid Spencer
· 21 years ago
07adb28
Stop propagating method names that violate the coding standard
by Reid Spencer
· 21 years ago
6cb21d4
Change Library Names Not To Conflict With Others When Installed
by Reid Spencer
· 21 years ago
e789a6b
Must include sys/stat.h before declaring a 'struct stat'
by Brian Gaeke
· 21 years ago
f348ccc
Adjust sys/stat.h inclusion so its only for SunOS.
by Reid Spencer
· 21 years ago
c5a0bbf
Added a couple of includes to get this to compile on Sparc.
by Tanya Lattner
· 21 years ago
341e1da
Solaris doesn't have MAP_FILE.
by Chris Lattner
· 21 years ago
9737492
First version of the MappedFile abstraction for operating system idependent
by Reid Spencer
· 21 years ago
0d5716e
Added stub implementations of TimeValue concept for remaining platforms.
by Reid Spencer
· 21 years ago
622e220
Get rid of file descriptor leak in create_file.
by Reid Spencer
· 21 years ago
0cc2d0a
Allow "bc" as suffix for bytecode files.
by Reid Spencer
· 21 years ago
74e7261
Implement the GetLibraryPath function.
by Reid Spencer
· 21 years ago
2565943
Clean up the interface and implementation of sys::Program so that it is
by Reid Spencer
· 21 years ago
41b21bf
Provide a generic Unix implementation of the Memory concept.
by Reid Spencer
· 21 years ago
27dafe1
Provide a generic unix implementation of the Process abstraction.
by Reid Spencer
· 21 years ago
1b554b4
Implemented support for detecting file types by magic number, stripping
by Reid Spencer
· 21 years ago
4429b2c
Implementation of Process concept for SUSv2 platforms.
by Reid Spencer
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
ef6efab
Actually define PreventCoreFiles in the sys namespace.
by Reid Spencer
· 21 years ago
387e5ec
Add a new abstraction, SysConfig for platform independent system
by Reid Spencer
· 21 years ago
f634f46
Move the GetTemporaryDirectory function from "generic Unix" to platform
by Reid Spencer
· 21 years ago
b60bf61
Add inclusion of assert.h
by Reid Spencer
· 21 years ago
c0854bf
Add a declaration of environ global for Darwin
by Reid Spencer
· 21 years ago
c3de952
Include some additional header files. Fix the banner length.
by Reid Spencer
· 21 years ago
496c277
Initial platform independent implementation of operating system concept
by Reid Spencer
· 21 years ago
Next »