<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/gnu, branch release/3.4.0</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-12-20T00:16:49+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-12-20T00:16:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=37af766bc526e3dfbf5ab01dc560bd01e1adffe6'/>
<id>37af766bc526e3dfbf5ab01dc560bd01e1adffe6</id>
<content type='text'>
'RELENG_3_4_0_RELEASE'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_3_4_0_RELEASE'.
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: real space accelerator char fix.</title>
<updated>1999-12-17T02:44:40+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-12-17T02:44:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef01f5d711612417c55e1ea17ccedae85fd5f0ad'/>
<id>ef01f5d711612417c55e1ea17ccedae85fd5f0ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>The kerberos distribution in -stable is "krb" not "krb4" as in -current..</title>
<updated>1999-12-14T11:46:18+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-14T11:46:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=79899a86dd04025848d2bbd8e9f71cbf67181de4'/>
<id>79899a86dd04025848d2bbd8e9f71cbf67181de4</id>
<content type='text'>
'make release' broken by:  peter
Pointy hat awarded to culprit by: jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'make release' broken by:  peter
Pointy hat awarded to culprit by: jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: don't use spaces for accelerators.</title>
<updated>1999-12-14T04:20:43+00:00</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1999-12-14T04:20:43+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9ac015cb2addbc8d267ec2a236841224fae03b06'/>
<id>9ac015cb2addbc8d267ec2a236841224fae03b06</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: cvs 1.10.7, as we run on freefall.</title>
<updated>1999-12-13T20:57:31+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-12-13T20:57:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8e4ba94c27f34069c7359d6ed1d90c8880eee6c1'/>
<id>8e4ba94c27f34069c7359d6ed1d90c8880eee6c1</id>
<content type='text'>
Approved by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>Add prepend_args.c</title>
<updated>1999-12-08T15:48:30+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>1999-12-08T15:48:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=98415df779f702f939f44575561d57ebc4184f0e'/>
<id>98415df779f702f939f44575561d57ebc4184f0e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC Revision 1.36</title>
<updated>1999-12-04T06:22:15+00:00</updated>
<author>
<name>John Baldwin</name>
<email>jhb@FreeBSD.org</email>
</author>
<published>1999-12-04T06:22:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e0d43d8c46909f41746113df024480acc6d05268'/>
<id>e0d43d8c46909f41746113df024480acc6d05268</id>
<content type='text'>
Fix man so that it does not allow command line arguments to expand when
executing apropos or whatis.  This prevents `man -k ';echo foo'` from
executing `echo foo` and causes apropos to print an error message instead.

Add $FreeBSD$ while I am here.

Reviewed by:	jkh
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix man so that it does not allow command line arguments to expand when
executing apropos or whatis.  This prevents `man -k ';echo foo'` from
executing `echo foo` and causes apropos to print an error message instead.

Add $FreeBSD$ while I am here.

Reviewed by:	jkh
</pre>
</div>
</content>
</entry>
<entry>
<title>This commit was manufactured by cvs2svn to create branch 'RELENG_3'.</title>
<updated>1999-11-26T20:38:19+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-11-26T20:38:19+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=52ae79af78288a23d5aab1f4ed00c7a66211835e'/>
<id>52ae79af78288a23d5aab1f4ed00c7a66211835e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC rev 1.5: Add missing tutorials to PODS.</title>
<updated>1999-11-17T13:09:01+00:00</updated>
<author>
<name>Sheldon Hearn</name>
<email>sheldonh@FreeBSD.org</email>
</author>
<published>1999-11-17T13:09:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=398c8ab3ea921d369fe211fbdc990da5173bae5d'/>
<id>398c8ab3ea921d369fe211fbdc990da5173bae5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>MFC: Add back texindex.</title>
<updated>1999-10-26T08:40:01+00:00</updated>
<author>
<name>Thomas Gellekum</name>
<email>tg@FreeBSD.org</email>
</author>
<published>1999-10-26T08:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=474b39494b7f3251db4bb712db1d24c08e0cc38f'/>
<id>474b39494b7f3251db4bb712db1d24c08e0cc38f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
