summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* venti: allow partition syntax in verifyarena (Michael Kaminsky)Russ Cox2007-08-231-5/+9
|
* venti: avoid race in mirrorarenas (Michael Kaminsky)Russ Cox2007-08-231-6/+3
|
* venti: add -s flag to disable redundant SHA1 in mirrorarenasRuss Cox2007-08-231-16/+28
|
* mergeRuss Cox2007-08-231-0/+1
|\
* 9.rc: change to work with rc -e (Tony Lainson)Russ Cox2007-08-221-1/+1
| | | | | | Change sense of test at end of 9.rc so that when invoked with no arguments the test still evaluates true, so that it works well with rc -e.
* mailfs: fix handling of FLAGS response (Robert Vollmert)Russ Cox2007-08-221-2/+6
|
* libthread: simplify alt tracking, possibly fixing bugRuss Cox2007-08-223-8/+9
|
* acme: fix memory leak in warning (Michael Teichgräber)Russ Cox2007-08-221-0/+1
|
* fully qualify host nameRuss Cox2007-08-221-2/+2
|
* add Linux x86-64 (thanks to Ævar Arnfjörð Bjarmason)Russ Cox2007-08-225-4/+6
|
* 9pserve: fix a new race involving assert(c->nmsg == 0).Russ Cox2007-08-221-3/+3
| | | | | | | Just like outputthread can have processed the message but not yet called msgput, the same is true of the connoutthread, so we cannot check c->nmsg until after the connoutthread has shut down gracefully.
* mergeRuss Cox2007-08-226-71/+101
|\
* 9pserve: fix races causing assert(c->nmsg == 0) to fail.Russ Cox2007-08-221-26/+36
| | | | | | | | | | | | | | | | | 1. Could happen that connoutthread sends c->outq a nil just before the regular input handler sends c->outq a real message. When the connoutthread gets the nil it will free c->outq, leaving the real message unprocessed. 2. Could happen that the outputthread writes a message body to the remote 9P server and then a response comes in and then the connection gets torn down, all before the outputthread manages to call msgput(m). Thanks to David Swasey for identifying this scenario. Also change yield() loop into explicit communication. Also remove dead code involving hungup queues.
* CHANGESRuss Cox2007-06-241-0/+20
|
* tailorization: ignore plan9-reverse.log tooRuss Cox2007-06-241-0/+1
|
* mailfs: fix subject formattingrsc2007-06-251-1/+1
|
* CHANGESrsc2007-06-241-0/+156
|
* silencersc2007-06-231-0/+2
|
* refresh on i, y commandsrsc2007-06-231-0/+8
|
* --chattyrsc2007-06-231-1/+0
|
* remove elsewhere-deleted messages from window; Refresh -> Getrsc2007-06-232-16/+2
|
* add Get, Refresh commands; refresh at startuprsc2007-06-231-0/+20
|
* bug fixes:rsc2007-06-232-2/+16
| | | | | | | list message 1. give correct contents for raw, rawheader, rawbody. provide filename and charset in mime attachments. only rename mailboxes named mbox* not mbox*.
* add -a anamersc2007-06-212-15/+19
|
* more macfuse path nonsensersc2007-06-201-0/+7
|
* more from dave swaseyrsc2007-06-182-12/+80
|
* ignore window resize; should be elsewherersc2007-06-181-0/+2
|
* remove debugging printrsc2007-06-181-1/+0
|
* fix acme Snarf bug; change Indent to apply to all windowsrsc2007-06-152-17/+38
|
* document -Mrsc2007-06-121-4/+27
|
* always write last block in vcat (dave swasey)rsc2007-06-121-1/+1
|
* vbackup for mac tweaks (dave swasey)rsc2007-06-121-8/+20
|
* better fixrsc2007-06-092-28/+30
|
* anotherrsc2007-06-091-1/+1
|
* day one bug in sam regexp codersc2007-06-093-3/+3
|
* mac resource fork - from Dave Swaseyrsc2007-06-084-68/+202
|
* less chattyrsc2007-06-051-3/+1
|
* fix dotdot? (dave swasey)rsc2007-06-041-1/+2
|
* fix commentrsc2007-05-291-1/+1
|
* add hfsrsc2007-05-291-0/+3
|
* hfs (David Swasey)rsc2007-05-286-1/+2000
|
* add partabandonrsc2007-05-281-0/+1
|
* fix argsrsc2007-05-281-3/+14
|
* disk partitionsrsc2007-05-281-0/+1
|
* add disk partitions (David Swasey)rsc2007-05-282-0/+61
|
* quietrsc2007-05-281-1/+1
|
* Bterm before returnrsc2007-05-281-0/+1
|
* oopsrsc2007-05-211-0/+2
|
* fix pointer comparison (Ramon de Vera)rsc2007-05-211-1/+1
|
* futimes on linux nowrsc2007-05-201-1/+1
|