<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm/lib/System/Unix, branch release_28</title>
<subtitle>http://llvm.org</subtitle>
<id>https://git.amat.us/llvm/atom/lib/System/Unix?h=release_28</id>
<link rel='self' href='https://git.amat.us/llvm/atom/lib/System/Unix?h=release_28'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/'/>
<updated>2010-09-02T18:24:46Z</updated>
<entry>
<title>Apply a patch from Kees van Reeuwijk to add support for Minix.</title>
<updated>2010-09-02T18:24:46Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-09-02T18:24:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=86759acf010dde242a447db9ce11882692cf283f'/>
<id>urn:sha1:86759acf010dde242a447db9ce11882692cf283f</id>
<content type='text'>
Minix apparently doesn't like double-slash separators, and there's
no apparent need for them here.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112844 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an interface for unregistering a file from the FilesToRemove list.</title>
<updated>2010-09-01T14:17:34Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-09-01T14:17:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=41154114f64c1531764236e9268d2a5ac52e3e91'/>
<id>urn:sha1:41154114f64c1531764236e9268d2a5ac52e3e91</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112705 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Some fixes for NetBSD</title>
<updated>2010-08-31T22:38:00Z</updated>
<author>
<name>Anton Korobeynikov</name>
<email>asl@math.spbu.ru</email>
</author>
<published>2010-08-31T22:38:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1d76ab7f56398c1ccc000e66a78402c928a3eb6b'/>
<id>urn:sha1:1d76ab7f56398c1ccc000e66a78402c928a3eb6b</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112662 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>CrashRecovery/Darwin: On Darwin, raise sends a signal to the main thread instead</title>
<updated>2010-08-19T23:45:39Z</updated>
<author>
<name>Daniel Dunbar</name>
<email>daniel@zuster.org</email>
</author>
<published>2010-08-19T23:45:39Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=b08ceb8135daf015dc38f9d9048cb075215da383'/>
<id>urn:sha1:b08ceb8135daf015dc38f9d9048cb075215da383</id>
<content type='text'>
of the current thread. This has the unfortunate effect that assert() and abort()
will end up bypassing our crash recovery attempts. We work around this for
anything in the same linkage unit by just defining our own versions of the
assert handler and abort.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111583 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Eliminate unnecessary empty string literals.</title>
<updated>2010-08-04T01:39:08Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-08-04T01:39:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=d98af0a5b86425fdc723bb54fc59247c585d63ab'/>
<id>urn:sha1:d98af0a5b86425fdc723bb54fc59247c585d63ab</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110183 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Add an erase() method to llvm::ThreadLocal.</title>
<updated>2010-07-28T22:49:43Z</updated>
<author>
<name>Owen Anderson</name>
<email>resistor@mac.com</email>
</author>
<published>2010-07-28T22:49:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=826c148aa5af36cca688b7da447bc0b22905d904'/>
<id>urn:sha1:826c148aa5af36cca688b7da447bc0b22905d904</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@109686 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Rather than using an ifdef on the target to zero out fields,</title>
<updated>2010-07-14T14:32:33Z</updated>
<author>
<name>Duncan Sands</name>
<email>baldrick@free.fr</email>
</author>
<published>2010-07-14T14:32:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=3dc7224379d87c42b1c1b4fa040dd5b2d7ae4bba'/>
<id>urn:sha1:3dc7224379d87c42b1c1b4fa040dd5b2d7ae4bba</id>
<content type='text'>
just use memset to zero the entire struct.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108330 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>improve Path::makeUnique when mkstemp/mktemp are not available</title>
<updated>2010-07-12T00:09:55Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-07-12T00:09:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=1f01109254039f392c559ddc74349b51ec76d4a9'/>
<id>urn:sha1:1f01109254039f392c559ddc74349b51ec76d4a9</id>
<content type='text'>
patch by Lasse Kärkkäinen in PR7404.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108110 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>add some triple for minix, patch by Kees van Reeuwijk from PR7582</title>
<updated>2010-07-07T15:52:27Z</updated>
<author>
<name>Chris Lattner</name>
<email>sabre@nondot.org</email>
</author>
<published>2010-07-07T15:52:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=29269d03af6dc3feb69d0230831a059f39c03700'/>
<id>urn:sha1:29269d03af6dc3feb69d0230831a059f39c03700</id>
<content type='text'>
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107785 91177308-0d34-0410-b5e6-96231b3b80d8
</content>
</entry>
<entry>
<title>Factor out the handler work from SignalHandler into a helper function,</title>
<updated>2010-05-27T23:11:55Z</updated>
<author>
<name>Dan Gohman</name>
<email>gohman@apple.com</email>
</author>
<published>2010-05-27T23:11:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/llvm/commit/?id=39f76bb6c8d6e7edb77805f770318ebd1727d0aa'/>
<id>urn:sha1:39f76bb6c8d6e7edb77805f770318ebd1727d0aa</id>
<content type='text'>
and change llvm::sys::RunInterruptHandlers to call that function directly
instead of calling SignalHandler, because the rest of SignalHandler
invokes side effects which aren't appropriate, including raising the
signal.


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