<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/usr.bin/newkey/update.c, branch stable/6</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=stable%2F6'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>2005-02-07T21:42:16Z</updated>
<entry>
<title>Avoid usage of implicit int.</title>
<updated>2005-02-07T21:42:16Z</updated>
<author>
<name>Stefan Farfeleder</name>
<email>stefanf@FreeBSD.org</email>
</author>
<published>2005-02-07T21:42:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a4a3daa6f1131dbe442c5b028dccdd55e36002c3'/>
<id>urn:sha1:a4a3daa6f1131dbe442c5b028dccdd55e36002c3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ANSIfy, VCS inclusions and some very minor style.</title>
<updated>2002-04-28T12:09:33Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2002-04-28T12:09:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=dba464cc276a36d29ce2c84bdb527762462ffa20'/>
<id>urn:sha1:dba464cc276a36d29ce2c84bdb527762462ffa20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove __P</title>
<updated>2002-03-22T01:33:25Z</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2002-03-22T01:33:25Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=d3cb5ded92a4fcf21400c9742ca884549bebc99e'/>
<id>urn:sha1:d3cb5ded92a4fcf21400c9742ca884549bebc99e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>WARNS=2 fixup.</title>
<updated>2001-12-02T12:17:20Z</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2001-12-02T12:17:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=13ac0cdca35c5f4ea1e0c7535ef489ff021f71c8'/>
<id>urn:sha1:13ac0cdca35c5f4ea1e0c7535ef489ff021f71c8</id>
<content type='text'>
Turn on YP (NIS) while I'm about it.
</content>
</entry>
<entry>
<title>Fix the type of the NULL arg to execl()</title>
<updated>2001-07-09T09:24:06Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>2001-07-09T09:24:06Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=7bc6d0158f0e9863a2a13a951321185d214cd3be'/>
<id>urn:sha1:7bc6d0158f0e9863a2a13a951321185d214cd3be</id>
<content type='text'>
Idea from: Theo de Raadt &lt;deraadt@openbsd.org&gt;
</content>
</entry>
<entry>
<title>$Id$ -&gt; $FreeBSD$</title>
<updated>1999-08-28T01:08:13Z</updated>
<author>
<name>Peter Wemm</name>
<email>peter@FreeBSD.org</email>
</author>
<published>1999-08-28T01:08:13Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=c3aac50f284c6cca5b4f2eb46aaa13812cb8b630'/>
<id>urn:sha1:c3aac50f284c6cca5b4f2eb46aaa13812cb8b630</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Calls one or more of malloc(), warn(), err(), syslog(), execlp() or</title>
<updated>1998-10-13T14:52:33Z</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>1998-10-13T14:52:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=1fd98d7d880e470809cc3284ef04a03bf3490b02'/>
<id>urn:sha1:1fd98d7d880e470809cc3284ef04a03bf3490b02</id>
<content type='text'>
execvp() in the child branch of a vfork(). Changed to use fork()
instead.

Some of these (mv, find, apply, xargs) might benefit greatly from
being rewritten to use vfork() properly.

PR:		Loosely related to bin/8252
Approved by:	jkh and bde
</content>
</entry>
<entry>
<title>Replace incomplete malloc prototype with #include &lt;stdlib.h&gt;</title>
<updated>1998-02-20T04:38:20Z</updated>
<author>
<name>John Birrell</name>
<email>jb@FreeBSD.org</email>
</author>
<published>1998-02-20T04:38:20Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=a8b1e5be582ec0cc5957d5a29bdbd8261f919405'/>
<id>urn:sha1:a8b1e5be582ec0cc5957d5a29bdbd8261f919405</id>
<content type='text'>
to get the proper one.
</content>
</entry>
<entry>
<title>Add usage(), use err(3).</title>
<updated>1997-07-29T06:54:16Z</updated>
<author>
<name>Philippe Charnier</name>
<email>charnier@FreeBSD.org</email>
</author>
<published>1997-07-29T06:54:16Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=f2abddceac41ef9e6cc56995b1fce562a5846ff8'/>
<id>urn:sha1:f2abddceac41ef9e6cc56995b1fce562a5846ff8</id>
<content type='text'>
Rewrote man page in mdoc format.
</content>
</entry>
<entry>
<title>Import newkey.</title>
<updated>1997-05-28T15:52:07Z</updated>
<author>
<name>Bill Paul</name>
<email>wpaul@FreeBSD.org</email>
</author>
<published>1997-05-28T15:52:07Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=db8b6bbf74980c60f70d1000f78a66dc2ef0809c'/>
<id>urn:sha1:db8b6bbf74980c60f70d1000f78a66dc2ef0809c</id>
<content type='text'>
This is the program used to generate new Secure RPC public and secret
key pairs.
</content>
</entry>
</feed>
