Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
cdf54d04c7623d8440356c7c0dd0b6413dc0dda4
/
lib
/
System
/
Unix
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
52a7efa
Initial commit of an platform-indepdendent implementation for the
by Reid Spencer
· 21 years ago
8e66595
Revise the design of the Path concept per peer review. Too many changes to
by Reid Spencer
· 21 years ago
bf3a4d2
Fix a typo.
by Reid Spencer
· 21 years ago
2f88a06
Add a README explaining the intended content of this directory.
by Reid Spencer
· 21 years ago
b89a223
Initial implementation of the Path operating system concept.
by Reid Spencer
· 21 years ago