<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/include, branch patch</title>
<subtitle>Plan 9 from User Space (with patches)</subtitle>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/'/>
<entry>
<title>Custom shortcuts and other minor changes</title>
<updated>2026-02-24T21:55:48+00:00</updated>
<author>
<name>bt</name>
<email>bt@rctt.net</email>
</author>
<published>2026-02-20T15:04:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=e14493abb20ab0c808f109bb56aaf141ad08d178'/>
<id>e14493abb20ab0c808f109bb56aaf141ad08d178</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>DragonFly: fix build</title>
<updated>2025-07-25T19:02:59+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2025-07-25T19:02:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=9d2e0d31f76dfa2922236675981746090bbf3c1a'/>
<id>9d2e0d31f76dfa2922236675981746090bbf3c1a</id>
<content type='text'>
Fix the build for DragonFlyBSD.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix the build for DragonFlyBSD.
</pre>
</div>
</content>
</entry>
<entry>
<title>u.h: define __USE_POSIX to make glibc happy</title>
<updated>2025-07-22T10:12:39+00:00</updated>
<author>
<name>erentar</name>
<email>erentar2002@gmail.com</email>
</author>
<published>2025-05-30T01:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=f97483e51999430b488f120ab78b53bf326cd1dd'/>
<id>f97483e51999430b488f120ab78b53bf326cd1dd</id>
<content type='text'>
glibc will only expose sigjmp_buf if __USE_POSIX is defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
glibc will only expose sigjmp_buf if __USE_POSIX is defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>libregexp: allow up to 128 character classes in one regexp</title>
<updated>2023-03-31T12:16:11+00:00</updated>
<author>
<name>Igor Burago</name>
<email>igor@igorburago.com</email>
</author>
<published>2022-10-14T12:28:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=4cd06ff66ca157d8450526963a004ebb5fd3cae0'/>
<id>4cd06ff66ca157d8450526963a004ebb5fd3cae0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added a paren to fix a warning in u.h</title>
<updated>2022-07-26T22:27:34+00:00</updated>
<author>
<name>camsn0w</name>
<email>camhconnell@gmail.com</email>
</author>
<published>2021-09-07T10:43:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=005ee081d50b14a9a12a5b93f4a8760d7700e032'/>
<id>005ee081d50b14a9a12a5b93f4a8760d7700e032</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>lib9p: Remove postmountsrv (#505)</title>
<updated>2021-08-31T01:03:41+00:00</updated>
<author>
<name>Ben Huntsman</name>
<email>bhuntsman@mail2.cu-portland.edu</email>
</author>
<published>2021-08-08T18:03:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=385a6d5877258cee0cac6151e6359c9206006b01'/>
<id>385a6d5877258cee0cac6151e6359c9206006b01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libthread: simplify</title>
<updated>2020-12-30T12:53:28+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-12-30T12:18:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=18571208068d5fe2f0bf7b4e980525a7f577c503'/>
<id>18571208068d5fe2f0bf7b4e980525a7f577c503</id>
<content type='text'>
Now that everything uses pthreads and pthreadperthread,
can delete various conditionals, all the custom context code,
and so on. Also update documents.

Fixes #355.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Now that everything uses pthreads and pthreadperthread,
can delete various conditionals, all the custom context code,
and so on. Also update documents.

Fixes #355.
</pre>
</div>
</content>
</entry>
<entry>
<title>libthread: add threadmaybackground</title>
<updated>2020-12-30T05:12:14+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-12-30T05:10:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=b3a20a96eb2b91a5b0b8a8fb506e20a2fb50ebe8'/>
<id>b3a20a96eb2b91a5b0b8a8fb506e20a2fb50ebe8</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>draw: use int for Cacheinfo x field</title>
<updated>2020-07-18T23:51:24+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-07-18T23:51:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=951446a77417743b8ed900cb1b5a1ae08522840e'/>
<id>951446a77417743b8ed900cb1b5a1ae08522840e</id>
<content type='text'>
With very large fonts (72pt or so) I see bad cache glyphs,
and this fixes it. Not entirely sure exactly which code
is overflowing, but something is.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With very large fonts (72pt or so) I see bad cache glyphs,
and this fixes it. Not entirely sure exactly which code
is overflowing, but something is.
</pre>
</div>
</content>
</entry>
<entry>
<title>libdraw: handle larger number of subfonts</title>
<updated>2020-05-30T00:58:37+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2020-05-26T15:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=a6ad39aaaa36b8aadc5c35bfc803afbde32918c0'/>
<id>a6ad39aaaa36b8aadc5c35bfc803afbde32918c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
