aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix/Program.inc
Commit message (Expand)AuthorAgeFilesLines
* Set error message.Devang Patel2008-02-041-2/+4
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Remove spurious consts. This fixes warnings with compilers thatDan Gohman2007-09-141-2/+2
* Solaris 2.x does not have RLIMIT_RSS, check for this symbol (analog NetBSD be...Gabor Greif2007-07-061-1/+1
* Fix LLVM build on NetBSD. Patch by Neil Booth.Devang Patel2007-06-041-0/+2
* Cygwin doesn't have the RSS_LIMIT for get/setrlimit.Reid Spencer2007-04-231-0/+2
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-0/+30
* For PR797:Reid Spencer2006-08-221-8/+13
* For PR797:Reid Spencer2006-08-211-23/+36
* For PR797:Reid Spencer2006-08-211-1/+1
* Turn an if into an else if.Chris Lattner2006-07-121-2/+2
* Don't pull in environ, not always safe. Global variables are bad anyway.Evan Cheng2006-06-091-8/+4
* For PR787:Reid Spencer2006-06-071-0/+8
* For PR351:Reid Spencer2005-12-221-7/+12
* For PR495:Reid Spencer2005-07-071-3/+3
* For PR495:Reid Spencer2005-07-071-3/+3
* Remove vim settings from source code; people should use llvm/utils/vim/vimrcMisha Brukman2005-05-051-1/+0
* Add FIXME by Markus Oberhumer from bug 545: not checking for "." in $PATH mayMisha Brukman2005-04-201-0/+2
* Fix bugpointChris Lattner2005-01-161-2/+1
* For PR351:Reid Spencer2004-12-271-3/+6
* Make references to 'struct sigaction' compile under Solaris.Brian Gaeke2004-12-191-0/+1
* For PR351:Reid Spencer2004-12-191-22/+99
* For PR351:Reid Spencer2004-12-141-3/+8
* Path::get -> Path::toStringReid Spencer2004-12-111-4/+7
* Stop propagating method names that violate the coding standardReid Spencer2004-11-051-3/+3
* Clean up the interface and implementation of sys::Program so that it isReid Spencer2004-09-131-15/+16
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Add a declaration of environ global for DarwinReid Spencer2004-08-291-0/+2
* Initial commit of an platform-indepdendent implementation for theReid Spencer2004-08-291-0/+133