Download List

项目描述

Framework for User-Space Devices (FUSD) is a
Linux framework for proxying device file callbacks
into user-space, allowing device files to be
implemented by daemons instead of kernel code.
Despite being implemented in user-space, FUSD
devices can look and act just like any other file
under /dev that is implemented by kernel callbacks.
A user-space device driver can do many of the
things that kernel drivers cannot, such as perform
a long running computation, block while waiting for
an event, read files from the file system, access
the network, talk to a serial port, and more.

系统要求

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.

2003-08-21 01:21
1.10

此版本是安全的SMP和抢占内核。新的Python绑定了贡献。阿新的/ dev / fusd /状态的设备显示内核模块的地位。有许多错误修正和更新的文档。
标签: Major feature enhancements
This release is safe for SMP and preemptible kernels. New Python
bindings have been contributed. A new /dev/fusd/status device shows
the kernel module status. There are many bugfixes and updated
documentation.

2002-02-16 10:48
1.04

小型除错的是如何选择()提供给用户空间的程序,API的变化小的语义增加了清理。
标签: Minor bugfixes
Minor bugfixes, a cleanup of the semantics of how select() is provided to user-space programs, and small API changes were added.

2001-09-30 22:40
1.02

一些人从建立防止包Makefile中的问题已得到解决。
标签: Minor bugfixes
Some Makefile problems that were preventing the package from building have been
resolved.

2001-09-29 11:25
1.00

标签: Initial freshmeat announcement

Project Resources