<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src-test2/lib/libutil/libutil.h, branch release/3.1.0_cvs</title>
<subtitle>FreeBSD source tree</subtitle>
<id>https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.1.0_cvs</id>
<link rel='self' href='https://cgit-dev.freebsd.org/src-test2/atom?h=release%2F3.1.0_cvs'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/'/>
<updated>1999-02-16T01:59:46Z</updated>
<entry>
<title>This commit was manufactured by cvs2svn to create tag</title>
<updated>1999-02-16T01:59:46Z</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>1999-02-16T01:59:46Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=838992f094ccde014679a7cfafc495840eb932a1'/>
<id>urn:sha1:838992f094ccde014679a7cfafc495840eb932a1</id>
<content type='text'>
'RELENG_3_1_0_RELEASE'.

This commit was manufactured to restore the state of the 3.1-RELEASE image.
Releases prior to 5.3-RELEASE are omitting the secure/ and crypto/ subdirs.
</content>
</entry>
<entry>
<title>Declare setproctitle() as printf0-like.</title>
<updated>1998-12-16T17:52:15Z</updated>
<author>
<name>Bruce Evans</name>
<email>bde@FreeBSD.org</email>
</author>
<published>1998-12-16T17:52:15Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=8495e302f68fdb93f84da8f0fa89181174a3d30a'/>
<id>urn:sha1:8495e302f68fdb93f84da8f0fa89181174a3d30a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>o move path in libutil.h to paths.h</title>
<updated>1998-10-09T07:32:38Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-09T07:32:38Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=50dfa596d3f83c7de5fde6b5e54b8a8b9484dcb6'/>
<id>urn:sha1:50dfa596d3f83c7de5fde6b5e54b8a8b9484dcb6</id>
<content type='text'>
o make property_read() take a fd instead to avoid stdio.h mess
o update auth to new interface.
</content>
</entry>
<entry>
<title>Take the path spec back out.</title>
<updated>1998-10-09T07:28:14Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-09T07:28:14Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=72671863e829f80910a58bf59bd9b013096cb2a0'/>
<id>urn:sha1:72671863e829f80910a58bf59bd9b013096cb2a0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove stdio.h include; I forgot Bruce's cardinal rule that header files</title>
<updated>1998-10-08T23:10:41Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-08T23:10:41Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=146c3cf45ca3c824a14ae82e019c542e6bb66b63'/>
<id>urn:sha1:146c3cf45ca3c824a14ae82e019c542e6bb66b63</id>
<content type='text'>
shouldn't include other ones (which, unfortunately, is also a hellish
rule since he broke interfaces like sysctl this way by requiring undocumented
header files to be included just in order to be able to use them now - SIGH!).
</content>
</entry>
<entry>
<title>Add a simple mechanism for reading property lists from files (which</title>
<updated>1998-10-07T17:32:49Z</updated>
<author>
<name>Jordan K. Hubbard</name>
<email>jkh@FreeBSD.org</email>
</author>
<published>1998-10-07T17:32:49Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=b704025f3ccc7748201a509f3fc10563ce61971e'/>
<id>urn:sha1:b704025f3ccc7748201a509f3fc10563ce61971e</id>
<content type='text'>
I'll convert sysinstall to use shortly) and a simple call which uses
this mechanism to implement an /etc/auth.conf file.  I'll let Mark Murray
handle the format and checkin of the sample auth.conf file.
Reviewed by:	markm
</content>
</entry>
<entry>
<title>Add missing uu_lock_txfr() prototype</title>
<updated>1998-06-05T08:21:33Z</updated>
<author>
<name>Andrey A. Chernov</name>
<email>ache@FreeBSD.org</email>
</author>
<published>1998-06-05T08:21:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=15af1c9b5d18f50ffbe7e9ec0f5271b2148fa398'/>
<id>urn:sha1:15af1c9b5d18f50ffbe7e9ec0f5271b2148fa398</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Trim a domain part for wtmp as same as showed by "netstat -r".</title>
<updated>1998-06-01T08:47:04Z</updated>
<author>
<name>Atsushi Murai</name>
<email>amurai@FreeBSD.org</email>
</author>
<published>1998-06-01T08:47:04Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=89caae2932adde71022cb5691ee1b73cd26a8286'/>
<id>urn:sha1:89caae2932adde71022cb5691ee1b73cd26a8286</id>
<content type='text'>
Here is a some example for avoiding a confusion.

 It asssumes a logged host domain is "spec.co.jp". All
example is longer than UT_HOSTNAMELEN value.

   1) turbo.tama.spec.co.jp: 192.19.0.2  -&gt; trubo.tama
   2) turbo.tama.foo.co.jp : 192.19.0.2  -&gt; 192.19.0.2
   3) specgw.spec.co.jp    : 202.32.13.1 -&gt; specgw

Submitted by:	Atsushi Murai &lt;amurai@spec.co.jp&gt;
</content>
</entry>
<entry>
<title>Add uu_lock_txfr() to transfer ownership of a successful</title>
<updated>1998-05-28T23:17:09Z</updated>
<author>
<name>Brian Somers</name>
<email>brian@FreeBSD.org</email>
</author>
<published>1998-05-28T23:17:09Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=46cf264a2645fc71e5511ba795d85d87ce47dc23'/>
<id>urn:sha1:46cf264a2645fc71e5511ba795d85d87ce47dc23</id>
<content type='text'>
uu_lock() to another process.
</content>
</entry>
<entry>
<title>The parameters to logwtmp should be const char's</title>
<updated>1997-09-04T22:38:59Z</updated>
<author>
<name>Paul Traina</name>
<email>pst@FreeBSD.org</email>
</author>
<published>1997-09-04T22:38:59Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/src-test2/commit/?id=326df44eadf3d10ed0857f998270fbf5bc6bb7ef'/>
<id>urn:sha1:326df44eadf3d10ed0857f998270fbf5bc6bb7ef</id>
<content type='text'>
</content>
</entry>
</feed>
