Go to file
David du Colombier 0c9524b721 mailfs: add -u user argument
R=rsc
CC=plan9port.codebot
http://codereview.appspot.com/5435052
2011-11-28 09:21:01 -05:00
acid better symbols 2006-02-14 19:38:04 +00:00
bin devdraw: update Lion cocoa 2011-09-19 08:58:59 -04:00
dict
dist OS X PowerPC fixes (thanks Cameron Kaiser) 2011-10-23 17:55:23 -04:00
face faces for lp. 2005-09-13 01:24:50 +00:00
font font: add peter face to font/times/*.font 2009-08-24 08:05:09 -07:00
include libventi: add VtEntryNoArchive from liboventi, for use with fossil 2011-11-08 11:46:49 -05:00
lib codereview: update from go 2011-11-08 09:03:05 -05:00
log ignore everything 2005-02-13 22:09:54 +00:00
lp
mac
mail merge 2007-11-27 15:39:06 -05:00
man libventi: add functions reconn and redial for use with fossil 2011-11-08 09:02:31 -05:00
ndb
news
plumb
postscript
proto
sky
src mailfs: add -u user argument 2011-11-28 09:21:01 -05:00
tmac tmac.an: insert spaces after .?? request names 2008-11-11 11:01:03 -08:00
troff
unix unix: move Makefile so that it cannot be run accidentally 2009-08-24 07:53:01 -07:00
.cvsignore merge 2007-11-27 15:39:06 -05:00
.hgignore
.hgtags
CHANGES
configure
CONTRIBUTORS acme: fix arrow near end of text 2011-11-17 14:46:14 -05:00
INSTALL OS X PowerPC fixes (thanks Cameron Kaiser) 2011-10-23 17:55:23 -04:00
install.txt install: typo in man page 2009-04-30 08:30:49 -07:00
LICENSE
Makefile
rcmain Make fn cd safe for rc -e. 2005-08-10 16:59:19 +00:00
README
TODO

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 http://swtch.com/plan9port/man/man1/install.html.

* Documentation

See http://swtch.com/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!  The TODO file contains a small list.

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

Please use diff -u or CVS (see below) to prepare patches.

* CVS

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

* Contact

Russ Cox <rsc@swtch.com>