<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/lib/libutil/pidfile.3, 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>MFC rev. 1.6, 1.7 of src/lib/libutil/pidfile.3,</title>
<updated>2007-10-15T10:49:05+00:00</updated>
<author>
<name>Konstantin Belousov</name>
<email>kib@FreeBSD.org</email>
</author>
<published>2007-10-15T10:49:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f98d3e9ab69f9b9f769ad68cfc63faf454573dc5'/>
<id>f98d3e9ab69f9b9f769ad68cfc63faf454573dc5</id>
<content type='text'>
rev. 1.8 of src/lib/libutil/pidfile.c:

When pidfile is already locked and has zero length, do not return
success and zero pid from pidfile_read(). Return EAGAIN instead. Sleep
up to three times for 5 ms while waiting for pidfile to be written.

Approved by:	re (kensmith)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rev. 1.8 of src/lib/libutil/pidfile.c:

When pidfile is already locked and has zero length, do not return
success and zero pid from pidfile_read(). Return EAGAIN instead. Sleep
up to three times for 5 ms while waiting for pidfile to be written.

Approved by:	re (kensmith)
</pre>
</div>
</content>
</entry>
<entry>
<title>Use `intmax_t' instead of plain `int' for pid_t casts.</title>
<updated>2006-03-04T15:20:28+00:00</updated>
<author>
<name>Giorgos Keramidas</name>
<email>keramida@FreeBSD.org</email>
</author>
<published>2006-03-04T15:20:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ef608a60087fcf462e85395fa22860a298cbecfc'/>
<id>ef608a60087fcf462e85395fa22860a298cbecfc</id>
<content type='text'>
Useful tips from:	ru, bde
Approved by:		pjd
MFC after:		3 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Useful tips from:	ru, bde
Approved by:		pjd
MFC after:		3 days
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add a note that passing NULL to pidfile_write(), pidfile_remove() and</title>
<updated>2006-01-28T14:13:15+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2006-01-28T14:13:15+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=560c4fc142b33d9cf6f202ed76886350444b1992'/>
<id>560c4fc142b33d9cf6f202ed76886350444b1992</id>
<content type='text'>
  pidfile_close() functions is safe. This possibility is used in example code.
- Cast pid_t to int.

Requested by:	yar
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  pidfile_close() functions is safe. This possibility is used in example code.
- Cast pid_t to int.

Requested by:	yar
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix markup, grammar and spelling.</title>
<updated>2005-11-18T14:21:28+00:00</updated>
<author>
<name>Ruslan Ermilov</name>
<email>ru@FreeBSD.org</email>
</author>
<published>2005-11-18T14:21:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6b84cd5819ed47f48f9b7ee5530a91b2f067ae34'/>
<id>6b84cd5819ed47f48f9b7ee5530a91b2f067ae34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pidfiles should be created with permission preventing users from opening</title>
<updated>2005-09-16T11:24:28+00:00</updated>
<author>
<name>Pawel Jakub Dawidek</name>
<email>pjd@FreeBSD.org</email>
</author>
<published>2005-09-16T11:24:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8b28aef23886c140d14d326e9f1df96f7986cd29'/>
<id>8b28aef23886c140d14d326e9f1df96f7986cd29</id>
<content type='text'>
them for reading. When user can open file for reading, he can also
flock(2) it, which can lead to confusions.

Pointed out by:	green
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
them for reading. When user can open file for reading, he can also
flock(2) it, which can lead to confusions.

Pointed out by:	green
</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>
</feed>
