Plan 9 from User Space https://9fans.github.io/plan9port

Russ Cox ace7bcb75b INSTALL: fix $PLAN9 in message il y a 1 mois
.github be7c68f695 .github/workflows/actions.yaml: Run CI on pull requests too il y a 4 mois
acid 4a000a28d3 merge il y a 12 ans
bin 3a877764da 9l: silence the 'ignoring duplicate libraries' warning on macOS il y a 5 mois
dict b3336e5cbb all: remove .cvsignore files il y a 6 ans
dist 88a87fadae all: update for new MIT license il y a 3 ans
face 3464449cb2 faces for lp. il y a 18 ans
font 506de8f6d4 Fix fonts (#463) il y a 1 an
include 4cd06ff66c libregexp: allow up to 128 character classes in one regexp il y a 1 an
lib 7b8251125b add macedit to moveplan9.files il y a 1 an
lp b3336e5cbb all: remove .cvsignore files il y a 6 ans
mac acffdcb6ee 9term.app: respect user-set shell instead of forcing bash il y a 4 ans
mail b3336e5cbb all: remove .cvsignore files il y a 6 ans
man 897625ff9b mntgen: import mntgen(4) from Plan 9 il y a 4 mois
ndb 81692072c4 ndb/local: remove rsc-specific entries (oops) il y a 16 ans
news 7e42d21012 odds and ends il y a 20 ans
plumb 73ea36569e plumb/basic: avoid wrap around in file:1:2 (#158) il y a 5 ans
postscript 506de8f6d4 Fix fonts (#463) il y a 1 an
proto 3940506bcc forgotten files il y a 19 ans
sky b3336e5cbb all: remove .cvsignore files il y a 6 ans
src b1b88c75fd tpic: clean up il y a 1 mois
tmac d32deab17b tmac: rename IM (italic manual) to MR (manual reference) il y a 3 ans
troff a9530c00e8 troff: import HB, HI and HX fonts from Plan 9 il y a 7 ans
unix 88a87fadae all: update for new MIT license il y a 3 ans
.gitignore aa01c23be6 .gitignore: Ignore some more things that get created during compile. il y a 2 ans
CHANGES 4c48f4a7c1 CHANGES: add pointer to web version il y a 16 ans
CONTRIBUTING.md 6cb3a2b9c3 codereview: delete, now using GitHub pull requests il y a 6 ans
CONTRIBUTORS 4a8c0c75ff venti: fix venti graph on 64-bit il y a 6 ans
INSTALL ace7bcb75b INSTALL: fix $PLAN9 in message il y a 1 mois
LICENSE 88a87fadae all: update for new MIT license il y a 3 ans
Makefile 26242ab706 For annoying people like Uriel. il y a 18 ans
README.md f3201246d7 README.md: Add GH actions badge il y a 4 mois
configure 26242ab706 For annoying people like Uriel. il y a 18 ans
install.txt 93a25a0f97 install(1): mention libfontconfig1-dev for Debian il y a 3 ans
rcmain 1889a25783 rcmain: use new $termprog variable il y a 10 ans

README.md

This is a port of many Plan 9 libraries and programs to Unix.

Installation

To install, run ./INSTALL. It builds mk and then uses mk to run the rest of the installation.

For more details, see install(1), at install.txt in this directory and at https://9fans.github.io/plan9port/man/man1/install.html.

Documentation

See https://9fans.github.io/plan9port/man/ for more documentation. (Documentation is also in this tree, but you need to run a successful install first. After that, "9 man 1 intro".)

Intro(1) contains a list of man pages that describe new features or differences from Plan 9.

Helping out

If you'd like to help out, great!

If you port this code to other architectures, please share your changes so others can benefit.

Git

You can use Git to keep your local copy up-to-date as we make changes and fix bugs. See the git(1) man page here ("9 man git") for details on using Git.

Status

Github Actions Build Status Coverity Scan Build Status

Contact