summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* xd: accept -S for 8-byte swapRuss Cox2013-03-111-0/+3
| | | | | R=rsc https://codereview.appspot.com/7565045
* acme: set $samfile (same as $%) during executionMarius Eriksen2012-11-251-0/+2
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6854092
* libdraw: add scalesizeRuss Cox2012-11-251-0/+16
| | | | | R=rsc http://codereview.appspot.com/6855092
* libthread: add threadspawndRuss Cox2012-10-221-0/+11
| | | | | R=rsc http://codereview.appspot.com/6742064
* acme: add $acmeshell to control execution shellMarius Eriksen2012-10-211-0/+6
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/6614056
* devdraw: MacBook retina supportRob Kroeger2012-10-161-0/+7
| | | | | | | | Enable with export devdrawretina=1 (everything will be smaller). R=rsc CC=plan9port.codebot http://codereview.appspot.com/6592072
* src/cmd: Add a repurposed import(4), called `9import', to the ports.Akshat Kumar2012-09-241-0/+79
| | | | | | | | | | | | The code is adapted from Plan 9's import(4); this allows us to speak that protocol. We don't currently support AAN (in the works) or TLS/SSL. Thanks to David for help with the man page, testing, and development. R=0intro, rsc CC=plan9port.codebot http://codereview.appspot.com/6458100
* srv(4), mount: update v9fs usageDavid du Colombier2012-08-051-1/+1
| | | | | | | | The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072
* dial(3): update dialparseDavid du Colombier2012-08-031-4/+4
| | | | | R=rsc http://codereview.appspot.com/6455083
* disk/mkfs, disk/mkext: add from Plan 9Russ Cox2012-07-171-0/+187
| | | | | R=rsc, rsc http://codereview.appspot.com/6405057
* venti(8): fix discussion of variablesRuss Cox2012-07-141-4/+7
| | | | | R=rsc http://codereview.appspot.com/6397046
* venti(7): fix typoDavid du Colombier2012-03-261-1/+1
| | | | | R=rsc http://codereview.appspot.com/5847060
* get9root(3): fix pathsDavid Jeannot2012-03-051-1/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5745043
* ioproc(3): fix prototypesDavid Jeannot2012-01-161-3/+3
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500090
* libventi: add functions reconn and redial for use with fossilDavid du Colombier2011-11-081-0/+6
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046
* man: update venti-cache(3)David du Colombier2011-11-081-17/+12
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/5329041
* rc(1): remove FreeBSD versionRuss Cox2011-10-311-1/+1
|
* page(1): mention ghostscript, /dev/fdRuss Cox2011-10-311-0/+28
|
* devdraw: more fixes (thanks David Jeannot)Russ Cox2011-10-121-1/+1
|
* test: update from Plan 9David du Colombier2011-08-161-0/+7
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4847051
* dd: update from Plan 9David du Colombier2011-08-161-0/+198
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4850052
* vacfs: document replacement of -c flag by -MDavid du Colombier2011-06-131-7/+7
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
* venti-fmt(8): minor fix in synopsisDavid du Colombier2011-06-071-1/+1
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4571051
* man: import changes from plan 9David du Colombier2011-06-035-44/+49
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4559071
* avl(3): import changes from plan 9David du Colombier2011-06-021-0/+27
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4536105
* INSTALL: add -r flagPeter Saveliev2011-06-021-0/+10
| | | | | | R=rsc CC=plan9port.codebot http://codereview.appspot.com/4526096
* man: import fixes from plan 9 (0intro@gmail.com)Russ Cox2011-05-101-2/+6
| | | | | R=rsc http://codereview.appspot.com/4515060
* man: import fixes from plan 9 (0intro@gmail.com)Russ Cox2011-05-103-11/+20
| | | | | R=rsc http://codereview.appspot.com/4519049
* 9term, acme: autoscrollRuss Cox2011-04-274-25/+16
| | | | | | | | | | | | | | | | Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060
* keyboard(7): document X compose sequencesRuss Cox2011-01-021-0/+51
| | | | | | | | | Add -x flag to mklatinkbd to generate file for $HOME/.XCompose. Thanks to Anthony Martin, Tony Lainson, and Kris Maglione for legwork. R=rsc http://codereview.appspot.com/3811043
* keyboard(7): document update procedure (suggested by Rodney Polkinghorne)Russ Cox2011-01-021-2/+5
| | | | | R=rsc http://codereview.appspot.com/3770044
* 9term: add -c to force cooked modeDavid Swasey2010-05-191-2/+7
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/1044043
* install(1): cvs -> hgEoghan Sherry2010-03-192-4/+4
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/637041
* rune(3): sync with rune.c and Plan 9Michael Teichgräber2010-03-081-1/+4
| | | | | | R=rsc CC=codebot http://codereview.appspot.com/254042
* mergeRuss Cox2009-12-277-273/+88
|
* ssam(1): new commandJason Catena2009-09-151-0/+72
| | | | http://codereview.appspot.com/95076
* rc: implement and document <>{cmd} notationMichael Teichgräber2009-09-131-0/+14
| | | | http://codereview.appspot.com/105061
* libavl: import from Plan 9Russ Cox2009-08-231-0/+120
|
* venti/copy: synchronize with Plan 9; indent in verbose modeVenkatesh Srinivas2009-08-211-5/+34
| | | | http://codereview.appspot.com/110062
* page: import page(1) from Plan 9Tony Lainson2009-08-211-45/+243
| | | | http://codereview.appspot.com/109059
* awk: add awk(1)Michael Teichgräber2009-08-181-0/+560
| | | | http://codereview.appspot.com/104086
* move files that codebot put in the wrong placeRuss Cox2009-08-141-0/+77
|
* stats: make more stats work in LinuxFazlul Shahriar2009-08-081-0/+5
| | | | http://codereview.appspot.com/96084
* add codereview(1)Russ Cox2009-08-081-0/+71
|
* docs: document bitbucket servers, codereview(1)Russ Cox2009-07-291-4/+5
| | | | http://codereview.appspot.com/98068
* fontsrv: add half-documented -s optionRuss Cox2009-07-081-0/+4
|
* fontsrv(4): another typoRuss Cox2009-07-081-2/+2
|
* fontsrv(4): add missing prompt in sam exampleRuss Cox2009-07-081-1/+1
|
* mergeRuss Cox2009-07-082-1/+127
|
* libventi: protocol support for blocks larger than 64kRuss Cox2009-05-251-0/+15
|