<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/unix/stack_overflow.rs, branch stable</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=stable</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=stable'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2020-07-28T00:51:13+00:00</updated>
<entry>
<title>mv std libs to library/</title>
<updated>2020-07-28T00:51:13+00:00</updated>
<author>
<name>mark</name>
<email>markm@cs.wisc.edu</email>
</author>
<published>2020-06-12T02:31:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2c31b45ae878b821975c4ebd94cc1e49f6073fd0'/>
<id>urn:sha1:2c31b45ae878b821975c4ebd94cc1e49f6073fd0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libstd: remove some mutable statics in sys::unix</title>
<updated>2020-07-07T00:13:54+00:00</updated>
<author>
<name>Andy Russell</name>
<email>arussell123@gmail.com</email>
</author>
<published>2020-07-03T18:13:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=792f2dedd7d910d35f91f32aa222b05d91cb0c65'/>
<id>urn:sha1:792f2dedd7d910d35f91f32aa222b05d91cb0c65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add illumos triple</title>
<updated>2020-04-14T20:36:07+00:00</updated>
<author>
<name>Patrick Mooney</name>
<email>pmooney@oxide.computer</email>
</author>
<published>2020-04-13T23:37:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b77aefb76ebb9e73cf5a26885c131674495f434d'/>
<id>urn:sha1:b77aefb76ebb9e73cf5a26885c131674495f434d</id>
<content type='text'>
Co-Authored-By: Jason King &lt;jason.brian.king@gmail.com&gt;
Co-Authored-By: Joshua M. Clulow &lt;jmc@oxide.computer&gt;
</content>
</entry>
<entry>
<title>fix formatting</title>
<updated>2020-03-13T05:21:36+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-03-13T05:21:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=28eeea630faf1e7514da96c5eedd67e330fe8571'/>
<id>urn:sha1:28eeea630faf1e7514da96c5eedd67e330fe8571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>return a pointer to the end of the valid part of the sigstack, no further</title>
<updated>2020-03-13T04:17:10+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-03-13T04:17:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0ca2ed364662351da9e8a1f4ba54e027e1f420df'/>
<id>urn:sha1:0ca2ed364662351da9e8a1f4ba54e027e1f420df</id>
<content type='text'>
also unmap the whole thing when cleaning up, rather than leaving a spare
page floating around.
</content>
</entry>
<entry>
<title>unix: Set a guard page at the end of signal stacks</title>
<updated>2020-03-13T03:32:02+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-03-13T02:53:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=041d97f4fdd625ca193e29f389f754904441aa04'/>
<id>urn:sha1:041d97f4fdd625ca193e29f389f754904441aa04</id>
<content type='text'>
This mitigates possible issues when signal stacks overflow, which could
manifest as segfaults or in unlucky circumstances possible clobbering of
other memory values as stack overflows tend to enable.
</content>
</entry>
<entry>
<title>unix: Don't override existing SIGSEGV/BUS handlers</title>
<updated>2020-03-09T01:44:12+00:00</updated>
<author>
<name>Josh Stone</name>
<email>jistone@redhat.com</email>
</author>
<published>2020-03-03T23:04:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=676b9bc477dfe58971b7df9df4e3a053bb187dee'/>
<id>urn:sha1:676b9bc477dfe58971b7df9df4e3a053bb187dee</id>
<content type='text'>
Although `stack_overflow::init` runs very early in the process, even
before `main`, there may already be signal handlers installed for things
like the address sanitizer. In that case, just leave it alone, and don't
bother trying to allocate our own signal stacks either.
</content>
</entry>
<entry>
<title>Format libstd/sys with rustfmt</title>
<updated>2019-11-30T02:37:58+00:00</updated>
<author>
<name>David Tolnay</name>
<email>dtolnay@gmail.com</email>
</author>
<published>2019-11-27T18:28:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=c34fbfaad38cf5829ef5cfe780dc9d58480adeaa'/>
<id>urn:sha1:c34fbfaad38cf5829ef5cfe780dc9d58480adeaa</id>
<content type='text'>
This commit applies rustfmt with rust-lang/rust's default settings to
files in src/libstd/sys *that are not involved in any currently open PR*
to minimize merge conflicts. THe list of files involved in open PRs was
determined by querying GitHub's GraphQL API with this script:
https://gist.github.com/dtolnay/aa9c34993dc051a4f344d1b10e4487e8

With the list of files from the script in outstanding_files, the
relevant commands were:

    $ find src/libstd/sys -name '*.rs' \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ rg libstd/sys outstanding_files | xargs git checkout --

Repeating this process several months apart should get us coverage of
most of the rest of the files.

To confirm no funny business:

    $ git checkout $THIS_COMMIT^
    $ git show --pretty= --name-only $THIS_COMMIT \
        | xargs rustfmt --edition=2018 --unstable-features --skip-children
    $ git diff $THIS_COMMIT  # there should be no difference
</content>
</entry>
<entry>
<title>Remove bitrig support from rust</title>
<updated>2019-05-13T09:09:06+00:00</updated>
<author>
<name>Marcel Hellwig</name>
<email>git@cookiesoft.de</email>
</author>
<published>2019-05-13T07:13:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0'/>
<id>urn:sha1:cc314b066a2f1d688ec2f5dec1fa5cb01ca1ebb0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1]</title>
<updated>2019-03-21T15:53:31+00:00</updated>
<author>
<name>MikaelUrankar</name>
<email>mikael.urankar@gmail.com</email>
</author>
<published>2019-01-21T17:52:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=de021e39e61cf7a3ae0f3c3c08aea5c344fc8720'/>
<id>urn:sha1:de021e39e61cf7a3ae0f3c3c08aea5c344fc8720</id>
<content type='text'>
dragonflybsd still uses c_char [2]

[1] https://svnweb.freebsd.org/base/releng/11.2/sys/sys/signal.h?revision=334459&amp;view=markup#l438
[2] https://github.com/DragonFlyBSD/DragonFlyBSD/blob/master/sys/sys/signal.h#L339
</content>
</entry>
</feed>
