Page MenuHomeFreeBSD

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

Authored by markj on Dec 6 2018, 5:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 22, 11:15 PM
Unknown Object (File)
Mar 18 2024, 8:09 PM
Unknown Object (File)
Mar 12 2024, 4:02 PM
Unknown Object (File)
Jan 15 2024, 2:01 AM
Unknown Object (File)
Jan 9 2024, 10:12 AM
Unknown Object (File)
Jan 7 2024, 4:01 AM
Unknown Object (File)
Dec 20 2023, 2:35 AM
Unknown Object (File)
Nov 9 2023, 2:31 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.