aboutsummaryrefslogtreecommitdiff
path: root/man/man3
AgeCommit message (Collapse)AuthorFilesLines
2020-12-30libthread: make pthreadperthread the defaultRuss Cox1-20/+14
2020-12-30libthread: add threadmaybackgroundRuss Cox1-12/+22
Programs that want to background themselves now need to define threadmaybackground returning 1. This avoids a confusing (to people and debuggers) extra parent process for all the threaded programs that will never want to background themselves.
2020-08-15tmac: rename IM (italic manual) to MR (manual reference)Russ Cox127-769/+769
Suggested by G. Brandon Robinson.
2020-08-13tmac: introduce real manual reference macro instead of overloading IRRuss Cox127-820/+823
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-05-29libdraw: handle larger number of subfontsRuss Cox1-1/+1
2020-01-13mouse(3): fix definition of MousectlRuss Cox1-4/+6
2020-01-12libthread: run first thread in proc on system stackRuss Cox1-0/+8
For pthread systems that are fussy about which stack is used, this makes sure that threadmain runs on a system stack. If you only use proccreate (never threadcreate), all threads run on system stacks.
2019-04-05man/memdraw.3: fix typoNoah Evans1-1/+1
2018-11-16libdraw: redo default font construction to be hidpi-safeRuss Cox2-12/+2
If $font is not set, the default font is constructed from font data linked into every libdraw binary. That process was different from the usual openfont code, and so it was not hidpi-aware, resulting in very tiny fonts out of the box on hidpi systems, until users set $font. Fix this by using openfont to construct the default font, by recognizing the name *default* when looking for font and subfont file contents. Then all the hidpi scaling applies automatically. As a side effect, the concept of a 'default subfont' is gone, as are display->defaultsubfont, getdefont, and memgetdefont.
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 Cox6-24/+9
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-22/+9
Change-Id: Id441d4df192c47388af6b5da306f14d90f066d18 Reviewed-on: https://plan9port-review.googlesource.com/1173 Reviewed-by: Russ Cox <rsc@swtch.com>
2015-02-17libdraw: autoscale fonts when moving between low and high dpi screensRuss Cox1-0/+15
Change-Id: I6093955b222db89dfe437fb723593b173d888d01 Reviewed-on: https://plan9port-review.googlesource.com/1170 Reviewed-by: Russ Cox <rsc@swtch.com>
2012-11-25libdraw: add scalesizeRuss Cox1-0/+16
R=rsc http://codereview.appspot.com/6855092
2012-10-22libthread: add threadspawndRuss Cox1-0/+11
R=rsc http://codereview.appspot.com/6742064
2012-08-03dial(3): update dialparseDavid du Colombier1-4/+4
R=rsc http://codereview.appspot.com/6455083
2012-03-05get9root(3): fix pathsDavid Jeannot1-1/+3
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5745043
2012-01-16ioproc(3): fix prototypesDavid Jeannot1-3/+3
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5500090
2011-11-08libventi: add functions reconn and redial for use with fossilDavid du Colombier1-0/+6
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5325046
2011-11-08man: update venti-cache(3)David du Colombier1-17/+12
R=rsc CC=plan9port.codebot http://codereview.appspot.com/5329041
2011-06-03man: import changes from plan 9David du Colombier1-1/+1
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4559071
2011-06-02avl(3): import changes from plan 9David du Colombier1-0/+27
R=rsc CC=plan9port.codebot http://codereview.appspot.com/4536105
2010-03-08rune(3): sync with rune.c and Plan 9Michael Teichgräber1-1/+4
R=rsc CC=codebot http://codereview.appspot.com/254042
2009-12-27mergeRuss Cox1-3/+54
2009-08-23libavl: import from Plan 9Russ Cox1-0/+120
2009-04-30libthread: remove unimplemented chaninitRuss Cox1-7/+2
2008-12-03libdraw: add borderopJeff Sickel1-1/+4
2008-07-22man: minor manual editsgrai3-8/+8
2008-07-22libthread: document some unimplemented functionsgrai1-0/+5
2008-07-10lib9: add mode parameter to opentempRuss Cox1-3/+7
2008-07-09lock(3): fix typoWilliam Josephson1-1/+1
2008-06-14post9pservice(4): updateRuss Cox1-1/+11
2008-06-14venti-cache(3): delete vtblockdirtyRuss Cox1-4/+0
2007-05-10revert frseltickrsc1-19/+1
2007-05-10add frdrawseltickrsc1-1/+19
2007-04-06nitrsc1-1/+1
2007-04-06remove mention of threadingrsc1-4/+4
2006-07-23experiment: translation from standard notations to plan 9 in netmkaddrrsc1-0/+16
2006-07-23more functionsrsc1-2/+61
2006-07-02update runeprint descrsc1-0/+1
2006-07-02update Bprint docsrsc1-1/+1
2006-06-26pinrsc1-0/+18
2006-06-26fixrsc1-4/+4
2006-06-25plumbunmountrsc1-1/+16
2006-06-25fix TH linersc1-1/+1
2006-06-25acmersc1-0/+423
2006-06-25just what we need - more rpcsrsc5-16/+90
2006-03-19new fnsrsc1-1/+38
2006-02-28changesrsc1-0/+14
2006-02-14note ansi braindamagersc1-0/+6