summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
* cocoa devdraw: activation on receiving Ttop messagesDavid Jeannot2012-01-163-2/+17
| | | | | | | | | | | | (The new variable "willactivate" is in the input structure "in", which is illogical. But this structure will soon be renamed "app". I postpone the renaming to avoid conflicts with simultaneous Codereview issues.) R=rsc CC=plan9port.codebot http://codereview.appspot.com/5504102
* devdraw: OS X dead key supportDavid Jeannot2012-01-161-0/+19
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5503086
* venti: fix scacheprefetch statsDavid du Colombier2012-01-161-0/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5507045
* fmt: delete 2-space codeRuss Cox2012-01-051-18/+1
| | | | | | | Typographers say its wrong. R=rsc http://codereview.appspot.com/5517046
* Cocoa Devdraw: cursor fixDavid Jeannot2011-12-093-117/+139
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5356050
* vac: handle midDavid du Colombier2011-12-071-0/+5
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451114
* aescbc: fix segfault on backspaceDavid du Colombier2011-12-071-2/+5
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5440107
* vacfs: fix segfault when no prefix specifiedDavid du Colombier2011-11-301-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5451052
* mailfs: add -u user argumentDavid du Colombier2011-11-283-6/+16
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5435052
* mailfs: small fixes and plan 9 supportDavid du Colombier2011-11-226-5/+35
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5429044
* venti/mgr: various fixes and plan 9 supportDavid du Colombier2011-11-211-55/+56
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5421047
* venti: fix log url in statsDavid du Colombier2011-11-211-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5395043
* upas: fix segfault when host not foundDavid du Colombier2011-11-211-1/+4
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5370105
* acme: fix arrow near end of textSean McKean2011-11-171-6/+4
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5399050
* Cocoa Devdraw: cursor, menu bar, old fs, activationDavid Jeannot2011-11-081-20/+52
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5318054
* venti: import changes from plan 9David du Colombier2011-11-085-3/+8
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325044
* venti: fix vtcachealloc and VtMaxLumpSizeDavid du Colombier2011-11-083-2/+14
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5309073
* venti: fix format on ulongDavid du Colombier2011-11-081-2/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5328046
* page: check for gs failureRuss Cox2011-10-251-0/+8
|
* devdraw: cocoa fixes, bigarrow support (thanks Marius Eriksen)Russ Cox2011-10-233-3/+50
|
* OS X PowerPC fixes (thanks Cameron Kaiser)Russ Cox2011-10-231-0/+1
|
* rio: quiet nm on LionRuss Cox2011-10-141-0/+4
|
* 9term: fix hold mode delayRuss Cox2011-10-131-0/+1
|
* devdraw: more fixes (thanks David Jeannot)Russ Cox2011-10-124-319/+378
|
* mergeRuss Cox2011-10-124-10/+25
|
* devdraw: cleanup, fix macargvRuss Cox2011-10-123-14/+44
|
* 9term: hold mode back doorRuss Cox2011-10-112-16/+23
| | | | | R=rsc http://codereview.appspot.com/5248056
* semicolons!Russ Cox2011-10-071-2/+2
|
* secstore: say password for winRuss Cox2011-10-051-1/+1
|
* dsasign: new commandRuss Cox2011-10-052-0/+181
|
* 9pfuse: handle two more flagsRuss Cox2011-10-051-1/+8
|
* devdraw: fix screen grabber, allocation warningDavid Jeannot2011-10-031-62/+113
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5170041
* devdraw: do not interpret alt-tab as alt for composeJustin Davis2011-09-283-2/+16
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5132050
* devdraw: disable Lion warningRuss Cox2011-09-261-1/+1
| | | | | R=rsc http://codereview.appspot.com/5132045
* use cocoa on snow leopardRuss Cox2011-09-262-1/+3
| | | | | R=rsc http://codereview.appspot.com/5146043
* devdraw: cocoa updatesDavid Jeannot2011-09-261-43/+55
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5131041
* devdraw: handle, warn about LionRuss Cox2011-09-191-1/+9
| | | | | R=rsc http://codereview.appspot.com/5069042
* dd: fix apple gcc return warning (even Go can handle this one, Apple!)Russ Cox2011-09-191-0/+2
| | | | | R=rsc http://codereview.appspot.com/5068043
* devdraw: update Lion cocoaDavid Jeannot2011-09-198-413/+603
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5015042
* 9term: fix insertDavid Swasey2011-09-121-2/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4952066
* devdraw: draft cocoa supportDavid Jeannot2011-09-067-0/+1339
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4974060
* upas/smtp: fixes for authenticated connectionsRichard Miller2011-08-312-2/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4967049
* mk: pass environment to P commandRuss Cox2011-08-271-1/+1
| | | | | R=rsc http://codereview.appspot.com/4977041
* win: hide not just passwords but also passphrasesMathieu Lonjaret2011-08-261-1/+1
| | | | | | R=rsc, nicolesimons1986 CC=plan9port.codebot http://codereview.appspot.com/4957042
* zerotrunc: from Plan 9David du Colombier2011-08-161-0/+26
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4809089
* test: update from Plan 9David du Colombier2011-08-161-78/+77
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4847051
* dd: update from Plan 9David du Colombier2011-08-161-28/+41
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4850052
* mailfs: try to use the right version of stunnelFazlul Shahriar2011-08-161-0/+2
| | | | | R=rsc http://codereview.appspot.com/4876044
* rc: silence lion roarRuss Cox2011-08-021-0/+1
| | | | | R=rsc http://codereview.appspot.com/4835048
* lex: 64-bit bugRuss Cox2011-08-023-3/+3
| | | | | R=rsc http://codereview.appspot.com/4830054