Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a235af064a9ff41a

Jump to content

Plan 9 from User Space

From Wikipedia, the free encyclopedia
(Redirected from V9fs)
Plan 9 from User Space
Written inANSI C
Operating systemUnix-like
Website9fans.github.io/plan9port/
Repository

Plan 9 from User Space (also plan9port or p9p) is a port of many Plan 9 from Bell Labs libraries and applications to Unix-like operating systems. Currently it has been tested on a variety of operating systems, including Linux, macOS, FreeBSD, NetBSD, OpenBSD, Solaris and SunOS. The project's name is a reference to the 1950s Ed Wood film Plan 9 from Outer Space.

A number of key applications have been ported, as have programs used by the system itself, along with the requisite libraries from Plan 9. All of these have been made to work on top of a Unix-like environment instead of their native Plan 9. Some of the most significant ported components are:

  • rc – The Plan 9 shell
  • sam – A text editor
  • acme – A combination of text editor and graphical shell especially useful to programmers
  • mk – A tool for building software, analogous to the traditional Unix make utility
  • plumber – An interprocess messaging facility
  • Venti – A network storage system that permanently stores data blocks
[edit]