1
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected 2 days ago.
Mar 27, 2023 — Mar 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Remove a couple commented lines. More... over 12 years ago
Use FUSE_IOCTL_COMPAT from the Fuse module. More... over 12 years ago
Adding working but somewhat preliminary poll() support. More... over 12 years ago
Allow 'nonseekable' for open/create on Fuse 2.8. More... over 12 years ago
Added some ioctl-specific symbols. More... over 12 years ago
No, '=' is not the same as 'eq', try harder. More... over 12 years ago
Make these more compatible with their C counterparts. More... over 12 years ago
Use a few more Perl-isms. More... over 12 years ago
Cast the 'cmd' argument as unsigned. More... over 12 years ago
Fix handling of XATTR_{CREATE,REPLACE} once and for all. More... over 12 years ago
Enable threading in the fioc.pl ioctl example. More... over 12 years ago
Remove import causing dup symbol warnings, and drop () from Carp import. More... over 12 years ago
'unless' confused things and made this work wrong. Fixed. More... over 12 years ago
Remove more unnecessary lines. More... over 12 years ago
Remove the todo about the test path, I think that's fixed now. More... over 12 years ago
Only allow non-pkgconfig path on NetBSD (for refuse). More... over 12 years ago
Fix up ioctl read path so we don't fprintf() error unnecessarily. More... over 12 years ago
Remove some debug output that's not needed anymore. More... over 12 years ago
Handle the ioctl call returns better. More... over 12 years ago
Use asm/ioctl.ph instead of my home-cooked ioctl business. More... over 12 years ago
Added examples for ioctl functionality. Currently linux dependent. More... over 12 years ago
Add ioctl docs, and newlines in other needed places. More... over 12 years ago
A couple more cleanups to the ioctl wrapper. More... over 12 years ago
Got my directions flipped around for the ioctl data handling. More... over 12 years ago
Adding FUSE 2.8 specific operation 'ioctl'. More... over 12 years ago
Use the smaller size multiplier only for OS X. More... over 12 years ago
Merge branch 'master' of github.com:dpavlin/perl-fuse More... over 12 years ago
Replace system() calls for 'touch' and friends with Perl ops for same. More... over 12 years ago
bump version to 0.14
Dobrica Pavlinušić
as Dobrica Pavlinusic
More... over 12 years ago
Change mknod test to use Unix::Mknod and POSIX::mkfifo(). More... over 12 years ago