CVS: cvs.openbsd.org: src
Claudio Jeker <[email protected]> Thu, 6 Aug 2026 14:41:11 -0600 (MDT)
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/08/06 14:41:11 Modified files: usr.sbin/pstat : pstat.c Log message: Adjust pstat(8) to the changed KERN_TTY_INFO struct itty. Also fix up the code path via kvm which requires an extra indirection and define __need_process. On top of this fix pstat to allow -t & -M to work together. OK deraadt@ kettenis@