Fix PR1581, patch by Timo Savola
[oota-llvm.git] / lib / System / Unix /
2007-07-06 Gabor GreifSolaris 2.x does not have RLIMIT_RSS, check for this...
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-06-04 Devang PatelFix LLVM build on NetBSD. Patch by Neil Booth.
2007-05-11 Chris LattnerFix a bug where the bcreader could crash on .bc files...
2007-05-06 Chris Lattnerpull some win32 code into common code, add bitcode...
2007-04-23 Reid SpencerCygwin doesn't have the RSS_LIMIT for get/setrlimit.
2007-04-07 Reid SpencerFor PR1291:
2007-03-29 Reid SpencerUse the stat information in the Path object, if it...
2007-03-29 Reid SpencerFor PR789:
2007-03-29 Reid SpencerAdd a uniqueID field to the FileStatus structure for...
2007-03-29 Reid SpencerFor PR789:
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-12-05 Reid SpencerEliminate "control reaches end of non-void function...
2006-09-14 Chris LattnerUse new config.h macro
2006-09-14 Chris LattnerOn Mac OS/X, make Process::PreventCoreFiles disable...
2006-08-25 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-23 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake the sys::Path::GetTemporaryDirectory method not...
2006-08-22 Reid SpencerDon't throw needlessly. Failure of gettimeofday is...
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerFor PR797:
2006-08-22 Reid SpencerMake an error message a little more intelligible.
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-07 Reid SpencerRemove extraneous #include.
2006-08-07 Reid SpencerMake the removal of files use Path::eraseFromDisk just...
2006-08-07 Reid SpencerAdd a note about how the "isFile" check in Path::eraseF...
2006-08-01 Chris LattnerRemove some now-dead methods. Use getFileStatus instead.
2006-08-01 Chris LattnerUse getFileStatus instead of Path::isDirectory().
2006-08-01 Chris Lattnerelimiante some syscalls
2006-07-28 Chris LattnerModify setStatusInfoOnDisk to not throw an exception.
2006-07-28 Chris LattnerModify Path::eraseFromDisk to not throw an exception.
2006-07-28 Chris LattnerChange Path::getStatusInfo to return a boolean and...
2006-07-18 Chris Lattnersimple optimization: don't bother calling "exists"...
2006-07-18 Chris LattnerRemove a dead conditional: info_ can only be allocated...
2006-07-18 Chris LattnerThe only entry in the stat buf this code cares about...
2006-07-18 Chris LattnerReduce code in the error path by only allocating info_...
2006-07-18 Chris LattnerUnindent some code
2006-07-12 Chris LattnerTurn an if into an else if.
2006-07-07 Chris Lattnerno need to do a stat then an lstat. lstat will tell...
2006-07-07 Chris LattnerChange AllocateRWX/DeallocateRWX to not throw an exception.
2006-06-16 Reid SpencerOnly print the stack trace if it was requested. Previou...
2006-06-09 Evan ChengDon't pull in environ, not always safe. Global variable...
2006-06-07 Reid SpencerFor PR787:
2006-05-14 Chris LattnerThis function is not documented as throwing an exceptio...
2006-05-12 Chris LattnerFix accidentally committed patch.
2006-05-12 Chris LattnerFix iterator invalidation bug, identified by Coverity.
2005-12-22 Reid SpencerFor PR351:
2005-12-22 Reid SpencerImplement a generic polled Alarm function. This merely...
2005-11-14 Chris Lattnerinstead of using mstats, use malloc_zone_statistics...
2005-11-14 Chris LattnerTeach -track-memory to work on darwin. Looking at...
2005-08-02 Chris LattnerImplement sys::SetInterruptFunction on Unix, stub it...
2005-07-29 Andrew Lenharthsupport near allocations for the JIT
2005-07-28 Reid SpencerFix a problem in getDirectoryContents where sub-directo...
2005-07-12 Reid SpencerFor PR540:
2005-07-09 Jeff Cohen1. Fix bug in getBaseName where it mishandles suffixes
2005-07-08 Reid SpencerEnsure that functions like isDirectory don't fail if...
2005-07-08 Reid SpencerTwo changes:
2005-07-08 Jeff CohenStamp out tabs
2005-07-08 Jeff CohenFix eraseSuffix()
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-07-07 Reid SpencerFor PR495:
2005-06-02 Reid SpencerPut in a hack for Cygwin that prevents mkdtemp from...
2005-05-16 Duraid Madinacomment the hpux bit
2005-05-05 Misha BrukmanRemove vim settings from source code; people should...
2005-04-22 Alkis EvlogimenosSilence gcc-4.0.0 warnings.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-21 Reid SpencerProvide an implementation of the GetCurrentUserId and...
2005-04-21 Reid SpencerFor Bug 543:
2005-04-21 Reid SpencerFor Bug 543:
2005-04-20 Misha BrukmanAdd FIXME by Markus Oberhumer from bug 545: not checkin...
2005-04-20 Misha BrukmanDo not mark directories as `executable', we only want...
2005-04-20 Misha BrukmanIgnore dangling symlinks in getDirectoryContents()
2005-03-02 Reid SpencerBe slightly more accurate in an error message.
2005-02-14 Chris LattnerFix a bug in my previous change to this, which broke...
2005-02-13 Chris LattnerIf errno is zero strerror_r does not modify the buffer...
2005-01-16 Chris LattnerFix bugpoint
2005-01-14 Reid SpencerMake asctime_r work for HP/UX.
2005-01-09 Reid SpencerRename Unix/*.cpp and Win32/*.cpp to have a *.inc suffi...
2005-01-08 Jeff CohenUse size_t instead of long to represent memory usage...
2005-01-01 Reid SpencerAdd functions for determining if the stdin/out/err...
2004-12-31 Reid SpencerFix a compilation error for the case where mallinfo...
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-27 Reid SpencerFor PR351:
2004-12-24 Reid SpencerFor PR351:
2004-12-24 Reid SpencerRemove these files as they are not being included any...
2004-12-21 Reid SpencerPut the CopyFile function explicitly in the sys namespace.
2004-12-20 Reid SpencerImplement GetTimeUsage correctly.
2004-12-20 Reid SpencerProvide a getrusage based implementation of GetTotalMem...
2004-12-20 Reid SpencerConsistently use the same #if style. Also, fix a bug...
next