<feed xmlns='http://www.w3.org/2005/Atom'>
<title>openbsd/src/lib/libc/include, branch OPENBSD_3_9_BASE</title>
<subtitle>A mirror of https://github.com/libressl/openbsd.git
</subtitle>
<id>https://git.lua4.win/openbsd/atom?h=OPENBSD_3_9_BASE</id>
<link rel='self' href='https://git.lua4.win/openbsd/atom?h=OPENBSD_3_9_BASE'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/'/>
<updated>2006-02-22T07:16:32+00:00</updated>
<entry>
<title>Avouid a race in atexit() handling by introducing a lock. Problem</title>
<updated>2006-02-22T07:16:32+00:00</updated>
<author>
<name>otto</name>
<email></email>
</author>
<published>2006-02-22T07:16:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=f79af607fea8db71524b8a4a1553fb437b284616'/>
<id>urn:sha1:f79af607fea8db71524b8a4a1553fb437b284616</id>
<content type='text'>
originally reported by Gergely Kovacs; help from dhartmei@;
ok tedu@ millert@
</content>
</entry>
<entry>
<title>Use a forward declaration of struct timespec instead of assuming</title>
<updated>2005-11-15T11:56:40+00:00</updated>
<author>
<name>millert</name>
<email></email>
</author>
<published>2005-11-15T11:56:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=5aae9fa1f07b086b852d9795330efd3d419d8804'/>
<id>urn:sha1:5aae9fa1f07b086b852d9795330efd3d419d8804</id>
<content type='text'>
it has already been defined by previous includes.  While this
is true at the moment, it will no longer be true after a pending
includes cleanup.  OK marc@
</content>
</entry>
<entry>
<title>activate LC_CTYPE for 8 bits locale.</title>
<updated>2005-08-08T05:53:01+00:00</updated>
<author>
<name>espie</name>
<email></email>
</author>
<published>2005-08-08T05:53:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=63dd09a8c91fcf1f022506ffd9fcf02dcb61818b'/>
<id>urn:sha1:63dd09a8c91fcf1f022506ffd9fcf02dcb61818b</id>
<content type='text'>
Make sure tolower/toupper use the whole 8 bits.

okay deraadt@
thanks to everyone who tested
</content>
</entry>
<entry>
<title>major bump to libc and libpthread to break the dependency of a</title>
<updated>2004-06-07T21:11:23+00:00</updated>
<author>
<name>marc</name>
<email></email>
</author>
<published>2004-06-07T21:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/openbsd/commit/?id=ae9f75ae846c14c230b202c01a33e14601eb8c43'/>
<id>urn:sha1:ae9f75ae846c14c230b202c01a33e14601eb8c43</id>
<content type='text'>
particular implementation of libpthread for libc.  libc no longer
needs pthread.h to compile.
OK millert@, brad@, tedu@
</content>
</entry>
<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>
</feed>
