aboutsummaryrefslogtreecommitdiff
path: root/man/man4
AgeCommit message (Collapse)AuthorFilesLines
2019-10-29plumber: add -f (foreground) option (#288)Jason Felice1-1/+8
In MacOS, services run by launchd must run in the foreground, since launchd manages forking and other resources.
2017-09-14all: remove .cvsignore filesKare Nuorteva1-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-16man: various cleanupRuss Cox5-5/+8
Change-Id: I9130e7d10ae42e894923097a7c97da802eb0d8c3 Reviewed-on: https://plan9port-review.googlesource.com/2962 Reviewed-by: Russ Cox <rsc@swtch.com>
2015-02-17man: document font syntaxesRuss Cox1-0/+3
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com>
2014-04-30acme: add log file in acme root directoryRuss Cox1-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-23fossil: import from plan 9David du Colombier1-0/+514
R=rsc https://codereview.appspot.com/7988047
2012-09-24src/cmd: Add a repurposed import(4), called `9import', to the ports.Akshat Kumar1-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-05srv(4), mount: update v9fs usageDavid du Colombier1-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-13vacfs: document replacement of -c flag by -MDavid du Colombier1-7/+7
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4595049
2011-04-279term, acme: autoscrollRuss Cox1-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-27mergeRuss Cox1-0/+12
2009-07-08fontsrv: add half-documented -s optionRuss Cox1-0/+4
2009-07-08fontsrv(4): another typoRuss Cox1-2/+2
2009-07-08fontsrv(4): add missing prompt in sam exampleRuss Cox1-1/+1
2009-07-08mergeRuss Cox1-0/+126
2008-12-06import: add -x flagRuss Cox1-1/+7
2008-08-03smugfs(4): new programRuss Cox1-0/+278
2008-06-14tapefs(4): add man pageRuss Cox1-0/+109
2008-06-119pserve: add -c optionRuss Cox1-0/+9
2008-04-17vacfs: implement -m flagRuss Cox1-8/+7
2007-10-12srv: add -n flag to reject auth by clientsRuss Cox1-1/+9
2007-10-129pserve: add -n flag to reject auth by clientsRuss Cox1-1/+6
2007-06-21add -a anamersc1-9/+9
2007-05-15document tab width fieldrsc1-2/+3
2007-01-18Mac FUSE support (thanks to Jeff Sickel)rsc1-0/+3
2006-07-239pfusersc1-0/+62
2006-07-23ref 9pfusersc1-1/+2
2006-06-30typo (Serge Gagnon)rsc1-1/+1
2006-04-04add v9fs examplersc1-0/+21
2005-03-21add srv -a optionrsc2-1/+61
2005-03-18updatersc1-0/+2
2005-03-18newrsc1-0/+50
2005-02-13manrsc1-5/+7
2005-02-13more on protosrsc1-91/+406
2005-02-11updatersc2-1/+2
2005-02-11new man pagesrsc1-0/+705
2005-01-30add errors filersc1-0/+18
2005-01-16minor modsrsc1-8/+6
2005-01-16vacfsrsc2-0/+89
2005-01-16typorsc1-0/+1
2005-01-14ignore generated htmlrsc1-0/+1
2005-01-14cut out the html - they're going to cause diffing problems.rsc7-798/+0
2005-01-14checkpointrsc7-0/+798
2005-01-13Many small edits.rsc4-11/+114
2005-01-11use macro for /usr/local/plan9rsc4-5/+5
2005-01-03Some man pages.rsc6-0/+711