eadler
50932dab8f
open.3: Use .Fa where appropriate
...
Obtained From: DragonFlyBSD (78732326a796ca521f3c0fe33c6fc9c695742ede)
2018-03-04 18:00:32 +00:00
oshogbo
452a1fd625
Introduce the flopenat(3) function.
...
Reviewed by: des, emaste
Differential Revision: https://reviews.freebsd.org/D11690
2017-08-04 14:24:24 +00:00
bapt
1f77f137dc
use .Mt to mark up email addresses consistently (part3)
...
PR: 191174
Submitted by: Franco Fichtner <franco at lastsummer.de>
2014-06-23 08:23:05 +00:00
uqs
f699659cf8
Convert files to UTF-8 and add some copyright markers where missing.
2012-01-07 16:13:56 +00:00
des
94e760567d
Revert (once again, and hopefully for the last time) to flock(2) locks.
...
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.
2009-06-06 18:47:03 +00:00
des
fd059e9b04
Reimplement flopen(3) using fcntl(2) locks instead of flock(2) locks.
2008-10-20 18:02:16 +00:00
obrien
4657f1f225
Adjust history.
...
Approved by: re(ken)
2007-09-28 15:31:44 +00:00
des
28682dd29a
Back out previous commit until I figure out why my regression test fails.
...
Approved by: re (kensmith)
2007-08-03 09:20:28 +00:00
des
3cfbe77a3e
Use fcntl(2)-style locks instead of less-portable flock(2)-style locks.
...
Approved by: re (kensmith)
2007-08-03 06:32:45 +00:00
des
4503779c68
Fix typo.
...
Submitted by: Bård Skaflestad <bardsk@math.ntnu.no>
2007-05-10 18:15:30 +00:00
des
50d71f5464
DTRT when O_NONBLOCK is specified.
...
MFC after: 3 weeks
2007-05-10 14:52:57 +00:00
des
5d25ea6b62
I'm tired of seeing this done incorrectly and non-portably, so add a
...
flopen(3) function which reliably opens and locks a file.
MFC after: 3 weeks
2007-05-10 14:43:31 +00:00