<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/libstd/sys/unix/os.rs, branch 1.26.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.26.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.26.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2018-03-02T20:54:03+00:00</updated>
<entry>
<title>Move glibc version lookup handling to sys::os and add a simpler glibc_version()</title>
<updated>2018-03-02T20:54:03+00:00</updated>
<author>
<name>Bryan Drewery</name>
<email>bryan@shatow.net</email>
</author>
<published>2018-03-02T20:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=5ba6b3a728fb50cd65237b8eeac2f2df05c3c77f'/>
<id>urn:sha1:5ba6b3a728fb50cd65237b8eeac2f2df05c3c77f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix some errors in libstd</title>
<updated>2017-12-22T17:40:39+00:00</updated>
<author>
<name>Michael Hewson</name>
<email>michael@michaelhewson.ca</email>
</author>
<published>2017-12-22T17:40:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=e94b29065fab8da9530029f810306da1797810a1'/>
<id>urn:sha1:e94b29065fab8da9530029f810306da1797810a1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>NetBSD: add sysctl backend for std::env::current_exe</title>
<updated>2017-11-30T18:17:44+00:00</updated>
<author>
<name>Jonathan A. Kollasch</name>
<email>jakllsch@kollasch.net</email>
</author>
<published>2017-11-29T17:31:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ccef9696f13b39b619f7b12d770a2908cc2ecdd3'/>
<id>urn:sha1:ccef9696f13b39b619f7b12d770a2908cc2ecdd3</id>
<content type='text'>
Use the CTL_KERN.KERN_PROC_ARGS.-1.KERN_PROC_PATHNAME sysctl in
preference over the /proc/curproc/exe symlink.

Additionally, perform more validation of aformentioned symlink.
Particularly on pre-8.x NetBSD this symlink will point to '/' when
accurate information is unavailable.
</content>
</entry>
<entry>
<title>Add process::parent_id</title>
<updated>2017-11-19T20:36:55+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2017-11-19T05:09:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1e42d5f2e1ab05f0f5d07f7c09644574c13e9a12'/>
<id>urn:sha1:1e42d5f2e1ab05f0f5d07f7c09644574c13e9a12</id>
<content type='text'>
I have this as a Unix-only API since it seems like Windows doesn't have
a similar API.
</content>
</entry>
<entry>
<title>Rollup merge of #45059 - tmccombs:pid, r=alexcrichton</title>
<updated>2017-10-25T19:02:48+00:00</updated>
<author>
<name>kennytm</name>
<email>kennytm@gmail.com</email>
</author>
<published>2017-10-25T19:02:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bea6136b4a11d442d66256b6a27804348765fb22'/>
<id>urn:sha1:bea6136b4a11d442d66256b6a27804348765fb22</id>
<content type='text'>
Add current_pid function

Fixes #44971
</content>
</entry>
<entry>
<title>Add current_pid function</title>
<updated>2017-10-06T07:15:49+00:00</updated>
<author>
<name>Thayne McCombs</name>
<email>astrothayne@gmail.com</email>
</author>
<published>2017-10-06T05:49:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=6ff6b935608f7c5b6b53517f3fc5bafec911a79d'/>
<id>urn:sha1:6ff6b935608f7c5b6b53517f3fc5bafec911a79d</id>
<content type='text'>
Fixes #44971
</content>
</entry>
<entry>
<title>Remove nacl from libstd</title>
<updated>2017-10-05T03:01:41+00:00</updated>
<author>
<name>est31</name>
<email>MTest31@outlook.com</email>
</author>
<published>2017-10-05T03:01:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aad1c998c7a08dd06719845dd5b3b962dfcb0be7'/>
<id>urn:sha1:aad1c998c7a08dd06719845dd5b3b962dfcb0be7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add modifications needed for L4re in libstd</title>
<updated>2017-09-08T12:36:56+00:00</updated>
<author>
<name>Tobias Schaffner</name>
<email>tschaff@genua.de</email>
</author>
<published>2017-08-18T09:50:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9bbc6dbde3e3807362680a355098102bb38a67fe'/>
<id>urn:sha1:9bbc6dbde3e3807362680a355098102bb38a67fe</id>
<content type='text'>
This commit adds the needed modifications to compile the std crate
for the L4 Runtime environment (L4Re).

A target for the L4Re was introduced in commit:
c151220a84e40b65e45308cc0f3bbea4466d3acf

In many aspects implementations for linux also apply for the L4Re
microkernel.

Two uncommon characteristics had to be resolved:
* L4Re has no network funktionality
* L4Re has a maximum stacksize of 1Mb for threads

Co-authored-by: Sebastian Humenda &lt;sebastian.humenda@tu-dresden.de&gt;
</content>
</entry>
<entry>
<title>Improve the error management when /proc is not mounted</title>
<updated>2017-05-17T13:14:30+00:00</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2017-05-17T13:14:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1b6a182cf1e400b63ae8692e3183beabe541ea6c'/>
<id>urn:sha1:1b6a182cf1e400b63ae8692e3183beabe541ea6c</id>
<content type='text'>
This PR does two things:
* Triggers an error on GNU/Linux &amp; Android when /proc/self/exe doesn't exist
* Handle the error properly
</content>
</entry>
<entry>
<title>Merge branch 'master' of https://github.com/rust-lang/rust into readdir</title>
<updated>2017-02-22T17:30:46+00:00</updated>
<author>
<name>Raph Levien</name>
<email>raph@google.com</email>
</author>
<published>2017-02-22T17:30:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3ee2490c2cba3f58476e520468afe0b828c0aa6'/>
<id>urn:sha1:b3ee2490c2cba3f58476e520468afe0b828c0aa6</id>
<content type='text'>
</content>
</entry>
</feed>
