- Jan 10, 2005
-
-
Reid Spencer authored
gdb debugger doesn't get confused on which file it is reading (the one in lib/System or the one in lib/System/{Win32,Unix}) llvm-svn: 19426
-
- Jan 08, 2005
-
-
Jeff Cohen authored
on 64-bit Windows. llvm-svn: 19393
-
- Jan 02, 2005
-
-
Reid Spencer authored
llvm-svn: 19254
-
- Jan 01, 2005
-
-
Jeff Cohen authored
console or not. llvm-svn: 19236
-
Reid Spencer authored
console or not. llvm-svn: 19233
-
- Dec 31, 2004
-
-
Jeff Cohen authored
llvm-svn: 19203
-
Jeff Cohen authored
llvm-svn: 19202
-
Reid Spencer authored
llvm-svn: 19201
-
Jeff Cohen authored
llvm-svn: 19199
-
Jeff Cohen authored
llvm-svn: 19198
-
- Dec 30, 2004
-
-
Jeff Cohen authored
llvm-svn: 19190
-
- Dec 27, 2004
-
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards * Account for variations in time.h and sys/time.h inclusion. * Add macros for getting wait(2) exit status correctly (per autoconf sugg.) * Implement ThrowErrno in terms of strerror_r, strerror or none based on what is available on the platform. llvm-svn: 19161
-
Reid Spencer authored
* Remove redundant #includes that are now in Unix.h llvm-svn: 19160
-
Reid Spencer authored
* Move implementation of sys::PreventCoreFiles function to this file from the now defunct SysConfig abstraction. llvm-svn: 19159
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards * Ensure variations in "dirent" structure are accounted for. llvm-svn: 19158
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards * Consolidate implementation from operating system specific directory. llvm-svn: 19157
-
Reid Spencer authored
* Ensure #includes are wrapped with appropriate HAVE_ guards llvm-svn: 19156
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/TimeValue.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19155
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/Program.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19154
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/Signals.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19153
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/Memory.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19152
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/MappedFile.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19151
-
Reid Spencer authored
* Consolidate implementation for Unix systems into Unix/Process.cpp * Avoid use of symbolic link to #include platform-specific implementation. llvm-svn: 19150
-
Reid Spencer authored
SysConf abstraction was pointless because it had a single function in it that pertained only to the current process. So merge it into the Process abstraction and remove the files completely. llvm-svn: 19149
-
- Dec 25, 2004
-
-
Jeff Cohen authored
Old versions of the C runtime somehow get loaded into the process. Make sure they aren't searched for symbols. llvm-svn: 19141
-
- Dec 24, 2004
-
-
Jeff Cohen authored
llvm-svn: 19140
-
Jeff Cohen authored
ltdl's LGPL license would infect all of LLVM. llvm-svn: 19137
-
Reid Spencer authored
Merge implementations of isValid and GetTemporaryDirectory into this file. There is not any point having the operating system specific files for such little variation between the Unix family of systems. llvm-svn: 19134
-
Reid Spencer authored
This implementation is no longer needed, its been merged to Unix/Path.cpp since there is such little variation between the platforms. llvm-svn: 19133
-
Reid Spencer authored
Use the LLVM_ON_UNIX and LLVM_ON_WIN32 #defines to include the implementation instead of relying upon the "platform" link llvm-svn: 19132
-
Reid Spencer authored
llvm-svn: 19130
-
Reid Spencer authored
is now implemented via ltdl.cpp which has its own way of dealing with the different platforms. llvm-svn: 19129
-
Jeff Cohen authored
llvm-svn: 19124
-
- Dec 23, 2004
-
-
Reid Spencer authored
llvm-svn: 19122
-
Jeff Cohen authored
llvm-svn: 19112
-
- Dec 21, 2004
-
-
Reid Spencer authored
llvm-svn: 19079
-
- Dec 20, 2004
-
-
Reid Spencer authored
llvm-svn: 19076
-
Reid Spencer authored
llvm-svn: 19074
-
Reid Spencer authored
the ru_maxrss field as an approximation. llvm-svn: 19072
-
Reid Spencer authored
llvm-svn: 19071
-