<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Unix, branch release_26</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Unix?h=release_26</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Unix?h=release_26'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2009-09-04T19:52:18Z</updated>
<entry>
<title>Merge 80863 from mainline.</title>
<updated>2009-09-04T19:52:18Z</updated>
<author>
<name>Tanya Lattner</name>
<email>tonic@nondot.org</email>
</author>
<published>2009-09-04T19:52:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=9b2558bc02678e2092a6304fc6f4cd12dc328990'/>
<id>urn:sha1:9b2558bc02678e2092a6304fc6f4cd12dc328990</id>
<content type='text'>
Improve llvm::getHostTriple for some cases where the LLVM_HOSTTRIPLE is not
reliable.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_26@81033 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Get rid of a helgrind warning.  If this is _actually_ a performance problem,</title>
<updated>2009-08-19T21:48:34Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-19T21:48:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=0d1ea255d9c6d603fa3c0d57f5e3124eb91fcebc'/>
<id>urn:sha1:0d1ea255d9c6d603fa3c0d57f5e3124eb91fcebc</id>
<content type='text'>
we can find a way to cache the answer that isn't racy.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79472 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add locking around signal handler registration.</title>
<updated>2009-08-17T17:07:22Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2009-08-17T17:07:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6ae8c73acad76fdf9660ca88b5c07722eaf0a8e8'/>
<id>urn:sha1:6ae8c73acad76fdf9660ca88b5c07722eaf0a8e8</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79254 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Fix a bunch of namespace pollution.</title>
<updated>2009-08-07T01:32:21Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-07T01:32:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7db949df789383acce98ef072f08794fdd5bd04e'/>
<id>urn:sha1:7db949df789383acce98ef072f08794fdd5bd04e</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78363 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Minor code simplification.</title>
<updated>2009-08-05T20:16:55Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-05T20:16:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=7b3544ba97a31f21f24a9f923bd2a793df6d46ab'/>
<id>urn:sha1:7b3544ba97a31f21f24a9f923bd2a793df6d46ab</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78239 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Update a comment to reflect the current code.</title>
<updated>2009-08-05T17:32:39Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-05T17:32:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=88abb89183570f7af4b632f74e6b62bc0259874a'/>
<id>urn:sha1:88abb89183570f7af4b632f74e6b62bc0259874a</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78215 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Remove needless uses of std::flush in the parent process after a</title>
<updated>2009-08-05T00:17:00Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-05T00:17:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=2cd498be602cea6dccbcb2f3c6d1427945fa4b4d'/>
<id>urn:sha1:2cd498be602cea6dccbcb2f3c6d1427945fa4b4d</id>
<content type='text'>
fork call. This eliminates a need for &lt;iostream&gt;. Also remove
needless fsync calls.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78131 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Use _exit rather than exit in the child process after a failed exec.</title>
<updated>2009-08-05T00:09:12Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-05T00:09:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=339685269f8bec31eeb0edb98c832dde277c9c7d'/>
<id>urn:sha1:339685269f8bec31eeb0edb98c832dde277c9c7d</id>
<content type='text'>
Add a comment explaining why.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78128 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Follow Unix behavior and return 127 if the command is not found,</title>
<updated>2009-08-04T23:15:49Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2009-08-04T23:15:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=f363bc83260b68aecc377da0b383c369ffd99b1e'/>
<id>urn:sha1:f363bc83260b68aecc377da0b383c369ffd99b1e</id>
<content type='text'>
and 126 if it is not executable.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78120 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>When exec() fails, return 127 instead of errno; the parent process has no way to</title>
<updated>2009-08-04T20:32:25Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2009-08-04T20:32:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=6db0a8b4fde6284b9812d59ad0467241b8301431'/>
<id>urn:sha1:6db0a8b4fde6284b9812d59ad0467241b8301431</id>
<content type='text'>
distinguish that the result is errno, so it can't use it to provide more
information about the error (it also exposes the numeric value of errno).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78098 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
</feed>
