<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil/libutil.h, branch release/7.0.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>2008-02-24T05:45:17+00:00</updated>
<author>
<name>cvs2svn</name>
<email>cvs2svn@FreeBSD.org</email>
</author>
<published>2008-02-24T05:45:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a9c219fa3cec18ef9f30edec6fa106bf0e2d423d'/>
<id>a9c219fa3cec18ef9f30edec6fa106bf0e2d423d</id>
<content type='text'>
'RELENG_7_0_0_RELEASE'.

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

This commit was manufactured to restore the state of the 7.0-RELEASE image.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement expand_number(3), which is the opposite of humanize_number(3), ie.</title>
<updated>2007-09-01T06:19:11+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2007-09-01T06:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bd35b57de23b87e85d0d046fc29c0d8ddd630111'/>
<id>bd35b57de23b87e85d0d046fc29c0d8ddd630111</id>
<content type='text'>
a number in human-readable form is converted to int64_t, for example:
123b -&gt; 123
10k -&gt; 10240
16G -&gt; 17179869184

First version submitted by:	Eric Anderson &lt;anderson@freebsd.org&gt;
Approved by:	re (bmah)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a number in human-readable form is converted to int64_t, for example:
123b -&gt; 123
10k -&gt; 10240
16G -&gt; 17179869184

First version submitted by:	Eric Anderson &lt;anderson@freebsd.org&gt;
Approved by:	re (bmah)
</pre>
</div>
</content>
</entry>
<entry>
<title>Well gag me with a spoon...   I'm so used to working at high WARNS levels</title>
<updated>2007-05-10T15:01:42+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-05-10T15:01:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8f9085389f734f1e0f7e926ee0f3b44419d8c4fc'/>
<id>8f9085389f734f1e0f7e926ee0f3b44419d8c4fc</id>
<content type='text'>
that I make stupid fundamental mistakes like this when I don't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
that I make stupid fundamental mistakes like this when I don't.
</pre>
</div>
</content>
</entry>
<entry>
<title>I'm tired of seeing this done incorrectly and non-portably, so add a</title>
<updated>2007-05-10T14:43:31+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-05-10T14:43:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9667055264d5c60d857fd6c525793c083c1aad06'/>
<id>9667055264d5c60d857fd6c525793c083c1aad06</id>
<content type='text'>
flopen(3) function which reliably opens and locks a file.

MFC after:	3 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
flopen(3) function which reliably opens and locks a file.

MFC after:	3 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>Add utility functions for checking if a given kernel module is loaded,</title>
<updated>2006-02-18T11:25:28+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2006-02-18T11:25:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=501092bbc8249ed8ba51098acb45fce2b4700ff5'/>
<id>501092bbc8249ed8ba51098acb45fce2b4700ff5</id>
<content type='text'>
and loading it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and loading it.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a family of functions for reliable pidfiles handling.</title>
<updated>2005-08-24T17:21:38+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-08-24T17:21:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=412fa8f1145545ad30922007c6cb607d7ddb1003'/>
<id>412fa8f1145545ad30922007c6cb607d7ddb1003</id>
<content type='text'>
Idea from:	jmg
Discussed on:	arch@
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Idea from:	jmg
Discussed on:	arch@
</pre>
</div>
</content>
</entry>
<entry>
<title>Add humanize_number(3) to libutil for formating numbers into a human</title>
<updated>2004-05-24T22:19:27+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2004-05-24T22:19:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=23d1a17825ee48ee739d5f3deafd0b99617c465b'/>
<id>23d1a17825ee48ee739d5f3deafd0b99617c465b</id>
<content type='text'>
readable form.

Obtained from:	NetBSD
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
readable form.

Obtained from:	NetBSD
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the clean_environment call to libutil.h also.</title>
<updated>2004-02-26T22:44:11+00:00</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2004-02-26T22:44:11+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=a0a7e17219d60e3514dbdfa41eb17a14b8799de0'/>
<id>a0a7e17219d60e3514dbdfa41eb17a14b8799de0</id>
<content type='text'>
MFC after: 2 weeks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after: 2 weeks
</pre>
</div>
</content>
</entry>
<entry>
<title>ANSIfy, WARNSify, CONSTify. Bit of style(9)-ify.</title>
<updated>2003-10-18T10:04:16+00:00</updated>
<author>
<name>Mark Murray</name>
<email>markm@FreeBSD.org</email>
</author>
<published>2003-10-18T10:04:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=547fa0d9b785fb498d3d0db63618b781d2b83591'/>
<id>547fa0d9b785fb498d3d0db63618b781d2b83591</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add passwd manipulation code based on parts of vipw and chpass.</title>
<updated>2002-05-08T00:50:07+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2002-05-08T00:50:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e2ef54de51562a47ca1add092d38115d71dc0310'/>
<id>e2ef54de51562a47ca1add092d38115d71dc0310</id>
<content type='text'>
Sponsored by:	DARPA, NAI Labs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Sponsored by:	DARPA, NAI Labs
</pre>
</div>
</content>
</entry>
</feed>
