Commit Briefs

17ab31aac6 rsc

add autoindent (-a) and chording.

clean up argument parsing.


f0264abf26 rsc

ignore host read eof while exiting



d40457248b rsc

use 9pclient


93f2ae0d92 rsc

change to use new thread library


be36ff6885 rsc

add -W to specify window size.

various other little fixes.


be22ae2d07 rsc

SunOS can rot in hell.


2277c5d7bb rsc

Small tweaks

Lots of new code imported.


af78a4cd2b rsc

Little tweaks and documentation.


5a8e63b2f0 rsc

Fighting the good fight.

Move libfmt, libutf into subdirectories of lib9. Add poll-based socket i/o to libthread, so that we can avoid using multiple procs when possible, thus removing dependence on crappy pthreads implementations. Convert samterm, acme to the single-proc libthread. Bring libcomplete, acme up-to-date w.r.t. Plan 9 distribution.


64bcfff3a1 rsc

More tweaks on Linux and Solaris.


912fba95e7 rsc

Changes for Mac OS X. Most important is stack sizes in samterm,

which were completely bogus. (Libthread used to ignore them but not anymore. Maybe we really should ignore them, but that breaks Venti, which needs *really* big stacks.)


163c9a25ec rsc

remove debugging print.


941c9f36a9 rsc

Tweaks to make it work on Unix.


84b1cb73b3 rsc

Initial revision