This website requires JavaScript.
Explore
Help
Sign in
sanchayanmaity
/
minix
Watch
1
Star
0
Fork
You've already forked minix
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
1ba514e19c
minix
/
lib
/
librefuse
/
shlib_version
3 lines
16 B
Text
Raw
Normal View
History
Unescape
Escape
set major version of shlibs to 0 WARNING: this will break existing dynamically linked binaries if they exist. If you have any: . re-build world statically first if necessary . remove libraries from /lib and /usr/lib . then build world This change: . avoids possible future dismay when interfacing other systems' binaries; done until they are abi-compatible Thanks to Antoine Leca for pointing this out.
2012-05-09 16:45:11 +02:00
major=0
Import librefuse and libpuffs Import libpuffs and our port of libpuffs. The port was done as part of GSoC 2011 FUSE project, done by Evgeniy Ivanov. The librefuse import did not require any porting efforts. Libpuffs has been modified to understand our VFS-FS protocol and translate between that and PUFFS. As an example that it works, fuse-ntfs-3g from pkgsrc can be compiled and used to mount ntfs partitions: mount -t ntfs-3g <device> <mountpoint> FUSE only works with the asynchronous version of VFS. See <docs/UPDATING> on how to run AVFS. This patch further includes some changes to mount(1) and mount(2) so it's possible to use file systems provided by pkgsrc (note: manual modifications to /etc/system.conf are still needed. There has been made an exception for fuse-ntfs-3g, so it already as an entry).
2011-11-14 12:53:05 +01:00
minor=0
Reference in a new issue
Copy permalink