<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/libexec/ftpd/popen.c, branch release/5.3.0_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>2004-11-04T19:12:42+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2004-11-04T19:12:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=3f86d8a2ea3f3265afaa1fd263b0004c5c000e69'/>
<id>3f86d8a2ea3f3265afaa1fd263b0004c5c000e69</id>
<content type='text'>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
'RELENG_5_3_0_RELEASE'.

This commit was manufactured to restore the state of the 5.3-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Eliminate last three uses of varargs.h in the tree. These three files</title>
<updated>2003-09-01T04:12:18+00:00</updated>
<author>
<name>Alexander Kabaev</name>
<email>kan@FreeBSD.org</email>
</author>
<published>2003-09-01T04:12:18+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=84c0a482499490d5f27b1399d9ac7ed0e059e0ca'/>
<id>84c0a482499490d5f27b1399d9ac7ed0e059e0ca</id>
<content type='text'>
were including varargs.h file but did not use any of its macros,
so they escaped the clean-up before.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
were including varargs.h file but did not use any of its macros,
so they escaped the clean-up before.
</pre>
</div>
</content>
</entry>
<entry>
<title>GLOB_QUOTE has been retired.</title>
<updated>2002-07-17T05:47:49+00:00</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2002-07-17T05:47:49+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=12da320bf93f923c11319e590e0d421c78a19709'/>
<id>12da320bf93f923c11319e590e0d421c78a19709</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>o Eliminate __P</title>
<updated>2002-02-03T15:53:02+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-02-03T15:53:02+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e4bc453cc2658df97063d1539941a70980e48058'/>
<id>e4bc453cc2658df97063d1539941a70980e48058</id>
<content type='text'>
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o Use new-style function definitions
o remove some !__STDC__ code
o eliminate register
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename the GLOB_MAXPATH flag of glob(3) to GLOB_LIMIT to be compatible</title>
<updated>2001-07-29T00:52:37+00:00</updated>
<author>
<name>Mike Heffner</name>
<email>mikeh@FreeBSD.org</email>
</author>
<published>2001-07-29T00:52:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=75dc5f1a82b7d3dfb585c549c9e318b0323c70f5'/>
<id>75dc5f1a82b7d3dfb585c549c9e318b0323c70f5</id>
<content type='text'>
with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with
errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc'
patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to
maintain backwards compatibility.

Reviewed by:	sheldonh, assar
Obtained from:	NetBSD/OpenBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with NetBSD and OpenBSD. glob(3) will now return GLOB_NOSPACE with
errno set to 0 instead of GLOB_LIMIT when we match more than `gl_matchc'
patterns. GLOB_MAXPATH has been left as an alias of GLOB_LIMIT to
maintain backwards compatibility.

Reviewed by:	sheldonh, assar
Obtained from:	NetBSD/OpenBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Teach ftpd about the new GLOB_MAXPATH flag.</title>
<updated>2001-03-19T19:11:00+00:00</updated>
<author>
<name>Jonathan Lemon</name>
<email>jlemon@FreeBSD.org</email>
</author>
<published>2001-03-19T19:11:00+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6d10cb2f6fbed0f420b99b4c1a709d1a8a78a4bc'/>
<id>6d10cb2f6fbed0f420b99b4c1a709d1a8a78a4bc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove redundant optreset declaration</title>
<updated>2000-09-04T05:47:14+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2000-09-04T05:47:14+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=53410a4824650e20f84559ff483156f4717cb4d4'/>
<id>53410a4824650e20f84559ff483156f4717cb4d4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>another tcp apps IPv6 updates.(should be make world safe)</title>
<updated>2000-01-27T09:28:38+00:00</updated>
<author>
<name>Yoshinobu Inoue</name>
<email>shin@FreeBSD.org</email>
</author>
<published>2000-01-27T09:28:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4dd8b5ab798f9e3b8b60f5fa2c9ffb19b3774021'/>
<id>4dd8b5ab798f9e3b8b60f5fa2c9ffb19b3774021</id>
<content type='text'>
  ftp, telnet, ftpd, faithd
  also telnet related sync with crypto, secure, kerberosIV

Obtained from: KAME project
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  ftp, telnet, ftpd, faithd
  also telnet related sync with crypto, secure, kerberosIV

Obtained from: KAME project
</pre>
</div>
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T00:22:10+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T00:22:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f3dea244c40159a41ab22da77a434d7c5b5e85a'/>
<id>7f3dea244c40159a41ab22da77a434d7c5b5e85a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unifdef -DINTERNAL_LS - it's too useful to be off by default.  If anyone</title>
<updated>1999-08-26T00:45:36+00:00</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-26T00:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=171306473471c47317be22cdaaf9c022bff345bc'/>
<id>171306473471c47317be22cdaaf9c022bff345bc</id>
<content type='text'>
really dislikes this, we could add a switch to disable it at runtime and
check in popen.c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
really dislikes this, we could add a switch to disable it at runtime and
check in popen.c.
</pre>
</div>
</content>
</entry>
</feed>
