Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-08-15 | tmac: rename IM (italic manual) to MR (manual reference) | Russ Cox | 14 | -91/+91 | |
Suggested by G. Brandon Robinson. | |||||
2020-08-13 | tmac: introduce real manual reference macro instead of overloading IR | Russ Cox | 14 | -117/+119 | |
The overloading of IR emits magic \X'...' sequences that turn into HTML manual links. But not all such IR invocations should be manual links; those had to be written to avoid the IR macro before. Worse, the \X'...' ending the IR causes troff to emit only a single space after a period. Defining a new IM macro for manual references fixes both problems. Fixes #441. | |||||
2020-07-22 | fontsrv(4): update man page for size of fontsrv subfonts | Russ Cox | 1 | -8/+8 | |
Fixes #432. | |||||
2020-07-18 | acme: add font control message | Russ Cox | 1 | -1/+6 | |
2019-10-29 | plumber: add -f (foreground) option (#288) | Jason Felice | 1 | -1/+8 | |
In MacOS, services run by launchd must run in the foreground, since launchd manages forking and other resources. | |||||
2017-09-14 | all: remove .cvsignore files | Kare Nuorteva | 1 | -1/+0 | |
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0 | |||||
2017-07-16 | man: various cleanup | Russ Cox | 5 | -5/+8 | |
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3 Reviewed-on: https://plan9port-review.googlesource.com/2962 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2015-02-17 | man: document font syntaxes | Russ Cox | 1 | -0/+3 | |
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com> | |||||
2014-04-30 | acme: add log file in acme root directory | Russ Cox | 1 | -2/+26 | |
Reading /mnt/acme/log reports a log of window create, put, and delete events, as they happen. It blocks until the next event is available. Example log output: 8 new /Users/rsc/foo.go 8 put /Users/rsc/foo.go 8 del /Users/rsc/foo.go This lets acme-aware programs react to file writes, for example compiling code, running a test, or updating an import block. TBR=r R=r https://codereview.appspot.com/89560044 | |||||
2013-09-23 | fossil: import from plan 9 | David du Colombier | 1 | -0/+514 | |
R=rsc https://codereview.appspot.com/7988047 | |||||
2012-09-24 | src/cmd: Add a repurposed import(4), called `9import', to the ports. | Akshat Kumar | 1 | -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 | |||||
2012-08-05 | srv(4), mount: update v9fs usage | David du Colombier | 1 | -1/+1 | |
The v9fs usage is documented on https://www.kernel.org/doc/Documentation/filesystems/9p.txt R=rsc http://codereview.appspot.com/6445072 | |||||
2011-06-13 | vacfs: document replacement of -c flag by -M | David du Colombier | 1 | -7/+7 | |
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049 | |||||
2011-04-27 | 9term, acme: autoscroll | Russ Cox | 1 | -11/+0 | |
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 | |||||
2009-12-27 | merge | Russ Cox | 1 | -0/+12 | |
2009-07-08 | fontsrv: add half-documented -s option | Russ Cox | 1 | -0/+4 | |
2009-07-08 | fontsrv(4): another typo | Russ Cox | 1 | -2/+2 | |
2009-07-08 | fontsrv(4): add missing prompt in sam example | Russ Cox | 1 | -1/+1 | |
2009-07-08 | merge | Russ Cox | 1 | -0/+126 | |
2008-12-06 | import: add -x flag | Russ Cox | 1 | -1/+7 | |
2008-08-03 | smugfs(4): new program | Russ Cox | 1 | -0/+278 | |
2008-06-14 | tapefs(4): add man page | Russ Cox | 1 | -0/+109 | |
2008-06-11 | 9pserve: add -c option | Russ Cox | 1 | -0/+9 | |
2008-04-17 | vacfs: implement -m flag | Russ Cox | 1 | -8/+7 | |
2007-10-12 | srv: add -n flag to reject auth by clients | Russ Cox | 1 | -1/+9 | |
2007-10-12 | 9pserve: add -n flag to reject auth by clients | Russ Cox | 1 | -1/+6 | |
2007-06-21 | add -a aname | rsc | 1 | -9/+9 | |
2007-05-15 | document tab width field | rsc | 1 | -2/+3 | |
2007-01-18 | Mac FUSE support (thanks to Jeff Sickel) | rsc | 1 | -0/+3 | |
2006-07-23 | 9pfuse | rsc | 1 | -0/+62 | |
2006-07-23 | ref 9pfuse | rsc | 1 | -1/+2 | |
2006-06-30 | typo (Serge Gagnon) | rsc | 1 | -1/+1 | |
2006-04-04 | add v9fs example | rsc | 1 | -0/+21 | |
2005-03-21 | add srv -a option | rsc | 2 | -1/+61 | |
2005-03-18 | update | rsc | 1 | -0/+2 | |
2005-03-18 | new | rsc | 1 | -0/+50 | |
2005-02-13 | man | rsc | 1 | -5/+7 | |
2005-02-13 | more on protos | rsc | 1 | -91/+406 | |
2005-02-11 | update | rsc | 2 | -1/+2 | |
2005-02-11 | new man pages | rsc | 1 | -0/+705 | |
2005-01-30 | add errors file | rsc | 1 | -0/+18 | |
2005-01-16 | minor mods | rsc | 1 | -8/+6 | |
2005-01-16 | vacfs | rsc | 2 | -0/+89 | |
2005-01-16 | typo | rsc | 1 | -0/+1 | |
2005-01-14 | ignore generated html | rsc | 1 | -0/+1 | |
2005-01-14 | cut out the html - they're going to cause diffing problems. | rsc | 7 | -798/+0 | |
2005-01-14 | checkpoint | rsc | 7 | -0/+798 | |
2005-01-13 | Many small edits. | rsc | 4 | -11/+114 | |
2005-01-11 | use macro for /usr/local/plan9 | rsc | 4 | -5/+5 | |
2005-01-03 | Some man pages. | rsc | 6 | -0/+711 | |