aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
Commit message (Expand)AuthorAgeFilesLines
* Implementation of MappedFile for Win32. Patch provided by Jeff Cohen.Reid Spencer2004-10-142-12/+202
* Update to reflect changes in Makefile rules.Reid Spencer2004-10-131-1/+1
* Initial version of automake Makefile.am file.Reid Spencer2004-10-101-0/+22
* Must include sys/stat.h before declaring a 'struct stat'Brian Gaeke2004-10-052-0/+2
* Adjust sys/stat.h inclusion so its only for SunOS.Reid Spencer2004-10-052-1/+1
* Added a couple of includes to get this to compile on Sparc.Tanya Lattner2004-10-053-2/+3
* Solaris doesn't have MAP_FILE.Chris Lattner2004-10-052-2/+8
* First version of the MappedFile abstraction for operating system idependentReid Spencer2004-10-0412-0/+506
* That should actually be __MING, not __MINGW.Misha Brukman2004-09-302-2/+2
* Check for __MINGW define instead of __MINGW_H, patch by Henrik Bach.Misha Brukman2004-09-302-2/+2
* Improve validity checking of windows path names and fix file creationReid Spencer2004-09-292-62/+156
* Use llvm::sys::Path to destroy the file.Reid Spencer2004-09-282-8/+10
* Win32 implementation of TimeValue::now().Reid Spencer2004-09-282-12/+24
* FreeBSD implementation of the TimeValue::now() method.Reid Spencer2004-09-281-2/+13
* Updated to reflect changes in the interface of TimeValue::now().Reid Spencer2004-09-252-8/+10
* Added stub implementations of TimeValue concept for remaining platforms.Reid Spencer2004-09-2510-0/+286
* Wrap to 80 cols.Reid Spencer2004-09-251-1/+2
* Initial implementation of the TimeValue abstraction.Reid Spencer2004-09-242-0/+90
* Patch for MINGW. Patch provided by Henrik Bach.Reid Spencer2004-09-232-4/+12
* Minor correction to Signals implementation.Reid Spencer2004-09-192-28/+48
* Use the /dev/zero device as the device on which the pages are mapped.Reid Spencer2004-09-181-1/+7
* Porting of Unix implementation to Win32.Reid Spencer2004-09-182-96/+380
* Get rid of file descriptor leak in create_file.Reid Spencer2004-09-182-2/+6
* Make sure critical sections are entered before trying to leave them.Reid Spencer2004-09-172-2/+24
* Allow "bc" as suffix for bytecode files.Reid Spencer2004-09-162-0/+16
* Implement the signals interface for Win32.Reid Spencer2004-09-162-12/+366
* Patches to make this file actually compile under windows.Reid Spencer2004-09-156-56/+988
* Initial version of the SysConfig abstraction for Win32.Reid Spencer2004-09-151-0/+29
* First version of a common header file for Win32 implementations.Reid Spencer2004-09-151-0/+33
* Initial implementation of the Process abstraction for Win32.Reid Spencer2004-09-152-0/+92
* Fix the interface to ReleaseRWX to take MemoryBlock& not Memory&Reid Spencer2004-09-152-2/+2
* Fix a compilation error.Reid Spencer2004-09-141-1/+1
* Implement the GetLibraryPath function.Reid Spencer2004-09-142-0/+90
* Simplify the sys::Memory interface per Chris' request.Reid Spencer2004-09-139-70/+80
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-132-30/+32
* Fix typo: sterror -> strerrorReid Spencer2004-09-115-5/+5
* Correct the dynamic lib suffix on Darwin.Reid Spencer2004-09-111-1/+1
* Provide initial implementations of Memory and Process concepts for variousReid Spencer2004-09-1128-10/+794
* Provide a generic Unix implementation of the Memory concept.Reid Spencer2004-09-112-0/+40
* Provide a generic unix implementation of the Process abstraction.Reid Spencer2004-09-112-0/+68
* Implemented support for detecting file types by magic number, strippingReid Spencer2004-09-112-0/+96
* Implementation of Process concept for SUSv2 platforms.Reid Spencer2004-09-111-0/+31
* Changes For Bug 352Reid Spencer2004-09-015-5/+5
* mkdtemp doesn't exist on Cygwin. Use tempnam & mkdir instead.Reid Spencer2004-09-011-5/+7
* Add support for FreeBSDReid Spencer2004-08-314-0/+126
* Add support for Interix and FreeBSDReid Spencer2004-08-314-0/+126
* Actually define PreventCoreFiles in the sys namespace.Reid Spencer2004-08-311-3/+1
* Add a new abstraction, SysConfig for platform independent systemReid Spencer2004-08-318-0/+200
* Move the GetTemporaryDirectory function from "generic Unix" to platformReid Spencer2004-08-307-24/+100
* Add inclusion of assert.hReid Spencer2004-08-301-0/+1