Download List

Projeto Descrição

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 Requirements

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

Esta versão é seguro para o SMP e amêndoas preemptible. Novas ligações Python foram contribuído. Um novo / dev / fusd dispositivo de status mostra o status do módulo do kernel. Há muitas correções e documentação atualizada.
Tags: 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

Minor bugfixes, uma limpeza da semântica como select () é fornecido ao usuário programas espaciais, e pequenas mudanças API foram adicionados.
Tags: 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

Alguns problemas Makefile que estavam impedindo o pacote do edifício ter sido resolvido.
Tags: Minor bugfixes
Some Makefile problems that were preventing the package from building have been
resolved.

2001-09-29 11:25
1.00

Tags: Initial freshmeat announcement

Project Resources