summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* libthread: context switching for arm, still not completeRuss Cox2009-11-184-4/+78
|
* 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
* lib9: do not include st_dev in qid.pathRuss Cox2009-09-241-1/+8
| | | | http://codereview.appspot.com/123050
* 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
* lib9: fix dirread/stat mismatch on Snow LeopardRuss Cox2009-09-131-4/+0
| | | | http://codereview.appspot.com/116096
* 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-122-3/+10
| | | | http://codereview.appspot.com/116083
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-1112-40/+81
| | | | 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-117-0/+20
| | | | 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
* libavl: import from Plan 9Russ Cox2009-08-232-0/+423
|
* 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
* lib9: dotu fixes in convS2M, convM2STim Newsham2009-08-202-6/+34
| | | | http://codereview.appspot.com/109049
* libthread: make page work on OS XRuss Cox2009-08-172-0/+5
|
* dial: allow host==0 when net=="unix"Fazlul Shahriar2009-08-171-1/+1
| | | | http://codereview.appspot.com/108042
* dial: reject dial to * (aka 0.0.0.0)Russ Cox2009-08-151-0/+5
| | | | | | fixes #15 http://code.swtch.com/plan9port/issues/15 http://codereview.appspot.com/107043
* page: add missing delayfreeimage callsFazlul Shahriar2009-08-151-2/+14
| | | | | | fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041
* libfmt: add missing copyright notice to nan64.cRuss Cox2009-08-141-0/+2
| | | | | | | | nan64.c was part of change #1 in this repository and did not have a notice at that point (September 2003). An earlier copy of libfmt, dated January 14-15, 2003, makes it clear that nan64.c was extracted from fltfmt.c and strtod.c, so use the same notice they use.
* more licensingRuss Cox2009-08-141-0/+2
|
* more licensingRuss Cox2009-08-142-0/+32
|
* allow less restricted use of plan9port-specific codeRuss Cox2009-08-141-0/+94
|
* 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
* libfmt: use fmtstrtod, not system strtodRuss Cox2009-07-291-4/+4
| | | | http://codereview.appspot.com/96185
* libmemdraw: allow wider imagesRuss Cox2009-07-291-1/+1
| | | | http://codereview.appspot.com/98067
* smugfs: delete debugging printsRuss Cox2009-07-291-5/+0
| | | | http://codereview.appspot.com/98066
* lib9/fmt: fix printing of 1e308Russ Cox2009-07-281-4/+1
| | | | | | pow10 was giving up too easily http://codereview.appspot.com/96178
* acme: angle bracket tag matching, for XML, HTML etcRuss Cox2009-07-262-0/+111
| | | | http://codereview.appspot.com/98042
* libventi: correct handling of VtRead sizeRuss Cox2009-07-261-1/+1
| | | | | | | | | Fixes #7 http://code.swtch.com/plan9port/issue/7/ Thanks to Venkatesh Srinivas and Michael Teichgräber for finding the bug. http://codereview.appspot.com/98041
* vacfs: no post9pservice with -iRuss Cox2009-07-261-1/+1
| | | | http://codereview.appspot.com/96159
* mkhdr, buildmk: add alphaBenjamin Huntsman2009-07-171-0/+1
| | | | http://codereview.appspot.com/95065