This package contains an ssh client, sftpfs and the library that the client uses. The goal is to let plan 9 & inferno users use resources from another (unix) machine: interactive shell, file server, and eventually network.
Inferno for the Marvell Kirkwood system-on-chip, and in particular the Sheevaplug that has a kirkwood chip.
Inferno is an embedded operating system maintained by Vita Nuova. The kirkwood is a system-on-chip aimed at file/network services, based on an ARM processor. The sheevaplug is a development
... [More] kit around the kirkwood with a serial, gigabit ethernet, sdio and usb2 outlet. [Less]
Memventi is a Venti daemon. It speaks the same Venti protocol as the real Venti in Plan 9 from Bell Labs. It is a storage server that stores data blocks up to 56KB using its SHA-1 hash (called its score) to address it. It keeps a mapping of score to disk location in memory (in a memory-efficient
... [More] manner). Blocks written cannot be removed, and blocks are only written once. Memventi writes new blocks to an append-only file, thereby making file corruption due to bugs practically impossible. [Less]
Scgid is a daemon that listens for TCP connections (usually from a Web server), and handles SCGI requests by calling a program and returning its output. Written in Limbo, for Inferno.
This package contains nfssrv and nfsfs, an nfs server and client, for inferno and written in limbo. It uses and comes with a library for parsing/packing nfs protocol messages. A portmapper and mnt service is included too. Only nfs version 3 is supported, and only the operations that make sense on
... [More] inferno (e.g. no (sym)links or special files). Nfssrv serves the local file system, meaning all access is done as the user who started nfssrv. [Less]
Two implementations of the Plan 9 authentication service (auth/authsrv). One version is for unix, written in c and not depending on external libraries. The other version is for inferno, written in limbo.
Cryptfile is an encrypted block file server. Given a password and an encrypted file, it serves an unencrypted version of the file for reading and writing. The file can be encrypted with AES in either mode XTS or mode CBC-with-sector-encrypted-IVs.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy