Bug 193442 - [PATCH] libs/libc/sys: unimplemented(2): Document network filesystem and locking system calls
Summary: [PATCH] libs/libc/sys: unimplemented(2): Document network filesystem and lock...
Status: New
Alias: None
Product: Documentation
Classification: Unclassified
Component: Manual Pages (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2014-09-07 20:09 UTC by Steven Stewart-Gallus
Modified: 2018-08-05 06:20 UTC (History)
1 user (show)

See Also:


Attachments
The patch for the documentation (6.25 KB, patch)
2014-09-07 20:09 UTC, Steven Stewart-Gallus
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Steven Stewart-Gallus 2014-09-07 20:09:09 UTC
Created attachment 147031 [details]
The patch for the documentation

Document undocumented network filesystem and locking system
calls. Note that nnfps_syscall and afs3_syscall are actually reserved
for third-parties to use so the documentation page is only a stub
entry that tells who the system calls are reserved for so that the
curious can look up more information elsewhere. nlm_syscall is in the
standard kernel but is implicitly documented by the documentation for
the rpc.lockd program which is a simple wrapper around it so the
nlm_syscall entry is mostly a stub entry that serves to point the
curious to the rpc.lockd documentation.