Home
Sorry for not getting back to you earlier - I've been swamped with other things at work. I just wanted to say that I haven't forgotten about this yet. The bad news is that I'll be away on vacation for almost a month, but I hope to get back to this when I return.
Hi and thanks for the report! I will try to find time for looking into this problem later this week.
Sure, I will do that. I don't mind having the dinghy team depend on this branch until everything else settles into place.
I have a few portability concerns about the new code that I'd like to review before merging to master. Making a new release isn't at the top of my priority list at the moment.
Yep, that's it. I've pushed a new commit for this problem, thanks for letting me know.
I've pushed more commits to my branch, give it a try. I haven't really tested much, so it's the same as before. I'm mostly concerned with writing portable code. I don't think clock_gettime and struct timespec will be available on older platforms.
Support nano-second file timestamps
To address the technical issues here, the NFS protocol supports nanosecond resolution timestamps. The issue with unfsd seems to be that the integration with the OS uses utime, which supports a resolution of seconds. There are other API:s (utimes, utimensat) which supports higher resolution timestamps (microseconds/nanoseconds). This looks to be an issue on all platforms, and not just macOS or High Sierra in particular. I've made a prototype of a fix on a branch over at github. I haven't really done...
I just pushed a new repo with the details on how I converted the SVN repo to Git. It was seriously annoying, so I don't want to do that again from scratch if I can avoid it. https://github.com/unfs3/unfs3-git-conversion
I wasn't aware there was a mirror. Github is what I've been thinking about anyway, and I've set up an organization for unfs3 here: https://github.com/unfs3
Feel free to submit pull requests against https://github.com/unfs3/unfs3
Move project away from Sourceforge
Hi there, unfs3 hasn't received much time and effort from myself and others over the last years, and while I really like to say that the maintainers (at least us from Cendio AB) have every intention to be facilitators for great, vibrant, open source projects. Then again, intentions are worthless - actions count. I can't refute your comments about patches and issues rotting in SourceForge. If that's your measure of dead, then I guess we're dead. :) If you or someone on your team is willing to contribute...
Stop using packed structures and type punning a...
Always truncate fsid to a 32-bit value, even th...
Add myself and Jason to CREDITS
Fix these warnings:
Call access to respect ACL:s