Re: [PATCH 3/3] doc: Clean up list of unimplemented functions
Kris Van Hees <[email protected]> Fri, 19 Dec 2025 00:57:39 -0500
| Newsgroups | dev.linux.lists.dtrace |
|---|---|
| Message-ID | <[email protected]> |
Comments below... On Thu, Dec 11, 2025 at 02:00:03PM -0500, [email protected] wrote: > From: Eugene Loh <[email protected]> > > Signed-off-by: Eugene Loh <[email protected]> > --- > doc/userguide/reference/unimplemented_functions.md | 12 ------------ > 1 file changed, 12 deletions(-) > > diff --git a/doc/userguide/reference/unimplemented_functions.md b/doc/userguide/reference/unimplemented_functions.md > index f69600b56..a63bffdde 100644 > --- a/doc/userguide/reference/unimplemented_functions.md > +++ b/doc/userguide/reference/unimplemented_functions.md > @@ -6,25 +6,13 @@ and some functions are not relevant to Linux and might never be implemented. > The following functions are not currently implemented: > > - `breakpoint` > - > - `chill` > - > - `dpath` This is actually called d_path() and was always meant to be used internally. It *is* implemented although only as a stub that always returns "<unknown>". So, I am not sure whether we want it listed here as unimplemented, but I also would not document it elsewhere. So, perhaps just remove it here also and remain silent on it? > - `ddi_pathname` > - > -- `inet_ntoa6` > - > -- `inet_ntop` > - > - `msgdsize` > - > - `msgsize` > - > - `panic` > - > - `pcap` > - > - `stop` > > - > **Parent topic:**[DTrace Function Reference](../reference/dtrace_functions.md) > -- > 2.47.3 >