<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9front.git/arm64/include, branch rio</title>
<subtitle>my patches for 9front; forked from http://git.9front.org/plan9front/plan9front/HEAD/info.html
</subtitle>
<id>https://git.vlhl.dev/lizzy/sys/plan9front.git/atom?h=rio</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/atom?h=rio'/>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/'/>
<updated>2021-07-25T15:54:22+00:00</updated>
<entry>
<title>libc: change usize to 64-bit for amd64 and arm64, make memory(2) functions use usize</title>
<updated>2021-07-25T15:54:22+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@felloff.net</email>
</author>
<published>2021-07-25T15:54:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=e4b5f170cffd0d5e788d9090f8f2a9802fe267e9'/>
<id>urn:sha1:e4b5f170cffd0d5e788d9090f8f2a9802fe267e9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ape: sync flaot.h macros with u.h</title>
<updated>2021-02-08T23:45:11+00:00</updated>
<author>
<name>Ori Bernstein</name>
<email>ori@eigenstate.org</email>
</author>
<published>2021-02-08T23:45:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=566c3ca2de98761f9039e49ca5f68ee1a9ad73c4'/>
<id>urn:sha1:566c3ca2de98761f9039e49ca5f68ee1a9ad73c4</id>
<content type='text'>
The float.h macros got out of sync with u.h,
some of them missing and some of them being
incorrect. This change brings them back in
line.
</content>
</entry>
<entry>
<title>ape: unify math.h copies</title>
<updated>2021-01-02T05:40:00+00:00</updated>
<author>
<name>Ori Bernstein</name>
<email>ori@eigenstate.org</email>
</author>
<published>2021-01-02T05:40:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=92d3abd8184097dee3b6d24fed05d66e9e99d597'/>
<id>urn:sha1:92d3abd8184097dee3b6d24fed05d66e9e99d597</id>
<content type='text'>
/$objtype/include/ape/math.h contained an almost
identical copy of math.h for each architecture.

The only difference between them architectures
was that some had an incorrect version of isinf
defined.

This change picks one of the versions of math.h
with a correct definition, moves it to /sys/include,
and removes the redundant versions.
</content>
</entry>
<entry>
<title>turn ptrdiff_t into a 64 bit type</title>
<updated>2020-03-24T21:45:15+00:00</updated>
<author>
<name>Ori Bernstein</name>
<email>ori@eigenstate.org</email>
</author>
<published>2020-03-24T21:45:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=2f67e21393c25943f25e116fa6912b7d92dbca4e'/>
<id>urn:sha1:2f67e21393c25943f25e116fa6912b7d92dbca4e</id>
<content type='text'>
while technically a 32 bit ptrdiff_t is in spec on
systems with 64 bit ponters as long as we guarantee
that individual objects are small enough, this can
confuse legitimate code, so lets fix this.
</content>
</entry>
<entry>
<title>add va_copy macro, conforming to c99 7.15.1.2</title>
<updated>2020-03-23T00:31:39+00:00</updated>
<author>
<name>Ori Bernstein</name>
<email>ori@eigenstate.org</email>
</author>
<published>2020-03-23T00:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=a654b94db8a3574b7a774edfd77b8612c0b642cd'/>
<id>urn:sha1:a654b94db8a3574b7a774edfd77b8612c0b642cd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include integer limits from generic stdint.h in system-specific stdint.h</title>
<updated>2019-09-07T01:01:52+00:00</updated>
<author>
<name>Ori Bernstein</name>
<email>ori@eigenstate.org</email>
</author>
<published>2019-09-07T01:01:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=ff9ce8210aeaf968e08e16ab62c388b9cf555a06'/>
<id>urn:sha1:ff9ce8210aeaf968e08e16ab62c388b9cf555a06</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ape: initial support for arm64</title>
<updated>2019-05-03T19:06:46+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@felloff.net</email>
</author>
<published>2019-05-03T19:06:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=2994fccbe1b881c3fa2838926d22af8aeda89640'/>
<id>urn:sha1:2994fccbe1b881c3fa2838926d22af8aeda89640</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc: initial arm64 support</title>
<updated>2019-05-03T18:57:30+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@felloff.net</email>
</author>
<published>2019-05-03T18:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=9920ecc04b87cab3968f7f0c286b264bd31e132f'/>
<id>urn:sha1:9920ecc04b87cab3968f7f0c286b264bd31e132f</id>
<content type='text'>
</content>
</entry>
</feed>
