summaryrefslogtreecommitdiffstats
path: root/netbsd/NetBSDMachine.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename ProcessList to ProcessTable throughoutNathan Scott2023-08-311-1/+1
| | | | | | | | | | | | Following up with some discusson from a few months back, where it was proposed that ProcessTable is a better name. This data structure is definitely not a list ... if it was one-dimensional it'd be a set, but in practice it has much more in common with a two-dimensional table. The Process table is a familiar operating system concept for many people too so it resonates a little in that way as well.
* Build fixes for NetBSDNathan Scott2023-05-091-3/+3
| | | | Related to #1238
* Adapt platform code for the new Machine base classNathan Scott2023-05-081-0/+54
Move host-centric data to new derived <Platform>Machine classes, separate from process-list-centric data.

© 2014-2024 Faster IT GmbH | imprint | privacy policy