summaryrefslogtreecommitdiffstats
path: root/src/cmd/9pfuse/main.c
Commit message (Expand)AuthorAgeFilesLines
* 9pfuse: clear O_EXCL tooRuss Cox2009-04-301-1/+1
* 9pfuse: allow O_APPEND in open and create (Roman Shaposhnik)Russ Cox2008-12-301-1/+8
* 9pfuse: always return . and ..Russ Cox2008-07-041-3/+28
* 9pfuse: add symlink supportRuss Cox2008-07-041-1/+30
* 9pfuse: "fix" O_LARGEFILE on x86_64 linux (sqweek)Russ Cox2008-06-191-5/+14
* 9pfuse: bug fix in error caseRuss Cox2008-05-051-0/+1
* 9pfuse: accept - for stdin, try to hang up cleanlyRuss Cox2008-04-171-4/+20
* mergeRuss Cox2007-11-271-5/+14
* add -a anamersc2007-06-211-6/+10
* Unswap perm and omode in fsfcreate call (Michael Teichgräber)rsc2007-05-091-1/+1
* Better flag handling in fusecreate (Michael Teichgräber)rsc2007-05-091-0/+2
* propagate offset in reads and writes (Michael Teichgräber)rsc2007-05-041-2/+2
* break from readdir properly (Lou Kamenov)rsc2006-08-011-14/+16
* use better O_LARGEFILErsc2006-07-271-0/+4
* wait for mount to complete before exitingrsc2006-07-271-0/+5
* FreeBSD fixes (Lou Kamenov)rsc2006-07-261-2/+9
* remove debug printrsc2006-07-231-1/+0
* better errstrrsc2006-07-231-7/+3
* better open modersc2006-07-231-5/+10
* gnuismsrsc2006-07-231-1/+10
* 9pfusersc2006-07-231-0/+1169