Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-22 | merge | Russ Cox | 5 | -71/+95 | |
2007-08-22 | 9pserve: fix races causing assert(c->nmsg == 0) to fail. | Russ Cox | 1 | -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. | |||||
2007-06-25 | mailfs: fix subject formatting | rsc | 1 | -1/+1 | |
2007-06-23 | silence | rsc | 1 | -0/+2 | |
2007-06-23 | refresh on i, y commands | rsc | 1 | -0/+8 | |
2007-06-23 | --chatty | rsc | 1 | -1/+0 | |
2007-06-23 | remove elsewhere-deleted messages from window; Refresh -> Get | rsc | 2 | -16/+2 | |
2007-06-23 | add Get, Refresh commands; refresh at startup | rsc | 1 | -0/+20 | |
2007-06-23 | bug fixes: | rsc | 2 | -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*. | |||||
2007-06-21 | add -a aname | rsc | 1 | -6/+10 | |
2007-06-20 | more macfuse path nonsense | rsc | 1 | -0/+7 | |
2007-06-18 | ignore window resize; should be elsewhere | rsc | 1 | -0/+2 | |
2007-06-18 | remove debugging print | rsc | 1 | -1/+0 | |
2007-06-15 | fix acme Snarf bug; change Indent to apply to all windows | rsc | 1 | -16/+37 | |
2007-06-12 | always write last block in vcat (dave swasey) | rsc | 1 | -1/+1 | |
2007-06-12 | vbackup for mac tweaks (dave swasey) | rsc | 1 | -8/+20 | |
2007-06-09 | better fix | rsc | 2 | -28/+30 | |
2007-06-09 | day one bug in sam regexp code | rsc | 2 | -2/+2 | |
2007-06-05 | less chatty | rsc | 1 | -3/+1 | |
2007-06-04 | fix dotdot? (dave swasey) | rsc | 1 | -1/+2 | |
2007-05-21 | oops | rsc | 1 | -0/+2 | |
2007-05-20 | print error if changing time fails | rsc | 1 | -2/+8 | |
2007-05-19 | new test.c from plan 9 | rsc | 1 | -20/+137 | |
2007-05-10 | better tick handling | rsc | 1 | -5/+14 | |
2007-05-10 | Better tick management - no frdrawseltick calls. | rsc | 1 | -4/+6 | |
2007-05-10 | manage off-screen tick better | rsc | 2 | -8/+18 | |
2007-05-09 | Unswap perm and omode in fsfcreate call (Michael Teichgräber) | rsc | 1 | -1/+1 | |
2007-05-09 | Better flag handling in fusecreate (Michael Teichgräber) | rsc | 1 | -0/+2 | |
2007-05-08 | fix random troff crash (Noel Hunt) | rsc | 1 | -2/+6 | |
2007-05-05 | fix troff input (Colin DeVilbiss) | rsc | 1 | -2/+3 | |
2007-05-04 | propagate offset in reads and writes (Michael Teichgräber) | rsc | 1 | -2/+2 | |
2007-05-04 | report target list as 32-bit chunks, not 8-bit, for OS X | rsc | 1 | -1/+1 | |
2007-05-04 | OS X crap | rsc | 3 | -0/+7 | |
2007-05-03 | no need to be so forward about it | rsc | 1 | -1/+1 | |
2007-05-03 | add gnu grep -q flag (rob pike) | rsc | 1 | -1/+5 | |
2007-05-03 | say utf8string before string in target list | rsc | 1 | -2/+2 | |
2007-05-03 | try for utf8 string first in getsnarf; new test program snarf | rsc | 3 | -44/+168 | |
2007-05-03 | use clump info directory to walk past corruption | rsc | 1 | -18/+26 | |
2007-05-03 | add -r for readonly | rsc | 1 | -3/+11 | |
2007-05-03 | oops | rsc | 1 | -1/+1 | |
2007-05-03 | allow plan9-style branded disks as configs | rsc | 2 | -3/+77 | |
2007-05-03 | allow fixarenas of single arena file | rsc | 1 | -6/+24 | |
2007-05-03 | fix buildindex minibuf sizing bug | rsc | 1 | -9/+13 | |
2007-05-03 | fix arenas if possible | rsc | 1 | -4/+3 | |
2007-05-03 | OS X linker crap (John Nowak) | rsc | 5 | -0/+8 | |
2007-05-03 | debugging | rsc | 1 | -0/+4 | |
2007-05-02 | read pcap | rsc | 1 | -38/+67 | |
2007-04-27 | cannot use fadv_random on linux -- too slow | rsc | 1 | -3/+0 | |
2007-04-27 | bug in tester | rsc | 1 | -1/+1 | |
2007-04-27 | add flushpart; avoid O_DIRECT on linux | rsc | 10 | -21/+39 | |