summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* day one bug in sam regexp codersc2007-06-092-2/+2
|
* less chattyrsc2007-06-051-3/+1
|
* fix dotdot? (dave swasey)rsc2007-06-041-1/+2
|
* oopsrsc2007-05-211-0/+2
|
* print error if changing time failsrsc2007-05-201-2/+8
|
* new test.c from plan 9rsc2007-05-191-20/+137
|
* better tick handlingrsc2007-05-101-5/+14
|
* Better tick management - no frdrawseltick calls.rsc2007-05-101-4/+6
|
* manage off-screen tick betterrsc2007-05-102-8/+18
|
* Unswap perm and omode in fsfcreate call (Michael Teichgräber)rsc2007-05-091-1/+1
|
* Better flag handling in fusecreate (Michael Teichgräber)rsc2007-05-091-0/+2
|
* fix random troff crash (Noel Hunt)rsc2007-05-081-2/+6
|
* fix troff input (Colin DeVilbiss)rsc2007-05-051-2/+3
|
* propagate offset in reads and writes (Michael Teichgräber)rsc2007-05-041-2/+2
|
* report target list as 32-bit chunks, not 8-bit, for OS Xrsc2007-05-041-1/+1
|
* OS X craprsc2007-05-043-0/+7
|
* no need to be so forward about itrsc2007-05-031-1/+1
|
* add gnu grep -q flag (rob pike)rsc2007-05-031-1/+5
|
* say utf8string before string in target listrsc2007-05-031-2/+2
|
* try for utf8 string first in getsnarf; new test program snarfrsc2007-05-033-44/+168
|
* use clump info directory to walk past corruptionrsc2007-05-031-18/+26
|
* add -r for readonlyrsc2007-05-031-3/+11
|
* oopsrsc2007-05-031-1/+1
|
* allow plan9-style branded disks as configsrsc2007-05-032-3/+77
|
* allow fixarenas of single arena filersc2007-05-031-6/+24
|
* fix buildindex minibuf sizing bugrsc2007-05-031-9/+13
|
* fix arenas if possiblersc2007-05-031-4/+3
|
* OS X linker crap (John Nowak)rsc2007-05-035-0/+8
|
* debuggingrsc2007-05-031-0/+4
|
* read pcaprsc2007-05-021-38/+67
|
* cannot use fadv_random on linux -- too slowrsc2007-04-271-3/+0
|
* bug in testerrsc2007-04-271-1/+1
|
* add flushpart; avoid O_DIRECT on linuxrsc2007-04-2710-21/+39
|