Page MenuHomeFreeBSD

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

Authored by markj on Dec 6 2018, 5:36 PM.
Tags
None
Referenced Files
F86839216: D18456.id51667.diff
Wed, Jun 26, 9:17 AM
Unknown Object (File)
Mon, Jun 17, 11:43 AM
Unknown Object (File)
Fri, Jun 7, 12:00 AM
Unknown Object (File)
May 1 2024, 9:11 PM
Unknown Object (File)
Apr 25 2024, 9:15 PM
Unknown Object (File)
Apr 25 2024, 9:07 PM
Unknown Object (File)
Apr 25 2024, 1:57 PM
Unknown Object (File)
Apr 25 2024, 1:57 PM
Subscribers

Details

Summary

This is analogous to fdopen(3).

Test Plan

I use this in savecore(8).

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 21406
Build 20730: arc lint + arc unit

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

[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.