Page MenuHomeFreeBSD

Add zdopen(), for use in capability mode.
ClosedPublic

Authored by markj on Dec 6 2018, 5:36 PM.
Tags
None
Referenced Files
F173595124: D18456.id.diff
Sun, Sep 27, 1:55 AM
Unknown Object (File)
Wed, Sep 23, 10:28 AM
Unknown Object (File)
Mon, Sep 21, 5:31 AM
Unknown Object (File)
Sun, Sep 20, 2:55 AM
Unknown Object (File)
Sun, Sep 20, 2:54 AM
Unknown Object (File)
Sun, Sep 20, 2:53 AM
Unknown Object (File)
Sun, Sep 20, 2:28 AM
Unknown Object (File)
Thu, Sep 10, 10:41 PM
Subscribers

Details

Summary

This is analogous to fdopen(3).

Test Plan

I use this in savecore(8).

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj edited the test plan for this revision. (Show Details)
markj added reviewers: oshogbo, emaste, capsicum.
This revision is now accepted and ready to land.Dec 6 2018, 6:16 PM

Update the zopen.3 man page.

This revision now requires review to proceed.Dec 6 2018, 6:56 PM
delphij added inline comments.
lib/libz/zopen.3
101 ↗(On Diff #51679)

[Optional] I think you probably want to put 13.0 here initially and amend it to 12.1 when the change was MFC'ed.

This revision is now accepted and ready to land.Dec 6 2018, 7:02 PM
markj marked an inline comment as done.Dec 6 2018, 7:12 PM
This revision was automatically updated to reflect the committed changes.