summaryrefslogtreecommitdiffstats
path: root/lldb/source/Host/posix/FileSystem.cpp
Commit message (Expand)AuthorAgeFilesLines
* NetBSD doesn't provide struct statfs, make use of struct statvfsStephane Sezer2015-09-091-0/+22
* Avoid a recursive function call that could run LLDB out of file descriptors i...Greg Clayton2015-06-291-18/+34
* Replace `rm -rf` with more portable implementation.Chaoren Lin2015-06-271-5/+20
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-46/+39
* Use hard links to link sysroot files within ModuleCache.Oleksiy Vyalov2015-05-081-0/+9
* Fix LLDB ARM build error on ubuntu precise with gcc4.7Omair Javaid2015-04-271-1/+1
* Fix typo that breaks FileSystem::IsLocalVince Harron2015-02-241-1/+1
* Compile fix for FileSystem::IsLocal on LinuxVince Harron2015-02-241-2/+25
* Avoid crashing by not mmap'ing files on network mounted file systems.Greg Clayton2015-02-231-0/+12
* Introduce FileSystem::CalculateMD5AsString that supports any platform and mak...Oleksiy Vyalov2015-02-201-27/+0
* Move FileSystem functions out of Host and into their own classes.Zachary Turner2014-08-151-0/+201
OpenPOWER on IntegriCloud