Ulyssa Mello

Results 20 issues of Ulyssa Mello

DocBook has markup for listing questions and answers (e.g., [``](https://tdg.docbook.org/tdg/5.0/qandaset.html)), which the "System Administration Guides" use. We should add support to the XSLT files for generating appropriate HTML for them.

The only guide that currently uses parts is "Writing Device Drivers", but a bunch of the the System Administration Guides also use them. I had meant when doing #81 to...

The "System Administration Guides" under {{stage/docs}} (named `SYSADV1` to `SYSADV6`) would be useful to have. I'm going to convert them to DocBook 5 for now, and then separately look into...

When the `json()` subroutine was added, Josh wrote a [blog post introducing it](https://sysmgr.org/blog/2012/11/29/dtrace_and_json_together_at_last/), including examples.

Content
dtrace

As of [illumos#9094](https://www.illumos.org/issues/9094), it is possible to write to user registers via the [`uregs[]` array](https://illumos.org/books/dtrace/chp-user.html#chp-user-uregs). Some examples and a note that this is possible should be added. There is an...

Content
dtrace

Beyond the functions mentioned in #50 for tab completion, other undocumented functions are: - `mdb_aread()` / `mdb_awrite()` (added in [illumos#3946](https://www.illumos.org/issues/3946)) - `mdb_symbol_iter()` (added in [illumos#3985](https://www.illumos.org/issues/3985); a number of new `#define`s...

Content
mdb

I ran into an issue recently where a client was stuck waiting on a host that had crashed and rebooted, but never ended the connection because there wasn't any TCP...