rsc
038e9089b3
Change 9wm to look like rio.
2004-03-21 04:27:28 +00:00
rsc
ba9ffa53c4
Change 9term to look like rio windows, not acme windows.
2004-03-21 04:27:09 +00:00
rsc
eacbfb241a
Various header changes.
2004-03-15 01:58:31 +00:00
rsc
d23a617a83
Various small interface changes.
2004-03-15 01:57:29 +00:00
rsc
3d77c87e81
Vac works.
2004-03-15 01:56:49 +00:00
rsc
333c1dccc2
Add binary fraction tree index.
...
The old index code is still
supported too. Buildindex and
checkindex need to be revisited,
though they should be easy to adapt.
2004-03-13 04:35:13 +00:00
rsc
9ffbb5adca
Checkpoint.
...
Add disk caching code and first draft of fractional index.
2004-03-12 18:28:14 +00:00
rsc
7c5190d2c8
Add 200-line comment trying to explain the new index.
2004-03-12 05:42:28 +00:00
rsc
2499885177
Implement write buffer.
2004-03-11 19:14:09 +00:00
rsc
d49a2e4801
Various fixes, add spell.
2004-03-09 12:45:12 +00:00
rsc
fb7cc74a92
remove debugging print.
2004-03-05 06:10:11 +00:00
rsc
0d0df317f8
Unfix non-bug.
2004-03-05 06:03:26 +00:00
rsc
8c6f0e8ab4
Small bug fixes.
2004-03-05 05:58:48 +00:00
rsc
15680d56a6
Amazingly picky bug fixes from Valgrind.
2004-03-05 05:53:11 +00:00
rsc
230d62c475
Incorporate bug fixes from Plan 9.
2004-03-05 05:48:32 +00:00
rsc
28fe2052d0
don't need these.
2004-03-05 05:14:18 +00:00
rsc
62390091b7
Update libregexp with recent bug fixes from Plan 9.
2004-03-05 05:13:56 +00:00
rsc
4da83e7cce
Various little fixes.
2004-03-05 03:13:13 +00:00
rsc
c91bd3283a
Pipes cannot use SOCK_DGRAM. Back to SOCK_STREAM.
...
Add debugging to fdwait.
Rewrite getcallerpc on PowerMac to be correct.
2004-03-05 02:25:41 +00:00
rsc
02a1a5c18b
Debugging libthread for acme.
2004-03-05 01:12:11 +00:00
rsc
315e309098
Remove debugging print.
2004-03-04 02:37:30 +00:00
rsc
0b91799791
Fix rc not to bus error on Mac OS X.
...
Don't print about child notes either.
2004-03-04 02:36:36 +00:00
rsc
1ae0de511a
Some day I will get this right.
2004-03-04 02:06:46 +00:00
rsc
6a0523b94e
Account for C vs. assembly in tas and getcallerpc. Sigh.
2004-03-03 21:21:29 +00:00
rsc
4615bace42
Whoops.
2004-03-03 00:03:19 +00:00
rsc
4cdbf87a15
Remove a debugging print, more cleanup.
2004-03-02 23:16:37 +00:00
rsc
af78a4cd2b
Little tweaks and documentation.
2004-03-02 23:11:58 +00:00
rsc
efc2b0c99e
Make sure snarf is <64kB, since the wire count
...
is only 16 bits.
2004-03-02 20:02:13 +00:00
rsc
dc9d0ffc75
Use cflags (bug introduced by Mac tweak).
2004-03-02 19:29:39 +00:00
rsc
ff34e95bc3
Change pipes to preserve message boundaries.
2004-03-02 19:27:44 +00:00
rsc
05b7f431f0
Long-standing stability bugs fixed in 9pserve.
...
Update win to use acme interface directly instead of via pipes.
Add comment to pipe about lack of message boundaries.
2004-03-02 19:21:48 +00:00
rsc
c4991217e1
Note new locations.
2004-03-02 17:52:49 +00:00
rsc
8f314994db
More Mac tweaks.
2004-03-02 17:34:15 +00:00
rsc
53dbac9485
Tweaks for the Macintosh.
2004-03-02 16:58:49 +00:00
rsc
6e2cec77b2
missing programs
2004-03-02 16:55:27 +00:00
rsc
34ca7ee3bf
Empty changelog
2004-03-01 19:39:15 +00:00
rsc
aa73861453
Build Unix-friendly versions directly from library.
2004-03-01 19:36:29 +00:00
rsc
63dd44c8ca
more tweaks.
2004-02-29 23:21:24 +00:00
rsc
d21d62e2fc
Various tweaks.
2004-02-29 23:20:28 +00:00
rsc
c3a72d77dc
Threadplumbrecv.
2004-02-29 23:11:52 +00:00
rsc
e04d5bee69
Tweak listing of libraries.
2004-02-29 23:09:35 +00:00
rsc
2fd9db992a
Install commands before subdirectories,
...
so we get yacc before compiling hoc.
2004-02-29 22:58:04 +00:00
rsc
b4705757e5
Threaded read9pmsg.
2004-02-29 22:54:49 +00:00
rsc
2517c38a8c
Add fdwait routines.
2004-02-29 22:53:51 +00:00
rsc
b4e0c548bc
Install script.
2004-02-29 22:53:01 +00:00
rsc
d6df6c1e29
Update mkmk.sh.
2004-02-29 22:49:59 +00:00
rsc
f063dad96e
Small tweaks to make things build again.
2004-02-29 22:42:33 +00:00
rsc
91c13e54b5
Move utf, fmt. Small header file changes.
2004-02-29 22:11:15 +00:00
rsc
5a8e63b2f0
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.
2004-02-29 22:10:26 +00:00
rsc
d51419bf43
various tweaks.
2004-02-09 19:33:05 +00:00