1
I Use This!
Inactive

Commits : Listings

Analyzed 24 minutes ago. based on code collected about 5 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Additional Changes item. More... over 12 years ago
Okay, seems the #defines are *not* necessary for 5.8.9, but this is... More... over 12 years ago
Perl 5.8.9 worked before this update; 5.8.8 did not. Account for that. More... over 12 years ago
Decrease the file size used in getattr.t by a factor of 1024. More... over 12 years ago
README update, and use full path to mount when checking mounted FSes. More... over 12 years ago
Summary of 0.14 candidate changes. More... over 12 years ago
On Perl 5.8, lchown() sometimes ends up with leaked errno; declare $! local. More... over 12 years ago
On Perl 5.8, importing Unix::Mknod doesn't import symbols by default. More... over 12 years ago
Replace all tests that require knowing syscall numbers. More... over 12 years ago
Changed clone_params_{new,del} to Perl_clone_params_{new,del}. More... over 12 years ago
Merge branch 'master' of github.com:dpavlin/perl-fuse More... over 12 years ago
Changes to improve compatibility with Perl 5.8. More... over 12 years ago
Merge branch 'master' of github.com:dpavlin/perl-fuse
Dobrica Pavlinušić
as Dobrica Pavlinusic
More... almost 13 years ago
Various changes to tests and Makefile. More... almost 13 years ago
0.13 release with FreeBSD, NetBSD and OS X support
Dobrica Pavlinušić
as Dobrica Pavlinusic
More... almost 13 years ago
Make the code work without USE_ITHREADS. FreeBSD's default Perl build doesn't enable threads (it can be enabled), so let's try to be a bit more accepting. More... almost 13 years ago
Merge branch 'master' of github.com:dpavlin/perl-fuse More... almost 13 years ago
NetBSD 5.1, not 5.0. More... almost 13 years ago
NetBSD 5.1, not 5.0. More... almost 13 years ago
Updates to README. More... almost 13 years ago
Small pack mask change for 32-bit Linux compatibility. More... almost 13 years ago
Changes to statfs.t to work better with 32-bit versions of NetBSD. More... almost 13 years ago
Multiple changes for better *BSD compatibility, including: More... almost 13 years ago
Circumvent buggy negation of assigned $!. More... almost 13 years ago
Handle pipe creation in mknod() on FreeBSD. More... almost 13 years ago
Merge pull request #7 from ALPHA-60/master More... almost 13 years ago
When testing, check if '/proc/mounts' exists. (by Bojan Petrovic) More... almost 13 years ago
Merge remote-tracking branch 'dpavlin/master' More... almost 13 years ago
Handle mknod() differently when running FreeBSD, as its mknod syscall doesn't create plain files at all. More... almost 13 years ago
For FreeBSD and NetBSD, define XATTR_{CREATE,REPLACE}, since there is no <sys/xattr.h> for us to use to reference the values. More... almost 13 years ago