Download List

项目描述

BeFS-driver for Linux is a read-only Linux 2.4 filesystem driver for the Be filesystem, the native filesystem of Be (includes BeOS). The basic features (directories and files) are stable, and robust. It is distributed as a source tarball and as a patch against the latest 2.4 kernels.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-03-28 13:12
0.92

此版本修复了模块,它并非所有正确的编译源文件,并修正了问题,会导致错误的解决符号,即使在Makefile问题得到了解决问题的Makefile(或者你正在使用的补丁,并没有影响)。这还可以消除了重复的函数定义,并修正了潜在的空指针解引用报告时出现错误。
标签: Major bugfixes
This release fixes a module Makefile problem in that it was not compiling all the correct source files, and fixes a problem that would cause an unresolved symbols error even if the Makefile problem was fixed (or you were using the patch and were not affected). It also removes a duplicated function definition, and fixes a potential null pointer dereference when reporting an error.

2002-03-28 13:10
0.90

此版本增加了一个补丁,消除memcpy从B()的开销+树行动,改变了befs_read_datastream()接口,和隔离的功能,直接与Linux的VFS的到他们自己的文件接口接口调用linuxvfs.c。
标签: Minor feature enhancements
This release adds a patch to eliminate the memcpy() overhead from b+tree operations, changes the befs_read_datastream() interface, and segregates the functions that interface directly with the Linux VFS interface into their own file called linuxvfs.c.

2002-02-08 12:41
0.64

二进制搜索是目前使用的目录内的节点,生成了清理,对问题与modversions编译内核是固定的,而Debian软件包为核心使用方案增加了。
标签: Minor feature enhancements
Binary searches are now used within directory nodes, the makefile was cleaned up, problems compiling against a kernel with modversions were fixed, and a Debian package for use with kernel-package was added.

2002-01-31 17:34
0.63

两个恼人的错误是固定的。长期支持符号连接增加了。发生一个问题时,使用一个打开了CONFIG_MODVERSIONS内核模块是固定的。
标签: Major bugfixes
Two annoying bugs were fixed. Support for long symlinks was added. A problem
which occurred when using the module with a kernel with CONFIG_MODVERSIONS
turned on was fixed.

2002-01-21 11:20
0.62

跨endian的文件系统现在支持,因为是免入息审查字符集转换。该驱动程序已经提供既是一个内核补丁,并编制了内核树舱的外部来源的tarball。
标签: Minor feature enhancements
Cross-endian filesystems are now supported, as is NLS charset translation. The driver is now provided as both a kernel patch and a source tarball for compiling the module outside of the kernel tree.

Project Resources