<feed xmlns='http://www.w3.org/2005/Atom'>
<title>grovel/src/process/x86_64, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>http://euandre.org/git/grovel/atom?h=main</id>
<link rel='self' href='http://euandre.org/git/grovel/atom?h=main'/>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/'/>
<updated>2018-09-12T18:34:37Z</updated>
<entry>
<title>remove __vfork alias</title>
<updated>2018-09-12T18:34:37Z</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2018-09-11T19:26:51Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/commit/?id=ced75472d7e3d73d5b057e36ccbc7b7fcba95104'/>
<id>urn:sha1:ced75472d7e3d73d5b057e36ccbc7b7fcba95104</id>
<content type='text'>
this was added so that posix_spawn and possibly other functionality
could be implemented in terms of vfork, but that turned out to be
unsafe. any such usage needs __clone with proper handling of stack
lifetime.
</content>
</entry>
<entry>
<title>declare __syscall_ret as hidden in vfork asm</title>
<updated>2018-09-12T18:34:29Z</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2018-09-07T02:03:24Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/commit/?id=aee11e5acc2a8e56a9c8d841ac4470d9511b5008'/>
<id>urn:sha1:aee11e5acc2a8e56a9c8d841ac4470d9511b5008</id>
<content type='text'>
without this, it's plausible that assembler or linker could complain
about an unsatisfiable relocation.
</content>
</entry>
<entry>
<title>x86_64 vfork implementation</title>
<updated>2012-02-06T23:23:11Z</updated>
<author>
<name>Rich Felker</name>
<email>dalias@aerifal.cx</email>
</author>
<published>2012-02-06T23:23:11Z</published>
<link rel='alternate' type='text/html' href='http://euandre.org/git/grovel/commit/?id=4cf667c9c90cdcf63233467cbed42a2dab5c35a9'/>
<id>urn:sha1:4cf667c9c90cdcf63233467cbed42a2dab5c35a9</id>
<content type='text'>
untested; should work.
</content>
</entry>
</feed>
