<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib, branch release/2.2.8_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.8_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F2.2.8_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-01-21T00:55:30Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:30Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:30Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a9e2dc176f709713f9565ed1711c958f0707eb36'/>
<id>urn:sha1:a9e2dc176f709713f9565ed1711c958f0707eb36</id>
<content type='text'>
'RELENG_2_2_8_RELEASE'.

This commit was manufactured to restore the state of the 2.2.8-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>MFC: {rev 1.11} The 2.2 version of popen is uses 'vfork' and 'execl'.</title>
<updated>1998-11-23T05:53:12Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-11-23T05:53:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=15487b11d37d051eb9391fb59c4bc5166b618df8'/>
<id>urn:sha1:15487b11d37d051eb9391fb59c4bc5166b618df8</id>
<content type='text'>
     Since 'execl' calls 'malloc' we then have the interesting
     possibility of a malloc arena corruption.  The rev 1.11 change
     fixes this.

Approved by:	jkh
</content>
</entry>
<entry>
<title>MFC: Close a window between unlocking a spinlock and changing the</title>
<updated>1998-11-20T07:31:37Z</updated>
<author>
<name>Thomas Gellekum</name>
<email>tg@FreeBSD.org</email>
</author>
<published>1998-11-20T07:31:37Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=e0a9f6cda954fa1c4999d9d205da3e8b11328f0f'/>
<id>urn:sha1:e0a9f6cda954fa1c4999d9d205da3e8b11328f0f</id>
<content type='text'>
thread state. Interrupt threads waiting in select, sleep, and for an fd.
</content>
</entry>
<entry>
<title>MFC 1.7 -&gt; 1.8: Fix typos.</title>
<updated>1998-11-19T18:09:40Z</updated>
<author>
<name>John Polstra</name>
<email>jdp@FreeBSD.org</email>
</author>
<published>1998-11-19T18:09:40Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f5d55cde2fc9d76d3e0234c9f8c4c5429dde0a39'/>
<id>urn:sha1:f5d55cde2fc9d76d3e0234c9f8c4c5429dde0a39</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move some syscalls for which we don't install _thread_sys_{syscall}</title>
<updated>1998-11-19T08:13:00Z</updated>
<author>
<name>Thomas Gellekum</name>
<email>tg@FreeBSD.org</email>
</author>
<published>1998-11-19T08:13:00Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=74401b0a18854daec6a67413ef5c7b03f4038d1d'/>
<id>urn:sha1:74401b0a18854daec6a67413ef5c7b03f4038d1d</id>
<content type='text'>
wrappers from ASMR to ASM.

This avoids link errors when using "cc -pthread".
</content>
</entry>
<entry>
<title>MFC:  Don't call pthread_mutex_lock with _SPINLOCK held.</title>
<updated>1998-11-13T08:08:24Z</updated>
<author>
<name>Thomas Gellekum</name>
<email>tg@FreeBSD.org</email>
</author>
<published>1998-11-13T08:08:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=9015d93231b777dddedd90b9429dd59bb09f30da'/>
<id>urn:sha1:9015d93231b777dddedd90b9429dd59bb09f30da</id>
<content type='text'>
Make pthread_cond_wait() more similar to pthread_cond_timedwait().
</content>
</entry>
<entry>
<title>MFC: Confirm to POSIX and close any copies of inherited popen()ed descriptors</title>
<updated>1998-11-10T07:12:20Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-11-10T07:12:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b1928f69989d9a36c8c46b3e3c1a68d91a17ad1a'/>
<id>urn:sha1:b1928f69989d9a36c8c46b3e3c1a68d91a17ad1a</id>
<content type='text'>
     in the child process.
     {rev 1.7 "src/lib/libc/gen/popen.3"}
     {rev 1.12 "src/lib/libc/gen/popen.c"}

Reviewed by: jkoshy, msmith
</content>
</entry>
<entry>
<title>MFC: Handle a zero elements argument.</title>
<updated>1998-11-04T09:01:24Z</updated>
<author>
<name>Robert Nordier</name>
<email>rnordier@FreeBSD.org</email>
</author>
<published>1998-11-04T09:01:24Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=ab6068dd6c1c43d6d55ab6cebf852da6e6d0f459'/>
<id>urn:sha1:ab6068dd6c1c43d6d55ab6cebf852da6e6d0f459</id>
<content type='text'>
</content>
</entry>
<entry>
<title>As theatened two weeks ago: merge the major changes from -current's pthread</title>
<updated>1998-11-04T08:42:12Z</updated>
<author>
<name>Thomas Gellekum</name>
<email>tg@FreeBSD.org</email>
</author>
<published>1998-11-04T08:42:12Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=326f569361cbe0cd7cae46582919c211fd70379a'/>
<id>urn:sha1:326f569361cbe0cd7cae46582919c211fd70379a</id>
<content type='text'>
implementation. This includes file locking based on FILE *, signal fixes,
read/write-locks, better POSIX compliance and better performance. Not included
are changes relating to realtime scheduling.

Famous last words: I've now built the world several times with these changes,
so they shouldn't break anything.
</content>
</entry>
<entry>
<title>MFC: {rev 1.5} Fix memory leak in scandir().</title>
<updated>1998-11-04T05:09:47Z</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-11-04T05:09:47Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f714fb9b18fa13aa18832487afee1e074a9c6a4c'/>
<id>urn:sha1:f714fb9b18fa13aa18832487afee1e074a9c6a4c</id>
<content type='text'>
Requested by:  Archie Cobbs &lt;archie@whistle.com&gt;
Reviewed by:   jkoshy
</content>
</entry>
</feed>
