index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
System
/
Unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make this work with the ICC compiler, contributed by Bjørn Wennberg
Chris Lattner
2004-12-08
1
-0
/
+1
*
Fix seriously broken implementation of GetMagicNumber.
Reid Spencer
2004-12-02
2
-8
/
+12
*
Implement the default constructor which causes the current program to be
Reid Spencer
2004-11-29
1
-1
/
+9
*
Dynamic Library abstraction. This makes the abstraction of a single dynamic
Reid Spencer
2004-11-18
1
-0
/
+47
*
* Use low-level unix I/O interface since we're on Unix.
Reid Spencer
2004-11-16
2
-14
/
+34
*
Per code review:
Reid Spencer
2004-11-16
2
-2
/
+2
*
Per code review:
Reid Spencer
2004-11-16
2
-14
/
+8
*
Make it actually compile on Solaris.
Reid Spencer
2004-11-15
2
-2
/
+2
*
Consolidate the implementation of TimeValue::now() for Unix to use the
Reid Spencer
2004-11-15
2
-0
/
+26
*
Implement functionality suggested from code review: getStatusInfo should
Reid Spencer
2004-11-14
2
-2
/
+8
*
Forget strerror_r, it causes problems. Fix later when threading matters
Reid Spencer
2004-11-14
1
-5
/
+0
*
Implement the toString method
Reid Spencer
2004-11-14
2
-0
/
+32
*
Update for prototype changes
Reid Spencer
2004-11-14
2
-4
/
+4
*
* Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...
Reid Spencer
2004-11-14
2
-14
/
+162
*
Fix bugs in class invariant
Reid Spencer
2004-11-14
2
-0
/
+6
*
* Implement getStatusInfo for getting stat(2) like information
Reid Spencer
2004-11-09
2
-10
/
+78
*
Stop propagating method names that violate the coding standard
Reid Spencer
2004-11-05
6
-120
/
+120
*
Change Library Names Not To Conflict With Others When Installed
Reid Spencer
2004-10-27
2
-2
/
+0
*
Must include sys/stat.h before declaring a 'struct stat'
Brian Gaeke
2004-10-05
2
-0
/
+2
*
Adjust sys/stat.h inclusion so its only for SunOS.
Reid Spencer
2004-10-05
1
-1
/
+0
*
Added a couple of includes to get this to compile on Sparc.
Tanya Lattner
2004-10-05
3
-2
/
+3
*
Solaris doesn't have MAP_FILE.
Chris Lattner
2004-10-05
2
-2
/
+8
*
First version of the MappedFile abstraction for operating system idependent
Reid Spencer
2004-10-04
2
-0
/
+276
*
Added stub implementations of TimeValue concept for remaining platforms.
Reid Spencer
2004-09-25
2
-0
/
+44
*
Get rid of file descriptor leak in create_file.
Reid Spencer
2004-09-18
2
-2
/
+6
*
Allow "bc" as suffix for bytecode files.
Reid Spencer
2004-09-16
2
-0
/
+16
*
Implement the GetLibraryPath function.
Reid Spencer
2004-09-14
2
-0
/
+90
*
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-13
2
-30
/
+32
*
Provide a generic Unix implementation of the Memory concept.
Reid Spencer
2004-09-11
2
-0
/
+40
*
Provide a generic unix implementation of the Process abstraction.
Reid Spencer
2004-09-11
2
-0
/
+68
*
Implemented support for detecting file types by magic number, stripping
Reid Spencer
2004-09-11
2
-0
/
+96
*
Implementation of Process concept for SUSv2 platforms.
Reid Spencer
2004-09-11
1
-0
/
+31
*
Changes For Bug 352
Reid Spencer
2004-09-01
5
-5
/
+5
*
Actually define PreventCoreFiles in the sys namespace.
Reid Spencer
2004-08-31
1
-3
/
+1
*
Add a new abstraction, SysConfig for platform independent system
Reid Spencer
2004-08-31
2
-0
/
+36
*
Move the GetTemporaryDirectory function from "generic Unix" to platform
Reid Spencer
2004-08-30
2
-24
/
+0
*
Add inclusion of assert.h
Reid Spencer
2004-08-30
1
-0
/
+1
*
Add a declaration of environ global for Darwin
Reid Spencer
2004-08-29
2
-0
/
+4
*
Include some additional header files.
Reid Spencer
2004-08-29
1
-4
/
+6
*
Initial platform independent implementation of operating system concept
Reid Spencer
2004-08-29
2
-0
/
+338
*
Initial commit of an platform-indepdendent implementation for the
Reid Spencer
2004-08-29
2
-0
/
+266
*
Revise the design of the Path concept per peer review. Too many changes to
Reid Spencer
2004-08-29
2
-172
/
+562
*
Fix a typo.
Reid Spencer
2004-08-26
1
-1
/
+1
*
Add a README explaining the intended content of this directory.
Reid Spencer
2004-08-26
1
-0
/
+16
*
Initial implementation of the Path operating system concept.
Reid Spencer
2004-08-25
3
-0
/
+310