<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9port/src/libmach, 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>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>all: clean up misleading indentation warnings</title>
<updated>2025-07-25T15:20:03+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2025-07-25T15:20:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=655f7c3184fe2f1eb039211e689c2fe037fa8320'/>
<id>655f7c3184fe2f1eb039211e689c2fe037fa8320</id>
<content type='text'>
Misleading indentation warnings are actually useful, as they
will occasionally reveal actual bugs (cf the apple `goto fail`
security bug from a few years ago).  Newer versions of clang
(at least) are more aggressive about warnings in this regard,
which has exposed a few warnings that are annoying.  However,
they are easy to address.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Misleading indentation warnings are actually useful, as they
will occasionally reveal actual bugs (cf the apple `goto fail`
security bug from a few years ago).  Newer versions of clang
(at least) are more aggressive about warnings in this regard,
which has exposed a few warnings that are annoying.  However,
they are easy to address.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: fix #includes for AIX, add a few AIX "implementation" files</title>
<updated>2020-05-08T00:36:03+00:00</updated>
<author>
<name>Ben Huntsman</name>
<email>BHuntsman@mail2.cu-portland.edu</email>
</author>
<published>2020-05-05T02:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=5802b09e9d8ceadd2cefdccfd0391c04e492369b'/>
<id>5802b09e9d8ceadd2cefdccfd0391c04e492369b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>libmach: Fix type errors in FreeBSD.c</title>
<updated>2020-01-15T16:51:14+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-15T16:51:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=d46053106d746260ce0ab39458332bc31ce6948b'/>
<id>d46053106d746260ce0ab39458332bc31ce6948b</id>
<content type='text'>
The ptrace handlers wanted to take u64int arguments,
not ulong.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The ptrace handlers wanted to take u64int arguments,
not ulong.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Trivial changes: whitespace and modes.</title>
<updated>2020-01-10T14:54:30+00:00</updated>
<author>
<name>Dan Cross</name>
<email>cross@gajendra.net</email>
</author>
<published>2020-01-10T14:44:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=fa325e9b42b0bdfb48857d1958d9fb7ceac55151'/>
<id>fa325e9b42b0bdfb48857d1958d9fb7ceac55151</id>
<content type='text'>
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remote whitespace at the ends of lines.
Remove blank lines from the ends of files.
Change modes on source files so that they
are not executable.

Signed-off-by: Dan Cross &lt;cross@gajendra.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>libmach: plug another memory leak</title>
<updated>2020-01-07T20:27:58+00:00</updated>
<author>
<name>Neven Sajko</name>
<email>nsajko@gmail.com</email>
</author>
<published>2019-08-11T02:11:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=2897735523dd05a4ef21d25d3d99fa7fa0b24b44'/>
<id>2897735523dd05a4ef21d25d3d99fa7fa0b24b44</id>
<content type='text'>
Change-Id: Ia5c888db1f0ded2aa92238d994239e46bf52667a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: Ia5c888db1f0ded2aa92238d994239e46bf52667a
</pre>
</div>
</content>
</entry>
<entry>
<title>libmach: plug memory leak</title>
<updated>2020-01-07T20:27:58+00:00</updated>
<author>
<name>Neven Sajko</name>
<email>nsajko@gmail.com</email>
</author>
<published>2019-08-11T00:54:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=2c97de1a26686adf2a6377bc4ef18d1aec6a1f3a'/>
<id>2c97de1a26686adf2a6377bc4ef18d1aec6a1f3a</id>
<content type='text'>
Change-Id: I08cb7227c071c7fc2e30f43e07bcf599fc1d174a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I08cb7227c071c7fc2e30f43e07bcf599fc1d174a
</pre>
</div>
</content>
</entry>
<entry>
<title>libmach: initialize ss variable in stabsline2pc function</title>
<updated>2017-09-01T20:37:05+00:00</updated>
<author>
<name>David du Colombier</name>
<email>0intro@gmail.com</email>
</author>
<published>2017-09-01T20:37:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=cf303e5baa13e9c35acb8531260a67d11e5051ab'/>
<id>cf303e5baa13e9c35acb8531260a67d11e5051ab</id>
<content type='text'>
Fixes #58.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #58.
</pre>
</div>
</content>
</entry>
<entry>
<title>all: fix or silence all INSTALL warnings on macOS</title>
<updated>2017-01-06T21:37:31+00:00</updated>
<author>
<name>Russ Cox</name>
<email>rsc@swtch.com</email>
</author>
<published>2017-01-06T21:32:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=310ae03327a815e721166b64aa3af27b1cc8c2ff'/>
<id>310ae03327a815e721166b64aa3af27b1cc8c2ff</id>
<content type='text'>
Should be a clean build now.

Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067
Reviewed-on: https://plan9port-review.googlesource.com/2781
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should be a clean build now.

Change-Id: Id3460371cb5e8d4071f8faa9c2aec870d213a067
Reviewed-on: https://plan9port-review.googlesource.com/2781
Reviewed-by: Russ Cox &lt;rsc@swtch.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>all: DragonFly port.</title>
<updated>2014-02-28T04:17:47+00:00</updated>
<author>
<name>Shenghou Ma</name>
<email>minux.ma@gmail.com</email>
</author>
<published>2014-02-28T04:17:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.rctt.net/plan9port/commit/?id=20035ed43cfd67cddd01969e155794e1e057d9e6'/>
<id>20035ed43cfd67cddd01969e155794e1e057d9e6</id>
<content type='text'>
Fix compilation problems, libdraw still doesn't work right yet.

LGTM=rsc
R=rsc
https://codereview.appspot.com/67820046
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix compilation problems, libdraw still doesn't work right yet.

LGTM=rsc
R=rsc
https://codereview.appspot.com/67820046
</pre>
</div>
</content>
</entry>
</feed>
