aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/9pfuse
AgeCommit message (Expand)AuthorFilesLines
2009-06-16mergeRuss Cox1-3/+3
2009-05-179pfuse: fix mkfile for people without . in their pathsRuss Cox1-1/+1
2009-04-30mergeRuss Cox3-2/+16
2009-04-309pfuse: clear O_EXCL tooRuss Cox1-1/+1
2008-12-10MacFUSE 2.0 updatesJeff Sickel1-3/+6
2008-12-309pfuse: allow O_APPEND in open and create (Roman Shaposhnik)Russ Cox1-1/+8
2008-08-19updates to support current MacFUSEJeff Sickel3-10/+134
2008-07-249pfuse: ignore write errors on fusefdRuss Cox1-4/+2
2008-07-249pfuse: convert "invalid" to EINVALRuss Cox1-0/+1
2008-07-049pfuse: always return . and ..Russ Cox1-3/+28
2008-07-049pfuse: better handling of SETXATTR (sqweek)Russ Cox1-5/+8
2008-07-049pfuse: add symlink supportRuss Cox1-1/+30
2008-06-199pfuse: "fix" O_LARGEFILE on x86_64 linux (sqweek)Russ Cox1-5/+14
2008-05-059pfuse: bug fix in error caseRuss Cox1-0/+1
2008-04-179pfuse: accept - for stdin, try to hang up cleanlyRuss Cox2-4/+21
2008-03-069pfuse: use intptr to silence 64-bit warning (Michael Teichgräber)Russ Cox1-1/+1
2007-11-27mergeRuss Cox2-6/+24
2007-08-22mergeRuss Cox1-1/+3
2007-06-21add -a anamersc1-6/+10
2007-06-20more macfuse path nonsensersc1-0/+7
2007-05-09Unswap perm and omode in fsfcreate call (Michael Teichgräber)rsc1-1/+1
2007-05-09Better flag handling in fusecreate (Michael Teichgräber)rsc1-0/+2
2007-05-04propagate offset in reads and writes (Michael Teichgräber)rsc1-2/+2
2007-01-24google moved the fusefs.kext pathrsc1-3/+10
2007-01-18Minor FUSE bug fixes (found mount_fusefs!)rsc1-1/+2
2007-01-18Mac FUSE support (thanks to Jeff Sickel)rsc1-0/+49
2006-10-12avoid EPROTO in case not there (Tim Wiess)rsc1-0/+4
2006-08-01break from readdir properly (Lou Kamenov)rsc1-14/+16
2006-08-01free fuse messagesrsc1-1/+8
2006-07-27use better O_LARGEFILErsc1-0/+4
2006-07-27wait for mount to complete before exitingrsc3-2/+12
2006-07-26FreeBSD fixes (Lou Kamenov)rsc2-51/+97
2006-07-23add stat.hrsc1-0/+1
2006-07-23fix emalloc prototypersc1-2/+2
2006-07-23remove debug printrsc1-1/+0
2006-07-23oopsrsc1-127/+30
2006-07-23better errstrrsc4-8/+169
2006-07-23better open modersc1-5/+10
2006-07-23gnuismsrsc1-1/+10
2006-07-239pfusersc6-0/+2333