<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libkse/test, branch release/9.3.0</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src/atom?h=release%2F9.3.0'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/'/>
<updated>2007-10-09T13:42:34Z</updated>
<entry>
<title>Repo copy libpthreads to libkse.</title>
<updated>2007-10-09T13:42:34Z</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2007-10-09T13:42:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=65c045e96459361250134c2264b8d72c34266641'/>
<id>urn:sha1:65c045e96459361250134c2264b8d72c34266641</id>
<content type='text'>
This introduces the WITHOUT_LIBKSE nob,
and changes WITHOUT_LIBPTHREADS to mean with neither threading libs.
Approved by:	re(kensmith)
</content>
</entry>
<entry>
<title>o  Include &lt;sys/time.h&gt;</title>
<updated>2005-11-19T04:47:06Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2005-11-19T04:47:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=49fa07a087dfd6faa5b4f298c6935627e26cd974'/>
<id>urn:sha1:49fa07a087dfd6faa5b4f298c6935627e26cd974</id>
<content type='text'>
o  Make this ILP32/LP64 clean: cast pointers to long
o  Code conditional upon DEBUG must also be conditional
   upon _LIBC_R_
</content>
</entry>
<entry>
<title>o  Include &lt;string.h&gt;</title>
<updated>2005-11-19T04:45:15Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2005-11-19T04:45:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=dc2e8ca41b2f749d7208252d2f9e54f8367128a8'/>
<id>urn:sha1:dc2e8ca41b2f749d7208252d2f9e54f8367128a8</id>
<content type='text'>
o  Make this ILP32/LP64 clean: cast pointers to long.
</content>
</entry>
<entry>
<title>Fix typo: s/_LIBC_R/_LIBC_R_/</title>
<updated>2005-11-19T04:43:29Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2005-11-19T04:43:29Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=40edb45e59f5257d27737de8315929338f6ca5ba'/>
<id>urn:sha1:40edb45e59f5257d27737de8315929338f6ca5ba</id>
<content type='text'>
</content>
</entry>
<entry>
<title>libkse was renamed to libpthread.</title>
<updated>2004-02-05T02:55:20Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2004-02-05T02:55:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cb10cbc878f902bd6ab00b78d339b27ce501a489'/>
<id>urn:sha1:cb10cbc878f902bd6ab00b78d339b27ce501a489</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This test relies on the concurrency level being 1; make it so.</title>
<updated>2003-10-20T04:23:49Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2003-10-20T04:23:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=5bb9c67cc748981233dbbec0bfe56394729e4092'/>
<id>urn:sha1:5bb9c67cc748981233dbbec0bfe56394729e4092</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't run verify directly as that would require the perl script to</title>
<updated>2003-08-13T03:59:18Z</updated>
<author>
<name>Marcel Moolenaar</name>
<email>marcel@FreeBSD.org</email>
</author>
<published>2003-08-13T03:59:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=0662d65037bd6e232c24e0bee9ee6c7586c6e495'/>
<id>urn:sha1:0662d65037bd6e232c24e0bee9ee6c7586c6e495</id>
<content type='text'>
have execute permissions. Run "perl verify" instead. Replace all
occurences of the hardcoding of ./verify with $(VERIFY) to allow
it to be overridden as well.
</content>
</entry>
<entry>
<title>o Eliminate upcall for PTHREAD_SYSTEM_SCOPE thread, now it</title>
<updated>2003-07-17T23:02:30Z</updated>
<author>
<name>David Xu</name>
<email>davidxu@FreeBSD.org</email>
</author>
<published>2003-07-17T23:02:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=090b336154a0d8570ea8fad84e60e7d49aa801e7'/>
<id>urn:sha1:090b336154a0d8570ea8fad84e60e7d49aa801e7</id>
<content type='text'>
  is system bound thread and when it is blocked, no upcall is generated.

o Add ability to libkse to allow it run in pure 1:1 threading mode,
  defining SYSTEM_SCOPE_ONLY in Makefile can turn on this option.

o Eliminate code for installing dummy signal handler for sigwait call.

o Add hash table to find thread.

Reviewed by: deischen
</content>
</entry>
<entry>
<title>For now, build and install this as libkse instead of libpthread.</title>
<updated>2002-12-08T22:43:31Z</updated>
<author>
<name>Daniel Eischen</name>
<email>deischen@FreeBSD.org</email>
</author>
<published>2002-12-08T22:43:31Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=84001cde8f2f4de96d7f2935dd053818124b89c1'/>
<id>urn:sha1:84001cde8f2f4de96d7f2935dd053818124b89c1</id>
<content type='text'>
This will avoid any accidental use of an experimental library.

Suggested by:	rwatson
Approved by:	re (jhb)
</content>
</entry>
<entry>
<title>Mechanically change all libc_r references to libpthread.</title>
<updated>2002-09-16T19:29:34Z</updated>
<author>
<name>Jonathan Mini</name>
<email>mini@FreeBSD.org</email>
</author>
<published>2002-09-16T19:29:34Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src/commit/?id=cfa1f4e6598fe97439b3012396e30d1eeb759421'/>
<id>urn:sha1:cfa1f4e6598fe97439b3012396e30d1eeb759421</id>
<content type='text'>
</content>
</entry>
</feed>
