<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libc, branch release/2.2.8_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-01-21T00:55:30+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-01-21T00:55:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9e2dc176f709713f9565ed1711c958f0707eb36'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'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.
</pre>
</div>
</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:12+00:00</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-11-23T05:53:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=15487b11d37d051eb9391fb59c4bc5166b618df8'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     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
</pre>
</div>
</content>
</entry>
<entry>
<title>Move some syscalls for which we don't install _thread_sys_{syscall}</title>
<updated>1998-11-19T08:13:00+00:00</updated>
<author>
<name>Thomas Gellekum</name>
<email>tg@FreeBSD.org</email>
</author>
<published>1998-11-19T08:13:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=74401b0a18854daec6a67413ef5c7b03f4038d1d'/>
<id>74401b0a18854daec6a67413ef5c7b03f4038d1d</id>
<content type='text'>
wrappers from ASMR to ASM.

This avoids link errors when using "cc -pthread".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wrappers from ASMR to ASM.

This avoids link errors when using "cc -pthread".
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Confirm to POSIX and close any copies of inherited popen()ed descriptors</title>
<updated>1998-11-10T07:12:20+00:00</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-11-10T07:12:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=b1928f69989d9a36c8c46b3e3c1a68d91a17ad1a'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
     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
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Handle a zero elements argument.</title>
<updated>1998-11-04T09:01:24+00:00</updated>
<author>
<name>Robert Nordier</name>
<email>rnordier@FreeBSD.org</email>
</author>
<published>1998-11-04T09:01:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ab6068dd6c1c43d6d55ab6cebf852da6e6d0f459'/>
<id>ab6068dd6c1c43d6d55ab6cebf852da6e6d0f459</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>As theatened two weeks ago: merge the major changes from -current's pthread</title>
<updated>1998-11-04T08:42:12+00:00</updated>
<author>
<name>Thomas Gellekum</name>
<email>tg@FreeBSD.org</email>
</author>
<published>1998-11-04T08:42:12+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=326f569361cbe0cd7cae46582919c211fd70379a'/>
<id>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>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: {rev 1.5} Fix memory leak in scandir().</title>
<updated>1998-11-04T05:09:47+00:00</updated>
<author>
<name>Joseph Koshy</name>
<email>jkoshy@FreeBSD.org</email>
</author>
<published>1998-11-04T05:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f714fb9b18fa13aa18832487afee1e074a9c6a4c'/>
<id>f714fb9b18fa13aa18832487afee1e074a9c6a4c</id>
<content type='text'>
Requested by:  Archie Cobbs &lt;archie@whistle.com&gt;
Reviewed by:   jkoshy
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Requested by:  Archie Cobbs &lt;archie@whistle.com&gt;
Reviewed by:   jkoshy
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: buffer overflow prevention in getpwent()</title>
<updated>1998-10-29T23:17:27+00:00</updated>
<author>
<name>Mike Smith</name>
<email>msmith@FreeBSD.org</email>
</author>
<published>1998-10-29T23:17:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6d76047ba3f8159812d16acb8576fb0e1956c542'/>
<id>6d76047ba3f8159812d16acb8576fb0e1956c542</id>
<content type='text'>
PR:		bin/8176
Submitted by:	Archie Cobbs &lt;archie@whistle.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		bin/8176
Submitted by:	Archie Cobbs &lt;archie@whistle.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ignore comments &amp; blank lines in /etc/group</title>
<updated>1998-10-28T00:03:49+00:00</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1998-10-28T00:03:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=42373eb6be0c2bf681b516268fd4476f33992a41'/>
<id>42373eb6be0c2bf681b516268fd4476f33992a41</id>
<content type='text'>
That'll teach me to MFC (adding Id to /etc/group) without
checking !
PR:	8467
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
That'll teach me to MFC (adding Id to /etc/group) without
checking !
PR:	8467
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: rev. 1.13</title>
<updated>1998-10-04T07:45:06+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1998-10-04T07:45:06+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d64dd199ed4ea1d0e359e425efbd493f22cec9cb'/>
<id>d64dd199ed4ea1d0e359e425efbd493f22cec9cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
