History log of /netbsd-src/sys/ddb/db_syncobj.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 5a1f45c8 15-Oct-2023 riastradh <riastradh@NetBSD.org>

ddb: Constify db_syncobj_owner argument.

No need for it to be writable, and the actual type of the struct lwp
member is const.


# 8b1de3a2 12-Jul-2023 riastradh <riastradh@NetBSD.org>

ddb: Cast pointer to uintptr_t, then to db_expr_t.

Avoids warnings about conversion between pointer and integer of
different size on some architectures.


# 70ecadb0 09-Jul-2023 riastradh <riastradh@NetBSD.org>

ddb: New `show all tstiles' command.

Shows who's waiting for which locks and what the owner is up to.

XXX pullup-10