|
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base thorpej-ifq-base thorpej-altq-separation-base
|
| #
1.3 |
|
15-Oct-2023 |
riastradh |
ddb: Constify db_syncobj_owner argument.
No need for it to be writable, and the actual type of the struct lwp member is const.
|
| #
1.2 |
|
15-Oct-2023 |
riastradh |
sys/lwp.h: Nix sys/syncobj.h dependency.
Remove it in ddb/db_syncobj.h too.
New sys/wchan.h defines wchan_t so that users need not pull in sys/syncobj.h to get it.
Sprinkle #include <sys/syncobj.h> in .c files where it is now needed.
|
| #
1.1 |
|
09-Jul-2023 |
riastradh |
branches: 1.1.2; ddb: New `show all tstiles' command.
Shows who's waiting for which locks and what the owner is up to.
XXX pullup-10
|