<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil/flopen.3, branch releng/12.2</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>open.3: Use .Fa where appropriate</title>
<updated>2018-03-04T18:00:32+00:00</updated>
<author>
<name>Eitan Adler</name>
<email>eadler@FreeBSD.org</email>
</author>
<published>2018-03-04T18:00:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7f0f2cbbdf52406e962cb33149908613fbe0ecc8'/>
<id>7f0f2cbbdf52406e962cb33149908613fbe0ecc8</id>
<content type='text'>
Obtained From:	DragonFlyBSD (78732326a796ca521f3c0fe33c6fc9c695742ede)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obtained From:	DragonFlyBSD (78732326a796ca521f3c0fe33c6fc9c695742ede)
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce the flopenat(3) function.</title>
<updated>2017-08-04T14:24:24+00:00</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2017-08-04T14:24:24+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=73979478cc9cb10f853158128c6399d66fb4392d'/>
<id>73979478cc9cb10f853158128c6399d66fb4392d</id>
<content type='text'>
Reviewed by:	des, emaste
Differential Revision:	https://reviews.freebsd.org/D11690
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed by:	des, emaste
Differential Revision:	https://reviews.freebsd.org/D11690
</pre>
</div>
</content>
</entry>
<entry>
<title>use .Mt to mark up email addresses consistently (part3)</title>
<updated>2014-06-23T08:23:05+00:00</updated>
<author>
<name>Baptiste Daroussin</name>
<email>bapt@FreeBSD.org</email>
</author>
<published>2014-06-23T08:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=2b7af31cf5e70677f52214702a95d4225564c52d'/>
<id>2b7af31cf5e70677f52214702a95d4225564c52d</id>
<content type='text'>
PR:		191174
Submitted by:	Franco Fichtner  &lt;franco at lastsummer.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PR:		191174
Submitted by:	Franco Fichtner  &lt;franco at lastsummer.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Convert files to UTF-8 and add some copyright markers where missing.</title>
<updated>2012-01-07T16:13:56+00:00</updated>
<author>
<name>Ulrich Spörlein</name>
<email>uqs@FreeBSD.org</email>
</author>
<published>2012-01-07T16:13:56+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bf3f9db657293c3243413957913e83dac68c6a50'/>
<id>bf3f9db657293c3243413957913e83dac68c6a50</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert (once again, and hopefully for the last time) to flock(2) locks.</title>
<updated>2009-06-06T18:47:03+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2009-06-06T18:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5649afd028c62ae91a75c10a285c88e7b38e15e6'/>
<id>5649afd028c62ae91a75c10a285c88e7b38e15e6</id>
<content type='text'>
The problem with fcntl(2) locks is that they are not inherited by child
processes.  This breaks pidfile(3), where the common idiom is to open
and lock the PID file before daemonizing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The problem with fcntl(2) locks is that they are not inherited by child
processes.  This breaks pidfile(3), where the common idiom is to open
and lock the PID file before daemonizing.
</pre>
</div>
</content>
</entry>
<entry>
<title>Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.</title>
<updated>2008-10-20T18:02:16+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2008-10-20T18:02:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=80de06ed6b796541c956ea77e8c6354eca0e2141'/>
<id>80de06ed6b796541c956ea77e8c6354eca0e2141</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Adjust history.</title>
<updated>2007-09-28T15:31:44+00:00</updated>
<author>
<name>David E. O'Brien</name>
<email>obrien@FreeBSD.org</email>
</author>
<published>2007-09-28T15:31:44+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=61881b52838a3466cdfd660cd31df12187d6fe60'/>
<id>61881b52838a3466cdfd660cd31df12187d6fe60</id>
<content type='text'>
Approved by:	re(ken)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re(ken)
</pre>
</div>
</content>
</entry>
<entry>
<title>Back out previous commit until I figure out why my regression test fails.</title>
<updated>2007-08-03T09:20:28+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-08-03T09:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=062044ebbecb3f215d9ba39a22faeba6f8720d75'/>
<id>062044ebbecb3f215d9ba39a22faeba6f8720d75</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use fcntl(2)-style locks instead of less-portable flock(2)-style locks.</title>
<updated>2007-08-03T06:32:45+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-08-03T06:32:45+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=7eb198c6424d784ecc2723f0457fd936b6ecf8d1'/>
<id>7eb198c6424d784ecc2723f0457fd936b6ecf8d1</id>
<content type='text'>
Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix typo.</title>
<updated>2007-05-10T18:15:30+00:00</updated>
<author>
<name>Dag-Erling Smørgrav</name>
<email>des@FreeBSD.org</email>
</author>
<published>2007-05-10T18:15:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=4d09ed1e67972cd3bad06985aaaecc9689a13012'/>
<id>4d09ed1e67972cd3bad06985aaaecc9689a13012</id>
<content type='text'>
Submitted by:	Bård Skaflestad &lt;bardsk@math.ntnu.no&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Submitted by:	Bård Skaflestad &lt;bardsk@math.ntnu.no&gt;
</pre>
</div>
</content>
</entry>
</feed>
