Page MenuHomeFreeBSD

Allow O_CLOEXEC to be used in dbopen() flags
ClosedPublic

Authored by lidl on Mar 4 2016, 3:25 AM.
Tags
None
Referenced Files
F151274225: D5549.id.diff
Tue, Apr 7, 6:26 AM
Unknown Object (File)
Wed, Mar 25, 11:19 PM
Unknown Object (File)
Wed, Mar 25, 2:09 PM
Unknown Object (File)
Mon, Mar 23, 11:47 AM
Unknown Object (File)
Thu, Mar 19, 4:49 PM
Unknown Object (File)
Thu, Mar 19, 8:07 AM
Unknown Object (File)
Thu, Mar 19, 4:25 AM
Unknown Object (File)
Tue, Mar 17, 2:26 AM
Subscribers

Details

Summary

Allow O_CLOEXEC to be used in dbopen() flags

There is also a small portability crutch, also present in NetBSD,
to allow compiling on a system that doesn't define O_CLOEXEC.

Obtained from: NetBSD (r1.17, r1.18)

Test Plan

Test compiled and run on sparc64.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 2765
Build 2786: arc lint + arc unit

Event Timeline

lidl retitled this revision from to Allow O_CLOEXEC to be used in dbopen() flags Obtained from: NetBSD.
lidl updated this object.
lidl edited the test plan for this revision. (Show Details)
lidl added a reviewer: rpaulo.
lidl retitled this revision from Allow O_CLOEXEC to be used in dbopen() flags Obtained from: NetBSD to Allow O_CLOEXEC to be used in dbopen() flags.Mar 4 2016, 3:28 AM
lidl updated this object.
rpaulo edited edge metadata.
This revision is now accepted and ready to land.Mar 4 2016, 7:14 AM
This revision was automatically updated to reflect the committed changes.