summaryrefslogtreecommitdiffstats
path: root/src/cmd
Commit message (Collapse)AuthorAgeFilesLines
...
* devdraw: release multitouch mouse when app is collapsed (minimized)Russ Cox2010-01-041-1/+15
| | | | | | R=rsc CC=plalonde, r http://codereview.appspot.com/181129
* devdraw: add multitouch code from Paul LalondeRuss Cox2010-01-043-11/+267
| | | | | | | | | | Various tweaks to avoid breaking standard mice, but probably needs tweaks to work with multitouch mice again. Still, it's a start. R=rsc CC=plalonde, r http://codereview.appspot.com/181124
* troff: avoid crash if home == NULLRuss Cox2009-12-271-1/+2
| | | | | R=rsc http://codereview.appspot.com/181070
* 9pserve: roll back changeset 3118 - broke ssh-agent talking to factotumRuss Cox2009-12-101-53/+1
|
* sam: fix off-by-one in buffer merge.Russ Cox2009-12-061-2/+2
| | | | | | | exposed by UTFmax==4 R=rsc http://codereview.appspot.com/165071
* devdraw: fix OS X behavior for Spanish keyboardsEnrique Soriano2009-11-301-1/+3
| | | | | | R=rsc_swtch, rsc CC=old.codebot, codebot http://codereview.appspot.com/132045
* Related to issueMichael Teichgräber2009-11-301-0/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://bitbucket.org/rsc/plan9port/issue/38/ This patch tries to make 9pserve work again with 9P2000 clients, in case the server handled by 9pserve expects 9P2000.u. (Since changeset http://bitbucket.org/rsc/plan9port/changeset/d9843471f0bc/ servers using srv() stop communicating after they received a 9P2000 msg that has a different .u definition.) Tattach, Tauth and Tcreate 9P2000 messages will be translated now, if neccessary, to 9P2000.u by growing them to the new size, and providing the missing (default) values. The code of the first two message types has been tested with drawterm on linux (dialing factotum), and mounts from within 9vx to plan9port's factotum and dossrv. The code for Tcreate couldn't be tested due to lack of file servers both speaking 9P2000.u and allowing file creation. R=rsc_swtch, rsc CC=codebot http://codereview.appspot.com/151052
* acme: fix Load of acme with no windowsFazlul Shahriar2009-11-301-2/+2
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/161048
* devdraw: draft of new Cocoa-based devdrawJeff Sickel2009-09-295-1/+1439
| | | | | | | Can test with cd $PLAN9/src/cmd/devdraw mk devdraw-cocoa DEVDRAW=devdraw-cocoa colors
* acme: correct modified message after initial load; more detail inRuss Cox2009-09-255-14/+29
| | | | | | message http://codereview.appspot.com/123051
* ed: update to 32-bit RunesRuss Cox2009-09-161-9/+9
| | | | http://codereview.appspot.com/116119
* devdraw: fix X11 input sequencesRuss Cox2009-09-141-0/+17
| | | | | | | fixes http://groups.google.com/group/plan9port-dev/t/f865adc9a520653a see also http://archive.netbsd.se/?ml=plan9-9fans&a=2007-03&t=3328886 http://codereview.appspot.com/117072
* rc: implement and document <>{cmd} notationMichael Teichgräber2009-09-131-17/+47
| | | | http://codereview.appspot.com/105061
* dhcpd: fix build on OS X, silence non-log printsRuss Cox2009-09-132-9/+2
| | | | http://codereview.appspot.com/117064
* tcs: update for 32-bit RuneRuss Cox2009-09-132-172/+4
| | | | http://codereview.appspot.com/117063
* postscript: update for 32-bit RuneRuss Cox2009-09-131-13/+1
| | | | http://codereview.appspot.com/117062
* vbackup: fix build on FreeBSD 8Russ Cox2009-09-121-0/+5
| | | | | | fixes #30 http://code.swtch.com/plan9port/issues/30/ http://codereview.appspot.com/117060
* devdraw: update OS X snarf for 32-bit Rune (again)Russ Cox2009-09-121-9/+40
| | | | | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ The accidental resubmission of the patch caused patch(1) to revert the patch. Thanks, patch authors! http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-40/+9
| | | | | | fixes #29 http://code.swtch.com/plan9port/issues/29/ http://codereview.appspot.com/117057
* devdraw: update OS X snarf for 32-bit RuneRuss Cox2009-09-121-9/+40
| | | | http://codereview.appspot.com/117057
* libplumb, Mail: fix crash on nil plumb fidsMathieu Lonjaret2009-09-121-3/+6
| | | | http://codereview.appspot.com/116083
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-118-14/+14
| | | | http://codereview.appspot.com/116075
* acme: htmlclick takes precedence over line clickRuss Cox2009-09-111-3/+3
| | | | http://codereview.appspot.com/116074
* INSTALL: fix build on Snow LeopardRuss Cox2009-09-115-0/+13
| | | | http://codereview.appspot.com/116073
* venti: handle FS block size > MaxIoVenkatesh Srinivas2009-08-231-2/+5
| | | | http://codereview.appspot.com/110071
* rc: make read not ignore interrupts/errors (again)Michael Teichgräber2009-08-231-2/+7
| | | | http://codereview.appspot.com/110042
* venti/copy: synchronize with Plan 9; indent in verbose modeVenkatesh Srinivas2009-08-211-9/+112
| | | | http://codereview.appspot.com/110062
* page: remove temporary file at program exit; fixes reading from stdinJ.R. Mauro2009-08-203-5/+16
| | | | http://codereview.appspot.com/105097
* page: add missing delayfreeimage callsFazlul Shahriar2009-08-151-2/+14
| | | | | | fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041
* move files that codebot put in the wrong placeRuss Cox2009-08-142-0/+154
|
* awk: sync with Plan 9Michael Teichgräber2009-08-111-12/+33
| | | | http://codereview.appspot.com/104087
* 9term: allow scroll wheel in main windowTony Lainson2009-08-111-1/+1
| | | | http://codereview.appspot.com/105082
* page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox2009-08-101-0/+196
| | | | not sure how the codebot screwed that up.
* page: add caching from Plan 9Fazlul Shahriar2009-08-094-56/+16
| | | | http://codereview.appspot.com/105070
* stats: make more stats work in LinuxFazlul Shahriar2009-08-082-7/+72
| | | | http://codereview.appspot.com/96084
* rc: fix segfault when SIGINT is receivedMichael Teichgräber2009-08-081-1/+2
| | | | | | | | | | | | Save the value of `runq' at the start of the function, so that the `pc' update at the end does work on that original value, and not on a probably modified value of `runq'. fixes #14 http://code.swtch.com/plan9port/issue/14/ http://codereview.appspot.com/104066
* smugfs: delete debugging printsRuss Cox2009-07-291-5/+0
| | | | http://codereview.appspot.com/98066
* acme: angle bracket tag matching, for XML, HTML etcRuss Cox2009-07-262-0/+111
| | | | http://codereview.appspot.com/98042
* vacfs: no post9pservice with -iRuss Cox2009-07-261-1/+1
| | | | http://codereview.appspot.com/96159
* getflags: delete (codebot did not)Russ Cox2009-07-144-0/+0
|
* getflags: import from 4e, with usageRuss Cox2009-07-154-485/+0
| | | | | | fixes #6 http://bitbucket.org/rsc/plan9port/issue/6/ http://codereview.appspot.com/95043
* acme: do not redraw body on every tag changeRuss Cox2009-07-152-3/+4
| | | | | | | | fixes #5 http://bitbucket.org/rsc/plan9port/issue/5/ http://groups.google.com/group/plan9port-dev/t/e679347ecaa05cff http://codereview.appspot.com/95041
* mergeRuss Cox2009-07-141-0/+3
|
* fontsrv: add half-documented -s optionRuss Cox2009-07-081-4/+8
|
* mergeRuss Cox2009-07-086-0/+946
|
* src: use whatis instead of whichMichael Teichgräber2009-07-082-6/+14
|
* devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber2009-07-083-100/+243
|
* devdraw: automatic OS X label updatingAndré Günther2009-06-171-24/+20
|
* vbackup: update to new libventi interfaceRuss Cox2009-06-162-2/+2
|
* mergeRuss Cox2009-06-164-5/+46
|