<feed xmlns='http://www.w3.org/2005/Atom'>
<title>plan9front.git/amd64/include, branch etheriwl</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=etheriwl</id>
<link rel='self' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/atom?h=etheriwl'/>
<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: 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: floating point improvements (thanks spew)</title>
<updated>2018-05-24T12:40:44+00:00</updated>
<author>
<name>aiju</name>
<email>devnull@localhost</email>
</author>
<published>2018-05-24T12:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=be3809866ce89d2dcac0b02f2ec7b49b5393cb56'/>
<id>urn:sha1:be3809866ce89d2dcac0b02f2ec7b49b5393cb56</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add signed fixed size integer typedefs</title>
<updated>2018-05-12T17:19:52+00:00</updated>
<author>
<name>qwx</name>
<email>devnull@localhost</email>
</author>
<published>2018-05-12T17:19:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=70c7a9eb07516843da083b6231d55a07d28b9350'/>
<id>urn:sha1:70c7a9eb07516843da083b6231d55a07d28b9350</id>
<content type='text'>
</content>
</entry>
<entry>
<title>introduce signed intptr and %z format modifier for formating uintptr and intptr</title>
<updated>2016-01-07T03:39:09+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@felloff.net</email>
</author>
<published>2016-01-07T03:39:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=3e38194d72b2b017b85bf85f11ef4e580d44be4f'/>
<id>urn:sha1:3e38194d72b2b017b85bf85f11ef4e580d44be4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ape: add stdint.h, fix SSIZE_MAX and add SIZE_MAX to limits.h</title>
<updated>2015-07-13T00:36:48+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@felloff.net</email>
</author>
<published>2015-07-13T00:36:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=737c3edeba2c7615e08d9263e9eb010bbfd1e42b'/>
<id>urn:sha1:737c3edeba2c7615e08d9263e9eb010bbfd1e42b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc and ape support for amd64</title>
<updated>2014-02-01T09:31:41+00:00</updated>
<author>
<name>cinap_lenrek</name>
<email>cinap_lenrek@felloff.net</email>
</author>
<published>2014-02-01T09:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vlhl.dev/lizzy/sys/plan9front.git/commit/?id=ed9e9f98e9cc502c72b27c68612e9e187ec11e10'/>
<id>urn:sha1:ed9e9f98e9cc502c72b27c68612e9e187ec11e10</id>
<content type='text'>
</content>
</entry>
</feed>
