aboutsummaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Collapse)AuthorFilesLines
2009-09-11INSTALL: fix build on Snow LeopardRuss Cox5-0/+13
http://codereview.appspot.com/116073
2009-08-23venti: handle FS block size > MaxIoVenkatesh Srinivas1-2/+5
http://codereview.appspot.com/110071
2009-08-23rc: make read not ignore interrupts/errors (again)Michael Teichgräber1-2/+7
http://codereview.appspot.com/110042
2009-08-21venti/copy: synchronize with Plan 9; indent in verbose modeVenkatesh Srinivas1-9/+112
http://codereview.appspot.com/110062
2009-08-20page: remove temporary file at program exit; fixes reading from stdinJ.R. Mauro3-5/+16
http://codereview.appspot.com/105097
2009-08-15page: add missing delayfreeimage callsFazlul Shahriar1-2/+14
fixes #19 http://code.swtch.com/plan9port/issue/19 http://codereview.appspot.com/108041
2009-08-14move files that codebot put in the wrong placeRuss Cox2-0/+154
2009-08-11awk: sync with Plan 9Michael Teichgräber1-12/+33
http://codereview.appspot.com/104087
2009-08-119term: allow scroll wheel in main windowTony Lainson1-1/+1
http://codereview.appspot.com/105082
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-29smugfs: delete debugging printsRuss Cox1-5/+0
http://codereview.appspot.com/98066
2009-07-26acme: angle bracket tag matching, for XML, HTML etcRuss Cox2-0/+111
http://codereview.appspot.com/98042
2009-07-26vacfs: no post9pservice with -iRuss Cox1-1/+1
http://codereview.appspot.com/96159
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-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 Cox1-0/+3
2009-07-08fontsrv: add half-documented -s optionRuss Cox1-4/+8
2009-07-08mergeRuss Cox6-0/+946
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-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 Cox12-31/+98
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 Cox3-32/+116
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
2008-12-23venti: disk i/o fixes and tweaksRuss Cox1-8/+17