aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-08-10page: move cmd/page/cache.c to src/cmd/page/cache.cRuss Cox1-0/+196
not sure how the codebot screwed that up.
2009-08-09page: add caching from Plan 9Fazlul Shahriar4-56/+16
http://codereview.appspot.com/105070
2009-08-08stats: make more stats work in LinuxFazlul Shahriar2-7/+72
http://codereview.appspot.com/96084
2009-08-08rc: fix segfault when SIGINT is receivedMichael Teichgräber1-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
2009-07-29libfmt: use fmtstrtod, not system strtodRuss Cox1-4/+4
http://codereview.appspot.com/96185
2009-07-29libmemdraw: allow wider imagesRuss Cox1-1/+1
http://codereview.appspot.com/98067
2009-07-29smugfs: delete debugging printsRuss Cox1-5/+0
http://codereview.appspot.com/98066
2009-07-28lib9/fmt: fix printing of 1e308Russ Cox1-4/+1
pow10 was giving up too easily http://codereview.appspot.com/96178
2009-07-26acme: angle bracket tag matching, for XML, HTML etcRuss Cox2-0/+111
http://codereview.appspot.com/98042
2009-07-26libventi: correct handling of VtRead sizeRuss Cox1-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
2009-07-26vacfs: no post9pservice with -iRuss Cox1-1/+1
http://codereview.appspot.com/96159
2009-07-17mkhdr, buildmk: add alphaBenjamin Huntsman1-0/+1
http://codereview.appspot.com/95065
2009-07-16build: work around broken Linux uname -pRuss Cox1-11/+11
fixes #8 http://bitbucket.org/rsc/plan9port/issue/8/ http://groups.google.com/group/plan9port-dev/t/8d1a2362dde4f137 http://codereview.appspot.com/95058
2009-07-14getflags: delete (codebot did not)Russ Cox4-0/+0
2009-07-15getflags: import from 4e, with usageRuss Cox4-485/+0
fixes #6 http://bitbucket.org/rsc/plan9port/issue/6/ http://codereview.appspot.com/95043
2009-07-15buildmk: sync $OBJTYPE with src/mkhdrRuss Cox1-5/+6
fixes #4 http://bitbucket.org/rsc/plan9port/issue/4 http://codereview.appspot.com/95042
2009-07-15acme: do not redraw body on every tag changeRuss Cox2-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
2009-07-14mergeRuss Cox4-3/+16
2009-07-08fontsrv: add half-documented -s optionRuss Cox1-4/+8
2009-07-08mergeRuss Cox10-6/+1012
2009-07-08src: use whatis instead of whichMichael Teichgräber2-6/+14
2009-07-08devdraw: generate Latin-1 table from lib/keyboardMichael Teichgräber3-100/+243
2009-06-17devdraw: automatic OS X label updatingAndré Günther1-24/+20
2009-06-16libventi: fix cache teardown checksRuss Cox1-1/+1
2009-06-16vbackup: update to new libventi interfaceRuss Cox2-2/+2
2009-06-16mergeRuss Cox4-5/+46
2009-06-10vbackup: adapt to new libventi interfaceRuss Cox1-5/+5
2009-06-09mergeRuss Cox4-18/+29
2009-05-31cmd: getline now a dirty word (James Toy)Russ Cox3-0/+5
2009-05-25scat: fix 64-bit warningRuss Cox1-1/+1
2009-05-25page: fix for newer versions of ghostscript.Kris Maglione1-3/+3
2009-05-25venti: 32-bit extensions to data structuresRuss Cox17-107/+270
2009-05-25libventi: protocol support for blocks larger than 64kRuss Cox4-22/+63
2009-05-17devdraw: flush window on kEventAppShowJeff Sicket1-2/+9
2009-05-179pfuse: fix mkfile for people without . in their pathsRuss Cox1-1/+1
2009-05-14Unicode superscript updateRuss Cox1-1/+1
font/*/supsub.*: change superscript 1 into i; delete 2, 3 lib/keyboard: fix s1, s2, s3; add si lib/unicode: add 2071 src/cmd/devdraw: update from lib/keyboard
2009-04-30scat: make 64-bit safeRuss Cox6-55/+57
2009-04-30scat: add to buildRuss Cox2-4/+4
2009-04-30mergeRuss Cox3-2/+16
2009-04-30mergeRuss Cox6-107/+254
2009-04-30libflate: shut up valgrindRuss Cox1-0/+2
2009-04-30smugfs: directory mode should be 755Russ Cox1-1/+1
2009-04-309pfuse: clear O_EXCL tooRuss Cox1-1/+1
2009-02-05du: build by default; fix bug gcc discoveredRuss Cox1-1/+1
2008-12-10MacFUSE 2.0 updatesJeff Sickel1-3/+6
2009-02-04venti/copy: no rewriting unless rewrite flag is set (Nathaniel W Filardo)Russ Cox1-2/+4
2009-02-04sed: avoid crash when rregexec return errorRuss Cox1-1/+1
2009-02-04mergeRuss Cox1-3/+3
2009-01-06win: better SIGPIPE handlingRuss Cox1-10/+9
2008-12-309pfuse: allow O_APPEND in open and create (Roman Shaposhnik)Russ Cox1-1/+8