summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* upas/smtp: remove intermediate filesRuss Cox2007-11-272-1285/+0
|
* tpic: clean up betterRuss Cox2007-11-271-0/+1
|
* venti: add debugging html formRuss Cox2007-11-271-0/+41
|
* build: use ar s flag to avoid ranlibRuss Cox2007-11-051-1/+1
|
* diff: continue after i/o errors when diffing many filesRuss Cox2007-11-052-5/+13
|
* mailfs: add -r flag to specify mail root (Richard Bilson)Russ Cox2007-11-053-13/+38
|
* mailfs: handle NIL bodyRuss Cox2007-11-051-0/+2
|
* factotum: silence gcc warningRuss Cox2007-11-051-0/+2
|
* venti: use 9ar, not ar (fixes Darwin build problem)Russ Cox2007-10-311-1/+1
|
* venti: fix sync deadlock, add /proc stubRuss Cox2007-10-2920-260/+175
|
* grap: fclose, error context bug fixes (Doug Gwyn)Russ Cox2007-10-292-3/+4
|
* srv: add -n flag to reject auth by clientsRuss Cox2007-10-121-4/+8
|
* 9pserve: add -n flag to reject auth by clientsRuss Cox2007-10-121-1/+9
|
* 9p: add -n to disable authenticationRuss Cox2007-10-121-4/+17
|
* venti: new icacheRuss Cox2007-09-2517-427/+813
|
* venti: fix double free on corrupt bloom filterRuss Cox2007-09-251-1/+0
|
* venti: formatting changes for wrarenaRuss Cox2007-09-241-12/+15
|
* venti: formatting changes in fixarenasRuss Cox2007-09-241-3/+5
|
* venti: formatting changes in findscoreRuss Cox2007-09-241-1/+2
|
* venti: throw away dcache read-ahead codeRuss Cox2007-09-241-154/+27
|
* venti: move os x linker hackRuss Cox2007-09-241-5/+6
|
* venti/randtest: compute totalbytes correctlyRuss Cox2007-09-241-3/+4
|
* factotum: fix build error (Axel Belinfante)Russ Cox2007-09-161-2/+1
|
* auxstats: use acpi to find battery info on Linux (Andrey Mirtchovski)Russ Cox2007-09-151-5/+26
|
* factotum: implement p9crRuss Cox2007-09-133-340/+173
|
* 9pserve: delete from correct hash slot (fix infinite loop)Russ Cox2007-08-281-1/+1
|
* venti: seal arenas without bypassing dcacheRuss Cox2007-08-231-12/+9
|
* 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
|
* mailfs: fix handling of FLAGS response (Robert Vollmert)Russ Cox2007-08-221-2/+6
|
* acme: fix memory leak in warning (Michael Teichgräber)Russ Cox2007-08-221-0/+1
|
* 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-225-71/+95
|
* 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.
* mailfs: fix subject formattingrsc2007-06-251-1/+1
|
* 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-211-6/+10
|
* more macfuse path nonsensersc2007-06-201-0/+7
|
* 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-151-16/+37
|
* 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
|