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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.
Reid Spencer
2004-10-14
2
-12
/
+202
*
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-13
1
-1
/
+1
*
Initial version of automake Makefile.am file.
Reid Spencer
2004-10-10
1
-0
/
+22
*
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
2
-1
/
+1
*
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
12
-0
/
+506
*
That should actually be __MING, not __MINGW.
Misha Brukman
2004-09-30
2
-2
/
+2
*
Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.
Misha Brukman
2004-09-30
2
-2
/
+2
*
Improve validity checking of windows path names and fix file creation
Reid Spencer
2004-09-29
2
-62
/
+156
*
Use llvm::sys::Path to destroy the file.
Reid Spencer
2004-09-28
2
-8
/
+10
*
Win32 implementation of TimeValue::now().
Reid Spencer
2004-09-28
2
-12
/
+24
*
FreeBSD implementation of the TimeValue::now() method.
Reid Spencer
2004-09-28
1
-2
/
+13
*
Updated to reflect changes in the interface of TimeValue::now().
Reid Spencer
2004-09-25
2
-8
/
+10
*
Added stub implementations of TimeValue concept for remaining platforms.
Reid Spencer
2004-09-25
10
-0
/
+286
*
Wrap to 80 cols.
Reid Spencer
2004-09-25
1
-1
/
+2
*
Initial implementation of the TimeValue abstraction.
Reid Spencer
2004-09-24
2
-0
/
+90
*
Patch for MINGW. Patch provided by Henrik Bach.
Reid Spencer
2004-09-23
2
-4
/
+12
*
Minor correction to Signals implementation.
Reid Spencer
2004-09-19
2
-28
/
+48
*
Use the /dev/zero device as the device on which the pages are mapped.
Reid Spencer
2004-09-18
1
-1
/
+7
*
Porting of Unix implementation to Win32.
Reid Spencer
2004-09-18
2
-96
/
+380
*
Get rid of file descriptor leak in create_file.
Reid Spencer
2004-09-18
2
-2
/
+6
*
Make sure critical sections are entered before trying to leave them.
Reid Spencer
2004-09-17
2
-2
/
+24
*
Allow "bc" as suffix for bytecode files.
Reid Spencer
2004-09-16
2
-0
/
+16
*
Implement the signals interface for Win32.
Reid Spencer
2004-09-16
2
-12
/
+366
*
Patches to make this file actually compile under windows.
Reid Spencer
2004-09-15
6
-56
/
+988
*
Initial version of the SysConfig abstraction for Win32.
Reid Spencer
2004-09-15
1
-0
/
+29
*
First version of a common header file for Win32 implementations.
Reid Spencer
2004-09-15
1
-0
/
+33
*
Initial implementation of the Process abstraction for Win32.
Reid Spencer
2004-09-15
2
-0
/
+92
*
Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&
Reid Spencer
2004-09-15
2
-2
/
+2
*
Fix a compilation error.
Reid Spencer
2004-09-14
1
-1
/
+1
*
Implement the GetLibraryPath function.
Reid Spencer
2004-09-14
2
-0
/
+90
*
Simplify the sys::Memory interface per Chris' request.
Reid Spencer
2004-09-13
9
-70
/
+80
*
Clean up the interface and implementation of sys::Program so that it is
Reid Spencer
2004-09-13
2
-30
/
+32
*
Fix typo: sterror -> strerror
Reid Spencer
2004-09-11
5
-5
/
+5
*
Correct the dynamic lib suffix on Darwin.
Reid Spencer
2004-09-11
1
-1
/
+1
*
Provide initial implementations of Memory and Process concepts for various
Reid Spencer
2004-09-11
28
-10
/
+794
*
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
*
mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.
Reid Spencer
2004-09-01
1
-5
/
+7
*
Add support for FreeBSD
Reid Spencer
2004-08-31
4
-0
/
+126
*
Add support for Interix and FreeBSD
Reid Spencer
2004-08-31
4
-0
/
+126
*
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
8
-0
/
+200
*
Move the GetTemporaryDirectory function from "generic Unix" to platform
Reid Spencer
2004-08-30
7
-24
/
+100
*
Add inclusion of assert.h
Reid Spencer
2004-08-30
1
-0
/
+1
[next]