Robert Mustacchi
Robert Mustacchi
Another renaming-a-thon.
The documented ip subroutines like inet_ntoa, etc. all have slightly wrong types. They take pointers to ip_addr_t's not just a raw ip_addr_t.
Currently there is no good information on using DTrace inside of a zone. This includes everything from what is available inside of a zone to using the #pragma for USDT.
Trying to write a dmod is an exercise in finding one that already exists and being rather annoyed. We should make this clearer.
Since mdb tab completion was integrated there are new module interfaces and other information that should be updated to the document to reflect its presence.
We're missing documentation for at least ufunc and func, probably more.
Now that we have a mii layer, we should take advantage of it and introduce it in Writing device drivers and encourage its use.
Currently there is commented out book sections that basically refer to sun docs, the sun community and mailing lists that couldn't care less about our feedback. However, some of us...
It would be nice if we could move away from the crazy java build tool that we have and instead move to something like xsltproc and use the makefile we...
Currently most of the section names are named based on an increasing numerical id. Furthermore the index generation relies on these names for its hotlinks. Rather than using a numeric...