summaryrefslogtreecommitdiffstats
path: root/fuse (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge AOSP android-9.0.0_r3Ethan Yonker2018-08-242-1/+3
| | | | | | Fix conflicts and make it build in 5.1, 6.0, 7.1, 8.1, and 9.0 Change-Id: Ida0a64c29ff27d339b7f42a18d820930964ac6e4
* fuse: Update to 2.9.4Matt Mower2015-12-2341-1699/+6782
| | | | Change-Id: I0877c624531286f47da29a7ab16c7ff3cfac0090
* on stock android, pthread_cancel and phtread_setcancelstate doesn't existFlemmard2014-06-302-0/+13
| | | | Change-Id: Icbe281a301004ae2bcda4821a50fb4a41088e85d
* libdl should also be linked to binaryFlemmard2014-06-301-0/+3
| | | | Change-Id: I98f9c90b0a7af591bdbcf646f59068f9915d49c7
* Fuse: add -fno-strict-aliasing to fuse for Vanir.Motorhead19912014-06-301-1/+2
| | | | Change-Id: I9619c421341efa3085e80021f7e8e259a0f1f263
* Rename libfuse to prevent conflicts with newer CM treesDees_Troy2013-08-111-2/+2
| | | | Change-Id: I468e8556e1606b9c944292db27237026e78fb8f0
* Add write buffer for tar writesDees_Troy2013-02-0725-606/+3732
| | | | | | | update fuse to 2.9.2 catch return from unlink so that we don't print error messages when things work Change-Id: I1115039a0fa5d9d73f78ef1abd79755d7ffd9d96
* change fuse to be compiled with TW_INCLUDE_FUSE_EXFATbigbiff bigbiff2013-01-192-31/+101
| | | | | update exfat_fuse to newest updates Always compile mkexfatfs
* Add libtar to TWRP instead of using busybox tarbigbiff bigbiff2013-01-0939-0/+15670
Add proper mkdosfs tool Add fuse to TWRP Add experimental exfat-fuse to TWRP Convert all system() functions to use new Exec_Cmd function