Make ioctl implementation BSD-friendly.
[perl-fuse.git] / examples /
2012-03-21 Derrik PatesMerge branch 'master' of github.com:dpavlin/perl-fuse
2012-03-19 Derrik PatesGet setsid() and provide absolute path for pidfile.
2012-03-19 LinuxMercedesAdded a daemonize() function to account for certain...
2012-02-29 Derrik PatesCode cleanups.
2011-10-25 Derrik PatesMerge remote-tracking branch 'ktdreyer/master'
2011-10-25 Derrik PatesRemove some print statements, and handle options for...
2011-08-10 Derrik PatesRemove a couple commented lines.
2011-08-10 Derrik PatesUse FUSE_IOCTL_COMPAT from the Fuse module.
2011-08-10 Derrik PatesAdding working but somewhat preliminary poll() support.
2011-08-10 Derrik PatesMake these more compatible with their C counterparts.
2011-08-03 Derrik PatesUse a few more Perl-isms.
2011-08-02 Derrik PatesCast the 'cmd' argument as unsigned.
2011-08-02 Derrik PatesEnable threading in the fioc.pl ioctl example.
2011-08-02 Derrik PatesRemove import causing dup symbol warnings, and drop...
2011-08-02 Derrik PatesRemove more unnecessary lines.
2011-08-02 Derrik PatesRemove some debug output that's not needed anymore.
2011-08-02 Derrik PatesHandle the ioctl call returns better.
2011-08-02 Derrik PatesUse asm/ioctl.ph instead of my home-cooked ioctl business.
2011-08-02 Derrik PatesAdded examples for ioctl functionality. Currently linux...
2011-07-29 Derrik PatesOn Perl 5.8, lchown() sometimes ends up with leaked...
2011-07-29 Derrik PatesOn Perl 5.8, importing Unix::Mknod doesn't import symbo...
2011-07-29 Derrik PatesReplace all tests that require knowing syscall numbers.
2011-07-04 Dobrica PavlinusicMerge branch 'master' of github.com:dpavlin/perl-fuse
2011-07-03 Derrik PatesVarious changes to tests and Makefile.
2011-06-24 Derrik PatesMultiple changes for better *BSD compatibility, including:
2011-05-26 Bojan PetrovicCircumvent buggy negation of assigned $!.
2011-05-21 Bojan PetrovicHandle pipe creation in mknod() on FreeBSD.
2011-05-21 Bojan PetrovicMerge remote-tracking branch 'dpavlin/master'
2011-05-21 Derrik PatesHandle mknod() differently when running FreeBSD, as...
2011-05-19 Derrik PatesUpdate the readdir example to use the new syntax, so...
2011-02-25 Dobrica Pavlinusiccleanup example
2011-02-25 Dobrica PavlinusicMerge branch 'frett-readdir'
2011-02-25 Daniel FrettMerge branch 'rt-55953-readdir' into master
2011-02-24 Alex SudakovRT#55953 added readdir implementation
2011-01-17 Dobrica PavlinusicMerge remote branch 'remotes/origin/64-bit'
2010-08-23 Dobrica Pavlinusicfix permissions redis
2010-05-16 Dobrica PavlinusicMerge branch 'rt-57517-file-handles'
2010-05-16 Justin FletcherAddition of file handles on open files rt-57517-file-handles
2008-01-07 Dobrica Pavlinusicupdate from Reuben Thomas: fixes a bug in mkdir (failed...
2007-12-06 Dobrica PavlinusicAdded contributed filesystem described in e-mail messag...
2007-11-15 Dobrica Pavlinusicpatch from Chris Dolan via rt.cpan.org #30631
2007-01-20 Dobrica PavlinusicChanges from Marc to implement fuse_get_context(): 0.09_1
2006-01-03 Dobrica Pavlinusicuse Fuse from just compiled blib (again...)
2006-01-02 Dobrica Pavlinusicadded example filesystem which uses Filesys::Statvfs...
2006-01-02 Dobrica Pavlinusicuse version just built
2006-01-02 Dobrica Pavlinusicadded blib, create /tmp/fusetest-$ENV{LOGNAME} (from...
2005-12-27 Dobrica Pavlinusicadded missing example, 0.07_1
2005-12-27 Dobrica PavlinusicChanges from Mark Glines in preparation for 0.07
2005-12-21 Dobrica PavlinusicMark Glines changes to add ithreads support:
2005-03-20 Dobrica PavlinusicFrom: Richard Dawe <rich(at)phekda(dot)gotadsl(dot...
2004-11-11 Miklos SzerediInitial revision