aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System/Unix
Commit message (Expand)AuthorAgeFilesLines
* Use size_t instead of long to represent memory usage. long is 32 bitsJeff Cohen2005-01-082-4/+4
* Add functions for determining if the stdin/out/err is connected to aReid Spencer2005-01-012-0/+48
* Fix a compilation error for the case where mallinfo() is not available.Reid Spencer2004-12-312-2/+2
* For PR351:Reid Spencer2004-12-271-4/+58
* For PR351:Reid Spencer2004-12-272-8/+0
* For PR351:Reid Spencer2004-12-272-0/+24
* For PR351:Reid Spencer2004-12-272-2/+50
* For PR351:Reid Spencer2004-12-272-0/+100
* For PR351:Reid Spencer2004-12-276-12/+40
* For PR351:Reid Spencer2004-12-271-33/+0
* For PR351:Reid Spencer2004-12-242-0/+178
* Remove these files as they are not being included any more. DynamicLibraryReid Spencer2004-12-241-56/+0
* Put the CopyFile function explicitly in the sys namespace.Reid Spencer2004-12-212-2/+2
* Implement GetTimeUsage correctly.Reid Spencer2004-12-202-8/+16
* Provide a getrusage based implementation of GetTotalMemoryUsage and useReid Spencer2004-12-202-0/+8
* Consistently use the same #if style. Also, fix a bug testing for sbrk(3)Reid Spencer2004-12-202-8/+8
* For PR351:Reid Spencer2004-12-202-12/+156
* * Use "" for LLVM include files, not <>Misha Brukman2004-12-202-10/+6
* Use <> for system #include filesMisha Brukman2004-12-191-1/+1
* Make references to 'struct sigaction' compile under Solaris.Brian Gaeke2004-12-192-0/+2
* For PR351:Reid Spencer2004-12-192-44/+198
* For PR351:Reid Spencer2004-12-191-0/+1
* Change the signatures of the destroyFile and destroyDirectory methods toReid Spencer2004-12-152-4/+4
* Remove automatic insertion of CFE's lib directory into the bytecode pathReid Spencer2004-12-152-14/+0
* Fix a file overwrite bug in llvm-ar introduced by changes toReid Spencer2004-12-152-8/+8
* For PR351:Reid Spencer2004-12-152-42/+198
* For PR351:Reid Spencer2004-12-142-6/+16
* For PR351:Reid Spencer2004-12-132-0/+72
* Remove an always false clause from an if statement.Reid Spencer2004-12-132-2/+2
* Fix a bug where directory names of length one or less where not setAlkis Evlogimenos2004-12-132-2/+2
* * Add a std::ostream inserter for sys::PathReid Spencer2004-12-132-2/+2
* For PR351: \Reid Spencer2004-12-132-134/+108
* Make the size() method constReid Spencer2004-12-132-2/+2
* Path::get -> Path::toStringReid Spencer2004-12-118-30/+42
* Make this work with the ICC compiler, contributed by Bjørn WennbergChris Lattner2004-12-081-0/+1
* Fix seriously broken implementation of GetMagicNumber.Reid Spencer2004-12-022-8/+12
* Implement the default constructor which causes the current program to beReid Spencer2004-11-291-1/+9
* Dynamic Library abstraction. This makes the abstraction of a single dynamicReid Spencer2004-11-181-0/+47
* * Use low-level unix I/O interface since we're on Unix.Reid Spencer2004-11-162-14/+34
* Per code review:Reid Spencer2004-11-162-2/+2
* Per code review:Reid Spencer2004-11-162-14/+8
* Make it actually compile on Solaris.Reid Spencer2004-11-152-2/+2
* Consolidate the implementation of TimeValue::now() for Unix to use theReid Spencer2004-11-152-0/+26
* Implement functionality suggested from code review: getStatusInfo shouldReid Spencer2004-11-142-2/+8
* Forget strerror_r, it causes problems. Fix later when threading mattersReid Spencer2004-11-141-5/+0
* Implement the toString methodReid Spencer2004-11-142-0/+32
* Update for prototype changesReid Spencer2004-11-142-4/+4
* * Implement getDirectoryContents * Implement getStatusInfo * Implement setSta...Reid Spencer2004-11-142-14/+162
* Fix bugs in class invariantReid Spencer2004-11-142-0/+6
* * Implement getStatusInfo for getting stat(2) like informationReid Spencer2004-11-092-10/+78