<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/include, branch OPENBSD_3_3</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_3</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2003-01-28T04:58:00+00:00</updated>
<entry>
<title>thread safer libc (note: safer, not safe)</title>
<updated>2003-01-28T04:58:00+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2003-01-28T04:58:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=547ebab319b228b064cf5dcb3ff0ae1bf23d24a2'/>
<id>urn:sha1:547ebab319b228b064cf5dcb3ff0ae1bf23d24a2</id>
<content type='text'>
Access to the global _res structure replaced by pointers to a
per thread instance.  If unthreaded the pointer is to the
global structure.

Also replaced a 64k stack array with malloc-ed memory so
threaded aps (with a default 64k stack) have a chance at working.
ok deraadt@
</content>
</entry>
<entry>
<title>thread safe libc -- 2nd try.   OK miod@, millert@</title>
<updated>2002-11-05T22:19:55+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2002-11-05T22:19:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=46d7850737001c91bbb8e55a40aa9db06e2285ff'/>
<id>urn:sha1:46d7850737001c91bbb8e55a40aa9db06e2285ff</id>
<content type='text'>
Thanks to miod@ for m68k and vax fixes
</content>
</entry>
<entry>
<title>back out previous patch.. there are still some vax/m68k issues</title>
<updated>2002-11-03T23:58:39+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2002-11-03T23:58:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c8b772af00b03eb1dd9425663fd4b7f60c9693bb'/>
<id>urn:sha1:c8b772af00b03eb1dd9425663fd4b7f60c9693bb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libc changes for thread safety.  Tested on:</title>
<updated>2002-11-03T20:36:43+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2002-11-03T20:36:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=c64ae263713a52181fce5e72d090dfc2a7b7b008'/>
<id>urn:sha1:c64ae263713a52181fce5e72d090dfc2a7b7b008</id>
<content type='text'>
alpha (millert@), i386 (marc@), m68k (millert@ and miod@),
powerpc (drahn@ and dhartmei@), sparc (millert@ and marc@),
sparc64 (marc@), and vax (millert@ and miod@).
Thanks to millert@, miod@, and mickey@ for fixes along the way.
</content>
</entry>
<entry>
<title>Part one of userland __P removal.  Done with a simple regexp with some minor hand editing to make comments line up correctly.  Another pass is forthcoming that handles the cases that could not be done automatically.</title>
<updated>2002-02-16T21:27:50+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2002-02-16T21:27:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=052e020be6be85be6238c44b8386a61f8db7b6a4'/>
<id>urn:sha1:052e020be6be85be6238c44b8386a61f8db7b6a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>put changes back, this time ALL the files.</title>
<updated>2001-09-04T22:17:45+00:00</updated>
<author>
<name>fgsch</name>
<email></email>
</author>
<published>2001-09-04T22:17:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=311001e1e488adf9abd558a81b3c0bdee6f5b75b'/>
<id>urn:sha1:311001e1e488adf9abd558a81b3c0bdee6f5b75b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Back out fgsch@'s tree breaking commits.</title>
<updated>2001-08-30T17:47:57+00:00</updated>
<author>
<name>todd</name>
<email></email>
</author>
<published>2001-08-30T17:47:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7543c16b6ed60668d4550f8d2acb04dc0a07190b'/>
<id>urn:sha1:7543c16b6ed60668d4550f8d2acb04dc0a07190b</id>
<content type='text'>
Test next time, ok?
</content>
</entry>
<entry>
<title>fix some const warnings</title>
<updated>2001-08-30T07:38:27+00:00</updated>
<author>
<name>fgsch</name>
<email></email>
</author>
<published>2001-08-30T07:38:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=7e144664969eb0f02f21a9754d69309e7deccc7a'/>
<id>urn:sha1:7e144664969eb0f02f21a9754d69309e7deccc7a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>#(endif|else) foo is incorrect, make it #endif /* foo */</title>
<updated>2001-08-12T12:03:01+00:00</updated>
<author>
<name>heko</name>
<email></email>
</author>
<published>2001-08-12T12:03:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=17b2b4ae4a5f18948d5042343abdf044fe91a105'/>
<id>urn:sha1:17b2b4ae4a5f18948d5042343abdf044fe91a105</id>
<content type='text'>
deraadt@ ok
</content>
</entry>
<entry>
<title>grammer/spelling</title>
<updated>2001-01-04T21:45:31+00:00</updated>
<author>
<name>todd</name>
<email></email>
</author>
<published>2001-01-04T21:45:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86'/>
<id>urn:sha1:0ffb9efe9d94e444b3f3046be50ba1ea18e5ba86</id>
<content type='text'>
</content>
</entry>
</feed>
